Hacker News
Jefferson Lab Tapped to Lead Development for Exploring Nuclear Waste Treatment
Article URL: https://www.jlab.org/news/releases/jefferson-lab-tapped-lead-technology-development-exploring-nuclear-waste-treatment
Comments URL: https://news.ycombinator.com/item?id=47153188
Points: 1
# Comments: 0
Will Americans Get over Their Fear of Eating Animal Blood?
Article URL: https://www.nytimes.com/2026/02/24/t-magazine/animal-blood-food-restaurants.html
Comments URL: https://news.ycombinator.com/item?id=47153184
Points: 2
# Comments: 0
Ask HN: How can I avoid the "It's not just X, it's Y" writing
Every single blog post now. Half of news articles. All tweets over 140 characters. This sentence structure is everywhere and it's driving me absolutely bananas. It's so obvious to me when something is written by ChatGPT and I find it shocking that people are putting this work out there and thinking it's okay.
Comments URL: https://news.ycombinator.com/item?id=47153145
Points: 2
# Comments: 0
Code Isn't Slowing Your Project Down, Communication Is
Article URL: https://shiftmag.dev/code-isnt-slowing-your-project-down-communication-is-7889/
Comments URL: https://news.ycombinator.com/item?id=47153140
Points: 1
# Comments: 0
The first cars bold enough to drive themselves
Article URL: https://arstechnica.com/features/2026/02/the-first-cars-bold-enough-to-drive-themselves/
Comments URL: https://news.ycombinator.com/item?id=47153127
Points: 1
# Comments: 0
Excellence over Mediocrity, from Mamdani to Marx to Food – Corey Robin
Article URL: https://coreyrobin.com/2025/11/15/excellence-over-mediocrity-from-mamdani-to-marx-to-food/
Comments URL: https://news.ycombinator.com/item?id=47153112
Points: 1
# Comments: 0
Node.js vs. Deno vs. Bun Performance Benchmarks
Article URL: https://www.repoflow.io/blog/node-js-vs-deno-vs-bun-performance-benchmarks
Comments URL: https://news.ycombinator.com/item?id=47153107
Points: 1
# Comments: 0
Google moonshot spinoff wants an Internet of lasers
Article URL: https://www.thestack.technology/google-moonshot-spinoff-looks-to-ship-the-internet-as-light/
Comments URL: https://news.ycombinator.com/item?id=47153105
Points: 1
# Comments: 0
Vulnerability as a Service
Article URL: https://herman.bearblog.dev/vulnerability-as-a-service/
Comments URL: https://news.ycombinator.com/item?id=47153092
Points: 1
# Comments: 0
Show HN: I got tired of writing Pandas scripts just to JOIN two CSV files
Every few weeks I get 2-3 CSV files and need to run a quick JOIN or aggregation. The options are always the same: fire up pandas, import into SQLite by hand, or use some janky web tool.
So I built a plugin for Tabularis (my native DB GUI) that treats a folder of CSV files as a database. Drop your files in, every file becomes a table, column types are inferred automatically, and you get a full SQL editor.
No code. No imports. Just SQL.
Example: 3 CSV files (users, orders, products) → this query works immediately:
SELECT u.name, u.country, COUNT(o.id) AS orders, ROUND(SUM(p.price * o.quantity), 2) AS total_spent FROM orders o JOIN users u ON o.user_id = u.id JOIN products p ON o.product_id = p.id GROUP BY u.id ORDER BY total_spent DESC The plugin is ~170 lines of stdlib Python (zero dependencies). It works because Tabularis has an open plugin protocol — JSON-RPC over stdin/stdout — so any data source can be a database.
Plugin: https://github.com/debba/tabularis-csv-plugin Tabularis: https://github.com/debba/tabularis
Comments URL: https://news.ycombinator.com/item?id=47153091
Points: 1
# Comments: 0
Brain on burnout: What 70% of workers are missing about recovery
Article URL: https://medium.com/@6thMind/your-brain-on-burnout-what-70-of-workers-are-missing-about-recovery-18ed9e8684f8
Comments URL: https://news.ycombinator.com/item?id=47153085
Points: 1
# Comments: 0
Disrupting the Gridtide Global Cyber Espionage Campaign
Article URL: https://cloud.google.com/blog/topics/threat-intelligence/disrupting-gridtide-global-espionage-campaign
Comments URL: https://news.ycombinator.com/item?id=47153084
Points: 1
# Comments: 0
Notes on Reinforcement Learning
Article URL: https://mattlanders.net/about.html
Comments URL: https://news.ycombinator.com/item?id=47153072
Points: 1
# Comments: 0
Life After Leggings
Article URL: https://trendslates.substack.com/p/life-after-leggings-population-struggles
Comments URL: https://news.ycombinator.com/item?id=47153071
Points: 1
# Comments: 0
WebMCP is available for early preview in Chrome
Article URL: https://developer.chrome.com/blog/webmcp-epp
Comments URL: https://news.ycombinator.com/item?id=47153068
Points: 1
# Comments: 0
The Rejection of Artificially Generated Slop (Rags)
Article URL: https://406.fail/
Comments URL: https://news.ycombinator.com/item?id=47153065
Points: 1
# Comments: 1
The world is still so full of dinosaurs
Article URL: https://robinrendle.com/notes/the-world-is-still-so-full-of-dinosaurs/
Comments URL: https://news.ycombinator.com/item?id=47153063
Points: 1
# Comments: 0
Ephemeral Sandboxes Break Down for Long-Running AI Agents
Article URL: https://medium.com/data-engineer-things/from-stateful-stream-processing-to-stateful-sandbox-de18f2849ebb
Comments URL: https://news.ycombinator.com/item?id=47153062
Points: 1
# Comments: 0
Ask HN: Have top AI research institutions just given up on the idea of safety?
I understand there's a difference between the stated values and actual values of individuals and organizations, and so I want to ask this in the most pragmatic and consequentialist way.
I know that labs, institutions, and so on have safety teams. I know the folks doing that work are serious and earnest about that work. But at this point are these institutions merely pandering to the notion of safety with some token level of investment? In the way that a Casino might fund programs to address gambling addiction.
I'm an outsider and can only guess. Insider insight would be very appreciated.
Comments URL: https://news.ycombinator.com/item?id=47152355
Points: 1
# Comments: 0
How likely is a man in the middle attack?
Article URL: https://www.certkit.io/blog/man-in-the-middle
Comments URL: https://news.ycombinator.com/item?id=47152349
Points: 1
# Comments: 0
