frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ten models walk into a bedtime story

https://danwitt.substack.com/p/ten-models-walk-into-a-bedtime-story
1•yaur•2m ago•0 comments

Kimi K3: The Largest Open Model Ever, and Why Almost No One Can Run It Locally

https://vettedconsumer.com/kimi-k3-the-largest-open-model-ever-2-8t-params-and-why-almost-no-one-...
1•ermantrout•2m ago•0 comments

Blur and Unblur AI

https://blur-unblur.github.io/
1•javatuts•3m ago•0 comments

Canada's Forests Will Burn and Burn

https://www.theatlantic.com/science/2026/07/canadian-forests-are-big/687936/
2•littlexsparkee•5m ago•1 comments

Is the Browser Up to Date?

https://catskull.net/is-your-browser-up-to-date.html
1•catskull•8m ago•0 comments

Find Diverse Sources of Happiness

https://herbertlui.net/find-diverse-sources-of-happiness/
1•herbertl•9m ago•0 comments

Spending 3 years to make video playback in Python a little bit easier

https://github.com/anrayliu/pyvidplayer2
1•anrayliu•12m ago•1 comments

In-toto: A framework to secure the integrity of software supply chains

https://in-toto.io/
1•Erenay09•13m ago•0 comments

VulnHunter: Agentic AI Security Tool

https://github.com/capitalone/VulnHunter
1•882542F3884314B•16m ago•0 comments

Billion-dollar weather disasters have pushed US home insurance up 47% in 5 years

https://insurancedimes.com/2026/07/16/the-states-hit-hardest-by-home-insurance-spikes/
1•crookedroad44•17m ago•0 comments

Hi

3•GreenKeewi•20m ago•2 comments

Microsoft Ships AI Agents at Enterprise Scale

https://blog.bytebytego.com/p/how-microsoft-ships-ai-agents-at
2•gmays•20m ago•0 comments

Boris Cherny: Steps of AI Adoption

https://claude.ai/code/artifact/bfdfaef9-bc62-4dfe-ba9e-c58a26c9accf
2•shenli3514•20m ago•0 comments

Lithium Battery Manufacturer

https://www.litruebattery.com/
1•LiTrue2014•22m ago•0 comments

Claude Code is the ceiling on vibe-coded software

https://danangell.com/blog/posts/claude-code/
1•teaearlgraycold•24m ago•0 comments

Long time no sea: finding the seahorse emoji

https://blog.gingerbeardman.com/2026/07/17/long-time-no-sea-finding-the-seahorse-emoji/
2•msephton•32m ago•1 comments

GrapheneOS recommended for domestic abuse victims

https://privacypros.com.au/privacy-hub/articles/dv-safe-phone-australia/
1•aussieguy1234•37m ago•0 comments

Simple filter to gather numbers in repeated text

https://github.com/rustyrussell/stats
1•RhysU•38m ago•0 comments

Releasing Execution Contexts

https://crystal-lang.org/2026/07/12/releasing-execution-contexts/
2•markdog12•39m ago•0 comments

Not available on Android 10 or higher *#06

1•amelazy•39m ago•0 comments

SAM – An open-source AI agent that runs on your own machine

https://github.com/richhabits/sam
1•sammind•39m ago•0 comments

Show HN: 3Emalak SEO Gaint

https://www.3emalak.com/
1•omeraliamm•42m ago•0 comments

Chinese memory ban would cut off RAMpocalypse relief

https://www.theregister.com/systems/2026/07/17/chinese-memory-ban-would-cut-off-rampocalypse-reli...
4•jnord•45m ago•1 comments

HP fined 1.4B rupees for "cartelization" of ink cartridges, toner, PCs

https://arstechnica.com/gadgets/2026/07/hp-fined-1-4-billion-rupees-for-cartelization-of-ink-cart...
1•breve•46m ago•0 comments

China's Xi to outline AI diplomacy vision at key Shanghai forum

https://www.reuters.com/world/china/chinas-xi-outline-ai-diplomacy-vision-key-shanghai-forum-2026...
1•ls612•47m ago•0 comments

The New Deep Work

https://macro.land/blog/the-new-deep-work/
1•priyadarshy•49m ago•0 comments

The Doctor Is Not the Mother: DS4 Latent Reasoning

https://blog.n.ichol.ai/the-doctor-is-not-the-mother
1•nmitchko•50m ago•1 comments

Show HN: WFHJ.com – Work from Home Jobs

https://wfhj.com/
1•nadermx•50m ago•0 comments

What Britain's Next Prime Minister Could Mean for UK Data Centers

https://www.datacenterknowledge.com/regulations/what-britain-s-next-prime-minister-could-mean-for...
2•WaitWaitWha•50m ago•0 comments

Empryo: Code as a Living System

https://empryo.com/
2•handfuloflight•52m 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!