frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Is AI the New Spreadsheet?

2•Gshaheen•2m ago•0 comments

Aovancy – Sell digital products from your own storefront (7.5% fee)

https://aovancy.com
2•felipeeeewee•2m ago•0 comments

Clean up Claude 5's token vomit with a separate LLM

https://github.com/zachahn/vomit
1•Bluestein•3m ago•0 comments

Silent data corruption in blockchain indexing: 8 times it looked like success

https://github.com/yaojin0609/erc-8004-liveness/blob/main/docs/silent-data-corruption.en.md
2•yaojin0609•4m ago•0 comments

How I Became a Subaru Socialist

https://www.newyorker.com/news/fault-lines/how-i-became-a-subaru-socialist
2•rbanffy•4m ago•0 comments

UC Berkeley professor admits to using AI to edit op-ed on students' math skills

https://www.theguardian.com/us-news/2026/aug/19/uc-berkeley-professor-ai
1•Brajeshwar•6m ago•1 comments

Liquid Death X Garage Beer X Jason Kelce Want Your Pee [video]

https://www.youtube.com/watch?v=r9OhekhlZ9Y
2•cdrnsf•7m ago•1 comments

A Planet Position Widget

https://leancrew.com/all-this/2026/08/a-planet-position-widget/
1•surprisetalk•8m ago•0 comments

What Is a Harness?

https://earendil.com/posts/what-is-a-harness/
1•agentdev001•9m ago•0 comments

TypeScript: Migrate Repo to TypeScript 7

https://bsky.app/profile/jakebailey.dev/post/3mthxo7mfqc24
2•mariuz•9m ago•0 comments

How to build fast and responsive agentic (coding) UIs

https://medium.com/@polyglot_factotum/how-to-build-fast-and-responsive-agentic-coding-uis-8fd37f3...
1•polyglotfacto•10m ago•0 comments

Great Tech Has to Be Scary, by Oscar Oro

https://docs.google.com/document/d/1uLznZWY_pf6Z-NfYU0dNivZ7f_wZZtky5SJZp7KY_A4/edit?tab=t.0
1•OSCAR-ORO•10m ago•1 comments

My Graphene OS Phone Is Now Also a Laptop

https://reddit.com/r/GrapheneOS/comments/1stlayj/my_graphene_os_phone_is_now_also_a_laptop/
1•Cider9986•10m ago•0 comments

Ask HN: Do you automate your prospection or doing hand made?

1•mathieu_aithos•11m ago•0 comments

Deterministic, tenant-scoped resolution of company jargon to canonical entities

https://github.com/bmeunier1974/lexiqr
1•bmeunier1974•13m ago•0 comments

Hunting a delayed deadlock that hid for two years in a tiered Bazel cache

https://namespace.so/blog/hunting-a-two-year-old-deadlock
1•guergabo•16m ago•0 comments

There are two kinds of theorems

https://blog.plover.com/2026/08/11/#two-kinds-of-theorems
2•ColinWright•17m ago•0 comments

How to fix Claude 5's token vomit

https://zachahn.com/posts/1787191554
2•speckx•17m ago•0 comments

Ways Research Teams Fail

https://antithesis.com/blog/2026/ways-research-teams-fail/
1•wwilson•18m ago•0 comments

Beautiful, Irrelevant Things: The Efficiency Era Ends the Way ZIRP Began

https://jamesjboyer.substack.com/p/beautiful-irrelevant-things
1•aesthetics1•18m ago•0 comments

Salmonella Is Everywhere

https://www.wired.com/story/salmonella-is-everywhere/
1•Brajeshwar•18m ago•0 comments

SanDisk Tapes Out Its First HBF Memory Die, Targets 2027 for Product Samples

https://www.storagereview.com/news/sandisk-tapes-out-its-first-hbf-memory-die-targets-2027-for-in...
1•rbanffy•18m ago•0 comments

Show HN: Sci-Trust – Compare trust among researchers based on their citations

https://science.uptrusthq.com/
3•folktheory•19m ago•1 comments

Meta's Trial Adds a Trillion-Dollar Risk to Its Struggling Stock

https://news.bloomberglaw.com/litigation/metas-trial-adds-a-trillion-dollar-risk-to-its-strugglin...
1•1vuio0pswjnm7•21m ago•0 comments

Anti-AI fonts are useless and harmful

https://blog.yaros.ae/anti-ai-fonts-are-useless-and-harmful/
2•speckx•22m ago•0 comments

If You Weren't Worried About A.I., You Should Be After the Past Few Weeks

https://www.nytimes.com/2026/08/13/opinion/ai-danger-openai-anthropic-models.html
2•thunderbong•24m ago•2 comments

Show HN: ISLP textbook rebuilt from PDF into ePub, using Claude Code

https://github.com/govarthenan/islp-epub
1•govarthenan•25m ago•0 comments

Math Academy Success Stories

https://www.justinmath.com/math-academy-success-stories/
1•surprisetalk•28m ago•0 comments

Open Source Is Not a Virtue: It's an Ownership Model

https://blog.mozilla.ai/open-source-is-not-a-virtue-its-an-ownership-model/
3•angpt•30m ago•0 comments

R2 Autonomy+ Roadmap

https://stories.rivian.com/r2-autonomy-roadmap-software
1•whicks•31m 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!