frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hermes Agent can now /learn from anything

https://twitter.com/NousResearch/status/2069526242236182697
2•biraj-rocks•2m ago•0 comments

Show HN: Keep all microservices consistent and make batch changes

https://infraas.ai
1•danielbedrood•3m ago•0 comments

Ask HN: Any suggestions for finding beta users?

1•lyfeninja•4m ago•0 comments

Google will make you wave at your computer to check you are real

https://www.the-independent.com/tech/google-captcha-bot-real-check-hand-wave-b3000419.html
1•anjel•5m ago•0 comments

Show HN: BitVanes – A zero-trust RAG pipeline engine in Rust, WASM, and Arrow

https://www.bitvanes.com/
1•kodr_pro•6m ago•0 comments

Zlib-rs in Firefox and working around an Intel bug

https://trifectatech.org/blog/zlib-rs-in-firefox/
1•goranmoomin•9m ago•0 comments

Show HN: Our indie game trailer is featured on IGN's GameTrailers Wow [video]

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

Demystifying StartupWMClass

https://thoughts.greyh.at/posts/startup-wm-class/
1•zquestz•10m ago•1 comments

Hospitals switched to pen and paper to defeat a national cyber-attack

https://www.bbc.com/news/articles/c4gyk756mzlo
5•devonnull•13m ago•0 comments

Meta Pauses Employee-Tracking Program Following Internal Data Leak

https://www.wired.com/story/meta-pauses-employee-tracking-program-following-internal-security-bre...
5•1vuio0pswjnm7•15m ago•0 comments

Fox wants to take over your TV and the tech inside it

https://www.theverge.com/streaming/950116/fox-roku-takeover
1•1vuio0pswjnm7•19m ago•0 comments

Britain's power prices hit historic summer high

https://www.axle.energy/blog/a-summer-peak-in-a-winter-peaking-grid
2•archydeb•23m ago•0 comments

'The Worst It's Ever Been': Why Meta's AI Reorg Backfired Spectacularly

https://www.inc.com/jessica-stillman/the-worst-its-ever-been-why-metas-massive-ai-reorg-backfired...
6•1vuio0pswjnm7•23m ago•0 comments

We built telecom infrastructure for AI agents in emerging markets

https://krosai.com/
2•theamazinceo•23m ago•0 comments

Why Software Requirements Get Easier in an AI Economy

https://stng.substack.com/p/why-software-requirements-get-easier
2•matt_d•28m ago•0 comments

Show HN: Y – A malleable coding-agent desktop app built with Electron

https://github.com/y-times-y/y
3•HetPatel106•28m ago•1 comments

Get hired faster with data and AI tools to autofill and track

https://www.froghire.ai/
1•Rahul_Ubale•29m ago•0 comments

CISA now has full Mythos Preview access

https://www.nextgov.com/cybersecurity/2026/06/cisa-now-has-full-mythos-preview-access-people-fami...
2•Jimmc414•30m ago•0 comments

A free gift registry where the owner never sees who claimed what

https://giftgiving.fun/
1•dmcgahan•31m ago•0 comments

A Rust macros use case: Tightly-coupled API definitions for a client and server

https://adenalhardan.com/#rust-macros-client-server
1•adenalhardan•33m ago•0 comments

Show HN: Cruit.dev – Get hired at a startup based on your coding agent skills

https://cruit.dev
1•nwang783•34m ago•0 comments

Cheyenne OK's Microsoft Annexation, Rejects $50M Community Benefits Deal

https://cowboystatedaily.com/2026/06/23/cheyenne-oks-huge-microsoft-annexation-rejects-50m-commun...
2•andrekandre•35m ago•0 comments

Show HN: An eligibility agent focused on claims denials

https://www.substrateai.com/blog/introducing-the-substrate-eligibility-agent
1•kunle•35m ago•0 comments

Stop asking AI if your startup idea is good

https://www.idea-launch.io/learn/ai-idea-validator-vs-real-demand-signals
1•apsquared•37m ago•2 comments

Measuring Search Ranking Quality with LLM Judged NDCG

https://corvi.careers/blog/search-eval-llm-judges-ndcg/
2•sp1982•39m ago•0 comments

Americans Got Tricked into Using a Bank That Isn't a Bank [video]

https://www.youtube.com/watch?v=hiE7NvONU5U
1•mgh2•41m ago•1 comments

The Internet Isn't in the Cloud.It's on the Ocean Floor

https://axisbrief.substack.com/p/the-internet-isnt-in-the-cloud-its
2•Axis_Brief•43m ago•0 comments

Eruda – JavaScript Console

https://eruda.liriliri.io/docs/
1•razodactyl•46m ago•0 comments

FEXPRs vs. vtable: how LispE interpreter works

https://github.com/naver/lispe/wiki/2.7-FEXPR-vs.-vtable
2•birdculture•46m ago•0 comments

Prairieland Defendants Sentenced Today to Prison Terms Ranging from 30-100 Years

https://prairielanddefendants.com/press-release/eight-federal-prairieland-defendants-sentenced-to...
25•panic•50m ago•4 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!