Entertainment

thelowsunoverthemoon/mahler.c: Western music theory library in C

thelowsunoverthemoon/mahler.c: Western music theory library in C

🚀 Explore this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Simple library for Western music theory in C99 Small & Easy-to-use Interval, Chord, Scale, and Key Signature functions No Internal Memory Allocation Supports Theoretical Keys (eg Fb+) No Accidental Limit (eg G 20th sharp) Enharmonically Correct (eg minor 6th of D is Bb, not A#) 100% Test Coverage Here's an example that creates the C4 Blues Scale, ascending: struct mah_note notes[7]; struct mah_scale scale = mah_get_scale( (struct mah_note) ⚡, &MAH_BLUES_SCALE, notes, MAH_ASCEND, NULL ); And if you want to print it: char buf[MAH_DISP_LEN]; for (int…
Read More

Stop Thinking of AI as a Coworker. It’s an Exoskeleton.

🚀 Explore this awesome post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: We're thinking about AI wrong. I keep noticing the same pattern: companies that treat AI as an autonomous agent that should "just figure it out" tend to be disappointed. Meanwhile, companies that treat AI as an extension of their existing workforce, an amplifier of human capability rather than a replacement, are seeing genuinely transformative results. Thats not to say that AI can't act automonously with specific tasks (see the rise of OpenClaw as a viral proof of concept), but even that still acts as an…
Read More
manaflow-ai/cmux: Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents

manaflow-ai/cmux: Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents

✨ Discover this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: A Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents English | 简体中文 | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | 日本語 | Polski | Русский | Bosanski | العربية | Norsk | Português (Brasil) | ไทย | Türkçe Panes get a blue ring and tabs light up when AI agents need your attention See all pending notifications in one place, jump to the most recent unread Split a browser alongside your terminal with a…
Read More
Minnesota judge holds federal attorney in civil contempt, a first in Trump’s second term

Minnesota judge holds federal attorney in civil contempt, a first in Trump’s second term

🚀 Explore this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: A federal judge in Minnesota held a Trump administration attorney in civil contempt for “flagrant disobedience of court orders” in the case of a noncitizen swept up in the immigration crackdown there earlier this year. The contempt finding by US District Judge Laura Provinzino on Wednesday appears to mark the first time a federal attorney has faced court-ordered sanctions during President Donald Trump’s second term. It comes as judges in the Twin Cities and elsewhere have grown increasingly impatient with the administration’s repeated violations of…
Read More
‘We’re no longer attracting top talent’: the brain drain killing American science | US news

‘We’re no longer attracting top talent’: the brain drain killing American science | US news

💥 Explore this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: In April 2025, less than three months after Donald Trump returned to the White House, the federal Centers for Disease Control and Prevention (CDC) put out its latest public health alert on so-called “superbugs”, strains of bacteria resistant to antibiotics.These drug-resistant germs, the CDC warned, are responsible for more than 3m infections in the US each year, claiming the lives of up to 48,000 Americans.Globally, the largely untreatable pathogens contribute annually to almost 5m deaths, and health experts fear that unless urgent steps are taken…
Read More

micropayments as a reality check for news sites

💥 Check out this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: In Digital Media Lost the Newsstand. Micropayments Are the Obvious Way Back, Rick Bruner makes the case for giving micropayments another try. The internet has dramatically diversified reading patterns. In the print era, readers subscribed to a small, fixed set of publications constrained by geography, distribution, and cost. Today, thanks to search, aggregators, and social sharing, readers routinely consume journalism from dozens of sources in the course of a month, including international and niche publications that were previously inaccessible. This has expanded total news…
Read More
DOGE bites taxman • The Register

DOGE bites taxman • The Register

✨ Explore this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Job cuts at the IRS's tech arm have gone faster and farther than expected, with 40 percent of IT staff and four-fifths of tech leaders gone, the agency's CIO revealed yesterday. Kaschit Pandya detailed the extent of the tech reorganization during a panel at the Association of Government Accountants yesterday, describing it as the biggest in two decades. This happened as the Trump administration reshaped the federal bureaucracy last year with Elon Musk's DOGE wielding the chainsaw. The IRS lost a quarter of its workforce…
Read More

AI makes you boring | marginalia.nu

💥 Check out this insightful post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: This post is an elaboration on a comment I made on Hacker News recently, on a blog post that showed an increase in volume and decline in quality among the “Show HN” submissons.I don't actually mind AI-aided development, a tool is a tool and should be used if you find it useful, but I think the vibe coded Show HN projects are overall pretty boring. They generally don't have a lot of work put into them, and as a result, the author (pilot?) hasn't…
Read More
AI made coding more enjoyable

AI made coding more enjoyable

🔥 Check out this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: To me, one of the most annoying parts of software engineering is writing code that doesn’t require thinking. It’s just a typing exercise, and that’s boring. That includes code outside of the happy path, like error handling and input validation. But also other typing exercises like processing an entity with 10 different types, where each type must be handled separately. Or propagating one property through the system on 5 different types in multiple layers. Writing tests is another enjoyable use-case. I design the architecture…
Read More
Gemini 3.1 Pro – Model Card — Google DeepMind

Gemini 3.1 Pro – Model Card — Google DeepMind

✨ Discover this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Our Frontier Safety Framework includes rigorous evaluations that address risks of severe harm from frontier models, covering five risk domains: CBRN (chemical, biological, radiological and nuclear information risks), cyber, harmful manipulation, machine learning R&D and misalignment.Our frontier safety strategy is based on a “safety buffer” to prevent models from reaching critical capability levels (CCLs), i.e. if a frontier model does not reach the alert threshold for a CCL, we can assume models developed before the next regular testing interval will not reach that CCL. We…
Read More