frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Putting Money in Consumer Hands Ends Chronic Disease Faster Than Any Bureaucracy

https://foodishealth.substack.com/p/healthcares-price-signal-problem
1•jcarterwil•1m ago•1 comments

Telecom-wavelength quantum teleportation using photons from remote quantum dots

https://www.nature.com/articles/s41467-025-65912-8
1•westurner•2m ago•1 comments

Exploring the Local Positivity Bias in Crime Perceptions

https://news.gallup.com/opinion/polling-matters/698624/exploring-local-positivity-bias-crime-perc...
1•hn_acker•5m ago•0 comments

Victory Court Ends Dragnet Electricity Surveillance Program in Sacramento

https://www.eff.org/deeplinks/2025/11/victory-court-end-dragnet-electricity-surveillance-program-...
2•hn_acker•9m ago•0 comments

'Kant' review: A purer understanding

https://www.wsj.com/arts-culture/books/kant-review-a-pure-understanding-a477a035
1•hhs•10m ago•1 comments

If We Tax Rich People They Will Just Leave [video]

https://www.youtube.com/watch?v=6DXZMXZCY0I
1•hn_acker•11m ago•1 comments

Show HN: A minimalist maze exploration game with level editor

https://github.com/skorotkiewicz/maze
1•modinfo•12m ago•0 comments

Cloudflare outage showing double standard of Rust community [video]

https://www.youtube.com/watch?v=hkNLVQHZHk8
2•up2isomorphism•13m ago•0 comments

AI Agent Security: Why Reliability Is the Missing Defense Against Data

https://composio.dev/blog/ai-agent-security-reliability-data-integrity
1•manveerc•13m ago•0 comments

Explaining, at some length, Techmeme's 20 years of consistency

https://news.techmeme.com/250912/20-years
5•nhf•20m ago•0 comments

Using Antigravity for Statistical Physics in JavaScript

https://christopherkrapu.com/blog/2025/antigravity-stat-mech/
1•ckrapu•21m ago•0 comments

Renewed push to preempt US state AI laws gains steam

https://iapp.org/news/a/renewed-push-to-preempt-us-state-ai-laws-gains-steam
2•walterbell•21m ago•0 comments

The Case of the Misread Historian: Thucydides and the Millennia of Mistake

https://medium.com/@gp2030/the-case-of-the-misread-historian-thucydides-and-the-millennia-of-mist...
1•light_triad•22m ago•0 comments

Amazon's Layoffs Are Business as Usual, Not Omens of AI Doom

https://jacobin.com/2025/11/amazon-layoffs-artificial-intelligence-h-1b-visa
1•wahnfrieden•25m ago•1 comments

Show HN: I made a Terminal UI for OpenSnitch, a Linux application firewall

https://github.com/amalbansode/opensnitch-tui
1•quadrophenia•26m ago•0 comments

The Zero-Bullshit Protocol – Hallucination-Proof AI Engineering System

https://gracefultc.gumroad.com/l/ctgyvz
1•Thugonerd•27m ago•0 comments

Show HN: I Built an Interactive Map to Compare Cost of Living by US County

https://watchpennies.com
1•lunava•29m ago•0 comments

How sea turtles learn locations using Earth’s magnetic field: research

https://uncnews.unc.edu/2025/02/13/sea-turtles-secret-gps-researchers-uncover-how-sea-turtles-lea...
1•hhs•31m ago•0 comments

Ruby 3.4.7 Port to Cosmopolitan Libc – Portable Ruby

https://github.com/igravious/cosmoruby/blob/feature/ruby-3.4.7-port/third_party/ruby-wip-3.4.7/RE...
1•Kerrick•33m ago•0 comments

What Is Alternative Upstract.com

https://allheadline.com/
1•fatbrother•35m ago•1 comments

Building an AI-native engineering team [pdf]

https://cdn.openai.com/business-guides-and-resources/building-an-ai-native-engineering-team.pdf
2•gmays•37m ago•0 comments

The Batman effect: The mere sight of the 'superhero' can make us more altruistic

https://phys.org/news/2025-11-batman-effect-mere-sight-superhero.html
1•brycehalley•39m ago•0 comments

This is a solar-powered website, which means it sometimes goes offline

https://solar.lowtechmagazine.com/power/
1•mikenew•40m ago•0 comments

Dell Ryzen 7 Laptop Bundle (32GB RAM, 1TB SSD) Is Almost 70% Off

https://kotaku.com/dell-ryzen-7-laptop-bundle-32gb-ram-1tb-ssd-is-almost-70-off-savings-youll-nev...
1•PaulHoule•42m ago•0 comments

Cloudfare: The Rust Community Knew This Was Coming

https://lucisqr.substack.com/p/the-rust-community-knew-this-was
2•NotThe1Pct•44m ago•0 comments

VideoCore IV 3D Architecture Reference Guide

https://docs.broadcom.com/doc/12358545
3•doener•44m ago•0 comments

Intro to Apache DataFusion [video]

https://www.youtube.com/watch?v=3perqExFIRQ
2•teleforce•44m ago•0 comments

Mesa's V3D graphics driver stack

https://docs.mesa3d.org/drivers/v3d.html
1•doener•46m ago•0 comments

I learned Vulkan and wrote a small game engine with it

https://edw.is/learning-vulkan/
4•jakogut•46m ago•2 comments

Skyline, Strato, Vita3K and Yuzu Android Compatible Adreno Drivers

https://github.com/K11MCH1/AdrenoToolsDrivers
2•doener•48m ago•0 comments
Open in hackernews

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

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