标签:#r
找到 23210 篇相关文章
Cyberattack at Nichirei leads to food shortages at eateries, stores
San Francisco mayor pushes for tougher rules after the Waymo traffic fiasco
In the wake of a massive hours-long gridlock event, San Francisco mayor Daniel Lurie has told state regulators it's time to put more requirements on robotaxi operators like Waymo.
SpaceX suddenly aborts second Starship V3 launch after ignition
The company didn't immediately say what went wrong. SpaceX's stock plunged more than 4% in after-hours trading before paring losses.
Netflix says it's already used AI in 'roughly 300' titles this year
Don't expect that number to shrink any time soon.
Battery packs: Let's talk about crates, baby
Activist group takes over London bus stops with fake Meta Glasses ads
One features an optical illusion spoof of 'They Live.'
No Shark is Safe: Millions of Shark Vacuums are Vulnerable to RCE
submitted by /u/ScottContini [link] [留言]
Two Trump health nominees crash and burn in tense Senate hearing
Both nominees flailed in their own unique ways as senators sought answers.
Goroutines for Python
submitted by /u/Blockpair [link] [留言]
My car’s OTA update broke Android Auto
Show HN: Mojibake – a low-level Unicode library written in C
I've written Mojibake because I don't like the other Unicode libraries for Unicode support. It consists of only two amalgamation files: mojibake.h and mojibake.c. I've added all the most important Unicode algorithms, such as normalization, case conversion, segmentation, bidirectional text, collation, confusable, and others. I regularly test it in these OSes: Linux, macOS, FreeBSD, OpenBSD, NetBSD, and Windows 11. You can find a WASM demo on that site of all the public API functions and the docum
The Little Book of Reinforcement Learning
Russian kamikaze drone C++ reconstruction of onboard autonomy stack
Why Apple Sued OpenAI, New York Takes on Data Centers, and What to Know about Cyclosporiasis
On today’s Uncanny Valley, we unpack OpenAI’s ongoing drama, both legal and reputational, and whether these developments could further hurt the company—particularly in its fight against Anthropic.
Forced to use a Pin in Windows 11, some alternatives
CVE-2026-25089: FortiSandbox unauthenticated command injection added to CISA KEV
HP fined 1.4 billion rupees for “cartelization” of ink cartridges, toner, PCs
Resellers threatened to ditch HP printing supplies for counterfeits.
'Likweli': A new monkey species discovered in the Congo Basin
Introducing RegionCheck: Test Endpoints from AWS, Azure, and Google Cloud Regions
Today I'm excited to launch RegionCheck , a tool for testing, monitoring, and debugging endpoints from cloud regions around the world. The idea is simple - test an endpoint's DNS and HTTP connectivity and response from a defined set of cloud regions. Whether you're troubleshooting an API, validating a deployment, checking DNS propagation, or investigating latency, seeing the results from multiple cloud regions can quickly reveal issues that aren't obvious from your own machine. What is RegionCheck? RegionCheck lets you run endpoint checks from AWS, Azure, and Google Cloud regions without provisioning infrastructure or maintaining test instances. Current capabilities include: HTTP endpoint testing DNS lookups TLS certificate validation Continuous monitoring with alerts Side-by-side comparison across cloud providers and regions Shareable result pages for collaboration API/MCP access for automation and agents Why I built it When debugging production issues, I often wanted to answer questions like: Is DNS returning the same result everywhere? Or is geo-DNS returning the results intended? Is TLS certificate propagation for my CDN working as intended? Is one region significantly slower than another? Is my CDN caching working as expected? Are my geo-HTTP redirects working as intended? (For some interesting examples try www.yahoo.com and www.cnn.com in non-US regions) There are many tools that exist that provide these answers, but nothing that answers all of these questions in one place. That's what RegionCheck aims to provide. Who it's for RegionCheck is designed for engineers who work with cloud infrastructure, including: DevOps engineers Site Reliability Engineers (SREs) Platform engineers Backend developers Anyone who likes to take a peek at backend infrastructure Try it out RegionCheck is available at https://regioncheck.io You can run free checks directly from the website; or create an account to access monitoring, alerting, the API, and additional features. I'd love