frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"WeWorm": Zero-click worm could have taken over all WeChat accounts

https://www.heise.de/en/news/WeWorm-Zero-click-worm-could-have-taken-over-all-WeChat-accounts-114...
1•Topfi•11s ago•0 comments

Dwarf Star Support for Qwen3.8 Flash Next

https://github.com/antirez/ds4/pull/991
1•macote•15s ago•0 comments

YuE2 – Frontier music generation with editable scores

https://github.com/multimodal-art-projection/YuE
1•modinfo•35s ago•0 comments

Pactora – AI contract review built by a lawyer, not engineers

https://www.pactora.uk/
1•reasonfreefromp•4m ago•0 comments

Automattic says CEO Mullenweg was gone and back inside 33 hours. What happened?

https://thenewstack.io/automattic-mullenweg-boardroom-reversal/
1•_djo_•4m ago•0 comments

OpenSpec – A lightweight and configurable AI spec framework

https://openspec.dev/
6•etoxin•8m ago•0 comments

Calculator for Australian take-home pay, tax and super

https://auspaycalculator.org/
1•seoskillsai•11m ago•0 comments

How much does one hour of bots cost on Cloudflare Workers?

https://gfuse.dev/one-hour-of-bots-on-cloudflare-workers
2•Leading-Enginee•13m ago•0 comments

Plans for Agents (and Humans)

https://hive.technology/lab-notes/plans-for-agents/
1•tylermhall•17m ago•0 comments

Australia says it could follow Canada in forging deeper ties with EU

https://www.independent.co.uk/news/world/australasia/canda-eu-membership-australia-us-trade-b3050...
10•doener•18m ago•0 comments

Fossil tooth analysis confirms Tyrannosaurus rex was warm-blooded

https://www.cnn.com/2026/09/16/science/tyrannosaurus-rex-body-temperature-warm-blooded
3•1659447091•18m ago•0 comments

The mascots, design and visual history of Wikipedia

https://www.itsnicethat.com/features/wikipedia-graphic-design-spotlight-150926
2•sohkamyung•18m ago•0 comments

60%+ of Japan firms with foreign workers would struggle without overseas hiring

https://www.japantimes.co.jp/news/2026/09/16/japan/foreign-labor-survey/
2•mikhael•21m ago•0 comments

Show HN: DroidPutter – Run Cardputer Apps on Android via USB OTG

https://github.com/fcavalcantirj/droidputter
1•fcavalcantirj•23m ago•0 comments

Why building a Rust LSP is hard

https://rust-glancer.github.io/blog/why-lsp-is-hard/
2•agluszak•23m ago•0 comments

Some things Veloren does differently

https://blog.jsbarretto.com/post/veloren
1•agluszak•23m ago•0 comments

New Potential Automatic Parallelizer

https://deshi.ch
1•d3shi•27m ago•1 comments

I Put My Startup Esdenera on Hold

https://web.archive.org/web/20210515020855/https://reykfloeter.com/posts/why-i-put-my-startup-esd...
1•lsofzz•29m ago•0 comments

Am I Cited by AI? See which AI assistants are reading your papers

https://www.amicitedby.ai/
2•jmnicholson•33m ago•0 comments

Quantifying Context Rot

https://www.boolean.ai/blog/context-rot-quantified
3•ssatia•34m ago•0 comments

A4list: Two weeks, folded small (A4 paper plan designer)

https://a4list.enzom.dev/
1•emadda•36m ago•1 comments

Signal Enables Phone Number-Less Registration in Beta

https://www.privacyguides.org/news/2026/09/16/signal-enables-phone-number-less-registration-in-beta/
4•Cider9986•36m ago•0 comments

Steve Wozniak launches merch store

https://daringfireball.net/linked/2026/09/16/woz
6•ffin•37m ago•3 comments

VideoRouter – OpenRouter for video and image generation APIs

https://videorouter.sh
1•franklin_yao•40m ago•1 comments

Perhaps I Got Lucky Never Learning Math

https://humanparadox.org/perhaps-i-got-lucky-never-learning-math/
2•colingauvin•40m ago•0 comments

Gentrification signals are a lagging indicator of home prices, not a leading one

https://www.petervijeh.com/projects/zip-forecast
1•p-s-v•40m ago•0 comments

GPS time from ATSC broadcast PoC

https://www.fabian.fyi/2026/09/time-for-atsc-time.html
2•optimiz•45m ago•0 comments

iTerm2 Buddy – iTerm2 Companion App

https://iterm2.com/companion-app.html
1•hmokiguess•45m ago•0 comments

Firefox 156 opens PDFs 45% faster, plus a few annoying bug fixes

https://www.pcworld.com/article/3235795/firefox-156-opens-pdfs-45-percent-faster-plus-a-few-annoy...
3•jnord•47m ago•0 comments

Ribbit: A Small Scheme VM, Compiler and REPL in 4K (2021) [video]

https://www.youtube.com/watch?v=A3r0cYRwrSs
2•so-cal-schemer•49m ago•1 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!