frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Disappearance of the Public Bench

https://placesjournal.org/article/the-disappearance-of-the-public-bench/
2•cainxinth•1m ago•0 comments

This Month in Redox – April 2026

https://www.redox-os.org/news/this-month-260430/
1•ladyanita22•2m ago•0 comments

Number of tokens shouldn't be the only metric

https://johnjwang.com/post/2026/05/06/tokens-shouldnt-be-the-only-metric/
1•johnjwang•4m ago•0 comments

Audio-only minimal pair trainer using ABX methodology for language acquisition

https://minimalpairs.co
1•michealbingham•5m ago•1 comments

Designing AI for Strategy Games Through Modding

https://anbeeld.com/articles/designing-ai-for-strategy-games-through-modding
2•nateberkopec•10m ago•0 comments

I found a bug in the reality lattice

https://osf.io/5ubr7
1•KIHO_LEE•12m ago•0 comments

Syncweb, Literate Programming Meets Unison

https://github.com/aryx/syncweb
1•tmseidman•13m ago•0 comments

Google Chrome downloads 4GB AI model to your device without permission

https://www.tomshardware.com/tech-industry/cyber-security/google-chrome-silently-downloads-4gb-ai...
1•vednig•13m ago•0 comments

Untangling Entanglement: Does Science Support Physicalism?

https://sopathaye.substack.com/p/untangling-entanglement-does-science
1•sopathaye•19m ago•0 comments

AI-Induced Cognitive Atrophy

https://notesbylex.com/on-ai-induced-cognitive-atrophy
1•lexandstuff•22m ago•0 comments

VLC, FFmpeg, Video Codecs, Assembly Programming (Lex Fridman Podcast)

https://www.youtube.com/watch?v=nepKKz-MzFM
1•SweetSoftPillow•25m ago•0 comments

Judge Halts Colorado AI Law After xAI First Amendment Challenge

https://reclaimthenet.org/judge-halts-colorado-ai-law-after-first-amendment-challenge
4•bilsbie•31m ago•0 comments

Macro

https://macro.com
2•skogstokig•32m ago•0 comments

Sting's eye-watering fortune that his 6 kids won't be inheriting

https://www.hellomagazine.com/us/900095/sting-eye-watering-fortune-kids-will-not-inherit/
1•wslh•32m ago•0 comments

AI evaluation startup Braintrust confirms breach

https://techcrunch.com/2026/05/06/ai-evaluation-startup-braintrust-confirms-breach-tells-every-cu...
3•zachdotai•34m ago•0 comments

ReleaseJet – the release notes tool for repos with many customers

https://github.com/makisp/releasejet
2•PaulHoule•37m ago•0 comments

Omega-3 supplements may be linked to faster cognitive decline in seniors

https://medicalxpress.com/news/2026-05-omega-supplements-linked-faster-cognitive.html
1•brandonb•37m ago•1 comments

VirtualGL

https://virtualgl.org
2•NexRebular•38m ago•0 comments

SQLite Is a Library of Congress Recommended Storage Format

https://sqlite.org/locrsf.html
3•whatisabcdefgh•39m ago•0 comments

Show HN: I wrote a flight simulator in my own programming language

https://github.com/navid-m/flightsim
3•pizza_man•39m ago•2 comments

AI, Computer Literacy, and the New Divide

https://blog.vaxry.net/articles/2026-aiIsABitDifferent
2•tertle950•39m ago•2 comments

Rails Security, AI, and IBB

https://tenderlovemaking.com/2026/05/06/rails-security-ai-and-ibb/
1•riffraff•40m ago•0 comments

Firm solar and storage costs fall to $54/MWh, says IRENA

https://www.pv-magazine.com/2026/05/06/firm-solar-and-storage-costs-fall-to-54-mwh-says-irena/
4•epistasis•41m ago•0 comments

Solod v0.1: Go ergonomics, practical stdlib, native C interop

https://antonz.org/solod-v0-1/
1•jicea•42m ago•0 comments

"Would It Matter If I Told You I'm Pope Leo?"

https://www.thelettersfromleo.com/p/would-it-matter-if-i-told-you-im
1•pella•46m ago•1 comments

CSG: Why the Largest Military IPO in European History Is Combusting

https://hntrbrk.com/csg/
2•yread•47m ago•0 comments

It's time to test all adults for lipoprotein(a)

https://www.lipidjournal.com/article/S1933-2874(26)00126-1/fulltext
2•brandonb•51m ago•1 comments

Claude Code wire trace reveals 13,000 words base prompt

https://twitter.com/dominiek/status/2052119211644760473
4•dominiek•51m ago•1 comments

Agile Is Dead. Long Live Agile

https://amoebaunlimited.substack.com/p/agile-is-dead-long-live-agile
3•bryanking•53m ago•0 comments

CrustAI – Private local AI assistant

https://github.com/DaveSimoes/CrustAI
2•DaveHN_2026•54m ago•0 comments
Open in hackernews

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

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

Comments

T0V1•12mo ago
I'd keep all the features from neovim, remove all the features from every other IDE.
joegibbs•12mo 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•12mo 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•12mo ago
You mean like Zed? Check their roadmap.