frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Typst 0.15 Contains Multitudes

https://typst.app/blog/2026/typst-0.15/
1•maxloh•20s ago•0 comments

How Apple Is Making Your Older iPhone Run Faster and Stay Alive Longer

https://www.wired.com/story/how-apple-is-making-your-older-iphone-run-faster-and-stay-alive-longer/
1•apparent•28s ago•0 comments

Zen and the Art of Open Source Maintenance

https://elijahpotter.dev/articles/zen-and-the-art-of-open-source-maintenance
1•chilipepperhott•37s ago•0 comments

DOGMA 95

https://pov.imv.au.dk/Issue_10/section_1/artc1A.html
1•jruohonen•1m ago•0 comments

How Millions of Digital Home Devices Are Powering Cyberattacks

https://www.wsj.com/tech/cybersecurity/how-millions-of-digital-home-devices-are-secretly-powering...
1•fortran77•4m ago•1 comments

Show HN: A pure-Ruby X11 terminal

https://github.com/vidarh/rubyterm
1•vidarh•5m ago•0 comments

Decomp.dev – dashboard of various video game decompilation projects

https://decomp.dev/projects
1•throwawayk7h•5m ago•0 comments

Machine Learning Systems

https://mlsysbook.ai/
2•ibobev•7m ago•0 comments

Refactoring a Travel Booking Engine for Complex Multi-Item Carts

https://alexeyca.github.io/smart-booking-blog/engineering/architecture/2026/05/13/under-the-hood-...
3•AlexChehov•7m ago•0 comments

Users cry foul after AMD stripped memory crypto from its consumer CPUs

https://arstechnica.com/security/2026/06/users-cry-foul-after-amd-stripped-memory-crypto-from-its...
1•helterskelter•9m ago•0 comments

David Attenborough's life's work, searchable

https://attenborough-100.vercel.app/
2•mooreds•9m ago•0 comments

Coding agents have no moat

https://tombedor.dev/coding-agents-have-no-moat/
2•mooreds•9m ago•1 comments

Nobody clicks your share buttons

https://derekhanson.blog/nobody-clicks-your-share-buttons/
1•mooreds•10m ago•0 comments

Heavyweight, to whom it may concern

https://neural.it/2026/05/heavyweight-to-whom-it-may-concern/
1•jruohonen•12m ago•0 comments

Show HN: tot.page – git-backed publishing for HTML and Markdown

https://tot.page/
1•ramoz•12m ago•0 comments

Current and Future Megaconstellations [video]

https://www.youtube.com/watch?v=cfOgp9gp2hA
1•ColinWright•12m ago•0 comments

AI may read a different PDF than your users

https://pqpdf.com/ai-document-integrity.php
1•pqpdf•15m ago•0 comments

Blood Tests Can Now Detect Alzheimer's. Should You Get One?

https://www.wsj.com/health/wellness/blood-tests-can-now-detect-alzheimers-should-you-get-one-9528...
1•JumpCrisscross•18m ago•0 comments

Upstream and Downstream Are Not Directions

https://piljoong.dev/posts/upstream-and-downstream-are-not-directions/
1•speckx•19m ago•0 comments

The Pissed-Off Spouses Who Try to Intervene in Their Partners' Jobs

https://slate.com/life/2026/06/work-job-wife-husband-kid-partner-boss-call.html
1•tekdude•20m ago•0 comments

Show HN: World Cup TUI with Live Updates

https://github.com/perryraskin/world-cup-tui
1•perryraskin•22m ago•1 comments

The FTC Cracked Down on 'Hidden' Car Dealer Fees. They're Still Happening

https://www.wsj.com/business/autos/the-ftc-cracked-down-on-hidden-car-dealer-fees-theyre-still-ha...
2•JumpCrisscross•23m ago•0 comments

Alberta Eradicated Rats

https://worksinprogress.co/issue/albertas-war-on-rats/
1•deunamuno•23m ago•0 comments

Why long context eats your VRAM: the KV cache explained

https://vettedconsumer.com/the-kv-cache-explained-why-long-context-eats-your-vram-and-how-to-fit-...
2•ermantrout•25m ago•0 comments

Show HN: Vet Turned Founder, AI Lawn Diagnosis

https://grassdx.com/
1•andrewbr•25m ago•0 comments

Heikki's Garden of Flowers, a catalogue of pictorial letterpress works

https://garden-of-flowers.heikkilotvonen.com/?essay
1•NaOH•25m ago•0 comments

Ask HN: How do you track commitments you make to other people in conversation?

1•annonymousjaat•26m ago•2 comments

Single dose of magic mushroom psychedelic can cause anatomical brain changes

https://www.theguardian.com/science/2026/may/05/magic-mushrooms-psychedelic-changes-brain-anatomy...
3•helterskelter•26m ago•0 comments

Google vs. Oracle (2021)

https://en.wikipedia.org/wiki/Google_LLC_v._Oracle_America,_Inc.
1•tosh•26m ago•0 comments

Game Engine White Papers Commander Keen

https://forgottenbytes.net/commander_keen.html
3•mfiguiere•28m 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!