frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bijou64: A variable-length integer encoding

https://www.inkandswitch.com/tangents/bijou64/
1•justinweiss•28s ago•0 comments

Infinite Mac

https://infinitemac.org/
1•bookofjoe•59s ago•0 comments

Show HN: Tab Council – turn your AI tabs into a model council

https://github.com/vaddisrinivas/tab-council
1•srinivasvaddi•1m ago•0 comments

Partitioned Global Address Space

https://en.wikipedia.org/wiki/Partitioned_global_address_space
1•tosh•3m ago•0 comments

ON1 (G116 V8): 38μs Black-Box AI Memory Retrieval on Virtual Chip ISA

https://github.com/ON1-Hao/ON1
1•ON1-Hao•3m ago•0 comments

Million Programme – successful Swedish program to build 1M new homes over 10y

https://en.wikipedia.org/wiki/Million_Programme
1•Markoff•4m ago•0 comments

It Will Never Be the Year of the Linux Desktop

https://unix.foo/posts/it-will-never-be-the-year-of-the-linux-desktop/
4•cylo•4m ago•0 comments

Show HN: Stillis – An open-ended anonymous polling platform for anything

https://stillis.xyz
1•goldylochness•5m ago•0 comments

Million Users, Million Forks

https://www.anantjain.xyz/posts/million-users-million-forks
1•anant90•6m ago•0 comments

Show HN: Yavchn – Yet Another Vibe-Coded Hacker News Wrapper

https://yavchn.parkscomputing.com/hn/
1•paulmooreparks•7m ago•0 comments

It's hard to justify buying a Framework 12

https://www.jeffgeerling.com/blog/2026/its-hard-to-justify-framework-12/
1•watermelon0•8m ago•0 comments

Do U.S. Presidents Always Make This Much Money? [video]

https://www.youtube.com/watch?v=X5MzTvfjcOM
2•Kapura•9m ago•0 comments

Benchmarking SurrealDB 3.x vs. Postgres, Mongo, Neo4j and Redis (With Fsync)

https://surrealdb.com/blog/surrealdb-3-x-by-the-numbers
1•itsezc•10m ago•0 comments

HN jobs section led to a job for anyone?

https://www.workatastartup.com/
1•ahmadhamza19•13m ago•0 comments

Ask HN: Made new model type (not LLM) no idea how to sell it

1•sarahoates•13m ago•0 comments

Free Official YouTube Content – A List/Collection of Official YouTube Channels

https://github.com/SuperAB123/Free-Official-Youtube-Content
1•liketomakemoney•14m ago•1 comments

Discovering Dennis Ritchie's Lost Dissertation (2020)

https://computerhistory.org/blog/discovering-dennis-ritchies-lost-dissertation/
3•taubek•18m ago•0 comments

Linkano – Create durable links between what you work on

https://www.mjanssen.nl/linkano/index.html
1•marc0janssen•19m ago•0 comments

Plan/Optimse your internet connection

https://stabilitypulse.com/plan
1•sudhir0112•20m ago•0 comments

Ask HN: Question for Startup Founders on tracking emotions and cognitive signals

1•tonyrice•21m ago•1 comments

The geometry of superior athletic performance

https://nickmark.substack.com/p/the-geometry-of-superior-performance
2•fanf2•21m ago•0 comments

The Nvidia Tax

https://www.cringely.com/2026/05/29/the-nvidia-tax/
2•HotGarbage•22m ago•0 comments

BarrelCast – Live Surf Companion

https://barrelcast.surf
2•peachfuzzweb•22m ago•1 comments

I Am Retiring from Tech to Live Offline

https://openpath.quest/2026/i-am-retiring-from-tech-to-live-offline/
45•PinkG•23m ago•6 comments

StemDeck: Open-Source

https://github.com/stemdeckapp/stemdeck
3•thclpr•23m ago•0 comments

What's cooking on Sourcehut? Q2 2026

https://sourcehut.org/blog/2026-05-28-whats-cooking-q2-2026/
2•birdculture•23m ago•0 comments

William Adams, the Bombay bureaucrat, visions of a solar future

https://theconversation.com/my-unsung-hero-of-science-william-adams-the-bombay-bureaucrat-whose-v...
1•zeristor•24m ago•0 comments

Experts say increased US spending doesn't mean better students

https://www.thecentersquare.com/national/article_d9563a6a-6b85-4506-aceb-fe93a2f54639.html
1•Vaslo•25m ago•1 comments

Pavona: Open-Source Hardware Ecosystem for Secure Chips

https://spectrum.ieee.org/pavona-open-source-hardware
2•rbanffy•25m ago•0 comments

South Africa AI Policy Leverage as Africa's Test Case

https://spectrum.ieee.org/south-africa-ai-policy
1•rbanffy•25m 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•1y ago
That’s a great idea! I’ll try it. Thanks a lot!