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
1
SEC
1
AI
6914
TOTAL
Wed, Apr 1, 2026
6
Tue, Mar 31, 2026
24
6781ENG

Reading leaked Claude Code source code

Comments

Lobsterslr0.orgMar 31
6782ENG

Wavelets on Graphs via Spectral Graph Theory (2009)

16 points, 1 comments on Hacker News

Hacker Newsarxiv.orgMar 31
6783ENG

Gaim 3 Exists

Comments

Lobstersgaim.imfreedom.orgMar 31
6784ENG

Maze Algorithms

6 points, 2 comments on Hacker News

Hacker Newsastrolog.orgMar 31
6785ENG

Ordinary Lab Gloves May Have Skewed Microplastic Data

Article URL: https://nautil.us/ordinary-lab-gloves-may-have-skewed-microplastic-data-1279386 Comments URL: https://news.ycombinator.com/item?id=47593634 Points: 41 # Comments: 10

Hacker Newsnautil.usMar 31
6786ENG

plakar + openbsd

Comments

Lobstersx61.shMar 31
6787ENG

A dot a day keeps the clutter away

Article URL: https://scottlawsonbc.com/post/dot-system Comments URL: https://news.ycombinator.com/item?id=47593556 Points: 108 # Comments: 34

Hacker Newsscottlawsonbc.comMar 31
6788ENG

Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs

Article URL: https://prismml.com/ Comments URL: https://news.ycombinator.com/item?id=47593422 Points: 68 # Comments: 30

Hacker Newsprismml.comMar 31
6789ENG

Ministack (Replacement for LocalStack)

Article URL: https://ministack.org/ Comments URL: https://news.ycombinator.com/item?id=47593285 Points: 123 # Comments: 20

Hacker Newsministack.orgMar 31
6790ENG

Pidgin 3.0 Alpha 1 2.95.0 has been released

Comments

Lobstersdiscourse.imfreedom.orgMar 31
6791ENG

OpenAI closes funding round at an $852B valuation

https://openai.com/index/accelerating-the-next-phase-ai Comments URL: https://news.ycombinator.com/item?id=47592755 Points: 301 # Comments: 269

Hacker Newscnbc.comMar 31
6792ENG

Super Micro Computer Investors Look for Exits

Article URL: https://catenaa.com/markets/equities/super-micro-computer-investors-look-for-exits/ Comments URL: https://news.ycombinator.com/item?id=47592626 Points: 28 # Comments: 14

Hacker Newscatenaa.comMar 31
6793ENG

Prefer do notation over Applicative operators when assembling records (2024)

19 points, 2 comments on Hacker News

Hacker Newshaskellforall.comMar 31
6794ENG

I Traced My Traffic Through a Home Tailscale Exit Node

Article URL: https://tech.stonecharioteer.com/posts/2026/tailscale-exit-nodes/ Comments URL: https://news.ycombinator.com/item?id=47592462 Points: 65 # Comments: 33

Hacker Newstech.stonecharioteer.comMar 31
6795ENG

your hex editor should color-code bytes

Comments

Lobsterssimonomi.devMar 31
6796SEC

Android Developer Verification Rollout Begins Ahead of September Enforcement

Google on Monday said it's officially rolling out Android developer verification to all developers to combat the problem of bad actors distributing harmful apps while "hiding behind anonymity." The development comes ahead of a planned verification mandate that goes into effect in Brazil, Indonesia, Singapore, and Thailand this September, before it expands globally next year. As part of this

The Hacker News (Security)thehackernews.comMar 31
6797ENG

Historical GitHub Uptime Charts

Comments

Lobstersdamrnelson.github.ioMar 31
6798ENG

Breaking Enigma with Index of Coincidence on a Commodore 64

17 points, 3 comments on Hacker News

Hacker Newsimapenguin.comMar 31
6799ENG

OkCupid gave 3M dating-app photos to facial recognition firm, FTC says

Article URL: https://arstechnica.com/tech-policy/2026/03/okcupid-match-pay-no-fine-for-sharing-user-photos-with-facial-recognition-firm/ Comments URL: https://news.ycombinator.com/item?id=47591104 Points: 23 # Comments: 2

Hacker Newsarstechnica.comMar 31
6800ENG

I Decompiled the White House's New App

Article URL: https://blog.thereallo.dev/blog/decompiling-the-white-house-app Comments URL: https://news.ycombinator.com/item?id=47591014 Points: 9 # Comments: 2

Hacker Newsblog.thereallo.devMar 31
6801ENG

Ask HN: Academic study on AI's impact on software development – want to join?

Would you like to participate in a study on AI’s impact on software development? We are researchers at New York University and City, University of London conducting an interview study on how new AI tools are changing the work of software developers. We are looking to speak with developers of all seniority levels, including those in leadership roles, who can share their experiences and perspectives on using (or choosing not to use) AI in their day-to-day work. Interviews will last 45 to 60 minutes and take place via Zoom. Participants will be asked about their workflow, AI tool usage, and how their role has evolved over time. All responses will be kept confidential and used for academic research purposes only. Research participants need to be based in the U.S. If interested, please fill out this brief form so that we can contact you: https://nyu.qualtrics.com/jfe/form/SV_cHkvoczxgtaLLo2 Thank you! Comments URL: https://news.ycombinator.com/item?id=47590261 Points: 4 # Comments: 2

Hacker Newsnews.ycombinator.comMar 31
6802ENG

Costco sued for seeking refunds on tariffs customers paid

37 points, 18 comments on Hacker News

Hacker Newsarstechnica.comMar 31
6803ENG

Show HN: Postgres extension for BM25 relevance-ranked full-text search

Last summer we faced a conundrum at my company, Tiger Data, a Postgres cloud vendor whose main business is in timeseries data. We were trying to grow our business towards emerging AI-centric workloads and wanted to provide a state-of-the-art hybrid search stack in Postgres. We'd already built pgvectorscale in house with the goal of scaling semantic search beyond pgvector's main memory limitations. We just needed a scalable ranked keyword search solution too. The problem: core Postgres doesn't provide this; the leading Postgres BM25 extension, ParadeDB, is guarded behind AGPL; developing our own extension appeared daunting. We'd need a small team of sharp engineers and 6-12 months, I figured. And we'd probably still fall short of the performance of a mature system like Parade/Tantivy. Or would we? I'd be experimenting long enough with AI-boosted development at that point to realize that with the latest tools (Claude Code + Opus) and an experienced hand (I've been working in databa

Hacker Newsgithub.comMar 31
6804ENG

Cohere Transcribe: Speech Recognition

Article URL: https://cohere.com/blog/transcribe Comments URL: https://news.ycombinator.com/item?id=47589818 Points: 28 # Comments: 5

Hacker Newscohere.comMar 31

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