frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Devolutions Has Acquired UniGetUI

https://github.com/Devolutions/UniGetUI/discussions/4444
1•pentagrama•1m ago•0 comments

Claude will cook us all

https://flexprice.io/
2•manishfp•1m ago•1 comments

We Built ApplyGenius.ai an AI resume builder for developers

https://applygenius.ai/
1•mikkaai•1m ago•0 comments

AI-SLOP: Develop Best Current Practises for Open Source Maintainers

https://github.com/ossf/wg-vulnerability-disclosures/issues/178
1•jruohonen•2m ago•0 comments

Arizona Is Now at the Center of 2020 Election Investigations

https://www.theatlantic.com/politics/2026/03/arizona-election-investigations/686310/
1•throw0101d•2m ago•1 comments

How to Get Investors for App

https://schooly-waitinglist.app/#waitlist
1•boriswizaard•4m ago•1 comments

The Operational Cost of Vacuuming in PostgreSQL

https://mariadb.org/the-real-operational-cost-of-vacuuming-in-postgresql/
1•theodorejb•6m ago•0 comments

Swiss e-voting can't count 2,048 ballots after USB keys fail to decrypt them

https://www.theregister.com/2026/03/11/swiss_evote_usb_snafu/
2•jjgreen•6m ago•0 comments

Zero Parameter Dual Pathway Derivation of the Cosmological Constant with SymPy

https://github.com/drlm13/cosmological-constant-derivation
1•drluke13•9m ago•1 comments

Pg_10046: Oracle SQL_trace inspired SQL and wait event tracing for PostgreSQL

https://github.com/DmitryNFomin/pg_10046
1•tanelpoder•9m ago•0 comments

Aaru: The Billion-Dollar AI Startup That Was Founded by Teenagers

https://www.wsj.com/business/ai-startup-aaru-young-founders-35da7f87
1•fortran77•10m ago•1 comments

Anthropic vs. Trump Administration: What Happens When Firms Push Back

https://joycevance.substack.com/p/anthropic-sues-the-administration
1•taskset•12m ago•0 comments

Logicplanes vs. Kaeso – better tech brand?

https://logicplanes.com/
1•devinoldenburg•12m ago•1 comments

Show HN: I built a tool to detect almost any object in images using a prompt

https://www.useful-ai-tools.com/tools/detect-anything/
1•eyasu6464•13m ago•0 comments

Show HN: Canopy – A kid-friendly Plex client for iOS

https://canopykids.app/
1•ashlance•13m ago•0 comments

IdeaRank – Startup Analysis Engine

1•TMDev•13m ago•0 comments

CSS Naked Day 2020

https://meyerweb.com/eric/thoughts/2020/04/09/css-naked-day-2020/
2•theandrewbailey•14m ago•1 comments

Make anything AI-ready. AI-ready in 30 seconds

https://vinkius.com/en
1•renatomarinho•14m ago•0 comments

AI embeddings linearly encode their own accuracy

https://devlogs.lgnd.ai/posts/2026-03-01-self-aware-embeddings/
1•brunosan•14m ago•1 comments

I've made an iOS client for OpenCode AI

https://github.com/martynpekala/openlens-qr
1•martini_bambini•15m ago•1 comments

Apple's New MacBooks Have a Keyboard Change You Might Have Missed

https://www.macrumors.com/2026/03/10/macbook-keyboard-change/
1•ksec•16m ago•0 comments

Systemantics: How systems work and especially how they fail

https://en.wikipedia.org/wiki/Systemantics
1•pramodbiligiri•18m ago•0 comments

Don't Be a Sucker – Other Title:Educational Film, No. 6

https://catalog.archives.gov/id/24376
1•SockThief•21m ago•1 comments

Kanban Code – The IDE for 2026

https://github.com/langwatch/kanban-code
2•jangletown•21m ago•0 comments

Nix on macOS – The Good, the Bad and the Ugly

https://drakerossman.com/blog/nix-on-macos-the-good-the-bad-and-the-ugly
1•wrxd•23m ago•0 comments

Directory for mail clubs and subscription boxes

https://www.findmailclubs.com/
1•creativedee•24m ago•1 comments

Anyone using Cloudflare Workflows in production?

2•mertguvencli•25m ago•0 comments

The Impact of a Large Number of API Features

https://apichangelog.substack.com/p/the-impact-of-a-large-number-of-api
1•mariuz•25m ago•0 comments

Show HN: Agent-triage – diagnosis of agent failures from production traces

https://github.com/converra/agent-triage
1•oren1531•27m ago•0 comments

Agent-debate – AI agents review code by editing a shared Markdown file

https://github.com/gumbel-ai/agent-debate
3•marutiagarwal•28m ago•1 comments
Open in hackernews

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

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