Windows 9x Subsystem for Linux

https://social.hails.org/system/media_attachments/files/116/446/788/929/856/640/small/51e9df0c2c78e05c.png
The user discusses Windows 9x Subsystem for Linux (WSL9x), a hack that allows running Linux on Windows 9x without virtualization. It uses Windows 9x's VMM services to run Linux cooperatively with the Windows kernel.

GitHub CLI now collects pseudoanonymous telemetry

https://cli.github.com/assets/images/social-card.png
GitHub CLI sends pseudoanonymous telemetry to help improve the product by understanding feature usage. You can review the telemetry implementation and opt-out using environment variables or configuration options.

3.4M Solar Panels

https://tech.marksblogg.com/theme/images/gmseusv2/qgis-bin_PRyXZSNmUE.jpg
The system has 96 gb of ddr5 ram clocked at 4,800 mt/s and a crucial t700 4 tb nvme m.2 ssd which can read at speeds up to 12,400 mb/s. it is running ubuntu 24 lts via microsoft's ubuntu for windows on windows 11 pro x64 based pc with qemu gps vmware and duck

The eighth-generation TPU: An architecture deep dive

https://storage.googleapis.com/gweb-cloudblog-publish/images/1_TPU_8t_ASIC_block_diagram.max-2000x2000.png
Google's eighth-generation TPUs (TPU 8t and TPU 8i) are designed for scalability, reliability, and efficiency, addressing the needs of AI workloads like world models and reasoning-heavy architectures. The new TPUs offer improved performance, power efficiency, and price-performance, with TPU 8t optimized for training and TPU 8i for serving and high-concurrency reasoning.

Our eighth generation TPUs: two chips for the agentic era

https://storage.googleapis.com/gweb-uniblog-publish-prod/images/AminVahdatPortrait_May_24_v1.max-244x184.format-webp.webp
Google introduces TPU 8t and TPU 8i, two custom chips for AI training and inference, designed to power supercomputers and drive cutting-edge model development. The 8th generation TPUs deliver scale, efficiency, and capabilities for training, serving, and agentic workloads.

Kernel code removals driven by LLM-created security reports

The Linux kernel is removing the amateur radio protocol implementation and drivers due to unmaintained code and increasing security-bug reports from large language models. This removal aims to reduce the number of things to review and increase kernel security.

Another Day Has Come

Tim Cook is stepping down as Apple's CEO after 15 years, handing over to John Ternus, who has been with the company for 25 years. Cook will become executive chairman, focusing on politics and policy, while Ternus takes the helm of Apple's business.

How the heck does GPS work?

https://perthirtysix.com/people/shri-bw.jpg
GPS uses satellites to measure distance by timing signal delays, then uses multiple satellites to pinpoint location. The system accounts for clock errors, gravity, and speed to provide accurate positions within a few meters.

Making RAM at Home [video]

ChatGPT Images 2.0

https://images.ctfassets.net/kftzwdyauwt9/3IdBQyOlVNdmSCdUjK0zYT/e05480b1b44cc06d6ff2b357c3f80855/introducingchatfinal.jpg?w=3840&q=90&fm=webp
ChatGPT Images 2.0 introduces a state-of-the-art image generation model with improved text rendering, multilingual support, and advanced visual reasoning.

Treetops glowing during storms captured on film for first time

https://psu-gatsby-files-prod.s3.amazonaws.com/s3fs-public/styles/4_3_1500w/public/2026/04/corona-news-1.jpg?h=84071268&itok=-XzAO6kx
UNIVERSITY PARK — In a converted 2013 Toyota Sienna affixed with a hand-built telescopic weather device protruding from the roof, Penn State experts in meteorology and atmospheric science made their way down the nation’s eastern coast in June 2024 in search of Florida’s famed near-daily summer thunderstorms. They were hoping to catch corona discharges, a long-hypothesized atmospheric weather ...

Columnar Storage Is Normalization

https://assets.buttondown.email/images/b496ee4d-509d-4108-91c9-289bd6057f33.png
Columnar data storage has trade-offs with row-oriented data, offering faster data access for specific columns but slower row modification and access. It can be viewed as a form of extreme database normalization or a data format abstraction that queries are logically blind to.

Nobody Got Fired for Uber's $8M Ledger Mistake?

https://substackcdn.com/image/fetch/$s_!t-tn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F14a8fa04-8488-4534-a1a8-63158b84137a_1920x1080.png
Uber's ledger system on DynamoDB was a costly failure due to high write costs and storage expenses. The company eventually migrated to its own internal ledger, LSG, built on top of DocStore, after realizing the mistake.

Why Musicians Are Manufacturing Sold-Out Shows

Please make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our and .

XOR'ing a register with itself is the idiom for zeroing it out. Why not sub?

https://devblogs.microsoft.com/oldnewthing/wp-content/uploads/sites/38/2019/02/ShowCover.jpg
Matt Godbolt wrote an article on why x86 compilers use xor eax, eax to zero a register, citing its compactness. However, sub eax, eax is a viable alternative with similar execution time and better flag behavior, but xor won due to swarming and special CPU detection.

All your agents are going async

https://zknill.io/img/http-sse-agent-transport.svg
The current limitations of HTTP-based chatbots are being addressed by new features such as async agents, workflows, and durable state storage, but these solutions still rely on polling or HTTP requests for notifications. A more robust solution is needed, such as a durable transport and state solution, which is being developed by Ably, a company building a session-based platform for AI agents.

Prefill-as-a-Service:KVCache of Next-Generation Models Could Go Cross-Datacenter

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers developed PrfaaS to improve large-scale LLM serving by offloading long-context prefill to separate clusters and transferring KVCache over Ethernet. This design increases serving throughput by 54% and 32% compared to homogeneous and naive heterogeneous baselines.

Contact Lens Uses Microfluidics to Monitor and Treat Glaucoma

https://spectrum.ieee.org/media-library/a-contact-lens-sits-on-a-blue-gloved-finger.jpg?id=65561020&width=1200&height=900
Researchers developed a smart contact lens that tracks glaucoma in real time and delivers medicine in response to eye pressure. The electronics-free lens uses microfluidics to sense pressure and release drugs, offering a more comfortable and user-friendly option for glaucoma treatment.

MuJoCo – Advanced Physics Simulation

https://opengraph.githubassets.com/3862d4830923b4da9e1140a8838b2195538b5189f45aa00d8e4761914d751890/google-deepmind/mujoco
MuJoCo is a physics engine for simulating articulated structures, used in robotics, biomechanics, and machine learning. It has a C API and Python bindings, with interactive visualization and utility functions for physics-related quantities.

Garbage Collection Without Unsafe Code

The safe-gc crate is a garbage collection library for Rust that uses zero unsafe code, providing a safe API for users to consume and manage garbage collected objects. It implements simple mark-and-sweep garbage collection and avoids common garbage collection footguns, such as use-after-free bugs and memory leaks, by using Rust's ownership and borrowing discipline.

Windows Server 2025 Runs Better on ARM

https://jasoneckert.github.io/myblog/server-2025-arm64/windows-admin-center-snapdragon.png#center
The author compared Windows Server 2025 on Intel and ARM systems, finding ARM to be faster due to consistent performance and lower latency. ARM's steady execution timing benefits virtualized environments, but Intel's peak performance is still ideal for workloads requiring high throughput.

Monitor your Pi / OMP sessions

https://opengraph.githubassets.com/a73883fcc3ad3f44045f982923dd78e6e9703a750aa1bf1ff3bdd17f155aacf2/BlackBeltTechnology/pi-agent-dashboard
A web-based dashboard for monitoring and interacting with pi agent sessions from any browser, including mobile. Elapsed time tracking — Live ticking counters on running operations, final duration on completed tool calls and reasoning blocks Session spawning — Launch new pi sessions from the dashboard (headless by default, or via tmux) PromptBus architecture — Unified prompt routing with ...

Drunk post: Things I've learned as a senior engineer (2021)

https://substackcdn.com/image/fetch/$s_!V0bv!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a6bc166-fe0b-4925-ba8b-f1246e85634a_2388x1668.jpeg
A data engineer shared honest insights after 10 years of experience. He believes technology stacks don't matter, but certain tools are good at specific jobs.

The Vercel breach: OAuth attack exposes risk in platform environment variables

https://www.trendmicro.com/content/dam/trendmicro/global/en/research/26/d/vercel-breach/Fig-1.jpg
A Vercel OAuth supply chain compromise exposed customer secrets at platform scale due to a compromised third-party OAuth application and Vercel's environment variable model. The incident highlights the risk of OAuth trust relationships bypassing traditional defenses and amplifying blast radius.

CATL's new LFP battery can charge from 10 to 98% in less than 7 minutes

https://cdn.arstechnica.net/wp-content/uploads/2026/04/GettyImages-2255429919-640x427.jpg
China's CATL unveiled a new lithium-iron phosphate battery, Shenxing 3.0, with faster charging speeds and improved cold-weather performance. It can charge from 10 to 98 percent in 6 minutes and 27 seconds, outperforming BYD's Blade 2.0 in similar conditions.

Acetaminophen vs. ibuprofen

https://asteriskmag.com/media/pages/issues/14/the-mystery-in-the-medicine-cabinet/57742b5d90-1776278367/qrc2_knw-300x.jpg
Acetaminophen is generally safer than ibuprofen for most people, but both have risks, especially if taken incorrectly. Official sources don't clearly state this due to complexity and fear of giving medical advice, prioritizing safety labels over comparative safety information.

SpaceX says it has agreement to acquire Cursor for $60B

Something went wrong, but don’t fret — let’s give it another shot. Some privacy related extensions may cause issues on x.com. Please disable them and try again.

Meta to start capturing employee mouse movements, keystrokes for AI training

Please enable JS and disable any ad blocker

Britannica11.org – a structured edition of the 1911 Encyclopædia Britannica

https://britannica11.org/title_page.jpg
A fully searchable, cross-referenced, and annotated digital edition of the 1910–1911 Encyclopædia Britannica — 40,000+ articles across 28 volumes.

Diverse organic molecules on Mars revealed by the first SAM TMAH experiment

https://courthousenews.com/wp-content/uploads/2026/04/mars-rover-800x600.jpg
NASA's Curiosity rover found over 20 organic compounds on Mars, including a nitrogen-bearing molecule linked to DNA, suggesting Mars can preserve life's building blocks. The discovery supports the idea that Mars may have had conditions suitable for life 3.5 billion years ago.