frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Reddit Is Blocking Some Users from Accessing Its Website from Mobile Devices

https://arstechnica.com/information-technology/2026/05/why-reddit-blocked-my-daily-visit-to-its-m...
1•Brajeshwar•31s ago•0 comments

The Programming Language for Agents

https://zerolang.ai/
1•alex_x•2m ago•0 comments

Three's a party: US, China, and now Russia are on the prowl in GEO

https://arstechnica.com/space/2026/05/threes-a-party-us-china-and-now-russia-are-on-the-prowl-in-...
1•rbanffy•3m ago•0 comments

What Software Is Made Of

https://siderea.dreamwidth.org/1219758.html
1•teddyh•4m ago•0 comments

Show HN: Whisper Large V3 Turbo Stream API

https://www.makeform.ai/f/mtwDANdO
1•tamnv•8m ago•0 comments

EV charging station fire caused by remote technician, report finds

https://vancouver.citynews.ca/2026/05/15/ev-charger-fire-caused-u-s/
1•Throwthrowbob•8m ago•0 comments

South Korea says it will pursue all options to avoid Samsung strike

https://www.reuters.com/business/world-at-work/south-korea-says-it-will-pursue-all-options-avoid-...
3•01-_-•11m ago•0 comments

The ultimate female fantasy – A feminist critique of Beauty and the Beast

https://storica.club/blog/beast-was-the-best-part/
7•muge•11m ago•0 comments

Europe Just Unveiled a Serious Rival to SpaceX's Starship

https://scitechdaily.com/europe-just-unveiled-a-serious-rival-to-spacexs-starship/
3•01-_-•12m ago•0 comments

AVX-512

https://en.wikipedia.org/wiki/AVX-512
1•tosh•12m ago•0 comments

Datacenters slurping up so much juice they boosted prices 75%

https://www.theregister.com/on-prem/2026/05/15/datacenters-slurping-juice-help-drive-75-jump-in-p...
1•Bender•14m ago•0 comments

Google users fight for refunds as unauthorized API usage bills soar

https://www.theregister.com/ai-ml/2026/05/13/google-users-fight-for-refunds-as-unauthorized-api-u...
2•Bender•15m ago•0 comments

Is Britain Ungovernable?

https://www.cnn.com/2026/05/16/uk/uk-government-prime-minister-leadership-starmer-ungovernable-la...
2•Bender•20m ago•0 comments

The filesystem is the API (with TigerFS)

https://www.youtube.com/watch?v=RFLk5iLyFG4
1•der_gopher•23m ago•0 comments

Brown vs. Board of Education (May 17th, 1954)

https://en.wikipedia.org/wiki/Brown_v._Board_of_Education
3•simonebrunozzi•26m ago•0 comments

PyPI packages are increasing rapidly

https://rushter.com/blog/pypi-packages/
2•f311a•27m ago•0 comments

Physicists Can't Agree on What Quantum Mechanics Says about Reality

https://www.scientificamerican.com/article/physicists-divided-on-what-quantum-mechanics-says-abou...
2•rramadass•27m ago•0 comments

God Exists. Here Is How Things Work

https://barabeke.substack.com/p/god-exists-here-is-how-things-work
3•barabeke•32m ago•1 comments

Show HN: AutoAlert – Android app that announces UPI payments

https://play.google.com/store/apps/details?id=com.autoalert.upisoundalert&hl=en_US
2•anithakarri001•36m ago•0 comments

Microsoft AI chief gives 18 months for whitecollar work to be automated by AI

https://fortune.com/article/why-microsoft-ai-chief-mustafa-suleyman-predicts-ai-automation-18-mon...
3•RyeCombinator•38m ago•2 comments

Show HN: Gonfire – analyze Claude Code session logs to see how candidates think

1•abr0ahm•38m ago•0 comments

Llama.cpp b9180: MTP support landed

https://github.com/ggml-org/llama.cpp/releases/tag/b9180
1•usagisushi•44m ago•0 comments

Show HN: OpenClaw is just not dangerous enough. I needed something else

https://github.com/kkovacs/kklaw
2•kkovacs•47m ago•0 comments

Optimizing your website for generative AI features on Google Search

https://developers.google.com/search/docs/fundamentals/ai-optimization-guide
2•tjek•48m ago•0 comments

What do you want to ask the online safety minister about social media?

https://www.bbc.com/newsround/articles/ceqp2gxerl4o
1•DropDead•48m ago•0 comments

I Replaced a $460/Month Sales Stack with a $0.41/Day System I Built Myself

https://alanscottencinas.medium.com/i-replaced-a-460-month-sales-stack-with-a-0-41-day-system-i-b...
4•encinas88•49m ago•0 comments

Why birth rates are falling everywhere all at once

https://www.ft.com/content/fba35eca-df3a-4ad6-b42d-eb08eb7c9ad3
1•mmarian•50m ago•1 comments

Before it gets a number – About CVE, CWE and vulnerabilities prevention

https://quodeq.ai/blog/before-the-number/
3•quodeq•55m ago•0 comments

A passage from Homer's Iliad has been discovered inside the an Egyptian mummy

https://www.scientificamerican.com/article/passage-from-homers-iliad-discovered-in-the-abdomen-of...
1•wslh•1h ago•0 comments

Security researcher says Microsoft built a Bitlocker backdoor, releases exploit

https://www.techspot.com/news/112410-security-researcher-microsoft-secretly-built-backdoor-bitloc...
67•nolok•1h ago•29 comments
Open in hackernews

Show HN: JSON Tapose – A Simple, Client-Side JSON Diff Viewer

https://www.jsontapose.com/
2•handsupmin•12mo 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•12mo 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•12mo ago
That’s a great idea! I’ll try it. Thanks a lot!