frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

To Sit by the Water

https://tinkelenberg.com/posts/to-sit-by-the-water/
1•tinkelenberg•2s ago•0 comments

Transport Canada warned about WestJet seating hazard weeks before viral video

https://www.cbc.ca/news/canada/edmonton/transport-canada-westjet-seating-layout-hazard-9.7142069
1•luu•15s ago•0 comments

Velxio 2.0 – Emulate Arduino, ESP32, and Raspberry Pi 3 in the Browser

https://github.com/davidmonterocrespo24/velxio
1•dmcrespo•45s ago•0 comments

Type Theorists need to take a look at Zig

https://pure-systems.org/posts/2026-03-27-the-type-theorists-need-to-take-a-look-at-zig.html
1•doyougnu•6m ago•1 comments

CppCon: C++ Beats Rust in JSON Serialization [video]

https://www.youtube.com/watch?v=Mcgk3CxHYMs
1•fthiesen•6m ago•0 comments

Quadratic Micropass Type Inference

https://articles.luminalang.com/a/micropass-inference/
3•simvux•7m ago•0 comments

Where Agents Converge

https://danthegoodman.substack.com/p/where-agents-converge
1•dangoodmanUT•9m ago•0 comments

How to Make Programming Terrible for Everyone

https://jneen.ca/posts/2026-03-27-how-to-make-programming-terrible-for-everyone/
1•jneen•9m ago•0 comments

I scored every NYC building for distress using 37M public data points and ML

https://sillview.nyc
1•ThomasThuillier•10m ago•0 comments

Steam Wishlist Pulse > track wishlist spikes and changes for game devs

https://github.com/hortopan/steam-wishlist-pulse
1•remakeru•10m ago•1 comments

Show HN: Fallow – Find unused code, duplication, and complexity in TS/JS (Rust)

https://github.com/fallow-rs/fallow
1•bartwaardenburg•10m ago•0 comments

AI bug reports went from junk to legit overnight, says Linux kernel czar

https://www.theregister.com/2026/03/26/greg_kroahhartman_ai_kernel/
2•amarant•14m ago•0 comments

Agents of Chaos

https://agentsofchaos.baulab.info/report.html
1•luu•15m ago•0 comments

I don't understand graphical abstracts. So I both hate and admire this one (2025)

https://scientistseessquirrel.wordpress.com/2025/09/23/i-dont-understand-graphical-abstracts-so-i...
1•rossant•18m ago•0 comments

Show HN: Building your first ASGI framework – step-by-step lessons

1•grandimam•18m ago•0 comments

Offprint: Publishing infrastructure for the open web, built on AT Protocol

https://offprint.app
2•icy•19m ago•0 comments

Show HN: GladAItor – Judge AI Products for Free

https://glad-ia-tor.com/
2•Enjoyooor•20m ago•1 comments

Basecamp Becomes Agent Accessible

https://world.hey.com/dhh/basecamp-becomes-agent-accessible-3ae6b949
1•FigurativeVoid•21m ago•0 comments

Memory Crystal – persistent memory for AI agents (MIT)

https://github.com/memorycrystal/memorycrystal
1•memorycrystal•21m ago•0 comments

Truck hunting on the Ho Chi Minh trail

https://historynet.com/truck-hunting-ho-chi-minh-trail/
1•berkeleyjunk•24m ago•0 comments

Migrating Infrastructure Off Coolify

https://www.coryd.dev/posts/2026/migrating-infrastructure-off-coolify
1•cdrnsf•26m ago•0 comments

The telnyx packages on PyPI have been compromised

https://lwn.net/Articles/1065059/
4•amcclure•28m ago•0 comments

The many failures leading to the LiteLLM compromise

https://lwn.net/SubscriberLink/1064693/d00a7f49a30161da/
1•amcclure•28m ago•0 comments

Was the Iran War Caused by AI Psychosis?

https://houseofsaud.com/iran-war-ai-psychosis-sycophancy-rlhf/
2•decimalenough•28m ago•0 comments

Journaling for people who don't journal

https://maxgirkins.com/writings/email-to-self
1•mgirkins•29m ago•0 comments

A new TypeScript CSS parser with all modern features (nesting, scopes,)

https://github.com/node-projects/css-parser
1•jogibear9988•29m ago•0 comments

GM requires you to submit their opt-out form multiple times with name variations

https://gmcontactpreferences.com/opt-out-all.jsp
2•zephyreon•30m ago•4 comments

David Sacks Is No Longer the White House AI and Crypto Czar

https://www.theverge.com/policy/902140/david-sacks-out-ai-crypto-czar
3•kklisura•30m ago•0 comments

AI data centres can warm surrounding areas by up to 9.1°C

https://www.newscientist.com/article/2521256-ai-data-centres-can-warm-surrounding-areas-by-up-to-...
2•johnbarron•31m ago•0 comments

My Prodigal Brainchild

https://nealstephenson.substack.com/p/my-prodigal-brainchild
4•jethronethro•33m ago•0 comments
Open in hackernews

Show HN: Anvil – Desktop App for Spec Driven Development

https://github.com/zdenham/anvil
3•zdenham•1h ago
Very excited to share Anvil. I built Anvil to take back control when working with parallel coding agents. It comes with one click worktree isolation, and first class spec support.

Claude Code and similar coding TUIs are very eager to get into writing code, even before their human baby sitter fully understands the implication of what they are about to build.

The core insight with Anvil is that it is much easier to write high quality code which matches the author's intent after iterating on an external plan with your agent.

Align on the architecture, implementation, and verification strategy in a markdown file, then execution is pretty straightforward.

This is not a new concept, but the user experience within TUI apps for this workflow is pretty shit. Claude creates non-semantic plan names like "aquamarine-owl" that are trapped within a single agent context. Spinning up multiple agents to check on different aspects of a plan is annoying and slow, and managing terminal tabs is pure hell.

So I built anvil, this is a fully open source (MIT license) project.