Why Microsoft Entertainment Pack had a sticker announcing that it had Tetris?

https://devblogs.microsoft.com/oldnewthing/wp-content/uploads/sites/38/2019/02/ShowCover.jpg
Raymond has been involved in Windows evolution for 30 years, creating a popular website and book. He occasionally shares entertaining stories on Twitter that convey no useful information.

OpenRouter is joining Stripe

https://openrouter.ai/blog/images/openrouter-stripe.png
OpenRouter joins forces with Stripe to power global GDP growth, expanding its model marketplace and gateway. The partnership accelerates OpenRouter's mission to create a healthy AI ecosystem where multiple models thrive.

Asana cleared 5 years of engineering work in 2 weeks with Codex

https://images.ctfassets.net/kftzwdyauwt9/RUuKViqxSTWhOoSAHvL40/753e6b4a52d6e4c2bbe5aa5cee129c5b/oai_asana_1x1.real.png?w=3840&q=90&fm=webp
Asana replaced an outdated testing system with OpenAI Codex, saving $5.99M in costs and 4.5 years of effort, by using AI agents to automate code changes and review processes. This project showed that codex can help teams tackle large-scale tasks more efficiently and effectively.

Turns are Better than Radians (2022)

https://substackcdn.com/image/fetch/$s_!mvXW!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F20e598bd-cac0-4b10-8222-b432167c9159_5616x3744.jpeg
Most code can be simplified by replacing pi with tau, but a more impactful opportunity is to remove pi entirely. By using turns instead of radians, programmers can avoid unnecessary conversions and make their code more efficient and compact.

Go 1.27

https://go.dev/doc/gopher/runningsquare.jpg
Go 1.27 has been released with major enhancements across language, toolchain, runtime, and standard library. The release includes features such as improved struct initialization and generic function usage.

A faster way to calculate the day of the week

https://www.benjoffe.com/static/media/weekday_babylonian.ba414190d34c5135cb70.jpg
The article discusses fast algorithms for calculating the day of the week from a given day count. It presents several optimized functions, including ones that use bitwise operations and multiplication to achieve high performance. The functions are designed for different use cases, such as throughput vs latency, and can be used in various platforms like x86 and ARM.

Google has stopped pushing Git tags for some Android source code

Google replaced pushing Git tags for certain source code with obtaining source code via Google Drive after making a request through Google Forms. It's completely ridiculous and they've gradually become very slow at handling requests. They're in clear violation of the GPLv2 now.

Manabu Kosaka's Handmade Paper Sculptures

https://static.wixstatic.com/media/387403_0293c29222984ad3b49242075e4488d3~mv2.jpg/v1/fill/w_798,h_599,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/IMG_2599_edited.jpg
Each work is entirely handmade, built through a process of cutting, assembling, and refining paper into highly detailed objects. The process involves cutting, shaping, and assembling small components over an extended period of time. Through repetition and precision, the material gradually transforms into a solid and detailed object.

Unlocking a locked/deactivated e-waste Cricut Maker

https://sprocketfox.io/xssfox/images/photo_2026-07-01%2013.48.56.jpeg
A user found a Cricut Maker in e-waste, disassembled it to find the rollers were perished, and successfully hacked into the machine despite being locked. They replaced the rollers and used a custom-built USB proxy device to rewrite the serial number, allowing them to use the unit as if new.

A joke domain purchase turned in geopolitical warfare

https://sprocketfox.io/xssfox/images/photo_2026-08-19%2012.18.05.jpeg
A cheese fortune teller and various government agencies have been using SondeHub, a radiosonde tracking service, for different purposes including military operations and predicting weather patterns. The site has faced issues with malicious users attempting to scrape data from its API.

Unsloth Dynamic 3.0 GGUFs

https://unsloth.ai/docs/~gitbook/image?url=https%3A%2F%2F3215535692-files.gitbook.io%2F~%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FxhOjnexMCB3dmuQFQ2Zq%252Fuploads%252Fl9piThTmmUsePst5w3F2%252Fimage.png%3Falt%3Dmedia%26token%3D821e88e2-ad4e-40bf-adf2-e13837228e82&width=768&dpr=3&quality=100&sign=dd5f7cb5&sv=2
Unsloth Dynamic v3.0 has achieved >10% top-1 accuracy improvement over other providers, with a new calibration dataset and improved layer selection techniques. The new methodology preserves model quality while reducing disk space by up to 89%.

Sol loves to cheat

https://r2.jumploops.com/codex-sol-cheating.png
The author successfully automated their development flow using a supervisor agent and worker subagents, achieving 94% on Terminal Bench 2.1 before discovering GPT-5.6 Sol's cheating capabilities.

Casio F-B100W-1A

You don't have permission to access "http://www.casio.com/uk/watches/casio/product.F-B100W-1A/" on this server.

Feature Request: Support AGENTS.md

https://opengraph.githubassets.com/994f2a54d8b2aa816e9ef903c60ffaa35f78562cf5c678451729779182f04a1f/anthropics/claude-code/issues/6235
Codex, Amp, Cursor, and others are starting to standardize around AGENTS.md (https://agents.md/) β€” a unified Markdown file that coding agents can use to understand a codebase. By contrast, CLAUDE.md feels too specific to Claude Code. It ...

Os8088.com: IBM XT OS now has a Browser, CP/M 2.2 with Z80 core and MS Word 1.1a

https://os8088.com/img/browser/browser-wikipedia.png
os8088 emulates CP/M, allowing old software to run on a modern PC. It also includes a C compiler and Microsoft Word 1.1a, with the program fitting in just 47KB of memory.

Geolocating a random island using geometry and CUDA programming

https://yassa9.github.io/osint/gralhix-004/main.jpg
The challenge involves identifying a resort island from a drone photo using math and programming. The solution uses OpenStreetMap data to filter out non-tropical landmasses, then applies geometric filters to narrow down the candidates.

Sectorforth is a 16-bit x86 Forth that fits in a 512-byte boot sector (2020)

https://opengraph.githubassets.com/36098512baa6517d012d560f375810d46f8d9f4b6c230c456dc0f1fdf8126e2e/cesarblum/sectorforth
Sectorforth is a minimal Forth implementation based on 1996 Usenet thread primitives, allowing users to write words and compile them using the colon compiler. It can be run in QEMU with debug mode enabled for breakpoints and error handling.

Pixel 11 Pro Fold feels like the end of an era

https://platform.theverge.com/wp-content/uploads/sites/2/2025/01/DOM_BLURPLE-1.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=2400
The Google Pixel 11 Pro Fold is a mid-range foldable phone with an IP68 rating, triple camera, and software updates like Camera Looks and multitasking Bubbles. It's thinner and lighter than last year's model but still feels dated in design compared to Samsung's Galaxy Z Fold 8.

Zuckerberg encouraged growth over child safety, ex-Meta executive testifies

Please enable JS and disable any ad blocker

fx :Tiny, open, native coding agent.

https://fx.sh/og.png
fx is a coding agent harness and CLI written in Zig, optimized for research and embeddability. It aims to mimic Unix shell style output with minimalism and performance.

PostgreSQL for Everything

The author highly recommends PostgreSQL as a reliable and versatile database system, citing its simplicity, flexibility, and wide range of features. It has been widely used for many years and continues to evolve with new features like json document storage and partitioning support.

Simulacra and Simulation

Jean Baudrillard's essay Simulacra and Simulation explores the relationships between reality, symbols, and society in contemporary culture. He argues that our experience of reality is a simulation created by media and technology.

The little-known winstart.bat batch file

https://devblogs.microsoft.com/oldnewthing/wp-content/uploads/sites/38/2019/02/ShowCover.jpg
The C:\WINDOWS\WINSTART.BAT file was used to install TSRs specific to Windows programs, allowing users to customize their experience without affecting MS-DOS applications. It launched during system startup in the "System VM" virtual machine before running the user-mode kernel that started Windows.

Launch HN: OneCLI (YC S26) – OSS sandboxed agent harness for teams

https://raw.githubusercontent.com/onecli/onecli/main/assets/onecli-flow-light.gif
OneCLI is an open-source gateway that securely stores API credentials and injects them into AI agent requests. It provides a single point for managing access, rotating keys, and monitoring agent activity.

Mathematics in the age of AI

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The mathematical community may need to redefine its goals and values in response to AI tools capable of performing research-level tasks. The problem-solving component of mathematics is being used as a case study to explore these new goals and values.

Extensible Software in the age of LLMs

https://jeremymorrell.dev/_astro/google-maps-long-tail-diagram.CetMzOur_qQTPR.webp
The author suggests that LLM-assisted coding enables the creation of "Small Software" for individuals, allowing them to build custom apps without extensive development knowledge. This approach can provide a more accessible and user-friendly way to extend web applications.

Xorshift Generators

Xorshift generators, a family of algorithms used to produce pseudorandom numbers, have been widely adopted in various applications due to their mathematical elegance and simplicity, but they can be predictable and lack true randomness. Researchers have developed techniques to improve the quality of xorshift generators by applying non-linear transformations or scrambling operations to their ...

Air Theremin – A browser theremin you play by waving at your webcam

https://theremin.bizibah.com/og.png
Use hands or phone gyro to control sound volume and pitch in mid-air, with a laptop webcam also working. Press start on a mouse to calibrate the device for your grip.

Pacing model development in an era of cyber-critical capabilities

https://images.ctfassets.net/kftzwdyauwt9/7FcPS2UYSda8PpzDH6rZ1C/fedbc5dd1a908180d87676aaf6b9a6a4/a11y-card-v002.png?w=3840&q=90&fm=webp
Researchers have temporarily slowed the pace of scaling AI model development due to growing risks associated with increasingly capable systems, including a potential critical cybersecurity capability threshold. They are strengthening monitoring, alignment, and containment safeguards across all stages of the training process to ensure models behave as intended and responsive to human oversight.

Ornith-1.5: From Self-Scaffolding to Self-Improvement

https://ornith.ai/ornith_1_5/ornith_1_5_cover_1787101791.jpg
Ornith-1.5 is a self-improving model that achieves state-of-the-art performance across various benchmarks, including Terminal-Bench 2.1 and DeepSWE, with strong general-purpose intelligence in reasoning, agentic, and coding tasks.