frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Focus mode, browser ext to block distracting websites

https://github.com/the-wc/focus-mode
1•baetylus•23s ago•0 comments

The US Is Counting Traffic Deaths Wrong

https://www.bloomberg.com/news/articles/2026-03-10/how-deadly-are-us-roads-it-depends-on-how-you-...
1•zdw•25s ago•0 comments

I'm building a way to verify resume claims with AI

1•zain__t•1m ago•0 comments

The Gen-Z Founders Trying to Get Guys to Stop Watching Porn

https://nymag.com/intelligencer/article/porn-addiction-app-quittr-alex-slater-connor-mclaren.html
1•gnabgib•2m ago•0 comments

From CIA to CEO, Spies Step Out of the Shadows and into the Boardroom

https://www.bloomberg.com/news/features/2026-03-13/former-cia-spies-launch-defense-tech-startups-...
1•mooreds•2m ago•0 comments

AI-as-Code for Agent Factories

https://re-cinq.github.io/wave/
1•mooreds•3m ago•0 comments

I built a game flop tracker – got covered by Forbes and DDoS'd the same weekend

https://flopathon.cc
1•robauu•3m ago•2 comments

Multi-agent fleet management for coding agents

https://github.com/supaku/agentfactory
1•mooreds•3m ago•0 comments

The Escalation Trap

https://escalationtrap.substack.com/p/four-strategic-patterns-now-visible
1•caaqil•5m ago•0 comments

Are Computers Making Society More Unequal? (2013)

https://www.newyorker.com/business/currency/are-computers-making-society-more-unequal
1•kurinikku•5m ago•0 comments

Nvidia is cornering the HBM4 market

https://www.buysellram.com/blog/dram-shortage-wont-end-in-2026-why-nvidia-just-told-fabs-to-build...
3•jamesbsr•8m ago•1 comments

Dassault Starts Vortex Spaceplane Parts Production

https://aviationweek.com/space/launch-vehicles-propulsion/dassault-starts-vortex-spaceplane-parts...
3•vrganj•9m ago•0 comments

Travis Kalanick Debuts Plan for 'Gainfully Employed Robots'

https://www.bloomberg.com/news/articles/2026-03-13/ex-uber-ceo-kalanick-debuts-plan-for-gainfully...
2•gnabgib•9m ago•0 comments

You're not immune to propaganda [video]

https://www.youtube.com/watch?v=dl2fnWIlDZg
1•teleforce•9m ago•0 comments

Show HN: Tmux-nvim-navigator – Seamless navigation with zero Neovim config

https://github.com/sindrip/tmux-nvim-navigator
1•Sindrip•11m ago•0 comments

POP instruction speed (Jeff Garzik; Linus Torvalds) (2004)

https://yarchive.net/comp/linux/pop_instruction_speed.html
1•userbinator•11m ago•0 comments

P.U.S..H. Protocol: Self-Referential AI Engine with 6-Node Mesh (React/D3)

https://chailifeotft.github.io/PUSH-Protocol/
1•drayvntech•12m ago•0 comments

Show HN: CandlePulse – Natural language trading alerts powered by AI

https://candlepulse.com/home
2•rijesh4•14m ago•0 comments

Show HN: The Jobs Index

https://jobs.voxos.ai/
2•Falimonda•17m ago•1 comments

Successes and Breakdowns in Everyday Non-Display Smart Glasses Use

https://arxiv.org/abs/2602.22340
1•PaulHoule•18m ago•0 comments

The Great American Condo Crisis

https://www.theatlantic.com/ideas/2026/03/condo-housing-affordability-crisis/686353/
1•JumpCrisscross•19m ago•0 comments

The Return of Travis Kalanick: Fact and Fluff

https://om.co/2026/03/14/the-fact-fluff-of-return-of-travis-kalanick/
1•rmason•20m ago•0 comments

Mainframes Are Not Dead – They Are Becoming the Engine of Modern Banking

https://thebanking50.nl/mainframes-are-not-dead-they-are-becoming-the-engine-of-modern-banking/
1•rbanffy•21m ago•0 comments

China Open-Sources "Origin Pilot": The First Domestically Developed Quantum OS

https://quantumcomputingreport.com/china-open-sources-origin-pilot-the-first-domestically-develop...
1•rbanffy•22m ago•0 comments

Putting my stamp on a lost art: Why I still send postcards

https://www.csmonitor.com/The-Home-Forum/2026/0227/mail-USPS-art
3•Tomte•23m ago•1 comments

In This Cleveland Newsroom, AI Is Writing (But Not Reporting) the News

https://www.cjr.org/news/cleveland-newsroom-ai-rewrite-desk-chris-quinn-plain-dealer.php
1•Tomte•23m ago•0 comments

Extend or replace – how to evaluate your billing stack at AI scale

https://arnon.dk/extend-or-replace-how-to-evaluate-your-billing-stack-at-ai-scale/
1•arnon•24m ago•0 comments

Ask HN: How to Learn C++ in 2026?

1•creatorcoder•25m ago•0 comments

PulseLog – Python logger that opens a live browser dashboard (263k logs/SEC)

https://pypi.org/project/pulselog/
1•Rankush•25m ago•1 comments

OpenJarvis: Personal AI, on Personal Devices

https://scalingintelligence.stanford.edu/blogs/openjarvis/
3•jostylr•30m ago•0 comments
Open in hackernews

Show HN: JSON Tapose – A Simple, Client-Side JSON Diff Viewer

https://www.jsontapose.com/
2•handsupmin•9mo ago
Hi HN!

I built a simple JSON diff viewer that runs entirely in your browser.

I needed a tool to compare JSONs that was both visually appealing and easy to use, so I made one.

Key features:

- Side-by-side JSON comparison with syntax highlighting

- Works with differently ordered fields (unlike most text editors)

- Client-side only - your data never leaves your browser

- JSON beautify/formatting

- Dark/light themes

- No signup required

Tech stack:

- React + TypeScript

- DaisyUI for styling

- Vite for build

Try it out: https://www.jsontapose.com

Source: https://github.com/handsupmin/json-tapose

I'd love to hear your feedback and suggestions for improvement!

Comments

atmanactive•9mo ago
Sounds great, looks good, looking forward to trying it out.

The themes are beautiful. It would be even better if it would respect prefers-color-scheme [0] and automatically switch to one of the dark-mode themes on operating systems configured for dark mode.

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref...

handsupmin•9mo ago
That’s a great idea! I’ll try it. Thanks a lot!