Entertainment

Powell says that, unlike the dotcom boom, AI spending isn’t a bubble: ‘I won’t go into particular names, but they actually have earnings’

Powell says that, unlike the dotcom boom, AI spending isn’t a bubble: ‘I won’t go into particular names, but they actually have earnings’

🔥 Explore this insightful post from Hacker News 📖 📂 Category: ✅ Main takeaway: “I won’t go into particular names,” Powell told reporters after the Fed’s policy meeting, “but they actually have earnings.“These companies … actually have business models and profits and that kind of thing. So it’s really a different thing” from the dotcom bubble, he added. The comments mark what seems like Powell’s most direct acknowledgment yet that AI’s corporate build-out—spanning hundreds of billions of dollars in data center and semiconductor investments—has become a genuine engine of U.S. growth.  A productivity play, not a rate-sensitive one Powell emphasized…
Read More

Blocked

🚀 Read this awesome 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 More
Ghc now runs in your browser – Show and Tell

Ghc now runs in your browser – Show and Tell

✨ 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…
Read More

Blocked

💥 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 More

Updated Practice for Review Articles and Position Papers in arXiv CS Category – arXiv blog

✨ 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…
Read More
Gilded Rage: Talking With Jacob Silverman

Gilded Rage: Talking With Jacob Silverman

🚀 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,…
Read More
Abandonware of the web: do you know that there is an HTML tables API?

Abandonware of the web: do you know that there is an HTML tables API?

✨ 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 More
Sustainable memristors from shiitake mycelium for high-frequency bioelectronics

Sustainable memristors from shiitake mycelium for high-frequency bioelectronics

🚀 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 More
AI scrapers request commented scripts

AI scrapers request commented scripts

🔥 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 More

Futurelock / RFD / Oxide

🚀 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…
Read More