frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open-Source Intelligence

https://en.wikipedia.org/wiki/Open-source_intelligence
2•wseqyrku•3m ago•0 comments

Principia: Relational Physics Tests for Video Models

https://principiabench.github.io/
1•porridgeraisin•5m ago•0 comments

The online shopping trend where you buy nothing

https://restofworld.org/2026/south-korea-shopping-trend/
1•paulpauper•5m ago•0 comments

Lookup Which Local Veterinarians Are Owned by Private Equity Groups

https://privateequityvet.org/vet-list/
1•WarOnPrivacy•6m ago•0 comments

Why Meta Wanted to Pay $18B [video]

https://www.youtube.com/watch?v=IUMUJgjDvU0
2•DyslexicAtheist•7m ago•0 comments

Gawk Extensions Library

https://gawkextlib.sourceforge.net/
1•shakna•7m ago•0 comments

How to Scale an Engineering Team in 90 Days: A Practical Latam Playbook

https://nearshorebusinesssolutions.com/news/scale-engineering-team-90-days/
1•etabone•8m ago•0 comments

Active Prelude to Calculus

https://activecalculus.org/prelude/root-1-2.html
1•gurjeet•9m ago•0 comments

My Folding iPhone Predictions

https://birchtree.me/blog/my-folding-iphone-predictions/
1•CharlesW•10m ago•0 comments

RISC-V Emulator and Linux System from Scratch

https://github.com/WerWolv/riscv-emulator
3•Bluestein•12m ago•0 comments

GeoComix

http://huxter.org/c64/geos/geocomix.htm
3•erickhill•16m ago•0 comments

Using a Linux Laptop in 2026

https://aoli.al/blogs/linux-laptop/
2•aoli-al•18m ago•0 comments

Active Calculus – Free for students and open-source materials for instructors

https://activecalculus.org/
2•gurjeet•19m ago•0 comments

Recursion into Madness

https://blog.coredump.cx/p/recursion-into-madness
2•surprisetalk•19m ago•0 comments

How does Astra's computer use actually work?

https://twitter.com/kylejeong/status/2097077446663372966
1•Kylejeong21•20m ago•1 comments

Optimising Harness Self-Recursion

https://lexifina.com/blog/optimising-harness-self-recursion
1•alansaber•22m ago•0 comments

SoC Analysts Read Firewall Logs: What You Are Expected to Know

https://medium.com/@jbird24/how-to-read-firewall-logs-for-soc-analysts-what-you-are-expected-to-k...
2•syumei•26m ago•0 comments

Show HN: Keyclasp – Let agents use tokens without putting them in prompts

https://github.com/AndreaCatalucci/keyclasp
1•thecatalucci•26m ago•0 comments

Show HN: Worldfixture – An OSS fake company your software can interact with

https://worldfixture.com/
1•benja123•27m ago•0 comments

Version Control Second Coming

https://psantosl.github.io/posts/version-control-second-coming/
2•bananaboy•27m ago•0 comments

"Intelligence curse" means promise of abundance and UBI unlikely to be fulfilled

https://intelligence-curse.ai/defining/
4•thoughtpeddler•32m ago•0 comments

Known registered domain count for every TLD

https://namedesk.app/stats/tlds
1•zeppelin_7•36m ago•0 comments

Australian government to chart course away from 'American war machine'

https://www.theguardian.com/australia-news/2026/sep/08/grassroots-labor-pressure-group-albanese-g...
3•Alien1Being•38m ago•0 comments

Train Jazz

https://www.aico.nyc/amtrak
2•bookofjoe•43m ago•1 comments

Actually Real AI

https://actually-real-ai.com/
2•measurablefunc•43m ago•0 comments

DoodleIQ – Rent your idle local-LLM machine to others by the second

https://www.doodleiq.com/
1•rahulbats•44m ago•0 comments

Speeding up a Phoenix LiveView web app with a CDN

https://jola.dev/posts/speeding-up-phoenix-liveview-cdn
1•auraham•44m ago•0 comments

Michigan Scientist Buried Seeds in Glass Bottles in 1879, 142 Yr Later Some Grew

https://timesofindia.indiatimes.com/science/a-michigan-scientist-buried-seeds-in-20-glass-bottles...
1•rmason•45m ago•0 comments

Cool Web Tool – I got tired of paying for multiple SEO tools

https://coolwebtool.com/
2•umit-ozturk•48m ago•0 comments

The Education of a Doomer

https://borretti.me/article/the-education-of-a-doomer
20•f311a•50m ago•3 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!