frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Neuroevloutionary Wordle

https://sam-burns.com/series/neuroevolutionary-wordle/
1•OJFord•4m ago•0 comments

Why is ChatGPT referring to "hidden user memory"?

https://aiweekly.co/alerts/openai-deploys-silent-memory-pre-flight-in-chatgpt
2•D-Machine•5m ago•1 comments

Show HN: Open-source private home security camera system (end-to-end encryption)

https://github.com/secluso/core
3•arrdalan•8m ago•0 comments

Claude just discovered workflows. Charlie started there

https://charlielabs.ai/blog/claude-discovered-workflows-charlie-started-there-short/
2•briandoll•11m ago•0 comments

Show HN: Self Publish Studio

https://selfpublishstudio.com/
2•noahwardlow•16m ago•0 comments

SEC moves to repeal rule that companies report greenhouse emissions,climate risk

https://apnews.com/article/sec-climate-change-disclosure-rule-trump-d70ee730c8a124f6767ca327fe903846
3•petethomas•17m ago•0 comments

Free full BGP feed. IPv4 and IPv6

https://lukasz.bromirski.net/post/bgp-w-labie-3/
2•pm2222•18m ago•0 comments

What it takes to preserve floppy disks

https://spectrum.ieee.org/floppy-disk-data-preservation-archives
1•bananaboy•18m ago•0 comments

Flathub bans AI-generated apps and submissions

https://www.gamingonlinux.com/2026/05/flathub-moves-to-ban-nearly-all-apps-and-submissions-made-w...
2•Lihh27•20m ago•0 comments

Machine First: Why AEO Is Not SEO 2.0

https://www.richresults.ai/machine-first-aeo.html
1•spetschinka•20m ago•0 comments

Ctrl Deck

https://www.com-box.fr/en/ctrl-deck/
2•COMBOX•22m ago•0 comments

MariaDB Server 12.3 LTS

https://mariadb.org/mariadb-server-12-3-lts-released/
2•petecooper•24m ago•0 comments

Stripe upgrades Java across a large codebase

https://stripe.dev/blog/modern-java-at-stripe-language-upgrades-as-a-service
1•logickkk1•26m ago•0 comments

Ask HN: When did you decide it was time to raise capital?

1•Eawrig05•29m ago•0 comments

Llama.cpp now has an official website: llama.app

https://twitter.com/ggerganov/status/2060394400237109567
2•julien_c•32m ago•0 comments

Linux Startup and Shutdown Sounds [video]

https://www.youtube.com/watch?v=5kzJQcAxmEE
1•susam•32m ago•0 comments

Camels

https://protortyp.github.io/posts/camels/
2•protortyp•33m ago•0 comments

Eqbench: Emotional Intelligence Benchmarks for LLMs

https://eqbench.com/
1•7ero•33m ago•0 comments

Made a Social Network for Founders

https://www.strivle.com/
2•sebmatts•39m ago•1 comments

In remote desert, China building an anti-nuclear defense world has never seen

https://www.reuters.com/graphics/CHINA-MILITARY/NUCLEAR/zjpqmbrlqpx/
4•cwwc•39m ago•0 comments

GPT 5.5 Bro [video]

https://www.youtube.com/watch?v=v1zSDACAXK4
1•kshri24•44m ago•0 comments

Wine 11.10 – Run Windows Applications on Linux, BSD, Solaris and macOS

https://www.winehq.org/announce/11.10
5•neustradamus•45m ago•1 comments

The CNF Illusion: Navigating the Realities of Cloud-Native Networking

https://vahidhashemi.com/2026/05/29/the-cnf-illusion-navigating-the-realities-of-cloud-native-net...
1•wanabeunknown•50m ago•0 comments

Apple M1 Chip Deep-Dive [video]

https://www.youtube.com/watch?v=mHEWMiHgyU8
1•wmf•51m ago•0 comments

Gnome 2.20 but it's Web Components

https://bennypowers.dev/posts/gnome-2-web/
3•birdculture•51m ago•0 comments

DiffusionBlocks – Block-Wise NN Training via Diffusion Interpretation

https://github.com/SakanaAI/DiffusionBlocks
1•aanet•54m ago•1 comments

The Oscar Levant Show (1958)

https://archive.org/details/TheOscarLevantShow
1•petethomas•56m ago•0 comments

ICANN director and African internet pioneer Barrett dies – Domain Incite

https://domainincite.com/31750-icann-director-and-african-internet-pioneer-barrett-dies
4•untitled-now•57m ago•0 comments

Meltdown Now Supports OpenRouter

https://meltdown.merkoba.com
1•madprops•59m ago•0 comments

My IP Address – MyIPNow

https://myipnow.net/
1•myipnow•1h 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!