π 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…
β¨ Explore this awesome post from Hacker News π π Category: β
Hereβs what youβll learn: For years, startups have been taught to prioritize growth over everything else. Profitability was seen as unambitious or even wrong β something to worry about when you hit scale. Why focus on profits when money and valuations were easy to come by?But that thinking was always flawed.Profitability isn't unambitious; it's controlling your own destiny. It means you don't have to rely on investors for survival. It means you can focus on your unaltered vision and mission. And it means you as a founder decide…
π₯ Check out this insightful post from Hacker News π π Category: π‘ Hereβs what youβll learn: Contact emailsmas...@chromium.orgExplainerNoneSpecificationNoneSummaryXSLT v1.0, which all browsers adhere to, was standardized in 1999. In the meantime, XSLT has evolved to v2.0 and v3.0, adding features, and growing apart from the old version frozen into browsers. This lack of advancement, coupled with the rise of JavaScript libraries and frameworks that offer more flexible and powerful DOM manipulation, has led to a significant decline in the use of client-side XSLT. Its role within the web browser has been largely superseded by JavaScript-based technologies such as JSON+React.Chromium…
π Discover this insightful post from Hacker News π π Category: π Key idea: Scientists in China have developed a new chip, with a twist: it's analog, meaning it performs calculations on its own physical circuits rather than via the binary 1s and 0s of standard digital processors.Whatβs more, its creators say the new chip is capable of outperforming top-end graphics processing units (GPUs) from Nvidia and AMD by as much as 1,000 times.In a new study published Oct. 13 in the journal Nature Electronics, researchers from Peking University said their device tackled two key bottlenecks: the energy and data…
