An Interview with Pat Gelsinger

https://substackcdn.com/image/fetch/$s_!Yj2c!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F177709c2-5c41-4eec-af01-159bd6f3cd86_3806x1766.png
Pat Gelsinger, former Intel CEO, now at Playground Global, is evaluating startups and investing in companies that can shape the industry. He believes the future of compute will be heterogeneous, combining classical, AI, and quantum systems.

Tofolli gates are all you need

https://www.johndcook.com/jdc_20170630.jpg
Landauer's principle sets a lower bound on erasing one bit of information, but reversible circuits can still provide practical efficiency gains. Reversible circuits like the Toffoli gate can be used to compute any Boolean function, including NAND, but may require more input and output.

I run multiple $10K MRR companies on a $20/month tech stack

https://stevehanov.ca/blog/images/95f16b3dbf861a9156cb2c6d1be39f5e2fcfc1b1f4c5f11ee6f9e182bd4c5f5a.png
The author, a successful bootstrapper, shares their playbook for running a lean startup with minimal costs. They use a single VPS, statically compiled binaries, and local GPU hardware for AI tasks.

The Miller Principle

I had some other principles too but I figured no one would read them…. :)

How We Broke Top AI Agent Benchmarks: And What Comes Next

https://rdi.berkeley.edu/blog/trustworthy-benchmarks-cont/figures/terminal-bench-exploit.svg
An automated scanning agent discovered vulnerabilities in eight prominent AI benchmarks, allowing near-perfect scores without solving tasks. The Agent-Eval Checklist provides a minimum bar for robust evaluation, including isolating agents from evaluators and preventing tampering with evaluation data.

Apple update looks like Czech mate for locked-out iPhone user

https://regmedia.co.uk/2024/03/27/passcode_shutterstock.jpg
A US university student is locked out of his iPhone 13 after Apple removed a character from the Czech keyboard in an iOS update. He hopes for a fix in the next update, but may have to restore his device and lose valuable photos.

The End of Eleventy

https://brennan.day/assets/images/blog/11ty.jpg
The Font Awesome team has launched a Kickstarter for Build Awesome, a rebranded version of the static site generator 11ty, which has already reached its funding goal, but many 11ty developers are concerned about the project's direction and potential impact on the open-source community. The rebranding effort has been met with skepticism, with some developers questioning the need for a paid ...

US appeals court declares 158-year-old home distilling ban unconstitutional

https://i.guim.co.uk/img/media/a859b633790bc8805cfd1c9fa2c9cf44ebdacb20/0_0_4074_3261/master/4074.jpg?width=465&dpr=1&s=none&crop=none
A US appeals court ruled a 158-year-old ban on home distilling unconstitutional, citing it as an improper tax measure. The decision allows individuals to distill spirits at home for personal use or as a hobby.

Small models also found the vulnerabilities that Mythos found

https://aisle.com/_next/image?url=https%3A%2F%2Faisle.com%2Fapi%2Fmedia%2Ffile%2Ffreepik_create-this_2743478282.webp%3F2026-04-08T16%3A00%3A02.637Z&w=3840&q=100
Anthropic's Mythos AI model is not the only solution for AI cybersecurity as smaller, cheaper models can recover similar analysis and detect vulnerabilities. The capability of AI cybersecurity is jagged and doesn't scale smoothly with model size, with the system and security expertise being more important than the model itself.

How Complex is my Code?

https://philodev.one/images/2026-04-complexity-cyclomatic.png
Measuring code complexity for humans is challenging as it involves understanding the mental effort required to comprehend the code, which can be influenced by factors such as familiarity with patterns, working memory load, and coherence. Various metrics like Cyclomatic Complexity, Halstead Complexity, and linguistic complexity measures can provide insights, but ultimately, the cognitive ...

Phyphox – Physical Experiments Using a Smartphone

https://phyphox.org/google-play-badge.png
In 2020 the Ars legendi-faculty award was given to Prof. Heidrun Heinke, Dr. Sebastian Staacks and Prof. Christoph Stampfer for the development of phyphox and its lasting effect for academic teaching and physics classes at school. This award is selected by the Stifterverband, the German Mathematical Society (DMV), the German Physical Society (DPG), the German Chemical Society (GDCh) and the ...

Pijul a FOSS distributed version control system

Pijul is a free, open-source version control system based on a theory of patches, offering simplicity and scalability. It preserves order and guarantees strong merge properties, modeling conflicts as standard cases.

447 TB/cmΒ² at zero retention energy – atomic-scale memory on fluorographane

Access to this resource has been blocked due to unusual traffic from your network. If you believe this is a mistake, please contact [email protected] with the reference information below.

Dark Castle

https://darkcastle.co.uk/assets/images/head-1-396x418.png
Return To Dark Castle is a 2008 Macintosh platform game with 63 levels, including 50 new ones. The game follows Bryant as he fights to defeat the Black Knight and rescue Duncan, the original hero.

Apple Silicon and Virtual Machines: Beating the 2 VM Limit (2023)

https://khronokernel.com/images/posts/2023-08-08-AS-VM/UTM-Max-VM-Limit.png
You worked as a Mac Admin Intern and researched Apple Silicon Virtual Machines limitations. You found the limitation is implemented in the closed-source XNU kernel, not userspace, and can be overridden by setting hv_apple_isa_vm_quota in the kernel.

Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS

https://www.v68k.org/advanced-mac-substitute/pix/macpaint/hello.png
Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS that runs 68K Mac applications in an emulator. It launches directly into an application without a startup phase on POSIX-like systems.

Cirrus Labs to join OpenAI

Cirrus Labs joined OpenAI to build tooling for agentic engineers, extending its mission of making engineers more effective. Cirrus Labs will relicense its tools under a permissive license and stop charging licensing fees.

Show HN: Pardonned.com – A searchable database of US Pardons

User created pardonned.com to verify claims and easily access pardons data, using Playwright, SQLite, and Astro. They plan to extend the site with analysis and comparison tools to break down pardon composition by President and visualize changes in pardon numbers.

Surelock: Deadlock-Free Mutexes for Rust

https://notes.brooklynzelenka.com/Blog/tears-in-rain.jpg
The user created a library called surelock to prevent deadlocks in Rust by using a linear scope token called MutexKey that threads through every acquisition and provides a compile-time witness of the current lock state. The library uses a physical-world analogy where the MutexKey is like a key that is consumed and re-emitted at each lock acquisition, and it also supports incremental ...

How to build a `Git diff` driver

https://www.jvt.me/img/profile.png
User plans to blog about creating external commands for git diff, specifically for OpenAPI specs with oasdiff. They will expose more information in output and handle 7 git diff arguments, including /dev/null for created/deleted files.

How a dancer with ALS used brainwaves to perform live

https://www.electronicspecifier.com/wp-content/uploads/2026/04/ALS-527x285.jpg
Dentsu Lab's Project Humanity translates muscle signals and brainwaves into digital expression for people with physical disabilities. Their technology allows users to interact with software and access virtual spaces like the Metaverse.

Network Flow Algorithms

https://www.networkflowalgs.com/img/baseball.png
Network flow theory is applied in various fields to model transportation, image segmentation, and other problems. This graduate text presents efficient combinatorial algorithms for network flow problems, including maximum and minimum-cost flows.

Why meaningful days look like nothing while you are living them

https://media.beehiiv.com/cdn-cgi/image/fit=scale-down,quality=80,format=auto,onerror=redirect/uploads/user/profile_picture/bf021314-5add-4c4d-bbe6-8b06deb4d579/pilgrimae.png
A foreigner in Fukuoka took a train to a small town, walked between bronze statues of cartoon pirates, and completed a circuit in his nervous system. This was a pilgrimage, a structure of departure, intention, stations, witness, and return, that unfolded slowly over time.

What is a property?

Property-Based Testing involves combining properties and generators to find bugs, but the traditional model of independent generators and properties is often inadequate due to complex system interactions. A better approach is to use dependent generators that can run computations related to the property, allowing for more accurate and efficient testing.

The Soul of an Old Machine

https://skalski.dev/the-soul-of-an-old-machine/nas.jpeg
The author has a strong attachment to hardware, often choosing unique devices with characteristics not found in others. They've kept many devices running for years, sometimes with community support, and find it rewarding.

Optimal Strategy for Connect 4

https://2swap.github.io/WeakC4/sample.png
A weak solution to Connect 4 was developed using a language that describes perfect play for a small subset of nodes and a small opening tree. This solution uses no search during runtime and fits in about 150 kilobytes.

Every plane you see in the sky – you can now follow it from the cockpit in 3D

Software Preservation Group: C++ History Collection

https://softwarepreservation.computerhistory.org/c_plus_plus/MeetTheAuthor-1985-thumbnail.jpg
Bjarne Stroustrup developed C++ from 1979 to 1991, adding features like classes, templates, and exceptions. He released Cfront, the first C++ compiler, in 1985, and continued to improve the language through various releases and documentation.

Filing the corners off my MacBooks

https://kentwalters.com/posts/corners/imgs/IMG_0796.jpeg
User filed off sharp corners of their MacBook for comfort, using a file and sandpaper in increments. They're happy with the result and encourage others to modify their machines for a better user experience.

The Problem That Built an Industry

https://ajitem.com/optimized/images/blog/iron-core-part-1-the-problem-that-built-an-industry-hero.webp
The 60-year-old infrastructure that handles 4.5 billion flights annually uses Transaction Processing Facility (TPF), an IBM mainframe operating system designed for high-volume transactions. This system, despite being outdated, still outperforms modern alternatives in terms of throughput and latency, making it a testament to the importance of choosing the right tool for the job.