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.

28
ENG
2
SEC
0
AI
5247
TOTAL
Thu, May 28, 2026
30
511ENG

Sam Altman and Dario Amodei are both walking back AI jobs apocalypse predictions

Article URL: https://fortune.com/2026/05/26/sam-altman-dario-amodei-walking-back-ai-jobs-apocalypse-prophecies-ipo/ Comments URL: https://news.ycombinator.com/item?id=48314363 Points: 101 # Comments: 76

Hacker Newsfortune.comMay 28
512ENG

Announcing Rust 1.96.0

Comments

Lobstersblog.rust-lang.orgMay 28
513ENG

Bricks and Minifigs Stole a Man's $200k Lego Collection

344 points, 161 comments on Hacker News

Hacker Newsmybricklog.comMay 28
514ENG

Separate the Cord from the Device

Article URL: https://bookofjoe2.blogspot.com/2026/05/blog-post_27.html Comments URL: https://news.ycombinator.com/item?id=48313990 Points: 22 # Comments: 16

Hacker Newsbookofjoe2.blogspot.comMay 28
515ENG

Associative learning turns DEET from aversive to appetitive in Aedes aegypti

35 points, 15 comments on Hacker News

Hacker Newsjournals.biologists.comMay 28
516ENG

Various LLM Smells

90 points, 57 comments on Hacker News

Hacker Newsshvbsle.inMay 28
517ENG

Just Use Postgres for Durable Workflows

196 points, 74 comments on Hacker News

Hacker Newsdbos.devMay 28
518ENG

Having your insulin pump die while you're on vacation

103 points, 121 comments on Hacker News

Hacker Newsblog.lauramichet.comMay 28
519ENG

Still a developer. Just outside. Our latest GitHub Shop collection is here.

The ESC collection lets you escape the confines of your desk and get out into the sun where good ideas are bound to happen. The post Still a developer. Just outside. Our latest GitHub Shop collection is here. appeared first on The GitHub Blog.

GitHub Bloggithub.blogMay 28
520ENG

Protestware for coding agents

Comments

Lobstersnesbitt.ioMay 28
521ENG

The Lone Lisp Heap

Article URL: https://www.matheusmoreira.com/articles/lone-lisp-heap Comments URL: https://news.ycombinator.com/item?id=48313142 Points: 24 # Comments: 8

Hacker Newsmatheusmoreira.comMay 28
522ENG

Anthropic raises $65B in Series H funding at $965B post-money valuation

Article URL: https://www.anthropic.com/news/series-h Comments URL: https://news.ycombinator.com/item?id=48313048 Points: 188 # Comments: 163

Hacker Newsanthropic.comMay 28
523ENG

Bitburner, programming-based incremental game

60 points, 10 comments on Hacker News

Hacker Newsbitburner-official.github.ioMay 28
524ENG

I hated writing–until I learned there's a science to it(2024)

87 points, 36 comments on Hacker News

Hacker Newsscience.orgMay 28
525ENG

Garnix is shutting down

Comments

Lobstersdiscourse.nixos.orgMay 28
526ENG

I made my phone slow on purpose

23 points, 17 comments on Hacker News

Hacker Newsvinewallapp.comMay 28
527ENG

Show HN: Py-SQL-cleaner – format SQL embedded in Python strings

Hi HN, I built py-sql-cleaner, a CLI for formatting SQL embedded in Python files. Python formatters handle Python syntax. They do not format SQL written inside Python code. On the other hand, SQL formatters usually target SQL files or raw SQL text, not SQL embedded inside a Python file. Still, I think it is not uncommon to find long SQL queries inside Python codebases. py-sql-cleaner detects embedded SQL inside Python files and works only on that SQL. The main things it can do are: find the SQL, format it in place, or extract it into a .sql file. It avoids rewriting SQL that depends on runtime values or template expansion. For example, SQL containing parameters like %s or :name, or Jinja-style template variables like {{ ds }}, is skipped by default. Try it with: uvx py-sql-cleaner list path/to/file.py uvx py-sql-cleaner format path/to/file.py --dry-run Comments URL: https://news.ycombinator.com/item?id=48312436 Points: 5 # Comments: 0

Hacker Newsgithub.comMay 28
528SEC

Critical Gogs RCE Vulnerability Lets Any Authenticated User Execute Arbitrary Code

A critical security vulnerability has been disclosed in Gogs, a popular open-source self-hosted Git service, that allows an authenticated user to execute arbitrary code under certain conditions. The security flaw, per Rapid7, is rated 9.4 on the CVSS scoring system. It does not have a CVE identifier. "The vulnerability allows any authenticated user to achieve remote code execution (RCE) on

The Hacker News (Security)thehackernews.comMay 28
529ENG

RIPE NCC session fixation: poaching logins with an Atlas probe

Comments

Lobstersmxsasha.euMay 28
530ENG

Claude Opus 4.8

1028 points, 816 comments on Hacker News

Hacker Newsanthropic.comMay 28
531ENG

Tracing HTTP Requests with Go's net/HTTP/httptrace

11 points, 0 comments on Hacker News

Hacker Newsblainsmith.comMay 28
532ENG

Endive: A JVM native WebAssembly runtime

40 points, 13 comments on Hacker News

Hacker Newsgithub.comMay 28
533ENG

GNOME 2.20 but its Web Components

Comments

Lobstersbennypowers.devMay 28
534ENG

Only 17% of all 64-bit Integers are products of two 32-bit integers

100 points, 42 comments on Hacker News

Hacker Newslemire.meMay 28
535ENG

jjc: Non-interactive hunk-level operations for Jujutsu

Comments

Lobsterstangled.orgMay 28
536ENG

Zendesk forced a customer from 2016 to pay 4X more, they rebuilt it in 48 hours

22 points, 3 comments on Hacker News

Hacker Newstradecore.comMay 28
537SEC

Threat Actors Exploit Critical FortiClient EMS Flaw to Deploy Credential Stealer

Threat actors are continuing to exploit a critical, now-patched security flaw impacting FortiClient Endpoint Management Server (EMS) deployments to deliver credential-stealing malware. "The campaign abused trusted endpoint management infrastructure to deliver malware across managed endpoints," Arctic Wolf said. "Threat actors disguised the credential stealer payload as a Fortinet endpoint

The Hacker News (Security)thehackernews.comMay 28
538ENG

The Permanent Upper Crow

125 points, 42 comments on Hacker News

Hacker Newspermanent-upper-crow.jasonwu.inkMay 28
539ENG

Show HN: Ktx – Open-source executable context layer for data agents

39 points, 5 comments on Hacker News

Hacker Newsgithub.comMay 28
540ENG

Soviet 80s supercomputer project "Start"

4 points, 1 comments on Hacker News

Hacker Newsstart.iis.nsk.suMay 28

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