frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Student sues matchmaking app for allegedly stealing her likeness for an ad

https://mashable.com/article/student-sues-meete-for-allegedly-stealing-likeness-geofencing
2•gnabgib•2m ago•0 comments

Show HN: Contral – the agent which will teach you while you build with AI

https://contral.ai
2•samagragune•2m ago•1 comments

So that's why they call it "YOLO-mode"

2•neurodiv_dennis•6m ago•1 comments

The Moth Story Map

https://themoth.org/dispatches/story-map
1•jxmorris12•6m ago•0 comments

The Eye in Your Pocket

https://aeon.co/essays/things-have-jobs-and-digital-devices-are-made-to-track-you
3•billybuckwheat•7m ago•0 comments

Thunderbird donation page consumes CPU/GPU due to animation

https://bugzilla.mozilla.org/show_bug.cgi?id=2038287
1•nh2•9m ago•0 comments

AI makes weak engineers less harmful

https://www.seangoedecke.com/ai-makes-weak-engineers-less-harmful/
2•bsgada•13m ago•0 comments

GrapheneOS isn't vulnerable to the 3 recent Linux memory logic vulnerabilities

https://discuss.grapheneos.org/d/35353-grapheneos-isnt-vulnerable-to-the-3-recent-linux-memory-lo...
2•Cider9986•14m ago•0 comments

Humanity Is Self-Deprecating

https://not-an-llm.bearblog.dev/humanity-is-self-deprecating/
2•nusl•15m ago•1 comments

Scroll Animation in Pure CSS

https://www.joshwcomeau.com/animation/scroll-driven-animations/
1•zane__chen•16m ago•0 comments

NetBSD Wii IP6 Webserver

http://wii.sjmulder.nl/
1•jaypatelani•17m ago•0 comments

The 'dangerous' promise of a techno-utopian future

https://www.cbc.ca/radio/ideas/tech-billionaires-ai-utopia-1.7440698
2•lbrito•17m ago•1 comments

Disappearing Polymorph

https://en.wikipedia.org/wiki/Disappearing_polymorph
2•ZeljkoS•21m ago•0 comments

Teaching Claude Why

https://alignment.anthropic.com/2026/teaching-claude-why/
1•cebert•23m ago•0 comments

How Do You Know If a Skill Is Any Good? LLM-as-Judge Scoring

http://instructionmanuel.com/scoring-skills-with-llm-as-judge
2•eigenBasis•25m ago•0 comments

US judge will not rubber-stamp Elon Musk settlement with SEC

https://www.reuters.com/legal/government/us-judge-will-not-rubber-stamp-elon-musk-settlement-with...
3•tartoran•28m ago•0 comments

Next.js May 2026 security release

https://vercel.com/changelog/next-js-may-2026-security-release
1•bcye•28m ago•0 comments

Onboarding Is a Hazing Ritual and You Call It Agile

https://dhung.dev/blog/onboarding-hazing-ritual
1•birdculture•29m ago•0 comments

Judge rules DOGE cancellation of humanities grants was unconstitutional

https://apnews.com/article/trump-doge-humanities-funding-cuts-dda1383436c41be08da3bbf7cc08818e
8•1659447091•31m ago•3 comments

NixOS and Secrets

https://isabelroses.com/blog/nixos-and-secrets/
3•isabelroses•31m ago•0 comments

Show HN: Signegy - free in-browser PDF toolkit, no signup

https://signegy.com/
1•DiligentPeasant•31m ago•0 comments

Ask HN: What kind of computer language will LLM use?

2•folderquestion•33m ago•2 comments

Anthropic weighs deal for near $1T valuation as revenue surges

https://www.ft.com/content/a40cafcc-0fa4-4e70-9e24-90d826aea56d
5•alecco•35m ago•1 comments

I made Meta's TRIBE v2 watch YouTube in real time

https://www.youtube.com/watch?v=I4oGPLMVoC0
1•merlin_mimer•36m ago•0 comments

Compound drivers of Antarctic sea ice loss and Southern Ocean destratification

https://www.science.org/doi/10.1126/sciadv.aeb0166
2•littlexsparkee•37m ago•0 comments

General Motors fined $12.75M for selling location data

https://privacy.ca.gov/2026/05/when-it-comes-to-data-privacy-consumers-must-be-in-the-drivers-sea...
3•jboggan•37m ago•1 comments

Show HN: Tuxedo – A fast, keyboard-driven terminal UI for todo.txt

https://github.com/webstonehq/tuxedo
1•mikenikles•38m ago•1 comments

Scaling Trusted Access for Cyber with GPT‑5.5 and GPT‑5.5‑Cyber

https://openai.com/index/gpt-5-5-with-trusted-access-for-cyber/
2•allanrbo•42m ago•0 comments

55 Hours of Codex /Goal: What a Port Task Teaches You About Autonomous Loops

https://vexjoy.com/posts/55-hours-of-codex/
1•AndyNemmity•45m ago•0 comments

Discord Automates ScyllaDB Clusters at Scale

https://discord.com/blog/how-discord-automates-scylladb-clusters-at-scale
3•cyndunlop•46m 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!