frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Thoughts on the £1M SaSu Fine

https://prestonbyrne.com/2026/05/12/thoughts-on-the-1000000-sasu-fine/
1•delichon•4m ago•0 comments

Internet draft for variable length UUIDs – up to 4,096 bits

https://datatracker.ietf.org/doc/draft-davis-uuidrev-uuid-long/
3•jhealy•7m ago•0 comments

OpenJai – An Open Source Implementation Effort for a Jai-Style Systems Language

https://github.com/withlang-dev/open-jai
1•TheWiggles•18m ago•0 comments

US Army goes green-ish, wants soldiers munching on plant proteins

https://www.theregister.com/offbeat/2026/05/12/us-army-eyes-alternative-proteins-for-soldiers-in-...
3•Bender•20m ago•2 comments

Show HN: Chrome extension that blocks API keys from being pasted into AI tools

https://vaultbix.com
2•shiqingao•20m ago•0 comments

Google users fight for refunds as unauthorized API usage bills soar

https://www.theregister.com/ai-ml/2026/05/13/google-users-fight-for-refunds-as-unauthorized-api-u...
3•Bender•21m ago•0 comments

Ideas Behind Their Time: Part Two

https://marginalrevolution.com/marginalrevolution/2026/05/ideas-behind-their-time-2.html
1•paulpauper•21m ago•0 comments

OpenZFS 2.4.2 Released with Linux 7.0 Kernel Support, Many Bug Fixes

https://www.phoronix.com/news/OpenZFS-2.4.2-Released
1•Bender•22m ago•0 comments

Why Is Latin America So Violent?

https://www.richardhanania.com/p/why-is-latin-america-so-violent
1•paulpauper•22m ago•0 comments

Abandoning my game dev dreams in the pursuit of fulfillment and better coffee

https://anastasialaczko.substack.com/p/1-abandoning-my-game-dev-dreams-in
2•papermocha•22m ago•0 comments

Everything I Know About Dynamic Discrete Choice

https://nicholasdecker.substack.com/p/everything-i-know-about-dynamic-discrete
1•paulpauper•22m ago•0 comments

React File Viewer

https://www.npmjs.com/package/@smazeeapps/file-viewer
1•naveenar•22m ago•0 comments

Exporting Data from Anime-Planet (2018)

https://kiniro.uk/articles/22
1•bariumbitmap•24m ago•0 comments

Show HN: A minimal screen-on time tracker for Wayland

https://github.com/skorotkiewicz/work-track
1•modinfo•24m ago•0 comments

Show HN: CLI and MCP for Suunto smartwatches data

https://github.com/tajchert/suuntool
1•tajchert•29m ago•0 comments

xAI Adds 19 New Gas Turbines Despite Ongoing Lawsuit

https://www.wired.com/story/xai-adds-19-new-gas-turbines-despite-ongoing-lawsuit/
6•srameshc•33m ago•0 comments

Bellwether's Hurricane Prediction and Response Tools

https://x.company/blog/posts/bellwetherhurricanetools/
1•michaefe•33m ago•0 comments

Nvidia Is Buying the Chip Supply Chain

https://www.wsj.com/tech/nvidia-is-buying-the-chip-supply-chain-871db5e3
2•fortran77•34m ago•1 comments

Data needed for FOSS gesture typing library

https://github.com/HeliBorg/HeliBoard/wiki/Tutorial:-How-to-Contribute-Gesture-Data
1•thenub•34m ago•0 comments

The Post-Mortem Problem

https://incident.io/blog/the-post-mortem-problem
2•smurda•35m ago•0 comments

Pyrefly 1.0

https://github.com/facebook/pyrefly/releases/tag/1.0.0
2•0x1997•36m ago•1 comments

Hi-Vis: one-shot jailbreak disguised as LLM "software patch" reaching 100% ASR

https://medium.com/@emma-k/a-new-jailbreak-the-hi-vis-attack-26c2f7ec6da6
2•emmakrentz•37m ago•0 comments

OpenAI Supply Co

https://supplyco.openai.com/
1•ajuhasz•39m ago•0 comments

Quack and VGI: Two Approaches to Bringing RPC to DuckDB

https://rusty.today/blog/quack-vgi-two-approaches-rpc-duckdb/
1•rustyconover•44m ago•0 comments

Deadnet Internet Services

http://deadnet.se/
1•marvinborner•47m ago•0 comments

My graduation cap runs Rust

https://ericswpark.com/blog/2026/2026-05-12-my-graduation-cap-runs-rust/
15•ericswpark•50m ago•3 comments

Show HN: Tmux-palette – Raycast-style command palette for tmux

https://www.eduwass.com/blog/tmux-palette/
1•eduwass•51m ago•3 comments

On the Probable Irreversibility of the Kurzweilian Singularity

https://medium.com/@adlumal/on-the-probable-irreversibility-of-the-kurzweilian-singularity-e8d10f...
1•adlumal•55m ago•0 comments

RFC 9959: Careful Resume: Convergence of Congestion Control from Retained State

https://www.rfc-editor.org/rfc/rfc9959.html
2•luu•57m ago•0 comments

You Don't Look Like a Gamer: On Toxicity, Gatekeeping, & Women Who Share Gaming

https://gardinerbryant.com/you-dont-look-like-a-gamer/
2•Kate0CoolLibby•58m ago•0 comments
Open in hackernews

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

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

Comments

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