frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hop: CLI tool for jumping around worktrees

https://github.com/Syntaf/hop
1•Syntaf•44s ago•1 comments

Show HN: LymeScribe – one computer on your network transcribes for the rest

https://transcribe.lymestack.com/
1•interapp•1m ago•0 comments

Ask HN: New Reddit also requiring login?

1•7402•2m ago•0 comments

Solid 2.0 RC: The Big <Reveal>

https://github.com/solidjs/solid/releases/tag/v2.0.0-rc.0
1•pier25•4m ago•0 comments

Tesla paid Elon Musk 2.5M times more as CEO than its average worker in 2025

https://www.theguardian.com/business/2026/aug/13/elon-musk-tesla-pay-workers
1•tosh•4m ago•0 comments

Instagram's New "Logo"

https://wersm.com/instagram-new-wordmark-2026/
1•ms7892•5m ago•0 comments

The Oldest Bar in Every US State

https://www.businessinsider.com/oldest-bar-every-state
1•NaOH•6m ago•0 comments

Microsoft Cuts Purchases of Carbon Removals by 80% Amid AI Push

https://www.bloomberg.com/news/articles/2026-08-13/microsoft-cuts-purchases-of-carbon-removals-by...
1•melling•6m ago•0 comments

Cross-Validation From Scratch and a Surprise at n=100

https://www.kenkoonwong.com/blog/crossvalidation/
1•sebg•6m ago•0 comments

Show HN: OpenCode Senses, An insanely fast and highly accurate vision plugin

https://github.com/itsmeadarsh2008/opencode-senses
2•itsmeadarsh•6m ago•0 comments

The Year of Micro Design

https://twitter.com/covacut/status/2087958248154648663
1•tosh•7m ago•0 comments

30× faster binary multivector ColBERT late interaction in Vespa

https://oskrim.github.io/engineering/2026/08/13/chunked-hamming-maxsim.html
3•oskrim•9m ago•0 comments

Colour Drained from Our Furniture

https://europeancorrespondent.com/en/r/how-colour-drained-from-our-furniture
1•sebg•9m ago•0 comments

App Store allows developers to spam the submission and review process

https://lapcatsoftware.com/articles/2026/8/5.html
2•speckx•9m ago•0 comments

Accelerating GPT-5.6 Sol Ultrafast

https://www.cerebras.ai/blog/accelerating-gpt-5-6-sol-ultrafast-with-openai
3•pr337h4m•10m ago•0 comments

Every disease is a policy failure

https://worksinprogress.co/issue/future-of-medicine/
2•paulpauper•10m ago•1 comments

A live experiment in economic geography

https://disembedded.com/
1•paulpauper•11m ago•0 comments

Tulsa Public Schools is trying to help students better resolve conflict

https://tulsaflyer.org/2026/08/10/news/post/tps-plans-tackle-student-fights/
2•paulpauper•11m ago•0 comments

Playbook – live public portfolio with discussion on every trade

https://play-book.org
1•Jaswantj115•15m ago•0 comments

Show HN: TasmoShelf – local-first iOS/Android app for Tasmota devices

https://tasmoshelf.app
2•itsmueller•16m ago•0 comments

Starting a blog could lead to you meeting the love of your life

https://velvetnoise.substack.com/p/everyone-should-start-a-blog-yes
2•jjleads•16m ago•1 comments

How Compaction Works in Pi

https://earendil.com/posts/compaction-in-pi/
2•tosh•22m ago•1 comments

Shadows: Sample app that demonstrates techniques for realtime shadow mapping

https://github.com/TheRealMJP/Shadows
1•klaussilveira•25m ago•0 comments

Enable P2P PCI transfers on Nvidia 3090, 4090, 5090

https://github.com/aikitoria/open-gpu-kernel-modules
1•jacquesm•25m ago•0 comments

Video: I'm Done Coding with AI

https://www.youtube.com/watch?v=2ZU3j4GQ4K8
1•champagnepapi•26m ago•1 comments

Solid 2.0 RC: The Big <Reveal>

https://www.solidjs.com/blog/solid-2-0-rc-the-big-reveal
2•GavinAnderegg•26m ago•0 comments

Some Virtues of Narrative Poetry

https://newversereview.substack.com/p/the-purpose-of-poetry-is-to-tell
2•samclemens•27m ago•0 comments

Previewing Ultrafast mode: GPT-5.6 Sol at up to 14x the speed

https://twitter.com/openai/status/2087947721936359705
3•qb•29m ago•0 comments

Show HN: Tired of hand-writing fake API data, so I built a CLI for it

https://github.com/SukhdevThukral/mockit
2•sukhdevth_•29m ago•0 comments

Where did the old web go? We followed 657,607 links to find out

https://0.mk/blog/link-rot
13•tdx•30m ago•2 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!