frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

China's Plans to Fight in Space

https://ig.ft.com/space-weapons/
2•bazzmt•6m ago•0 comments

GitHub outages since Microsoft acquisition

https://old.reddit.com/r/github/comments/1rnvhs9/githubs_historic_downtime_scraped_and_plotted/
3•nreece•8m ago•0 comments

Hang.live

https://hang.live/
2•gurjeet•8m ago•0 comments

Most People Who Ride Bikes Have Soft Tires

https://maxmautner.com/2026/04/25/soft-tires.html
2•mslate•9m ago•0 comments

State of my AI-assisted development workflows

https://handmadeoasis.com/state-of-ai-assisted-workflows-april-2026/
2•RamtinJ95•13m ago•0 comments

Claude Code plugin for designing modular systems

https://github.com/vladikk/modularity
2•xamut•13m ago•1 comments

Millions Are Turning to a Cheaper, Electricity-Free Cooling Solution

https://economictimes.indiatimes.com/news/international/us/say-goodbye-to-traditional-air-conditi...
2•thelastgallon•14m ago•1 comments

Dwarkesh Patel’s Podcast Lets You Can Eavesdrop on the A.I. Elite

https://www.nytimes.com/2026/04/26/business/dwarkesh-patel-podcast-ai.html
2•jbegley•18m ago•0 comments

Running Gemma 4 31B on Mac with Ollama

https://sammyrulez.github.io/running-gemma-4-31b-on-an-apple-silicon-mac-with-ollama.html
2•sammy_rulez•23m ago•0 comments

Postgate: Multi-tenant HTTP proxy for PostgreSQL with SQL validation

https://github.com/openworkers/postgate
2•gurjeet•27m ago•0 comments

Gte-go – my over-optimized embedding model

https://rcarmo.github.io/projects/gte-go/
2•rcarmo•29m ago•0 comments

Show HN: App that crosses an hour off your day when you open a distraction

https://apps.apple.com/gb/app/oh-my-hours/id6760450002
3•jarko27•29m ago•0 comments

Micron pushes US Congress to tighten chip-making tool export to China

https://www.reuters.com/legal/government/micron-pushes-us-congress-crack-down-chip-tool-sales-chi...
2•jackyli02•30m ago•0 comments

Study the 50 leaked LLM Interview Questions with my lil learning App

https://boguslavskyy.com/projects/llm-interview-learning-app/
2•indoor47•32m ago•1 comments

POV: You Go to Australia [video]

https://www.youtube.com/shorts/qryHpGtpukM
1•keepamovin•33m ago•0 comments

Mathematician Solves Algebra's Oldest Problem

https://www.msn.com/en-us/news/technology/mathematician-solves-algebra-s-oldest-problem/ar-AA1DZPr7
2•galaxyLogic•37m ago•0 comments

The cost math behind routing Claude Code through Ollama (~90% cut)

https://github.com/Coherence-Daddy/use-ollama-to-enhance-claude
2•CoherenceDaddy•38m ago•0 comments

MemPalace – Local-first AI memory

https://github.com/mempalace/mempalace
1•danboarder•40m ago•0 comments

I built an offline replacement of MS Money

https://covely.ourcrmonline.com
2•sunnyy02•43m ago•0 comments

Google's best practices document for designing AI products

https://pair.withgoogle.com/guidebook/
1•dotancohen•51m ago•0 comments

Excited Delirium[audio]

https://thisiscriminal.com/episode-355-excited-delirium-3-6-2026/
1•muddi900•53m ago•0 comments

North Korean IT workers are stealing remote jobs: Americans are helping them

https://fortune.com/2026/04/25/north-korean-it-worker-scheme-american-faciliators/
3•napolux•54m ago•1 comments

New Bible TUI App Releases v1.0.0

https://github.com/DeLsonJabberwo/bible-tui
2•delsonjabberwo•54m ago•0 comments

Agent Harness Engineering

https://addyosmani.com/blog/agent-harness-engineering/
1•kiyanwang•56m ago•0 comments

The Normal Work of Creating Reliability

https://surfingcomplexity.blog/2026/04/26/the-normal-work-of-creating-reliability/
1•azhenley•57m ago•0 comments

Everything that went wrong with Claude

https://clawd.rip/
2•aratahikaru5•1h ago•0 comments

How to hire people who are better than you

https://longform.asmartbear.com/hire-better-than-you/
2•kiyanwang•1h ago•0 comments

Terraform is dead

https://grahamgilbert.com/blog/2026/04/20/terraform-is-dead/
2•milkglass•1h ago•0 comments

Chernobyl disaster (April 26th, 1986)

https://en.wikipedia.org/wiki/Chernobyl_disaster
1•simonebrunozzi•1h ago•0 comments

But what is L0-L2 processing for satellite data?

https://medium.com/@aryachauhan7/but-what-is-l0-l2-processing-for-satellite-data-27f39f5324a1
1•marklit•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.