frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Metacircular Interpreter in Rhombus

https://github.com/racket/rhombus/blob/master/rhombus/rhombus/tests/example-interp.rhm
1•spdegabrielle•2m ago•1 comments

AI is potentially a Dunning-Kruger effect amplifier

https://twitter.com/i/status/2066825204207091926
1•binyu•4m ago•0 comments

We built an agent that runs our AI data platform

https://encord.com/blog/merlin-encord-mcp-agentic-intelligence/
2•ulrikhansen54•6m ago•0 comments

Databricks Launches LTAP: A Unified OLAP/OLTP Data Architecture

https://www.databricks.com/company/newsroom/press-releases/databricks-launches-ltap-first-lake-tr...
2•thehaikuza•6m ago•1 comments

Predicting model behavior before release by simulating deployment

https://openai.com/index/deployment-simulation/
1•0xedb•7m ago•0 comments

The feedback loops behind Kubernetes

https://planetscale.com/blog/the-feedback-loops-behind-kubernetes
2•CSDude•8m ago•0 comments

Hecate, Hardened Osint Platform

https://github.com/synchancybersecurity/Hecate
2•enkimecca•9m ago•0 comments

U.S. pulling ocean sensors a 'shock' for Canadian research as El Niño nears

https://www.timescolonist.com/local-news/us-pulling-ocean-sensors-a-shock-for-canadian-research-a...
13•ResearchAtPlay•9m ago•0 comments

PHP Through a Screen Reader: Small Syntax Choices That Matter

https://thephp.foundation/blog/2026/06/16/php-through-a-screen-reader-small-syntax-choices-that-m...
1•itafroma•9m ago•0 comments

Noctua introduces NL-LC1 all-in-one liquid coolers

https://www.noctua.at/en/news/noctua-introduces-nl-lc1-all-in-one-liquid-coolers
4•georgs_•10m ago•0 comments

Rabbit Hole: The Lorem Ipsum Mystery [video]

https://www.youtube.com/watch?v=kL1PDqzqhM4
1•luizfzs•11m ago•0 comments

Show HN: Next.js boilerplate with Better Auth, PostgreSQL and Shadcn/UI

https://github.com/mmilanovic4/forge
1•mmilanovic4•11m ago•0 comments

Tyler Cowen: A Dangerous Turn in AI Regulation

https://www.thefp.com/p/tyler-cowen-a-dangerous-turn-in-ai
1•paulpauper•11m ago•0 comments

How to Catch a Chess Cheater

https://www.uschess.org/index.php/June/How-To-Catch-A-Chess-Cheater-Ken-Regan-Finds-Moves-Out-Of-...
1•bookofjoe•11m ago•0 comments

Students Are Using a 'Backdoor' to Attend Their Dream Schools

https://www.wsj.com/us-news/education/college-admissions-alternative-enrollment-programs-communit...
1•paulpauper•11m ago•0 comments

Show HN: Ril: a parallel data streaming tool for Python

https://github.com/dannypesic/ril
1•dpesic•11m ago•0 comments

Can Online Activity Be Regulated? Evidence from Adult Websites

https://www.nber.org/papers/w35322
1•paulpauper•11m ago•0 comments

Nobody wants to tell me why they only listen to their own Suno slop

https://www.theverge.com/ai-artificial-intelligence/937059/nobody-wants-to-tell-me-why-they-only-...
1•thebigship•12m ago•0 comments

Claudity

https://danielmay.co.uk/posts/claudity/
1•speckx•12m ago•0 comments

Ask HN: Looking for mobile app ideas with real user demand

3•habeebmd•14m ago•0 comments

AI Consciousness:The Delusionals and the Philosopher's Bench

https://www.avidfayaz.com/writings/delusionals/the-delusionals-and-the-philosophers-bench
7•Avid_F•14m ago•0 comments

Show HN: Write Your GitHub Actions in TypeScript

https://github.com/dedalus-labs/hollywood
3•windsor•15m ago•2 comments

There's more than one way to be a 10x engineer

https://orischwartz.com/posts/theres-more-than-one-way-to-be-a-10x-engineer.html
1•fleaflicker•15m ago•0 comments

The Rivian R2's Radio Needs Cell Signal the Wilderness Doesn't Have

https://www.carscoops.com/2026/06/rivian-r2-fm-radio/
2•MBCook•16m ago•1 comments

Anyone give me a strong mobile app idea

2•habeebmd•16m ago•0 comments

Show HN: Dopamine – An MIT-Licensed Open-Source Cross-Platform Effects Library

https://github.com/10in30/dopamine/
1•jmckenty•17m ago•0 comments

Build your project Zig-style

https://fnordig.de/2026/06/16/build-your-project-zig-style/
1•caleb_thompson•17m ago•0 comments

When Intelligence Gets Cheap, What Becomes Valuable?

https://agonora.com/blog/when-intelligence-gets-cheap
5•mw67•18m ago•2 comments

Snap unveils $2,195 AR glasses as CEO Evan Spiegel bets on post-smartphone futur

https://www.cnbc.com/2026/06/16/snap-unveils-2195-specs-ar-glasses-spiegel-bets-on-post-smartphon...
1•mmarian•19m ago•0 comments

Unlocking Extreme AMD Instinct Inference with Software-Hardware Co-Optimization

https://rocm.blogs.amd.com/software-tools-optimization/atom-inference-engine/README.html
1•mooreds•21m 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!