Skip to main content
Live Feed

Engineering &
Security Wire

Curated from Hacker News, Lobsters, Krebs on Security, and other top sources. Updated every 6 hours.

30
ENG
0
SEC
0
AI
6099
TOTAL
Sat, May 2, 2026
30
3481ENG

Debian adds an SPF record to debian.org

Comments

Lobsterslists.debian.orgMay 2
3482ENG

Do_not_track

120 points, 49 comments on Hacker News

Hacker Newsdonottrack.shMay 2
3483ENG

Dav2d

255 points, 87 comments on Hacker News

Hacker Newscode.videolan.orgMay 2
3484ENG

Flue is a TypeScript framework for building the next generation of agents

67 points, 36 comments on Hacker News

Hacker Newsflueframework.comMay 2
3485ENG

PEP 661 – Sentinel Values, accepted 5 years later

Comments

Lobsterspeps.python.orgMay 2
3486ENG

Welcome to Hell Developer

38 points, 18 comments on Hacker News

Hacker Newsnoahclements.comMay 2
3487ENG

pgxbackup: Continuity Support for pgBackRest

11 points, 0 comments on Hacker News

Hacker Newsthebuild.comMay 2
3488ENG

Roblox shares plummet 18% as child safety measures weigh on bookings

148 points, 79 comments on Hacker News

Hacker Newscnbc.comMay 2
3489ENG

What fun websites do you know?

Many of us know the classics, such as: zombo.com (RIP https://en.wikipedia.org/wiki/Zombo.com) https://www.penisland.net/ (its SFW, I promise!) crouton.net (this seems to be down? :( Heres how it looks like though https://protoweb.org/2024/01/28/crouton-net/ ) But what else is there? What are some of the silly fun sites you know about? It doesn't need to make sense. Just.. Fun. Whimsy.

Lobsterslobste.rsMay 2
3490ENG

Modern C++ Programming: Busato

Article URL: https://github.com/federico-busato/Modern-CPP-Programming Comments URL: https://news.ycombinator.com/item?id=47987931 Points: 30 # Comments: 0

Hacker Newsgithub.comMay 2
3491ENG

Agentic Coding is Burning Me Out

Comments

Lobsters0xsid.comMay 2
3492ENG

Uber wants to turn its drivers into a sensor grid for self-driving companies

Article URL: https://techcrunch.com/2026/05/01/uber-wants-to-turn-its-millions-of-drivers-into-a-sensor-grid-for-self-driving-companies/ Comments URL: https://news.ycombinator.com/item?id=47987333 Points: 106 # Comments: 121

Hacker Newstechcrunch.comMay 2
3493ENG

Zugzwang

Article URL: https://en.wikipedia.org/wiki/Zugzwang Comments URL: https://news.ycombinator.com/item?id=47987304 Points: 11 # Comments: 0

Hacker Newsen.wikipedia.orgMay 2
3494ENG

LLMs consistently pick resumes they generate over ones by humans or other models

Article URL: https://arxiv.org/abs/2509.00462 Comments URL: https://news.ycombinator.com/item?id=47987256 Points: 56 # Comments: 28

Hacker Newsarxiv.orgMay 2
3495ENG

sRGB profile comparison

44 points, 9 comments on Hacker News

Hacker Newsninedegreesbelow.comMay 2
3496ENG

Servers with Personality

Comments

Lobsterscaolan.ukMay 2
3497ENG

Oil tanker hijacked off Yemen, steers toward Somalia

Article URL: https://www.yahoo.com/news/articles/yemen-says-oil-tanker-hijacked-121710980.html Comments URL: https://news.ycombinator.com/item?id=47986390 Points: 30 # Comments: 31

Hacker Newsyahoo.comMay 2
3498ENG

Docker 29 has changed its default image store for new installs

57 points, 31 comments on Hacker News

Hacker Newsdocs.docker.comMay 2
3499ENG

Refusal in Language Models Is Mediated by a Single Direction

Article URL: https://arxiv.org/abs/2406.11717 Comments URL: https://news.ycombinator.com/item?id=47986136 Points: 21 # Comments: 5

Hacker Newsarxiv.orgMay 2
3500ENG

Russia Poisons Wikipedia

Article URL: https://www.bettedangerous.com/p/russia-poisons-wikipedia Comments URL: https://news.ycombinator.com/item?id=47986083 Points: 167 # Comments: 115

Hacker Newsbettedangerous.comMay 2
3501ENG

An unknown Sega Saturn project has come to light after 29 years

Article URL: https://32bits.substack.com/p/under-the-microscope-pyramid-unreleased Comments URL: https://news.ycombinator.com/item?id=47985901 Points: 50 # Comments: 1

Hacker News32bits.substack.comMay 2
3502ENG

Kirigami forms and configurations

Comments

Lobstersnotmart.orgMay 2
3503ENG

Screw you Realtek

Comments

Lobstersgrowse.comMay 2
3504ENG

Open Design: Use Your Coding Agent as a Design Engine

Article URL: https://github.com/nexu-io/open-design Comments URL: https://news.ycombinator.com/item?id=47985750 Points: 96 # Comments: 61

Hacker Newsgithub.comMay 2
3505ENG

Craig Venter of Human Genome Project Dies at 79

Article URL: https://www.economist.com/obituary/2026/05/01/craig-venter-raced-to-decode-the-human-genome Comments URL: https://news.ycombinator.com/item?id=47985704 Points: 32 # Comments: 6

Hacker Newseconomist.comMay 2
3506ENG

From CVS to Git, thirty years of source control

20 points, 22 comments on Hacker News

Hacker Newsevilgeniuslabs.caMay 2
3507ENG

A Programmer's Guide to COMMON LISP (1987)

Comments

Lobstersarchive.orgMay 2
3508ENG

Show HN: Mljar Studio – local AI data analyst that saves analysis as notebooks

Hi HN, I’ve been working on mljar-supervised (open-source AutoML for tabular data) for a few years. Recently I built a desktop app around it called MLJAR Studio. The idea is simple: you talk to your data in natural language, the AI generates Python code, executes it locally, and the whole conversation becomes a reproducible notebook (*.ipynb file). So instead of just chatting with data, you end up with something you can inspect, modify, and rerun. What MLJAR Studio does: - Sets up a local Python environment automatically, runs on Mac, Windows, and Linux - Installs missing packages during the conversation - Built-in AutoML for tabular data (classification, regression, multiclass) - Works with standard Python libraries (pandas, matplotlib, etc.) - Works with any data file: CSV, Excel, Stata, Parquet ... - Connects to PostgreSQL, MySQL, SQL Server, Snowflake, Databricks, and Supabase. For AI: use Ollama locally (zero data egress), bring your own OpenAI key, or use MLJAR AI add-on. I built

Hacker Newsmljar.comMay 2
3509ENG

Why TUIs are back

Comments

Lobsterswiki.alcidesfonseca.comMay 2
3510ENG

How fast is a macOS VM, and how small could it be?

5 points, 0 comments on Hacker News

Hacker Newseclecticlight.coMay 2

Aggregated from public RSS feeds & the Hacker News API · All links point to original sources · Clawship does not republish full articles