frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aiointerpreters – Run CPU bound code in subinterpreters using asyncio

https://github.com/Jamie-Chang/aiointerpreters
2•rzk•1m ago•0 comments

SpaceX Set to Launch Upgraded Starship on Pre-IPO Test Flight

https://www.wsj.com/business/spacex-starship-v3-launch-6cd89008
2•JumpCrisscross•3m ago•0 comments

Companies join a deep-sea mining rush, as regulators fast-track permits

https://apnews.com/article/trump-deepsea-mining-executive-orders-oceans-environment-399faab6fc329...
2•petethomas•4m ago•0 comments

Bun unsafe audit (not the blog post)

https://bun.com/bun-unsafe-audit
2•heldrida•4m ago•0 comments

Help testing a reference agent for moshpit.dev

2•davidvanwie•8m ago•0 comments

China sinks 2k servers beneath the ocean as AI power demands push ...

https://www.techradar.com/pro/china-unveils-worlds-first-underwater-data-center-2-000-server-faci...
3•ColinWright•8m ago•0 comments

Shiny Forever: How Tamatoa Won

https://firasd.substack.com/p/shiny-forever-how-tamatoa-won-moana-maui-disney-crab-villain-song-j...
2•firasd•8m ago•0 comments

The SpaceX IPO It's Worse Than You Think [video]

https://www.youtube.com/watch?v=-X6YzlY_8tM
4•ZeljkoS•9m ago•0 comments

My Son's Hockey Team and the Crisis of American Resentment

https://www.theatlantic.com/ideas/2026/05/children-private-equity-sports/687222/
2•breve•9m ago•0 comments

Show HN: Smithereen – an early-Facebook-style Fediverse server

https://smithereen.software
3•grishka•10m ago•0 comments

I Got Sycophanted

https://whattotelltherobot.com/p/i-got-sycophanted
2•stefie10•10m ago•0 comments

Benchmarking Free-Threading Performance with Tachyon

https://blog.changs.co.uk/benchmarking-free-threading-performance-with-tachyon.html
2•rzk•12m ago•0 comments

Internet Sleuths Reconstruct Audio of Ups Plane Crash, NTSB Takes Down Dockets

https://www.paddleyourownkanoo.com/2026/05/21/federal-crash-investigators-discover-internet-sleut...
4•buildsjets•13m ago•1 comments

Cheap code means formal verification is reasonable now

https://antfly.io/blog/agent-formal-verification
3•dovin•14m ago•0 comments

August Sander's Enormous Attempt to Capture a Lost World

https://www.newyorker.com/culture/the-art-world/august-sanders-enormous-attempt-to-capture-a-lost...
2•petethomas•14m ago•0 comments

ConverseJS 13.0.0 – Web-based XMPP/Jabber chat written in JavaScript

https://github.com/conversejs/converse.js/releases/tag/v13.0.0
3•neustradamus•16m ago•0 comments

An LLM on a Sony PSP

https://granda.org/en/2026/05/16/an-llm-on-a-sony-psp/
2•austinallegro•17m ago•0 comments

Igor Babuschkin Seeks Up to $1B for River AI

https://letsdatascience.com/news/igor-babuschkin-seeks-up-to-1-billion-for-river-ai-8c36ce09
3•gmays•18m ago•0 comments

NPM registry sets stage for more secure package publishing

https://www.theregister.com/ai-ml/2026/05/21/npm-registry-sets-stage-for-more-secure-package-publ...
2•Bender•19m ago•0 comments

Zillow loses listings in fight over "hidden" homes

https://arstechnica.com/tech-policy/2026/05/zillow-loses-access-to-thousands-of-home-listings-ami...
2•Bender•20m ago•0 comments

AT&T sues California in attempt to shut off old phone network

https://arstechnica.com/tech-policy/2026/05/att-sues-california-in-attempt-to-shut-off-old-phone-...
2•Bender•21m ago•0 comments

EPA to End Some Limits on 'Forever Chemicals' in Drinking Water

https://www.nytimes.com/2026/05/18/climate/epa-forever-chemicals-pfas-drinking-water.html
4•igonvalue•22m ago•0 comments

How to Call an API from an Email

https://redo.com/eng-blog/how-to-call-an-api-from-an-email/
4•joshmoody24•23m ago•0 comments

Finland's bomb shelters draw world to Helsinki in quest for security

https://www.reuters.com/world/europe/finlands-massive-bomb-shelters-draw-world-helsinki-quest-sec...
2•JumpCrisscross•27m ago•0 comments

Tesla Announces Rollout of Fully Self-Driving Tech in China

https://www.wsj.com/business/autos/tesla-announces-rollout-of-fully-self-driving-tech-in-china-27...
3•bookofjoe•27m ago•1 comments

Show HN: Lumox – Wirelessly mirror multiple iPhones on Mac – Ditching QuickTime

https://lumox.app/
2•modrena•27m ago•0 comments

Better CLI Interactions for Agents and Humans

https://www.pulumi.com/blog/better-cli-interactions-for-agents-and-humans/
3•cnunciato•27m ago•0 comments

GrapheneOS Power Usage Recommendations

https://discuss.grapheneos.org/d/35721-grapheneos-power-usage-recommendations
6•Cider9986•28m ago•0 comments

Creating a Full PII Framework for Agents

https://pii-firewall.com/
2•lamne•28m ago•0 comments

AI is killing the cheap smartphone

https://davidoks.blog/p/ai-is-killing-the-cheap-smartphone
4•d0ks•32m ago•0 comments
Open in hackernews

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

https://www.jsontapose.com/
2•handsupmin•1y 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•1y 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•12mo ago
That’s a great idea! I’ll try it. Thanks a lot!