✨ Check out this insightful post from Hacker News 📖 📂 Category: ✅ Here’s what you’ll learn: haskell-wasm.github.io ghc-in-browser ghc itself can now run purely client-side in the browser, here’s a haskell playground demo. terms and conditions apply, and i’ll write up more detailed explanation some time later, but i thought this is a cool thing to show off how far the ghc wasm backend has advanced 73 Likes jaror October 25, 2025, 2:01pm 2 This is very cool! I wonder how easy it would be to load some packages; cabal in the browser when? I’m also wondering how usable…
💥 Explore this trending post from Hacker News 📖 📂 Category: 📌 Key idea: Blocked Your request has been blocked due to a network policy. Try logging in or creating an account here to get back to browsing. If you're running a script or application, please register or sign in with your developer credentials here. Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again. if you're supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block. You can read Reddit's Terms of Service here.…
✨ Read this trending post from Hacker News 📖 📂 Category: ✅ Main takeaway: arXiv’s computer science (CS) category has updated its moderation practice with respect to review (or survey) articles and position papers. Before being considered for submission to arXiv’s CS category, review articles and position papers must now be accepted at a journal or a conference and complete successful peer review. When submitting review articles or position papers, authors must include documentation of successful peer review to receive full consideration. Review/survey articles or position papers submitted to arXiv without this documentation will be likely to be rejected and…
🚀 Check out this awesome post from Hacker News 📖 📂 Category: ✅ Main takeaway: One of the surprising, at least to me, aspects of the Trump regime has been the large role played by Silicon Valley billionaires, who we used to think of as fairly liberal or at least libertarian. So I spoke with Jacob Silverman, whose new book Gilded Rage talks about how that happened. Transcript follows:. . .TRANSCRIPT: Paul Krugman in Conversation with Jacob Silverman(recorded 10/27/25)Paul Krugman: Hi everyone, Paul Krugman again. This week I’m talking with Jacob Silverman who has a new book called Gilded Rage,…
✨ Explore this must-read post from Hacker News 📖 📂 Category: 💡 Here’s what you’ll learn: When people turn data into HTML tables using JavaScript, they either use the DOM methods (createElement() and the likes), but most of the time just append a huge string and use innerHTML, which always is a security concern. However, did you know that HTML tables also have an old, forgotten API ? Using this one, you can loop over tables, create bodies, rows, cells, heads, footers, captions an summaries (yes, HTML tables have all of those) and access the table cells. Without having to…
🚀 Read this awesome post from Hacker News 📖 📂 Category: ✅ Main takeaway: Citation: LaRocco J, Tahmina Q, Petreaca R, Simonis J, Hill J (2025) Sustainable memristors from shiitake mycelium for high-frequency bioelectronics. PLoS One 20(10): e0328965. https://doi.org/10.1371/journal.pone.0328965Editor: Ye Zhou, Shenzhen University, HONG KONGReceived: July 8, 2025; Accepted: September 25, 2025; Published: October 10, 2025Copyright: © 2025 LaRocco et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.Data Availability: The data is available…
🔥 Read this awesome post from Hacker News 📖 📂 Category: ✅ Here’s what you’ll learn: Author: Aaron P. MacSween Published: 2025-10-31 Last Sunday (2025-10-26) I discovered some abusive bot behaviour during a routine follow-up on anomalies that had shown up in my server's logfiles. There were a bunch of 404 errors ("Not Found") for a specific JavaScript file. Most of my websites are static HTML, but I do occasionally include JS for progressive enhancement. It turned out that I accidentally committed and deployed a commented-out script tag that I'd included in the page while prototyping a new feature. The…
🚀 Read this insightful post from Hacker News 📖 📂 Category: 💡 Here’s what you’ll learn: Bounded channels are not really the issue here. Even in omicron#9259, the capacity=1 channel was basically behaving as documented and as one would expect. It woke up a sender when capacity was available, and the other senders were blocked to maintain the documented FIFO property. However, some of the patterns that we use with bounded channels are problematic on their own and, if changed, could prevent the channel from getting caught up in a futurelock.In Omicron, we commonly use bounded channels with send(msg).await. The…
🚀 Explore this insightful post from Hacker News 📖 📂 Category: 📌 Here’s what you’ll learn: Hard Rust requirements from May onward To: debian-devel@lists.debian.org Cc: deity@lists.debian.org, debian-68k@lists.debian.org, debian-hppa@lists.debian.org, debian-superh@lists.debian.org, debian-alpha@lists.debian.org Subject: Hard Rust requirements from May onward From: Julian Andres Klode <jak@debian.org> Date: Fri, 31 Oct 2025 21:48:46 +0100 Message-id: <[🔎] 20251031213541.GA73786@debian.org> Mail-followup-to: debian-devel@lists.debian.org, deity@lists.debian.org, debian-68k@lists.debian.org, debian-hppa@lists.debian.org, debian-superh@lists.debian.org, debian-alpha@lists.debian.org Hi all, I plan to introduce hard Rust dependencies and Rust code into APT, no earlier than May 2026. This extends at first to the Rust compiler and standard library, and the Sequoia ecosystem. In particular, our code to parse .deb, .ar,…
🚀 Discover this must-read post from Hacker News 📖 📂 Category: 💡 Key idea: Woman using a Macey vertical filing cabinet (detail, 1903). Source: Wikimedia Commons. As part of our Public Data Project, LIL recently launched Data.gov Archive Search. In this post, we look under the hood and reflect on how and why we built this project the way we did. Rethinking the Old Trade-Off: Cost, Complexity, and Access Libraries, digital humanities projects, and cultural heritage organizations have long had to perform a balancing act when sharing their collections online, negotiating between access and affordability. Providing robust features for data…
