frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Colorado River's 2 biggest reservoirs just hit a new record low

https://www.sltrib.com/news/environment/2026/07/17/combined-storage-lake-powell-lake/
1•toomuchtodo•22s ago•1 comments

Mincdp – Give Claude eyes and hands in a browser, in ~410 lines of C

https://github.com/Anode1/mincdp
1•siberean•32s ago•0 comments

What lawyers can do for AI safety

https://martinsays.substack.com/p/what-lawyers-can-do-for-ai-safety
1•mrmarmac•1m ago•0 comments

MecoScribe: FOSS Local Audio Transcription for macOS with Speaker Detection

https://github.com/HeyMeco/MecoScribe
1•HeyMeco•2m ago•1 comments

Trump Set Fire to America's Election Defenses. Now He's Pointing at the Smoke

https://weaponizedspaces.substack.com/p/trump-set-fire-to-americas-election
2•rbanffy•3m ago•0 comments

Don't remove the bottlenecks, rather upgrade them

https://shrsv.hexmos.com/post/don%27t-remove-the-bottlenecks,-rather-upgrade-them
2•atomicnature•4m ago•0 comments

I'm shutting down my AI SaaS – Post Mortem

https://johnathanward.com/im-shutting-down-content-goblin-a-post-mortem/
2•johnward•9m ago•0 comments

How to properly build a credit ledger

https://useautumn.com/blog/ai-billing-infrastructure
2•ayushrodrigues•9m ago•0 comments

The Archaeologist's Copilot

https://martinfowler.com/articles/archaeologist-copilot.html
1•Jimmc414•9m ago•0 comments

Redis cuts 200 jobs, CEO Rowan Trollope

https://redis.io/blog/ceo-rowan-trollopes-organizational-announcement-to-redis-employees/
2•msolujic•10m ago•0 comments

If I have a US passport, do I need another ID to enter the US?

https://papersplease.org/wp/2026/06/01/if-i-have-a-us-passport-do-i-need-another-id-to-enter-the-us/
2•Jimmc414•11m ago•0 comments

Australian Data Centres forced to generate more power than they use

https://www.afr.com/technology/albanese-hits-data-centres-with-grid-mandate-in-major-ai-pivot-202...
3•root-parent•11m ago•0 comments

Costco Is the Anti-Amazon and It's Thriving

https://thewalrus.ca/costco-is-the-anti-amazon-and-its-thriving/
4•throw0101a•11m ago•0 comments

Show HN: Rockspector, a Visualizer for RocksDB

https://github.com/RaisinTen/rockspector
1•raisin10•12m ago•0 comments

Watchface

https://watchface.netlify.app/
1•duck•12m ago•0 comments

Atomically Thin Materials Significantly Shrink Qubits

https://spectrum.ieee.org/2d-hbn-qubit
1•Jimmc414•12m ago•0 comments

The Word "Hide" Is Now a Legal Question

https://blog.ppb1701.com/the-word-hide-is-now-a-legal-question
3•speckx•14m ago•0 comments

I have built a supervision and Orchestration layer for Claude Code and other CLI

https://cli.agentproto.sh
1•agentik•14m ago•2 comments

Security incident disclosure – July 2026

https://huggingface.co/blog/security-incident-july-2026
3•bsilvereagle•14m ago•0 comments

Does the human brain actually produce DMT or is it a myth? [video]

https://www.youtube.com/watch?v=ZU9t9ZCPUhw
2•binyu•16m ago•0 comments

Evolving Spec-Driven Development: Conductor Now Supports Antigravity

https://developers.googleblog.com/evolving-spec-driven-development-conductor-now-supports-antigra...
2•simonpure•16m ago•0 comments

Ask HN: What Are You Working On? (July 2026)

1•nandi19k•16m ago•0 comments

Golang's Big Miss on Memory Arenas

https://www.andrewvittiglio.com/thoughts/go-killed-arenas
2•synergy20•16m ago•0 comments

Building an Arch Linux Aarch64 Port for Holo Core

https://www.collabora.com/news-and-blog/news-and-events/building-an-arch-linux-aarch64-port-for-h...
2•losgehts•18m ago•0 comments

How the Watch Dogs Games Mirrored and Predicted Real-World Digital Rights Issues

https://www.eff.org/deeplinks/2026/07/how-watch-dogs-video-game-series-mirrored-and-predicted-rea...
1•hn_acker•18m ago•1 comments

Cloudflare is dropping POST bodies for a large share of our traffic

https://www.cloudflarestatus.com
2•taylorhughes•18m ago•1 comments

North Korean campaign uses fake coding interviews to steal developer credentials

https://www.elastic.co/security-labs/contagious-interview-malware-svg-steganography
1•speckx•20m ago•0 comments

Play ambient background sounds on Mac

https://support.apple.com/guide/mac-help/play-background-sounds-mchl3061cdc6/mac
1•gregsadetsky•20m ago•0 comments

RSS on Mastodon and the Fediverse

https://fedi.tips/following-mastodon-and-fediverse-accounts-through-rss/
2•doener•21m ago•0 comments

Bill Gates testifies Epstein pressured him using knowledge of his affairs

5•Teever•22m ago•1 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•1y ago
That’s a great idea! I’ll try it. Thanks a lot!