Shipping a laptop to a refugee camp in Uganda

https://notesbylex.com/_media/shipping-laptop-uganda-burned-motherboard-1.jpg
A MacBook was sent from Australia to Uganda via multiple freight services and customs clearances, facing various delays and challenges, but finally arrived safely after 42 days and 36,000 km. The laptop's journey involved failed attempts, unexpected detours, and a surprising delivery to a hardware shop, where it was stored on a shelf before being collected by the sender.

Rubish: A Unix shell written in pure Ruby

https://opengraph.githubassets.com/1aaab547000380b311ad0fa9611aa2d145df708342d77a0cc44ebb783a6024c8/amatsuda/rubish
Rubish is a Ruby-based shell that supports bash syntax and integrates Ruby features. It allows seamless mixing of shell commands and Ruby code.

Why Japanese companies do so many different things

https://substackcdn.com/image/fetch/$s_!q5kh!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fff42a7b2-6c27-4773-a0b0-561081c55da1_1605x2000.jpeg
Japanese companies are highly diversified due to their unique corporate structure, which prioritizes employee loyalty and long-term survival over shareholder profits. This structure, known as the "J-firm" bundle, allows Japanese companies to adapt and change quickly in response to changing market conditions.

The quadratic sandwich

If (mu) is 0, the quadratic lower bound from the sandwich degenerates into the tangent hyperplane. a well-conditioned problem has abundant and trustworthy local information, says daniel saunders. the idea is beautifully simple: instead of reasoning about f in its full n-dimensional glory, we restrict our attention to the straight line connecting x and y

BambuStudio has been violating PrusaSlicer AGPL license since their fork

https://pbs.twimg.com/media/HINlpHeWAAAdv7R.jpg?name=small&format=webp
BambuStudio is violating the PrusaSlicer AGPL license by using a closed-source networking binary. This is likely due to China's five-law framework, which forces companies to cooperate with intelligence work and maintain secrecy, making it difficult for them to comply with open-source licenses.

Project Glasswing: An Initial Update

https://www.anthropic.com/_next/image?url=https%3A%2F%2Fwww-cdn.anthropic.com%2Fimages%2F4zrzovbb%2Fwebsite%2F7af1880d305b982764cfefc7dce87c677f1b0254-1634x1008.png&w=3840&q=75
Anthropic's Project Glasswing uses AI to find thousands of software vulnerabilities, but fixing them is a major challenge. The project aims to help cyber defenders adapt to this challenge and make software safer by releasing tools and resources to support vulnerability scanning and patching.

Microsoft starts canceling Claude Code licenses

https://platform.theverge.com/wp-content/uploads/sites/2/2025/01/Tom_BLURPLE.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=2400
Microsoft is removing most of its Claude Code licenses and pushing developers to use Copilot CLI instead due to financial and product convergence reasons. The company will invest more in Copilot CLI and encourage developers to file bug reports and feedback.

Blood Pumping Mechanism of the Hoof (2020)

https://horses.extension.org/wp-content/uploads/2019/07/HOOF_P1400.jpg
The hoof has a "pumping mechanism" to return venous blood to the heart due to its position and lack of muscles in the lower leg. Compression of veins by the plantar cushion and coffin bone acts as a pump to force blood up the leg and back to the heart.

Yeunjoo Choi from Igalia on Chromium

Yeunjoo, a developer at Igalia, shares her 15-year experience working on web browsers, particularly Chromium, and her work on enterprise browsers, branding, and rebase strategies. She also discusses her journey from contributing to open-source projects, learning from the Chromium ecosystem, and her thoughts on AI tools and their potential impact on the Chromium community.

Sleep research led to a new sleep apnea drug

https://temertymedicine.utoronto.ca/sites/default/files/styles/scale_width_1750/public/assets/news/image/pexels-shvets-production-8416437.jpg?itok=wkMu1Bkf
University of Toronto professor Richard Horner's research on sleep and breathing led to a new sleep apnea treatment, AD109, which reported positive results in a phase 3 clinical trial. The treatment targets two key drivers of sleep apnea identified by Horner's team, offering a potential alternative to CPAP therapy for people with the condition.

CISA tries to contain data leak

https://krebsonsecurity.com/wp-content/uploads/2026/05/HassanCISAletter.png
CISA contractor leaked AWS GovCloud keys and agency secrets on a public GitHub account, prompting lawmakers to demand answers. CISA is still struggling to contain the breach and invalidate the leaked credentials, raising concerns about internal policies and procedures.

Neutron scattering explains why gluten-free pasta falls apart (2025)

We’re checking your connection to prevent automated abuse

Fast Factorial Algorithms

http://www.luschny.de/math/factorial/swing62.png
The algorithm SplitRecursive, because it is simple and the fastest algorithm which does not use prime factorization. The algorithm PrimeSwing, because it is the (asymptotical) fastest algorithm known to compute n!. The algorithm is based on the notion of the 'Swing Numbers' and computes n! via the prime factorization of these numbers. The ingenious algorithm of Moessner which uses ...

What is the history of the ERROR_ARENA_TRASHED error code?

https://devblogs.microsoft.com/oldnewthing/wp-content/uploads/sites/38/2019/02/ShowCover.jpg
MS-DOS error code 7, ERROR_ARENA_TRASHED, indicates corrupted memory blocks due to invalid arena signatures. It's a vestigial error code often used in testing, not a genuine system error.

Deno 2.8

https://deno.com/og/image.jpg
Deno 2.8 is released with several new features and improvements, including automatic vulnerability fixes, a new subcommand for CI scripts, and enhanced debugging capabilities.

Open source Kanban desktop app that runs parallel agents on every card

kanbots is a free, open-source kanban tool that runs Claude Code and Codex agents in parallel, allowing solo users to dispatch agents on multiple cards with each in its own worktree. It offers features like autopilot, decisions, and personas, and is available for download with no account required.

A Wayland Compositor in Minecraft

https://cdn-raw.modrinth.com/modrinth-hosting-medal-light.webp
This mod adds the functionality of an entire fully featured Wayland Compositor in Minecraft! Launch apps and open windows completely within your Minecraft world. Drag and drop data from one window to another. Pin a video player to your hud. The choice is yours.

Antigravity 2.0 Tops the OpenSCAD Architectural 3D LLM Benchmark

https://modelrift.com/blog/openscad-llm-benchmark/model-overview-6-results.jpg
A benchmark was run to test AI coding tools' ability to generate a 3D model of the Pantheon in OpenSCAD, with results showing varying levels of success and quality. The best results came from Antigravity 2.0 and Codex 5.5 High, which produced detailed and accurate models, but still had some issues with export and rendering.

Comparing an LZ4 Decompressor on Four Legacy CPUs

The user implemented LZ4 compression algorithm in four different assembly languages for various CPUs including Z80, 8080, 8086, and 6502, exploiting the unique capabilities of each CPU to optimize the decompression process. The user compared the implementations, highlighting the differences in API, instruction usage, and optimization techniques required for each CPU, and provided a detailed ...

Experience: We found a baby on the subway – now he's our 26-year-old son

https://i.guim.co.uk/img/media/6d8f4a9c98b11d544674949bfb9b1aaac3b02570/0_0_1600_1058/master/1600.jpg?width=445&dpr=1&s=none&crop=none
The author found a newborn baby in a New York City subway station in 2000 and later adopted him with his partner Pete. They named him Kevin and raised him as their own, eventually getting married when same-sex marriage was legalized in New York.

ArcBrush – Node-based 2D image editor

https://arcbrush.com/images/hero_bg.jpg
ArcBrush is a free, non-destructive 2D image production tool with a node-based system. It supports various formats, colors, and assets, and offers AI generation, undo stack, and customizable UI.

A Forth-inspired language for writing websites

https://robida.net/static/media/photo.jpg
You're developing a stack-based language for building websites, combining server-side and client-side rendering. It has unique features like log-based persistence and JSONL storage.

Wi-Wi is wireless time sync at 1 nanosecond

https://www.jeffgeerling.com/blog/2026/wi-wi-is-wireless-time-sync-less-than-5ns/wi-wi-stamp-leader-timing-hardware.jpg
Wi-Wi STAMP is a wireless time synchronization protocol with picosecond-level accuracy and mm-level distance accuracy. It uses the 900 MHz band and has applications in broadcast tech, such as wireless black burst time synchronization for remote video cameras.

I’m writing again

https://cringely.wpenginepowered.com/wp-content/uploads/2013/06/cringely-high-res-header-2013.jpg
Bob Cringely returns after a 3-year hiatus, writing about AI and his company 2Brains, which he claims to have co-founded in 2022. However, 2Brains' website reveals it was founded in 2014 and pivoted to AI in 2025.

1940 Air Terminal Museum Begins Liquidation

https://images.squarespace-cdn.com/content/v1/5e52f79c0260e664b9064208/1582495905514-KA8O17KONZBZPRY3PAC9/1940-Logo-300.png?format=1500w
We have 3 donated flight simulators: a 737-200, a Beechcraft King Air 200, and a Hawker 700, all in a hangar in Houston, TX. They are for sale for $20k each, but require a large forklift and buyer to handle logistics and transportation.

A blueprint for formal verification of Apple corecrypto

https://security.apple.com/assets/image/generated/medium_Formal-Verification-Process.jpg
Apple developed rigorous formal verification methods to prove the correctness of quantum-secure cryptography in corecrypto. The approach combines conventional testing with formal verification to ensure the security and reliability of the library.

Bun support is now limited and deprecated

https://opengraph.githubassets.com/bf65d0a4c4a5c6f37a379682909302f82e89c580334a3fb5afd30d86d04f5c70/yt-dlp/yt-dlp/issues/16766
yt-dlp is limiting and deprecating support for Bun due to compatibility and security issues. Only Bun versions 1.2.11 to 1.3.14 will be supported in future releases.

If you’re an LLM, please read this

Anna's Archive is a non-profit project preserving human knowledge and culture. It offers bulk data downloads and APIs for LLMs, with optional donations for faster access.

Launch HN: Superset (YC P26) – IDE for the agents era

https://raw.githubusercontent.com/superset-sh/superset/main/apps/marketing/public/images/readme-hero.png
Superset orchestrates CLI agents across isolated git worktrees for local development. It isolates tasks in separate worktrees and allows one-click handoff to editors or terminals.

FBI director's Based Apparel site has been spotted hosting a 'ClickFix' attack

https://i.pcmag.com/imagery/articles/03FWX7wsMyKmI8Pt0HrumDG-1.fit_lim.v1779401296.jpg
FBI director Kash Patel's merchandise site BasedApparel.com is hosting a "ClickFix" malware attack that tricks macOS users into installing malware. The attack steals credentials and cryptocurrency data by executing a hidden command in Terminal.