frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A register of agent-payment code that pays once when the reply is lost

https://aurumflux.co/retry-safety/
1•aurumflux20•47s ago•0 comments

Gemini 3.8 Flash in Google Antigravity – Google Antigravity Blog

https://antigravity.google/blog/gemini-3-8-flash-in-google-antigravity
1•humphrey_liu•2m ago•0 comments

Claude Code skill: no emdashes

https://github.com/woutersf/claude-skill-no-emdashes
1•woutersf•5m ago•0 comments

Upload died on Mac air M5. Apple networking needs reboot

https://frederikwouters.be/blog/have-you-tried-turning-it-off-and-on-again
1•woutersf•6m ago•0 comments

CTTI is Exponential, RTTI is Linear

https://www.gingerbill.org/article/2026/09/02/ctti-is-exponential-rtti-is-linear/
1•thunderbong•6m ago•0 comments

Can AI Create PLC Attacks? Yes, but It's Not That Easy Yet

https://www.forescout.com/blog/can-ai-create-plc-attacks-yes-but-it%E2%80%99s-not-that-easy-yet/
1•Sentralis•8m ago•0 comments

The First Polynomial-Time Algorithm for the Győri-Lovász Theorem

https://arxiv.org/abs/2608.30945
1•pykello•10m ago•0 comments

RSA Factoring Challenge

https://en.wikipedia.org/wiki/RSA_Factoring_Challenge
1•nomilk•12m ago•0 comments

Which AI Fetchers Send Which Headers, Measured on a Live Site

https://gkoreli.com/which-ai-fetchers-send-which-headers
1•gogakoreli•12m ago•1 comments

An ongoing 3D-printer AGPL violation

https://lwn.net/Articles/1089390/
2•pykello•14m ago•0 comments

Creating Emacs Color Themes, Revisited

https://emacsredux.com/blog/2026/03/30/creating-emacs-color-themes/
1•signa11•15m ago•0 comments

Infrastructure quartermaster: inside a China-nexus state enablement model

https://www.lumen.com/blog/en-us/the-infrastructure-quartermaster-inside-a-china-nexus-state-enab...
1•Bluestein•19m ago•0 comments

Analysis: China's CO2 emissions fall in Q2 2026 due to plummeting oil use

https://www.carbonbrief.org/analysis-chinas-co2-emissions-fall-in-q2-2026-due-to-plummeting-oil-use
3•xbmcuser•19m ago•1 comments

Is This the Future of America?

https://www.theverge.com/cs/features/975597/loudoun-county-virginia-data-center-backlash
2•JSR_FDED•22m ago•1 comments

Ask HN: Advice on Migrating from 1Password?

4•0xbadcafebee•26m ago•2 comments

Musicians' brains stay one step ahead, study finds

https://www.ecu.edu.au/newsroom/articles/research/musicians-brains-stay-one-step-ahead-study-finds
1•XzetaU8•26m ago•0 comments

The multi-agent architecture of 2026 was designed in 1975

https://mozaik.jigjoy.ai/blog/the-interoperability-triangle
2•deepmem•28m ago•0 comments

Postgres 19 makes more of its internals observable

https://clickhouse.com/blog/postgres-19-new-system-views
1•saisrirampur•28m ago•0 comments

Cruz Enters the 2028 Conversation as Republican Succession Race Takes Shape

https://predx-article.fika.bar/cruz-enters-the-2028-conversation-as-republican-succession-r-01M1J...
1•joeymabia1•29m ago•1 comments

Uber to lay off 10% of staff in biggest cuts since Covid

https://www.reuters.com/business/world-at-work/uber-cut-3300-jobs-overhaul-bloomberg-news-reports...
1•artpar•31m ago•0 comments

Controlling CERN's Accelerators with Debian – MiniDebConf Winterthur 2026

https://ch2026.mini.debconf.org/talks/6-controlling-cerns-accelerators-with-debian/
1•rdmuser•36m ago•0 comments

What's going on with this platform? Why are links on Zenodo being flagged?

1•UJ-FLD-ScrTr•43m ago•0 comments

Misam Atshbar

1•omidggmh•44m ago•0 comments

Ex-Tension Alert

1•jackie_001•47m ago•0 comments

Years of Salt and Metal – The crash of Hop-a-Jet flight 823

https://admiralcloudberg.medium.com/years-of-salt-and-metal-the-crash-of-hop-a-jet-flight-823-665...
2•Lx1oG-AWb6h_ZG0•48m ago•0 comments

RSA-260 Factorized

https://twitter.com/penlume/status/2095372672356212876
4•samyok•52m ago•1 comments

My California Dream

https://twitter.com/garryslist/status/2094914114678034899
1•shinryudbz•53m ago•0 comments

Momentum Exchange Tether

https://en.wikipedia.org/wiki/Momentum_exchange_tether
1•tosh•53m ago•0 comments

New video model:H3 Max.Describe the shot. Get it back with sound, in seconds

https://h3max.pro/
2•horanv•57m ago•0 comments

China using COSCO's merchant fleet for espionage, US says

https://www.bairdmaritime.com/security/non-naval-security/china-using-coscos-merchant-fleet-for-e...
3•pir8life4me•58m 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!