Entertainment

shipping ODoH client + relay in one Rust binary — Numa

✨ Discover this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: If you run Pi-hole, AdGuard Home, or any forwarding resolver, every one of your queries goes through one operator who sees both your IP address and the question. If you switch to a recursive resolver like Unbound, your IP gets exposed to every authoritative nameserver instead - .com learns you exist, google.com learns you exist, and so does every CDN edge in the chain. DoH and DoT encrypt the transport; they don’t change who learns what. Apple’s iCloud Private Relay solved this for Apple users…
Read More
Rewrite Bun in Rust by Jarred-Sumner · Pull Request #30412 · oven-sh/bun · GitHub

Rewrite Bun in Rust by Jarred-Sumner · Pull Request #30412 · oven-sh/bun · GitHub

💥 Explore this awesome post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Conversation Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to…
Read More
glouw/nibble: Generating LLVM IR without malloc or external dependencies · GitHub

glouw/nibble: Generating LLVM IR without malloc or external dependencies · GitHub

🚀 Read this awesome post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Nibble is C-like systems programming language. Nibble was written in 3000 lines of C to demonstrate an approach to LLVM IR generation without relying on external dependencies or heap allocations. Nibble supports defer, recursion, integer, floating, and boolean types, structs (simply named types), GLSL-like struct operators, pointers, function pointers, branching, loops, type checking, basic C interoperability via generic pointers, and reasonable error messages. Included are these four graphical demos demonstrating Nibble's ability. To try them out, ensure SDL2 is first installed, as well as Clang,…
Read More
LLMs are breaking 20 year old system design — /dev/knill

LLMs are breaking 20 year old system design — /dev/knill

💥 Explore this awesome post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: The ‘cloud-native’ architecture of the last decade is built on a 20-year-old assumption: that state lives in the database, and compute is stateless. If you want to scale, you scale the database vertically (get a larger machine) [1][1] or design the database schema around partition the data and you scale your application servers horizontally (add more boxes). Any request can hit any server, the loadbalancer doesn’t care, and the database is the single source of truth.LLMs and agents are quietly violating this assumption, and making…
Read More
DrCatHicks/learning-opportunities: A Claude or Codex skill for deliberate skill development during AI-assisted coding · GitHub

DrCatHicks/learning-opportunities: A Claude or Codex skill for deliberate skill development during AI-assisted coding · GitHub

🔥 Discover this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Build your expertise, not just your projects. This skill uses an adaptive "dynamic textbook" approach to help you integrate science-based expertise building exercises while doing agentic coding. When you complete architectural work (new files, schema changes, refactors), Claude offers optional 10-15 minute learning exercises grounded in evidence-based learning science. The exercises use techniques like prediction, generation, retrieval practice, and spaced repetition to provide you with semi-worked examples from across your own project work. Pairs well with Learning-Goal, a skill that guides you through semi-structured, interactive…
Read More

Arena AI Model ELO History

🔥 Explore this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Why this exists? AI labs frequently update their models post-launch. These updates sometimes introduce "nerfs" such as aggressive censorship, excessive quantization (to save compute costs), or behavioral degradation. This chart exposes these hidden trends. Note on Web UIs vs. API: LMSYS Arena tests model performance via API endpoints (the "raw" model). Consumer chat interfaces (like gemini.com or chatgpt.com) often add system prompts, safety filters, and UI-specific wrappers not present in the raw API. Providers may also silently switch to quantized (lower-precision) versions of models to…
Read More
Introducing Claude for Small Business \ Anthropic

Introducing Claude for Small Business \ Anthropic

🚀 Check out this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: We're launching Claude for Small Business—a package of connectors and ready-to-run workflows that put Claude inside the tools small businesses depend on—to help small business owners take full advantage of AI and cross off items on the to-do list.Small businesses account for 44% of U.S. GDP and employ nearly half the private-sector workforce, but their adoption of AI has lagged behind larger enterprises. Tools and training are rarely tailored to the ways small businesses operate, and as a result their use often stops at…
Read More
Microsoft BitLocker-protected drives can now be opened with just some files on a USB stick — YellowKey zero-day exploit demonstrates an apparent backdoor

Microsoft BitLocker-protected drives can now be opened with just some files on a USB stick — YellowKey zero-day exploit demonstrates an apparent backdoor

💥 Check out this insightful post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: There's nothing more dangerous than a bored engineer with a screwdriver, and hell hath no fury like a security researcher scorned. Last month, Security researcher Chaotic Eclipse (aka Nightmare-Eclipse) published two zero-day exploits, BlueHammer and RedSun, that made Windows Defender offer up system administrator privileges. They did this after their disclosure reports were allegedly dismissed by Microsoft's security team, resulting in a vendetta of sorts. Eclipse has now done it again, posting two new zero-day exploits, the first one an extremely serious BitLocker exploit…
Read More
Disgruntled researcher releases two more Microsoft zero-days

Disgruntled researcher releases two more Microsoft zero-days

🚀 Check out this awesome post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Security Security pros warn YellowKey claim could make stolen laptops a much bigger problem The anonymous security researcher who has already maliciously exposed three Windows zero-days this year has revealed two more, dropping them just after Microsoft's monthly Patch Tuesday update. Nightmare-Eclipse, or Chaotic Eclipse, depending on which of their aliases you prefer, released details about YellowKey and GreenPlasma - respectively a BitLocker bypass and a privilege escalation flaw, handing SYSTEM access to attackers.Experts speaking to The Register warned that both vulnerabilities present serious security concerns, especially…
Read More
Setting up a free *.city.state.us locality domain

Setting up a free *.city.state.us locality domain

🚀 Read this awesome post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: tl;dr In the US, can get a domain name like somename.city.state.us for free. If your town has its own domain, you can get nameservers from Amazon Lightsail, send the Interim .US Domain Template to the delegated manager for your locality to register one, then point DNS entries at your webhost. What’s a locality domain? A locality domain is a domain name that’s associated with a location in the United States, such as frederick.seattle.wa.us (which currently redirects to fredchan.org). Locality domains were first created in 1992,…
Read More