Entertainment

The First Sixty Seconds – Jørgen Melau´s Mixed Physiology

The First Sixty Seconds – Jørgen Melau´s Mixed Physiology

🚀 Discover this trending post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: I have been on the Norseman start ferry more times than I can count. The boat leaves the pier at Eidfjord around four in the morning. It is dark. It is cold. 250 athletes in wetsuits shuffle around the car deck, trying to stay calm. And at some point, before they jump four meters down into the fjord, we spray them with cold water.A lot of people think this is theatre. Some kind of wake-up ritual. It is not. We do it because the first…
Read More
MartinGalway/C64_music: Music source files from 1980’s Commodore 64 games · GitHub

MartinGalway/C64_music: Music source files from 1980’s Commodore 64 games · GitHub

🔥 Check out this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Music source files from 1980's Commodore 64 games So that folks can read through, analyse & understand the music players and how I went about doing my work. Feel free to re-assemble, modify & generate new music. Please credit the original author of this work, Martin Galway. I am the current copyright owner in all this music & programming code, but was not the owner at the time it was created in the 1980's. I acquired the rights from Infogrames later. "Wizball" used the…
Read More
Only One Side Will Be The True Successor to MS-DOS! – Windows 2.x – GUI Wonderland #12a

Only One Side Will Be The True Successor to MS-DOS! – Windows 2.x – GUI Wonderland #12a

🚀 Read this awesome post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Despite what you may imagine from how history went afterward, Microsoft was fully aware of how MS-DOS was starting to be inadequate for current and future computing, especially if GUIs were truly going to become the only way to go from that moment onward; poor Windows 1.x could barely run on the most common machines of the time (which were running on Intel 8086 and 8088, and not on the newest 80286 and 80386), and it’s not like Windows 2.x could potentially do much better.…
Read More
GitHub – nakagami/grdpwasm · GitHub

GitHub – nakagami/grdpwasm · GitHub

🔥 Read this awesome post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: A web-based RDP client built with Go WebAssembly and grdp. Connect to a Windows Remote Desktop server directly from your browser — no plugins required. Browser (WASM) ──WebSocket──► proxy (Go) ──TCP──► RDP Server Because browsers cannot open raw TCP sockets, a lightweight Go proxy server bridges WebSocket connections from the browser to the RDP server's TCP port. Go 1.24 or later A reachable RDP server (Windows or any RDP-compatible host) git clone https://github.com/nakagami/grdpwasm.git cd grdpwasm make all make all produces: Output Description static/main.wasm Go WASM…
Read More
The Thermodynamic Efficiency Inversion — Charles Duprat

The Thermodynamic Efficiency Inversion — Charles Duprat

🔥 Check out this must-read post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: § 01In 2023, a widely circulated comparison claimed that generating a single response from a large language model consumed ten times more energy than a Google search query. The claim was technically narrow — it compared server-side GPU computation for an unoptimised, low-utilisation research deployment against a decade-mature search stack — but it lodged in public consciousness, shaped ESG discourse, and influenced early regulatory thinking on both sides of the Atlantic.This paper makes a different comparison. Rather than asking "how much energy does a…
Read More
quantumslop/URANDOM_DEMO.md at 25ad2e76ae58baa96f6219742459407db9dd17f5 · yuvadm/quantumslop · GitHub

quantumslop/URANDOM_DEMO.md at 25ad2e76ae58baa96f6219742459407db9dd17f5 · yuvadm/quantumslop · GitHub

✨ Check out this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Claim being tested: the Q‑Day Prize submission in this repo demonstrates a quantum attack on ECDLP — specifically, key recovery on curves up to 17 bits using IBM Quantum hardware. This branch applies a single surgical patch (−29 / +30 lines) to projecteleven.py. The patch replaces the IBM Quantum backend inside solve_ecdlp() with os.urandom. Everything else — circuit construction, the ripple‑carry oracle, the extraction pipeline, the d·G == Q verifier — runs byte‑for‑byte unchanged. If the quantum computer were contributing measurable signal, this substitution…
Read More
nex-crm/wuphf: Slack for AI employees with a shared brain. Get Claudes, Codexes and OpenClaws to collaborate and do your work autonomously while never losing context. · GitHub

nex-crm/wuphf: Slack for AI employees with a shared brain. Get Claudes, Codexes and OpenClaws to collaborate and do your work autonomously while never losing context. · GitHub

🚀 Explore this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Slack for AI employees with a shared brain. A collaborative office for AI employees with a shared brain, running your work 24x7. One command. One shared office. CEO, PM, engineers, designer, CMO, CRO — all visible, arguing, claiming tasks, and shipping work instead of disappearing behind an API. Unlike the original WUPHF.com, this one works. "WUPHF. When you type it in, it contacts someone via phone, text, email, IM, Facebook, Twitter, and then... WUPHF." — Ryan Howard, Season 7 30-second teaser — what the office…
Read More
“Plain text has been around for decades and it’s here to stay.” – Unsung

“Plain text has been around for decades and it’s here to stay.” – Unsung

🚀 Check out this must-read post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: There’s a category of “plain text” or “ASCII” diagramming and UI design tools: Mockdown – works immediately on the web, even on mobile Wiretext – works on the web, but desktop only Monodraw – a Mac app I believe these are used by people who prefer intentionally limited visual choices, for low-key diagramming to put in source code, and – increasingly – as an entry point to gen AI. They’re so interesting from the standpoint of this blog: Fun to see a contemporary take…
Read More

New 10 GbE USB adapters are cooler, smaller, cheaper

🚀 Discover this insightful post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: For years, the best way to get 10 gigabit networking on laptops was to buy an expensive, large, and hot 10 GbE Thunderbolt adapter. With new RTL8159-based 10G USB 3.2 adapters coming onto the market, the bulky adapters might be a thing of the past. Just look at the size of the thing in comparison to my Thunderbolt adapters:2.5G and even 5G USB adapters have been out for a while, but sometimes you need more bandwidth.The 10G adapter I'm testing is this $80 model from…
Read More
magiblot/tvision: A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support. · GitHub

magiblot/tvision: A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support. · GitHub

🔥 Discover this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support. I started this as a personal project at the very end of 2018. By May 2020 I considered it was very close to feature parity with the original, and decided to make it open. The original goals of this project were: Making Turbo Vision work on Linux by altering the legacy codebase as little as possible. Keeping it functional on DOS/Windows. Being as compatible as…
Read More