bing.com
The great scramble to build AI compute you can actually ownhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d49a09974134b158554ff2e4ca8d&url=https%3a%2f%2fwww.fastcompany.com%2f91577984%2fthe-great-scramble-to-build-ai-compute-you-can-actually-own&c=415567784773535785&mkt=en-usAs AI gives compute a physical address, companies and governments are discovering that where a model runs—and who can legally reach it—is now a strategic decision.Jul 30, 2026 4:08 AM
bing.com
The great scramble to build AI compute you can actually ownhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85e773ad7f4f3cafb4f394bee1ad5c&url=https%3a%2f%2fwww.fastcompany.com%2f91577984%2fthe-great-scramble-to-build-ai-compute-you-can-actually-own&c=415567784773535785&mkt=en-usAs AI gives compute a physical address, companies and governments are discovering that where a model runs—and who can legally reach it—is now a strategic decision.Jul 30, 2026 4:08 AM
bing.com
The great scramble to build AI compute you can actually ownhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85cc20cf624d94928113555e1d8b64&url=https%3a%2f%2fwww.fastcompany.com%2f91577984%2fthe-great-scramble-to-build-ai-compute-you-can-actually-own&c=415567784773535785&mkt=en-usAs AI gives compute a physical address, companies and governments are discovering that where a model runs—and who can legally reach it—is now a strategic decision.Jul 30, 2026 4:08 AM
bing.com
The great scramble to build AI compute you can actually ownhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d8a8b578449fbba6ba523481e0ea&url=https%3a%2f%2fwww.fastcompany.com%2f91577984%2fthe-great-scramble-to-build-ai-compute-you-can-actually-own&c=415567784773535785&mkt=en-usAs AI gives compute a physical address, companies and governments are discovering that where a model runs—and who can legally reach it—is now a strategic decision.Jul 30, 2026 4:08 AM
bing.com
The great scramble to build AI compute you can actually ownhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d6ad52494a989318706de939ec9d&url=https%3a%2f%2fwww.fastcompany.com%2f91577984%2fthe-great-scramble-to-build-ai-compute-you-can-actually-own&c=415567784773535785&mkt=en-usAs AI gives compute a physical address, companies and governments are discovering that where a model runs—and who can legally reach it—is now a strategic decision.Jul 30, 2026 4:08 AM
bing.com
The great scramble to build AI compute you can actually ownhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d26689d846d0a3e324dee4308989&url=https%3a%2f%2fwww.fastcompany.com%2f91577984%2fthe-great-scramble-to-build-ai-compute-you-can-actually-own&c=415567784773535785&mkt=en-usAs AI gives compute a physical address, companies and governments are discovering that where a model runs—and who can legally reach it—is now a strategic decision.Jul 30, 2026 4:08 AM
github.com
Show HN: RunNburn – Run a 295B Moe from a 98GB GGUF on a 64GB RAM Desktophttps://github.com/coderredlab/runNburnrunNburn is an Apache-2.0 Rust inference engine for quantized GGUF models that are too big for your fast memory.The core idea: weights stay file-backed (mmap), host residency stays under an explicit byte budget (--ram-budget), and GPU caches are sized from detected free/total VRAM — never from device-name presets. There is no conversion step, no sidecar cache files, no silent requantization. The GGUF on disk is the single source of truth.The result that made me want to post this: Tencent's Hy3 (295B total / 21B active sparse MoE, a single 97.8 GiB Q2_K GGUF) runs on my desktop with 64 GB of RAM and one consumer NVIDIA GPU. The file is larger than RAM and VRAM combined; the selected experts for each token are pulled on demand (the newest path batches O_DIRECT reads through io_uring), while the pretrained routing is left untouched. On the same machine, same prompt, same decode length, a warm-run median gave ~5.5 tok/s decode vs ~2.0 tok/s for llama.cpp.To be upfront about scope: for modeJul 30, 2026 1:30 AM

spacenews.com
L3Harris delays missile business IPO to 2027 despite surging defense demandhttps://spacenews.com/l3harris-delays-missile-business-ipo-to-2027-despite-surging-defense-demand/CEO says market doesn't reflect value of Pentagon-backed business The post L3Harris delays missile business IPO to 2027 despite surging defense demand appeared first on SpaceNews.Jul 29, 2026 10:57 PM
thebigobook.com
Show HN: Data structures as containers – sample chapter from my Big O book [pdf]https://thebigobook.com/downloads/data-structures-sample-chapter.pdfI was a self taught software engineer that later went to grad school to get a masters in software engineering. What I learned along the way was that many of the intimidating subjects around algorithms and data structures were much simpler and less scary than I ever thought.My hope for this book is to try and help the self taught developers get on more equal footing with people who have a CS degree - at least the algorithms class - which I always thought was most important for interviews. Along the road, I realized Big O, logs, and algorithmic complexity weren't as confusing as I first thought. This book hopes to close the gap between self taught developers and formal CS knowledge - which often gave me imposter syndrome.The linked PDF is a complete chapter from the book about common data structures you'll encounter in javascript - and leaving out some of the data structures you may never see (like Linked Lists).Note - this is one chapter of the book that was published and is available oJul 29, 2026 9:47 PM
news.ycombinator.com
Ask HN: Looking for testers for my RAM-based Linux distributionhttps://news.ycombinator.com/item?id=49102865Hi,I have been working on a project called Invelinux for quite some time now, and now that I have released the release candidate versions, I thought about posting it on Hacker News for people to try it out.The thing that makes it stand out is its use of the Toybox userspace project, a BSD-licensed alternative to Busybox and musl C library instead of the GNU C library. It also features a very minimal framework called AMPS (Automatically Mounted Packaging System) which mounts an external drive that functions as the non-volatile storage part of the OS. System configurations, applications/scripts etc. are all stored inside the /storage/AMPS directory. Since the base system is running on RAM, when the system is rebooted, the whole system gets wiped clean. But the external storage and configurations stay intact, allowing you to load your configurations easily.To access and edit these configurations, several custom TUI tools were made so the user doesn't have to mess around in /storage/AMPS/eJul 29, 2026 8:47 PM

spacenews.com
SpaceX wins $1.6 billion in launch orders for military satellite networkshttps://spacenews.com/spacex-wins-1-6-billion-in-launch-orders-for-military-satellite-networks/Falcon 9 will launch satellites supporting missile tracking, targeting and military communications The post SpaceX wins $1.6 billion in launch orders for military satellite networks appeared first on SpaceNews.Jul 29, 2026 8:43 PM
news.ycombinator.com
Transfer context from one agent to another agent mid taskhttps://news.ycombinator.com/item?id=49102632Hello HN, If you integrate your agents with decispher you can transfer context from one agent to another agents in 2 ways -:1) If you are working on git branch then branchstory feature keeps on recording your session activity like user prompts -> agent's reasoning -> agent's action -> edited files. These recordings can be played by other agent/human taking up task next. Agents can also write handoff note for other agents.2) If you are connected using Decispher mcp then this mcp provides you a tool with copy_context and paste_context. Copy_context tools gives you a key which you use as paste_context(key) inside any other agent on any machine and your context of chat will be transfered.Try at decispher.comJul 29, 2026 8:29 PM

spacenews.com
LatConnect 60 Accelerates SWIRSAT Constellation Growth Anchored in Western Australia with Expansion into Malaysia and UAEhttps://spacenews.com/latconnect-60-accelerates-swirsat-constellation-growth-anchored-in-western-australia-with-expansion-into-malaysia-and-uae/PERTH, Western Australia — LatConnect 60 (LC60) is executing on a multi-geography industrial plan to accelerate its SWIRSAT constellation, anchoring core technology development and payload manufacturing in Western Australia while […] The post LatConnect 60 Accelerates SWIRSAT Constellation Growth Anchored in Western Australia with Expansion into Malaysia and UAE appeared first on SpaceNews.Jul 29, 2026 2:38 PM
flipcloc.com
Show HN: FlipCloc for Mac out now. A gorgeous flip clock and screensaverhttps://flipcloc.comAfter months of work FlipCloc for Mac is finally here. I’ve always wanted to make an app and seeing it on the App Store is something I’m extremely excited about! App Store link - https://apps.apple.com/app/id6786569507One app, two ways to use FlipCloc. On first launch, choose either App or Screensaver. If you want both, you can unlock the other option with a one time in app purchase. No subscriptions, no ads. FlipCloc costs $9.99 and the in app purchase another $9.99FlipCloc is the prettiest and most customizable flip clock availalbe. Personalize every single aspect of the clock, fonts, colors, flap design, sounds, backgrounds, and more. Customize it to match your aesthetic, style, or your moodFlipCloc is gorgeous, aesthetic, and a great productivity tool. Use it to stay focused while working, track your sessions, run Pomodoro timers, or just watch the time pass byRefinement, smooth animations, and optimizations are all things I take very seriously. FlipCloc is highly optimized so you’Jul 29, 2026 2:36 PM

europeanspaceflight.com
MaiaSpace Ditches Suborbital Test Flight Planshttps://europeanspaceflight.com/maiaspace-ditches-suborbital-test-flight-plans/MaiaSpace has scrapped plans to conduct a suborbital test flight of its Maia rocket, opting instead to proceed straight to a full orbital launch attempt for the vehicle’s inaugural flight in the second half of 2027. Under its initial development roadmap, the ArianeGroup subsidiary would have flown a full two-stage Maia vehicle with a reduced […] The post MaiaSpace Ditches Suborbital Test Flight Plans appeared first on European Spaceflight.Jul 29, 2026 2:33 PM

science.nasa.gov
NASA Webb Explores Family Tree of Newly Discovered Distant Objectshttps://science.nasa.gov/missions/webb/nasa-webb-explores-family-tree-of-newly-discovered-distant-objects/Since their discovery by NASA’s James Webb Space Telescope in 2022, little red dots (LRDs) have been the subject of great interest to astronomers. Understanding the nature of these extremely distant, compact red sources has been a puzzling scientific endeavor. One popular theory is that little red dots are supermassive black holes known as active […]Jul 29, 2026 2:00 PM

nasa.gov
Contractor to Civil Servant: NASA Welcomes Ray Williamshttps://www.nasa.gov/centers-and-facilities/stennis/contractor-to-civil-servant-ray-williams/Ray Williams’ progression at NASA’s Stennis Space Center near Bay St. Louis, Mississippi, has uniquely prepared him for his new role. As part of NASA’s plan to restore core competencies by converting contractors to civil service, the New Orleans native and Grambling State University graduate now works as a supervisor for test operations support at […]Jul 29, 2026 1:32 PM
zenodo.org
Spin audit of SQD/QSCI quantum-chemistry benchmarks on iron–sulfur clustershttps://zenodo.org/records/21359923Author here.Background, for anyone who hasn't followed this fight: IBM's iron–sulfur SQD results (Sci. Adv. 2025) are one of the flagship "quantum computers are useful for chemistry now" claims, and a published critique (arXiv:2501.07231) argues the quantum samples never beat classical selected-CI at matched cost. That argument is still live.Both sides have been arguing about energies. Neither measured which electronic state these calculations actually converge to.So I measured it. ⟨S²⟩ comes out between 4.7 and 7.0 depending on the system and the subspace size, where the target these papers name is a singlet at ⟨S²⟩ = 0. Every starting guess I tried lands in the same place, and the error at convergence is about the size of the spin-state ladder itself, which is the physics under dispute.IBM ships a mitigation for this. Run exactly as shipped, using their driver, their recovery loop and their own spin_square() diagnostic, it moves the ground energy by under a nanohartree while making tJul 29, 2026 1:13 PM

spacenews.com
Fortastra and Hadrian join forces to streamline satellite productionhttps://spacenews.com/fortastra-and-hadrian-join-forces-to-streamline-satellite-production/SAN FRANCISCO – Fortastra, a Los Angeles startup focused on defending on-orbit infrastructure, is working with manufacturing specialist Hadrian to explore ways to apply precision machining and additive manufacturing to […] The post Fortastra and Hadrian join forces to streamline satellite production appeared first on SpaceNews.Jul 29, 2026 1:00 PM

spacenews.com
H3 to launch next ispace lunar lander missionhttps://spacenews.com/h3-to-launch-next-ispace-lunar-lander-mission/Japanese lunar lander developer ispace has selected the H3 rocket to launch its next mission in 2028, creating what the companies called Japan’s first private lunar transportation system. The post H3 to launch next ispace lunar lander mission appeared first on SpaceNews.Jul 29, 2026 12:10 PM