frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why the Term "Smart City Surveillance" Needs an Update in the Era of AI and 5G

https://www.red5.net/blog/smart-city-surveillance-in-the-era-of-ai-and-5g/
1•mondainx•31s ago•0 comments

Hybrid Multi-Agent Congressional Simulator

https://simcongress.ai/
1•D_ashe•52s ago•1 comments

Show HN: How to measure the value of Agentic AI

https://agentevolute.com/
1•wisdomtreelzz•1m ago•0 comments

US F-15E Strike Eagles Shot Down in Apparent Friendly Fire Incident in Kuwait

https://theaviationist.com/2026/03/02/f-15-crashing-in-flames-middle-east/
1•speckx•1m ago•0 comments

Show HN: Dbcli – Database CLI Built for AI Agents

1•justvugg•2m ago•0 comments

Marketing Is Eating Engineering

https://ericciarla.com/blog/marketing-is-eating-engineering.html
1•ericciarla•2m ago•0 comments

Show HN: ZSE – Single-file LLM engine with dual INT4 kernels

https://github.com/Zyora-Dev/zse/releases/tag/v1.3.1
1•zyoralabs•3m ago•0 comments

Show HN: I built a graph store so my LLM can't hallucinate facts from my data

https://github.com/TyKolt/kremis
1•TyKolt•3m ago•0 comments

Payphone Go

https://walzr.com/payphone-go/
1•walz•4m ago•0 comments

WarpSpeed automatically rewrites Nvidia core library, achieves 3.6-100x speedup

https://www.doubleai.com/research/doubleais-warpspeed-surpassing-expert-written-kernels-at-scale
2•laginimaineb•4m ago•0 comments

Dashing Dog, Searching for Purpose (Derek Sivers)

https://sive.rs/pdog
1•jamesgill•5m ago•0 comments

Show HN: A userscript that shows when you starred a GitHub repository

https://greasyfork.org/en/scripts/564752-github-star-date-display
1•cheeaun•5m ago•0 comments

A Friday Afternoon Pen Test and a Trillion-Dollar Question

https://inmydata.ai/blog/friday-afternoon-pen-test/
1•nfinch•7m ago•0 comments

Building an Autonomous AI Sysadmin with LangGraph, Ansible, and SQLite

https://www.thefactorysystem.ai/blog/building-autonomous-ai-sysadmin-agent-orchestrating-langgrap...
1•michael-elias•8m ago•1 comments

Launch HN: OctaPulse (YC W26) – Robotics and computer vision for fish farming

3•rohxnsxngh•10m ago•0 comments

Novartis settles with Henrietta Lacks' estate over use of her cells

https://apnews.com/article/henrietta-lacks-lawsuit-novartis-cells-medicine-89fa08519ee04a2ef68fa2...
1•speckx•12m ago•0 comments

Show HN: A personal OS I built solo over 14 months that generates its own apps

https://github.com/prvctice/prvctice
1•prvctice•14m ago•0 comments

Gut microbe Blautia luti uses formate, not hydrogen, to shuttle electrons

https://phys.org/news/2026-02-gut-microbe-blautia-luti-formate.html
1•PaulHoule•14m ago•0 comments

The iPod Enthralls Young Music Listeners

https://www.nytimes.com/2026/03/01/technology/apple-ipod-music-comeback.html
1•7402•15m ago•0 comments

The US Treasury is terminating all use of Anthropic products

https://twitter.com/secscottbessent/status/2028499953283117283
2•nickysielicki•15m ago•2 comments

Show HN: Proxelar – MitM proxy with (rata)TUI, terminal, and web interface

https://github.com/emanuele-em/proxelar
1•emanuele-em•17m ago•0 comments

A lamp that pulses when Claude Code needs your attention

https://github.com/reynico/esp32-claude-lamp
1•alcuadrado•18m ago•0 comments

Show HN: U2m.io – Free URL shortener with bulk API, QR codes, and geo analytics

https://u2m.io
1•appmuzzik•18m ago•0 comments

Show HN: MCP server ONLY app for personal finances

https://passage.money/
3•bjpless•18m ago•1 comments

How Albert Einstein Found Faith at the Edge of Reason (2003)

https://thereader.mitpress.mit.edu/how-albert-einstein-found-faith-at-the-edge-of-reason/
1•anarbadalov•18m ago•0 comments

Show HN: CosmicMeta – Daily AI and tech analysis with a humanization pipeline

https://cosmicmeta.ai/
1•appmuzzik•19m ago•0 comments

So many nationality suffixes (2008)

https://www.linguistics.hk/2008/10/22/so-many-nationality-suffixes/
1•GuinansEyebrows•20m ago•0 comments

Show HN: Turn – A compiled systems language for agentic computation

1•askmuyukani•22m ago•0 comments

Gram: A Zed fork without AI Slop

https://gram.liten.app/
2•Muhammad523•23m ago•0 comments

Wāhiku - US ONLY

https://www.wahiku.com
1•fisenkodv•24m ago•0 comments
Open in hackernews

Show HN: PaperDraw.dev – A System Design Simulator

https://paperdraw.dev/
2•vhatkarpratap•1h ago
Hi HN

I recently built PaperDraw.dev, a browser-based system design simulator aimed at helping engineers practice real system design thinking, not just draw static diagrams.

Most tools today are diagramming tools. They help you draw boxes and arrows, but they don’t help you answer questions like:

• What happens when traffic spikes 10×? • Where does the bottleneck appear? • How does latency propagate across services? • What breaks first under load?

That’s the gap I wanted to solve.

What it does

PaperDraw is not just a whiteboard — it’s a simulation engine for system design.

You can:

Drag and drop components like LB, Cache, DB, Queues, Services

Connect them visually

Configure throughput, latency, capacity limits

Run real-time traffic simulations

Watch bottlenecks and failures emerge

It’s essentially trying to make system design more like a flight simulator, instead of a static drawing exercise.

Why I built this

I’ve conducted and taken many system design interviews over the years, and noticed:

People memorize patterns instead of understanding trade-offs

There’s no way to experiment with architectures

Students struggle to visualize scale dynamics

So I built this as a learning + experimentation tool.

Current usage

Launched ~10 days ago:

~1k–1.5k daily users

Mostly from developers preparing for interviews

What I’d love feedback on

Does the simulation concept feel useful?

What components or scenarios should be added?

Would templates for common architectures help?

Try it here: https://paperdraw.dev

Would really appreciate your thoughts