Entertainment

schlae/BeavisUltrasound: Open source clone of the Gravis Ultrasound PnP · GitHub

schlae/BeavisUltrasound: Open source clone of the Gravis Ultrasound PnP · GitHub

💥 Discover this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Uhhh... I'm, like, angry at numbers. Yeah, there's like, too many of them and stuff. The Beavis Ultrasound PnP is an open source replica of the Gravis Ultrasound Pnp. Unlike other clones, this design includes the entire schematic as well as the reverse-engineered source code of the GAL. If you want to build this board, first make sure you have an AMD InterWave chip, the AM78C201. The design of the card is quite simple since essentially all sound card functionality is built into the AMD…
Read More
Count Binface

Count Binface

🚀 Discover this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: I’m an intergalactic space warrior and leader of the Recyclons from planet Sigma IX. I came to Earth in 2017 and stood against Prime Minister Theresa May (as ‘Lord Buckethead’), going went viral (in a non-Covid way). Then in 2018, after an unfortunate battle on the planet Copyright, I rewspawned in my true form as Count Binface to take on Boris Johnson in the 2019 election, where I scored a surprising 69. In 2021, I received 92,896 votes (including 24,775 first choice votes) from the…
Read More
Modernizing Property Tax Assessments in Allegheny County — Pro-Housing Pittsburgh

Modernizing Property Tax Assessments in Allegheny County — Pro-Housing Pittsburgh

🚀 Check out this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: This report examines how modern, open-source assessment methods could be used to produce fair, transparent, and affordable countywide reassessments.Using publicly available data and open-source valuation models, we estimate updated assessments for residential properties across Allegheny County, evaluate their quality against International Association of Assessing Officers (IAAO) standards, and estimate the cost of implementing a regular reassessment program.Among our findings:Modern automated valuation methods can produce assessments substantially closer to market value than the current system using publicly available data.The largest relative assessment increases are likely…
Read More
MacKenzie Scott’s giving, in QALYs

MacKenzie Scott’s giving, in QALYs

🔥 Check out this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: The most important control is evidence stance: from skeptical (~70,000 QALYs — each effect weighted by how well its study identifies causation) to credulous (~200,000 — every cited effect at face value). That gap, not the dollar figure, is the real uncertainty. About this model MacKenzie Scott's Yield Giving network has made over $26 billion in 2,700+ gifts since 2019 — $26.3 billion through 2025 by CNBC's year-end accounting. This page asks what that buys in quality-adjusted life-years, the unit health economists use to…
Read More

Circular Obstacle Pathfinding

🔥 Read this insightful post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Enhancements The graph generation procedure we've discussed works well enough for explaining the algorithm, but there are many ways in which it can be improved. These enhancements make the algorithm use less CPU and memory, and allow it to handle more cases. Let's take a look at a few. Obstacles that touch Perhaps you picked up on it—none of the circular obstacles in the examples given so far have overlapped or even touched. Allowing circles to touch makes the pathfinding problem a little, but not…
Read More
Designing and assembling my first PCB

Designing and assembling my first PCB

🚀 Explore this trending post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Published: July 11, 2026 The beginning About a couple months ago I purchased an Arduino Nano ESP32 dev board. I had this sudden itch and I wanted to play around with hardware. I don't really have much experience in this space, besides working on firmware for an IoT company over a decade ago, but I've written tons of software over the years. I was very surprised how quickly I was able to get the built-in LEDs to blink with Arduino IDE and some help from…
Read More
Kode Dot — The all-in-one pocket-size maker device

Kode Dot — The all-in-one pocket-size maker device

✨ Discover this must-read post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: CO5300 display driverDrives the AMOLED over MIPI-DSI, smooth and fast.CST820 touchQuick, accurate capacitive touch.9-axis IMU6-axis LSM6DSV plus a LIS2MDL compass: a full 9-axis motion stack.ST25R3916B NFCRead, write and emulate 13.56 MHz tags.125 kHz RFIDRead and emulate cards through a discrete analog front-end.IR transceiverBlast and capture infrared. Learn any remote.microSD (SD/MMC)Removable storage for data and big apps.Speaker + micES8311 codec and NS4150B class-D amp drive the speaker, plus an on-board mic.Haptic vibration motorCrisp vibration feedback from an AW86233 LRA driver.BQ25896 PMICUSB-C charging with power path and…
Read More

Your Browser Does Math Differently on Every OS, and Anti-Bot Systems Read the Bits · scrapfly.dev

🔥 Explore this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Fingerprinting is usually about canvas, WebGL, fonts, audio. There is a quieter signal, and it lives in the last bits of a number.Run this in any console:Math.tanh(0.8) // 0.6640367702678491 genuine Linux Chrome (glibc) // 0.664036770267849 genuine macOS Chrome (libsystem_m) // 0.6640367702678489 genuine Windows Chrome (UCRT) That is not a constant. It is an approximation, and the exact bits depend on the OS that computed it. A genuine Mac runs Math.tanh through Apple’s math library. Linux runs it through glibc. The two disagree on about a…
Read More
Claude Code Sends 4.7x More Tokens Than OpenCode Before Reading Your Prompt

Claude Code Sends 4.7x More Tokens Than OpenCode Before Reading Your Prompt

💥 Discover this awesome post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: We put Claude Code and OpenCode on the same model, the same machine, and the same tasks, then examined everything sent and received.Claude Code is far hungrier:When we asked both harnesses for a one-line reply, Claude Code used roughly 33,000 tokens of system prompt, tool schemas, and injected scaffolding before the prompt even arrived. OpenCode used about 7,000.Claude Code is far more cache inefficient:OpenCode's request prefix was byte-identical in every run we captured; it paid to cache its payload once per session and read it…
Read More

I love LLMs, I hate hype

🔥 Discover this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: I think from this blog you may misunderestimate how absolutely giddy I am about AI. I did hacking from 2007-2014, after that my whole career has been devoted to AI. I love the progress. I’m so excited for the new LLMs, self driving cars, video generation models, and coding agents. I set up a Linux box with opencode on my local GLM-5.2 last week and wow like just saying install tmux with the geohot configuration works; the Year of the Linux Desktop is finally here!…
Read More