frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude in China: how to "look like a normal person"

https://shuyangli.substack.com/p/claude-in-china
1•shuyang•57s ago•0 comments

Spaced Repetition: Beginner Guide/FAQ

https://entropicthoughts.com/spaced-repetition-beginner-guide-faq
1•Tomte•2m ago•0 comments

Tim Cook's Rotten Apple

https://unherd.com/2026/04/time-is-running-out-for-tim-cook/
1•jnord•2m ago•0 comments

Defining Terms: Human Intelligence

https://aquinas101.thomisticinstitute.org/videos/defining-terms-human-intelligence
1•danielam•5m ago•0 comments

Show HN: Ketchup – a Pomodoro timer with separate work and break budgets

https://github.com/Rench321/ketchup-timer
1•rench321•5m ago•0 comments

Nodus – Never lose AI answers again

https://nodus-ai.app/
1•m_m_carvalho•5m ago•0 comments

Show HN: We replaced 5 ML models with 1 shared encoder on an $11/month VPS

https://fittohire.com
1•blemis•5m ago•0 comments

Unlearnings from Building Grafana Assistant

https://contexthorizon.substack.com/p/unlearnings-from-building-grafana
1•xionerys•7m ago•0 comments

Siemens and Humanoid deployed an Nvidia-powered humanoid robot

https://thenextweb.com/news/siemens-nvidia-humanoid-robot-erlangen-factory-trial
1•JeanKage•7m ago•0 comments

Show HN: Bpfvet – minimum kernel version and CO-RE analyzer for BPF objects

https://github.com/boratanrikulu/bpfvet
1•boratanrikulu•8m ago•0 comments

In Chinese data factories, workers teach humanoid robots boring tasks

https://restofworld.org/2026/china-robots-training-centers-workers/
1•bookofjoe•9m ago•0 comments

WooCommerce stores may be silently losing revenue

https://twitter.com/SybreWaaijer/status/2045660722168758336
1•todotask2•9m ago•0 comments

Vercel has been hacked: environment variables compromised

https://vercel.com/kb/bulletin/vercel-april-2026-security-incident
1•freely0085•9m ago•1 comments

Landscape of Quantum Computing in 2026

https://sam-jaques.appspot.com/quantum_landscape
1•Harvesterify•11m ago•0 comments

Flock's CEO Fallacious Pitch to the Poor

https://ipvm.com/reports/flock-ceo-poor
1•jhonovich•13m ago•0 comments

Schwarz Digits' Presents European Sovereign Stack Standard

https://www.heise.de/en/news/Schwarz-Digits-introduces-standard-for-digital-sovereignty-11264279....
1•standfest•17m ago•0 comments

SaaS is not dead. You are just being sold the funeral

https://thenextweb.com/news/saas-not-dead-ai-hype-enterprise-software
1•cx42net•17m ago•0 comments

Show HN: Intake – Secure client document collection with browser-side encryption

https://intakerequest.com
1•pio_greeff•18m ago•0 comments

ReleaseJet – Release notes from issue labels, no Conventional Commits

https://www.releasejet.dev/
1•makisp•21m ago•1 comments

Show HN: I made an AI fitness coach that actually makes sure you reach the goal

1•ABSALOMMAXY•21m ago•1 comments

Daily Geography Game

https://maptap.gg/
1•gniv•21m ago•0 comments

Mercury: I found an AI agent that refuses to do things

https://github.com/cosmicstack-labs/mercury-agent
1•hotheadhacker•22m ago•0 comments

Show HN: Archiving Videos and PDFs on Cloudflare Pages Using JPEGs

1•keepamovin•25m ago•0 comments

NetNIX, a .NET/C# Powered Virtual Unix Environment

https://netnix.controlfeed.info/
1•pjmlp•25m ago•0 comments

Show HN: VidStudio, a browser based video editor that doesn't upload your files

https://vidstudio.app/video-editor
8•kolx•26m ago•0 comments

Noctambulist.exe (GitHub) CLI Knowledge Hub

https://github.com/LeviSantegoets/Noctambulist
1•j0hnsm1th•26m ago•1 comments

ADHD Symptom Manifestation in Adulthood

https://www.cambridge.org/core/journals/irish-journal-of-psychological-medicine/article/adhd-symp...
1•ZunarJ5•27m ago•0 comments

I Thought the System Was Dumb Until They Put Me in Charge of Fixing It

https://www.realclearmarkets.com/articles/2026/04/21/i_thought_the_system_was_dumb_until_they_put...
1•RickJWagner•28m ago•0 comments

Democrats Demand Trump Halt Plan to Collect Federal Workers' Health Data

https://kffhealthnews.org/news/article/opm-federal-workers-health-records-hipaa-democratic-letters/
1•giuliomagnifico•30m ago•0 comments

Show HN: Gortex – MCP server for cross-repo code intelligence

https://github.com/zzet/gortex
1•zzet•31m ago•0 comments
Open in hackernews

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

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