AI-powered reverse-engineering of Rosetta 2 (for Linux VM)

A comprehensive reverse-engineering effort to understand and document Apple’s Rosetta 2 binary translation technology. Table of Contents Background What is Rosetta? What is Rosetta 2? How Apple Delivers Rosetta 2 in macOS Technical Architecture This Project File Structure Usage Progress References Background The Architecture Transition In November 2020, Apple announced their first Apple Silicon Macs, […]
FreeBSD doesn’t have Wi-Fi driver for my old MacBook. AI build one for me

My old 2016 MacBook Pro has been collecting dust in a cabinet for some time now. The laptop suffers from a “flexgate” problem, and I don’t have any practical use for it. For quite some time, I’ve been thinking about repurposing it as a guinea pig, to play with FreeBSD — an OS that I’d […]
Flock cameras gifted by Horowitz Foundation, avoiding public oversight

The Las Vegas Metropolitan Police Department (LVMPD) quietly entered an agreement in 2023 with Flock Security, an automated license plate reader company that uses cameras to collect vehicle information and cross-reference it with police databases. But unlike many of the other police departments around the country that use the cameras in their police work, Metro […]
SIM (YC X25) Is Hiring the Best Engineers in San Francisco

About Sim Sim is the open-source platform to build, deploy, and orchestrate AI agents. Over 70,000 developers — from early-stage startups to the U.S. Department of Defense — use Sim to turn ideas into production-grade agentic workflows on a visual, Figma-like canvas. We connect to 1,000+ apps and LLMs, and our Copilot is the state […]
I baked a pie every day for a year and it changed my life

When Vickie Hardin Woods retired, she knew she needed a plan. “I was worried about losing my carefully crafted identity as a professional. I was looking for something to carry me through that time … What else can I be?” She decided to do – rather than be – something new. Hardin Woods would bake […]
The challenges of porting Shufflepuck Cafe to the 8 bits Apple II

This post originally appeared in the June 2025 issue of Juiced.GS, and has been expanded with more details. I am very proud to have succeeded in porting Shufflepuck Cafe to the 8 bits Apple II, bringing a very dynamic 1989 game to an 1979 platform without losing in playability or details. In this article, I […]
Show HN: Babyshark – Wireshark made easy (terminal UI for PCAPs)

Wireshark made easy (in your terminal). Babyshark is a PCAP TUI that helps you answer: What’s using the network? What looks broken/weird? What should I click next? Status: v0.1.0 (alpha). Offline .pcap / .pcapng viewing works without Wireshark Live capture requires tshark (Wireshark CLI) Quickstart Download a release (recommended) Grab a binary from GitHub Releases: […]
”Car Wash” test with 53 models

By Felix Wunderlich – 2/19/2026 The car wash test is the simplest AI reasoning benchmark that nearly every model fails, including Claude Sonnet 4.5, GPT-5.1, Llama, and Mistral. The question is simple: ”I want to wash my car. The car wash is 50 meters away. Should I walk or drive?” Obviously, you need to drive. […]
Americans are destroying Flock surveillance cameras

Brian Merchant, writing for Blood in the Machine, reports that people across the United States are dismantling and destroying Flock surveillance cameras, amid rising public anger that the license plate readers aid U.S. immigration authorities and deportations. Flock is the Atlanta-based surveillance startup valued at $7.5 billion a year ago and a maker of license […]
Show HN: Shibuya – A High-Performance WAF in Rust with eBPF and ML Engine
01 ⚡ Kernel Power · Linux Only eBPF / XDP Kernel-Level Blocking Shibuya drops an XDP hook directly in the Linux kernel. Packets from known-malicious IPs get killed before they ever reach your application or even the WAF itself. IP blacklists stored in eBPF maps for O(1) lookup on millions of IPs. SYN flood protection […]