frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The AI-Native SDLC Playbook

https://claude.com/blog/the-ai-native-sdlc-playbook
1•gmays•6m ago•0 comments

Afterword – a multiplayer remake of Word After Word

https://afterword.exe.xyz
1•indigodaddy•6m ago•0 comments

South African diamond mines are closing due to weak sales and lab-grown stones

https://www.wsj.com/business/diamond-mines-are-closing-and-south-africans-have-few-alternatives-f...
3•bookofjoe•15m ago•1 comments

Obscura: Native rendering is here. No Chromium required

https://github.com/h4ckf0r0day/obscura
3•partsch•16m ago•0 comments

Show HN: Virtual photoshoot for guys who dislike having their pic taken

https://vibeflirting.com/
2•Ritjert•17m ago•0 comments

Researchers Spot Fake Ancient Pottery Using the Earth's Magnetic Field

https://www.smithsonianmag.com/smart-news/researchers-determine-how-to-spot-fake-ancient-pottery-...
2•cisc•18m ago•0 comments

OpenRDX

https://github.com/SunboX/OpenRDX
2•SunboX•19m ago•0 comments

OpenAI Response to the Wiki Incident

https://twitter.com/OpenAI/status/2096133504417616165
2•theCricketer•22m ago•1 comments

Lazygit

https://lazygit.dev/
3•amirmasoudabdol•24m ago•0 comments

Show HN: Fast Cut Video tool for cutting video for Agents

https://github.com/modecir/fast-cutvid
3•Modecir•26m ago•0 comments

How AI is breaking the British state

https://www.economist.com/leaders/2026/08/06/how-ai-is-breaking-the-british-state
3•tchalla•26m ago•0 comments

Show HN: I replaced my portfolio with an AI that knows me

https://xlogic.sh/
2•AaronJonk•26m ago•0 comments

What different world maps get right – and what they get wrong

https://www.bbc.com/news/articles/cly5r60v4mro
2•1659447091•27m ago•0 comments

Read efficiency issues in Postgres queries

https://www.pgmustard.com/blog/read-efficiency-issues-in-postgres-queries
2•blueshoess•28m ago•0 comments

Show HN: Phntm-ONE: I built a local AI desk assistant

https://www.phntmcore.com/
2•phntmcore•28m ago•0 comments

Make Peace with Darwin

https://www.overcomingbias.com/p/make-peace-with-darwin
2•paulpauper•29m ago•0 comments

The Scaling versus Profitability Trade-Off: Venture Capital's Weakest Link

https://aswathdamodaran.substack.com/p/the-scaling-versus-profitability
2•paulpauper•32m ago•0 comments

Show HN: I made a seal Tamagotchi game in Three.js

https://seal-tamagotchi-zyrmx.reachpad.app
2•sakuraiben•34m ago•0 comments

Worldbuilding Gender

https://millicosm.substack.com/p/worldbuilding-gender
2•paulpauper•36m ago•0 comments

How to perform CPR and defibrillation training video (2020)

https://commons.wikimedia.org/wiki/File:Save_a_Life_Cymru_-_Training_video.webm
3•schnatterer•39m ago•1 comments

How do you filter noise from signal in programming resources?

2•taosx•41m ago•0 comments

PR review when everyone has LLMs

https://octet-stream.net/b/scb/2026-09-05-pr-review-when-everyone-has-llms.html
1•thombles•42m ago•0 comments

Show HN: Merge Wikipedia articles across languages into one page

https://github.com/gojiplus/wikifuse
1•neehao•43m ago•0 comments

From a Chocolate Wrapper to Concurrent InnoDB Page Splits

https://mariadb.org/from-a-chocolate-wrapper-to-concurrent-innodb-page-splits/
1•drrtuy•43m ago•0 comments

Daynode: Calendar, Reminders, and Notes

https://www.daynode.com/
1•handfuloflight•45m ago•0 comments

Crbro – Local, file-based memory for MCP agents with supersede/retract

https://github.com/Octonove/crbro-memory
2•cerebromcp•46m ago•0 comments

Show HN: Body Piercings in Charlotte NC

https://thepiercingfactory.net
2•wowinter15•52m ago•0 comments

Soviet dreams of the future / Madrobots Blog – Sudonull

https://sudonull.com/post/27649-Soviet-dreams-of-the-future-Madrobots-Blog/
2•rbanffy•53m ago•0 comments

Verifiable Domains Will Eat the World

https://twitter.com/jon_stokes/status/2091383885569405025
1•gmays•54m ago•0 comments

Webring.rip – 160k generated 1997 home pages, no back end

https://webring.rip/
3•henrychannel•57m 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!