Entertainment

#1254 – Proposal for Assembly 2026: Disallow cryptocurrency projects – Codeberg/org

#1254 – Proposal for Assembly 2026: Disallow cryptocurrency projects – Codeberg/org

🚀 Check out this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: I'm sure you have some morally high reasons to stand against cryptocurrency, but the "illicit trade" and "evasion of sanctions" cited by sourcehut (since you seem to base your decision on it) are also what allows regular people, including LGBTQ+ people, living in sanctioned countries (which also, what a surprise, turn out to be unsafe for LGBTQ+ folk a lot of the time), to buy goods and send/receive money from abroad without being prosecuted by their governments (hi foreign agent laws! hi "extremism" and…
Read More
Petals – Run LLMs at home, BitTorrent-style

Petals – Run LLMs at home, BitTorrent-style

✨ Discover this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Run large language models at home, BitTorrent‑style Generate text with Llama 3.1 (up to 405B), Mixtral (8x22B), Falcon (40B+) or BLOOM (176B) and fine‑tune them for your tasks — using a consumer-grade GPU or Google Colab. You load a part of the model, then join a network of people serving its other parts. Single‑batch inference runs at up to 6 tokens/sec for Llama 2 (70B) and up to 4 tokens/sec for Falcon (180B) — enough for chatbots and interactive apps. Beyond classic LLM APIs — you can employ any fine-tuning…
Read More
Next chapter: Restructuring GitHub’s bug bounty program

Next chapter: Restructuring GitHub’s bug bounty program

🚀 Read this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: The security research community makes GitHub safer for everyone. That’s the simple idea behind our bug bounty program. For more than a decade, researchers from around the world have helped us find and fix vulnerabilities before they could be exploited, and we’ve worked hard to be a program worth their time. Today, we’re sharing some meaningful changes to how the program works. These decisions comes after months of reflecting on our program, analyzing what’s happening across the industry, and thinking about researcher experience. What’s changed…
Read More
🏡 List of 253 Patterns — Clayton Dorge

🏡 List of 253 Patterns — Clayton Dorge

🔥 Explore this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Patterns 95 - 204 = BuildingsWhat is under the control of individuals or small groups, capable of building entire patterns at once. These patterns give actual 3D shape to buildings.95. Building Complex - A building comes alive when it is made up of smaller parts which work cohesively together. A large monolithic building is impersonal and undifferentiated, which prevents the people inside from being personal with one another.96. Number of Stories - Buildings should allow at least 50% of the ground area of any constructed…
Read More

Why I’m Building a Note-Taking App Without AI

✨ Read this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: When I talk to people about what I'm building, I give 'em the pitch on Docket being a note taking system specifically designed for regular meetings.Very commonly the first thing they reply with is something along the lines of: ah, so, with AI right?No. Not with AI. No.What? But now I just have AI tools transcribe all my calls and take summaries. I haven't written notes in months.Good for you, but you're not who I'm building Docket for.I'm building Docket for people like me who…
Read More

Fretboard Memorisation with Modular Arithmetic

✨ Discover this insightful post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Fretboard Memorisation with Modular Arithmetic2024-03-01Table of ContentsIntroductionAside: What is Modular Arithmetic?My SystemAdvantages of My SystemDrawbacks of My SystemIntroduction§Memorising (or “learning”) the fretboard refers to when an individual learns which musical notes correspond to what positions on the fretboard of their instrument, a skill that is useful for playing just about any instrument that has frets. In particular, “learning the fretboard” is a topic frequently discussed in guitar circles for its importance in improvisation & soloing. In general, the common approaches to learning the fretboard seem…
Read More
DNA analysis may have solved Medici murder mystery

DNA analysis may have solved Medici murder mystery

🚀 Explore this awesome post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Since the mysterious deaths of a husband and wife in the Medici family, a powerful Italian dynasty that ruled Florence and Tuscany almost uninterruptedly from 1434 to 1737, rumors have swirled about what led to the couple’s untimely demise. Now, scientists believe they have an answer — it wasn’t murder, but malaria. In 1587, Grand Duke Francesco I de’ Medici and his wife, Bianca Cappello, died within hours of each other after days of agony. At the time, logic dictated the culprit to be malaria…
Read More
Malleable Computing, Emacs, and You

Malleable Computing, Emacs, and You

💥 Read this awesome post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: It all started with a routine task. I use GitHub issues for all of my public-facing projects but my preference is keeping track of things in Org Agenda. To reconcile the two, I would manually copy over the GitHub issue to an Org file, typically the title and description, like an animal. Despite this separation, the duplicated issue allowed me to treat it as a scratchpad for anything I could express in Org. In this way, I used the duplicated issue in Org as both…
Read More
ICE shared Medicaid data it shouldn’t have with Palantir : NPR

ICE shared Medicaid data it shouldn’t have with Palantir : NPR

✨ Check out this must-read post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: ICE agents stand guard outside a immigrant detention center in Newark, New Jersey in May 2026. Medicaid officials improperly shared data about millions of people with ICE, who then shared that data with the data analytics firm Palantir, according to new court filings. Adam Gray/Getty Images hide caption toggle caption Adam Gray/Getty Images After Medicaid officials improperly shared data about millions of people in January with immigration officials, ICE then shared that data with the data analytics firm Palantir, according to new court filings.…
Read More

Everyone Should Know SIMD – Mitchell Hashimoto

🚀 Read this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: SIMD has a reputation for being complex. I've met many very good software engineers who dismiss it as something too complex to learn or a niche optimization meant for only the highest-performance software, not useful in everyday programming. I think that's wrong. SIMD can be simple to understand1, and common "process N values at a time" SIMD code to speed up a naive for loop almost always follows the same general shape. Once you learn the basics, writing SIMD is just about as easy as…
Read More