frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic is A/B testing removing Claude Code from Pro plans

https://twitter.com/TheAmolAvasare/status/2046724659039932830
1•gagdiez•22s ago•0 comments

TalentRecruit

1•TalentRecruit•32s ago•0 comments

Corral: Measuring how LLM-based AI scientists reason, not just what they produce

https://lamalab-org.github.io/corral/
2•kjappelbaum•3m ago•0 comments

FreeBSD Status Report First Quarter 2026

https://www.freebsd.org/status/report-2026-01-2026-03/
2•ptx•4m ago•0 comments

Texas launches $750M plant, targets growing New World screwworm threat

https://www.chron.com/texas/article/south-texas-plant-screwworm-threat-usda-22214580.php
3•littlexsparkee•5m ago•0 comments

Ask HN: Is the ongoing AI research driving LLM models to be better?

2•thiago_fm•8m ago•0 comments

The Prevention of Literature (George Orwell, 1946)

https://www.orwellfoundation.com/the-orwell-foundation/orwell/essays-and-other-works/the-preventi...
2•awanderingmind•8m ago•0 comments

Microsoft issues emergency update for macOS and Linux ASP.NET threat

https://arstechnica.com/security/2026/04/microsoft-issues-emergency-update-for-macos-and-linux-as...
3•joozio•9m ago•0 comments

I blind A/B tested 40 Claude prompt codes, only 7 shift reasoning

https://gist.github.com/Samarth0211/0abecbbfc340c80de5bd21049115f9e2
2•samarth0211•9m ago•0 comments

Stop Hardcoding Your Timeouts

https://alfy.blog/2026/04/23/stop-hardcoding-your-timeouts.html
3•ahmadalfy•9m ago•0 comments

Retractions of scientific papers by Nobel Prize Winners

https://retractionwatch.com/retractions-by-nobel-prize-winners/
3•patel011393•11m ago•1 comments

Notes on writing a voxel game in Dyalog APL

https://homewithinnowhere.com/blog/voxel_game/
3•tosh•13m ago•0 comments

Signaling Is the Intelligence

https://eversoleken.substack.com/p/signaling-is-the-intelligence
2•gpi•15m ago•0 comments

The Log Is the Database

https://blog.canoozie.net/the-log-is-the-database/
4•LAC-Tech•22m ago•1 comments

Ask HN: Linguistics/Computing Overview for the Layperson

2•Pamar•23m ago•0 comments

Production MCP Patterns, Part 2: The Agent Stack Grew Up

https://medium.com/@nitishagar/production-mcp-patterns-part-2-the-agent-stack-grew-up-194d807fde9d
2•nitishagar•24m ago•1 comments

Light Pollution and Wildlife Interactive Ecology Simulation

https://naturnacht-fulda-rhoen.de/light-pollution-wildlife/
2•ptrsrtp•25m ago•1 comments

Reverse-Engineering a North-Korean-Style Supply Chain Attack

https://www.reymom.xyz/blog/security/2026-04-15-supply-chain-attack
2•gsky•27m ago•0 comments

I was reported by ChatGPT officials

https://pbs.twimg.com/media/HGkgo8KacAAqU3J?format=jpg&name=medium
2•mrzhangbo•28m ago•0 comments

Augmenting Human Intellect (1962)

https://www.dougengelbart.org/pubs/augment-3906.html
2•downbad_•28m ago•1 comments

US health officials Nix publication of a study on Covid vaccine effectiveness

https://apnews.com/article/cdc-covid19-vaccine-study-ea3a8e56d0dcdb7428f060b395b5ff23
5•petethomas•32m ago•1 comments

Show HN: Vibeyard – An open-source IDE for managing AI coding agents

https://github.com/elirantutia/vibeyard
2•vibeyard•37m ago•0 comments

Honey, I Shrunk the Coding Agent

https://itayinbarr.substack.com/p/honey-i-shrunk-the-coding-agent
5•oldfuture•41m ago•0 comments

Software Eats Its Own

https://om.co/2026/04/22/software-eats-its-own/
2•taubek•42m ago•0 comments

Hey I made a AI Native personal workspace for the desktop worker

1•devrimco•43m ago•2 comments

Benchmarking glibc vs. jemalloc vs. mimalloc vs. tcmalloc in MariaDB TPC-C

https://tidesdb.com/articles/tpcc-analysis-jemalloc-mimalloc-tcmalloc-tidesql-and-innodb-in-maria...
2•alexpadula•57m ago•1 comments

R

https://blog.cloudflare.com/post-quantum-warp/
3•kefekefe•59m ago•0 comments

A neural network for lossy audio codec reconstruction

https://github.com/aston89/UNlossifier-lossy-audio-reconstructor-and-sound-signature-simulator/tr...
1•Aston89•59m ago•0 comments

256 Lines or Less: Test Case Minimization

https://matklad.github.io/2026/04/20/test-case-minimization.html
2•gsky•1h ago•0 comments

Asset Harvester

https://github.com/NVIDIA/asset-harvester
1•downboots•1h ago•0 comments
Open in hackernews

Ask HN: If building an IDE from scratch, what features would you add?

2•rajasimon•11mo ago
Many IDEs feel bloated or outdated. If you could design one from scratch, what would you keep, drop, or reinvent?

Comments

T0V1•11mo ago
I'd keep all the features from neovim, remove all the features from every other IDE.
joegibbs•11mo ago
Native vector search would be great. I was just thinking today how irritating it is to try to find some specific component in a very large codebase without knowing exactly what it’s called already.
SvenL•11mo ago
Great debugging capabilities, time travel debugging, data break points, attach to running processes, remote debugging etc.

I think the most important feature for an IDE is debugging - at least this is the feature which separates an ide from just a Text Editor

pancsta•11mo ago
You mean like Zed? Check their roadmap.