frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: How to build CLI for agents – Loxone CLI as an example

https://github.com/eisber/lox-cli
1•eisber•4m ago•0 comments

Universal Bug Discovery Algorithm

https://ir3-ethereum-4ca4c2.gitlab.io/posts/post-004/
1•machardmachard•4m ago•1 comments

Ask HN: Alternatives to VSCode?

1•baobabKoodaa•4m ago•1 comments

All Four Sentinel-1 Satellites Are Now Live

https://orbitaltoday.com/2026/05/03/all-four-sentinel-1-satellites-are-now-live-and-europes-earth...
1•cgeier•7m ago•0 comments

The Fog, a New Encrypted Cloud Platform, Rolls In

https://spectrum.ieee.org/the-fog-cloud-encryption
1•pseudolus•13m ago•0 comments

Inexpensive seafloor-hopping submersibles could stoke deep-sea science–and mini

https://www.technologyreview.com/2026/05/01/1136734/inexpensive-seafloor-hopping-submersibles-cou...
1•joozio•13m ago•0 comments

PixiJS was killing my video exports. So I rewrote the pipeline in Rust

https://tinyrec.io/blog/rust-video-exporter/
1•davidtranjs•14m ago•0 comments

Coffee doesn't just wake you up–a biological pathway illuminates health effects

https://sciencex.com/news/2026-04-coffee-doesnt-key-biological-pathway.html
1•pseudolus•15m ago•0 comments

Approaching Zero Bugs?

https://daniel.haxx.se/blog/2026/04/30/approaching-zero-bugs/
1•lionkor•15m ago•0 comments

Unauthorised [Claude Pro] Gift Purchases Made from My Account

https://old.reddit.com/r/claude/comments/1rwsduw/unauthorised_gift_purchases_made_from_my_account/
1•YeGoblynQueenne•16m ago•0 comments

Why I don't like the "staff engineer archetypes"

https://www.seangoedecke.com/staff-engineer-archetypes/
2•swah•19m ago•0 comments

SpaceChem 2012 Tournament

https://lparchive.org/SpaceChem-2012-Tournament/
1•tmtvl•22m ago•0 comments

Father hiring bouncer to keep kids from beating the dog due to phone addiction

https://www.msn.com/en-in/news/India/in-gujarat-bouncers-hired-to-watch-screen-addicts/ar-AA22fBfW
1•vivzkestrel•24m ago•1 comments

Agentic Coding Is Burning Me Out

https://0xsid.com/blog/agentic-coding-fatigue
1•mpweiher•26m ago•1 comments

Richard Sutton – Father of RL thinks LLMs are a dead end [video]

https://www.youtube.com/watch?v=21EYKqUsPfg
1•mpweiher•27m ago•0 comments

Company says nuclear fusion could power the grid – and soon

https://www.cnn.com/2026/04/30/climate/nuclear-fusion-real-world-electricity-grid
1•mpweiher•28m ago•0 comments

A 360° panorama generator that turns one sentence into a world

https://imagesv2.ai/
1•taoji1994•29m ago•0 comments

Systemd-manager-TUI: A TUI application for managing systemd services

https://github.com/Matheus-git/systemd-manager-tui
11•thunderbong•32m ago•1 comments

Re-Imagining GitHub/GitLab Actions

https://almostintuitive.com/docs/technical/reimagining-github-actions/
1•legothief•32m ago•0 comments

The Problem with Open Hardware [video]

https://www.youtube.com/watch?v=YLn4vnfchaE
1•Udo_Schmitz•36m ago•0 comments

Shares in Japanese toilet maker Toto soar on AI-related pivot

https://www.ft.com/content/38969e97-92e4-4066-a554-27274d32d545
1•JumpCrisscross•36m ago•0 comments

Names Are the First Thing You Read and the Last Thing You Remember

https://fagnerbrack.com/names-are-the-first-thing-you-read-and-the-last-thing-you-remember-b2b3f0...
1•fagnerbrack•37m ago•0 comments

Dependencies Are Replacing Knowledge

https://www.youtube.com/watch?v=99RgPS3Vu5M
1•birdculture•37m ago•0 comments

Becoming Unblockable

https://www.seangoedecke.com/unblockable/
2•fagnerbrack•38m ago•0 comments

Migrating 6000 React tests using AI Agents and ASTs

https://eliocapella.com/blog/ai-library-migration-guide/
1•fagnerbrack•38m ago•0 comments

Three full-stack data platforms in a weekend: Fabric and Azure AI Foundry

https://cubiczan.substack.com/p/how-we-shipped-3-full-stack-data
1•cubiczan•41m ago•0 comments

If society had a scorecard, what would be on it?

1•baptou12•43m ago•2 comments

Edible Plants Wiki

https://edibleplants.wikioasis.org/wiki/Main_Page
2•altilunium•51m ago•0 comments

Mnemory – Persistent memory for AI agents

https://github.com/fpytloun/mnemory
2•genunix64•54m ago•2 comments

Show HN: WebAssembly Interpreter in a Header

https://github.com/lifthrasiir/wah
1•lifthrasiir•55m 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.