frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Lain, a structural code graph and agent coordinator for coding agents

https://github.com/spuentesp/lain
1•spuentesp•20s ago•0 comments

Two similar AI judges fail together 7.7x more often than independence predicts

https://github.com/LAWLESS1987/covenant
1•Lawless1987•3m ago•0 comments

A refined phylochronology of the second plague pandemic in Western Eurasia

https://www.pnas.org/doi/10.1073/pnas.2534899123
1•Thevet•9m ago•0 comments

How I view LLMs as Sept 2026

https://bhardwajrish.blogspot.com/2026/09/how-i-view-llms-as-sept-2026.html
1•crearo•12m ago•0 comments

ZCode: silently uploading your Git history to the cloud

https://news.routley.io/posts/inside-zcode-silently-uploading-your-git-history-to-the-cloud.html
1•fourfire•15m ago•0 comments

A CERN for AI-assisted science

https://terrytao.wordpress.com/2026/09/17/a-cern-for-ai-assisted-science/
1•andsoitis•15m ago•0 comments

Show HN: Converting AVS audio viz to WebAssembly using GPT 5.6

https://strlns.github.io/very-serious-vibecoding/AVS-Web-Native-Editor-Alpha/
1•moritzwarhier•17m ago•0 comments

Spending on data centers and hardware now exceeds housing investment

https://fortune.com/2026/09/20/us-economy-milestone-spending-data-centers-ai-boom-housing-residen...
2•rawgabbit•17m ago•0 comments

Amiga Unix, Again

https://amigaux.org/
3•doener•19m ago•0 comments

Building an NBA stats warehouse without writing any of the code

https://jeffknupp719305.substack.com/p/paul-reed-is-tenth
2•jknupp•21m ago•0 comments

Prototype of a Windows 11-inspired Web OS with autonomous IA agents

https://github.com/davidpoliquin30-design/Prototype-autonom-ia-OS
1•davidpoliquin•23m ago•0 comments

Tools to Prevent Dementia

https://www.scmp.com/lifestyle/health-wellness/article/3368006/why-dementia-preventable-and-new-t...
1•elo2000•32m ago•0 comments

New startup to test psychedelic-like drug against Parkinson's symptom

https://www.statnews.com/2026/09/17/biotech-news-ariadne-testing-psychedelic-like-drug-parkinsons...
1•elo2000•33m ago•0 comments

Chronic stress may trigger hidden inflammation that damages the heart

https://lms.mrc.ac.uk/chronic-stress-may-trigger-hidden-inflammation-that-damages-the-heart/
2•doener•35m ago•1 comments

Are we talking less? A Q&A with psychologist Matthias Mehl (March 2026)

https://news.arizona.edu/news/are-we-talking-less-qa-psychologist-matthias-mehl
1•BiraIgnacio•36m ago•0 comments

Does Jev Have Politics? (Yes)

https://idlerambling.substack.com/p/does-jev-have-politics-yes
1•Sketchy_•41m ago•0 comments

Turn curiosity into a map you can explore

https://www.echohive.ai/experiments/drift
1•echohive42•43m ago•0 comments

AI Netscape – 1997 Chrome, 2026 AI

https://ainetscape.com/
2•TStringham•47m ago•2 comments

The addiction of online sports gambling: "Like crack in the '80s"

https://www.cbsnews.com/news/sports-betting-apps-gambling/
4•dzonga•49m ago•1 comments

The Crown of Creation

https://mika.global/post/1789946288.html
1•mika314•49m ago•0 comments

KDE Goes to the Pyramids [video]

https://media.ccc.de/v/kde2026-58-kde_goes_to_the_pyramids
2•sho_hn•53m ago•0 comments

How Anthropic CEO Dario Amodei's Writings Help Explain A.I. Fears

https://www.nytimes.com/2026/09/17/technology/dario-amodei-anthropic-essays-ai.html
4•gmays•53m ago•0 comments

Popular European Games

https://playfrom.eu/
1•doener•54m ago•0 comments

EkkoBSD

https://ekkobsd.org/
3•threemux•56m ago•0 comments

DAPO: An Open-Source RL System from ByteDance Seed and Tsinghua Air

https://github.com/BytedTsinghua-SIA/DAPO
3•the_arun•57m ago•0 comments

My AI Kept Pushing Me to Ship, So I Asked It Why

https://www.oreilly.com/radar/my-ai-kept-pushing-me-to-ship-so-i-asked-it-why/
2•Anon84•58m ago•0 comments

"Reds of the Brick-Colored Road"

https://theinterposer.substack.com/p/reds-of-the-brick-colored-road
2•headspreader•59m ago•0 comments

Navier-Stokes, AI, Future of Mathematics with Martin Hairer (2014 Fields Medal) [video]

https://www.youtube.com/watch?v=G8HMa_tgM34
1•amichail•1h ago•0 comments

The viewers ditching streaming 'rot' in favour of DVDs

https://www.rnz.co.nz/life/screens/movies/the-viewers-ditching-streaming-rot-in-favour-of-dvds
7•billybuckwheat•1h ago•0 comments

Where Rust actually is in Windows 11

https://hunterworks.software/teardowns/rust-in-windows-11
2•10000000001•1h 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!