frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Products make going back unimaginable

https://datawarrior.medium.com/the-best-products-make-going-back-unimaginable-30049de81568
1•nikolamilosevic•1m ago•0 comments

Chrysalis (hypothetical moon) and Saturn's rings

https://en.wikipedia.org/wiki/Chrysalis_(hypothetical_moon)
1•simonebrunozzi•2m ago•0 comments

Show HN: My free web dev courses, no signup, with exercises

https://en.andros.dev/courses/
1•andros•4m ago•0 comments

The Aikido Machine: on-prem AI pentesting that never leaves your network

https://www.aikido.dev/blog/the-aikido-machine-on-prem-ai-pentesting-that-never-leaves-your-network
1•ultra2d•5m ago•0 comments

Show HN: Rask – The .NET One Person Framework

https://pal-tamas.github.io/rask/
1•pal-tamas•7m ago•0 comments

Using Git diffs to circumvent Fable's safeguards

https://blog.j11y.io/2026-07-18_Jailbreaking-Fable-disinformation/
2•padolsey•7m ago•0 comments

ESPBanking – Offline, local banking server running on a single ESP32

https://github.com/dumasha05/ESPBBanking1/blob/main/README.md
1•Dumasha05•7m ago•0 comments

Anthropic is hiring an AI chip design team

https://techcrunch.com/2026/08/05/anthropic-is-hiring-an-ai-chip-design-team/
1•mpfect•8m ago•0 comments

Claude Fable 5 finds a tiny formula that topples an 87-year-old math conjecture

https://www.sciencedaily.com/releases/2026/08/260804034634.htm
2•theanonymousone•12m ago•0 comments

1 RCE, 2 AI models, 0 ways to tell who was right

https://zhenyi.gibber.blog/1-rce-2-ai-models-0-ways-to-tell-who-was-right
1•zhenyi•12m ago•0 comments

We built a local SQL engine for DynamoDB

https://dynotable.com/blog/local-sql-engine-for-dynamodb
2•dynotable•12m ago•1 comments

Train the AI to Want to Die

https://slimemoldtimemold.com/2026/08/05/a-stupid-idea-for-ai-alignment-we-came-up-with-by-lookin...
1•mrcgnc•14m ago•0 comments

Fable 5 on ARC-AGI (Verified)

https://twitter.com/arcprize/status/2085115252035785168
2•tosh•18m ago•0 comments

Building Scalable Control Planes

https://www.allthingsdistributed.com/2026/08/on-building-scalable-control-planes.html
1•janvdberg•20m ago•0 comments

Google Search AI leaks ACTUAL name of a game's upcoming character

https://www.reddit.com/r/IndieDev/comments/1vfwuf5/a_player_found_out_the_actual_name_of_my_games/
3•erremerre•21m ago•0 comments

Privacy gadgets a Proton employee uses

https://proton.me/blog/privacy-gadgets
1•DavideNL•25m ago•0 comments

TUI for Tabaholics

https://github.com/doctorcolossus/tab_wrangler
2•ankitg12•26m ago•1 comments

Why magnets attract? – Richard Feynman [video]

https://www.youtube.com/watch?v=36GT2zI8lVA
1•iamanatom•26m ago•0 comments

The Complete Fun to Imagine with Richard Feynman (1983)[video]

https://www.youtube.com/watch?v=nYg6jzotiAc
1•iamanatom•29m ago•0 comments

Someone Is Mysteriously Snapping Up Used Books Around the World

https://www.theatlantic.com/technology/2026/08/ai-companies-buying-used-books-for-data/688167/
4•vcfgdev•32m ago•0 comments

How to Run a Read-Only CIS Security Check on macOS

https://stackandink.com/blog/run-read-only-cis-security-check-macos/
1•Igor_Wiwi•36m ago•0 comments

Ask HN: Desktop Pet

1•nunep•36m ago•0 comments

From AI Experiments to Production:Lessons from Insurance Systems

https://geekyants.com/en-us/blog/ai-in-insurance-building-production-ready-products-for-claims-un...
3•varda_62892•38m ago•0 comments

Agent-tools.net – pay-per-call APIs for AI agents, paid via x402/USDC on Base

https://agent-tools.net/
1•karucosu•39m ago•0 comments

I wonder if you could make a useful DOS executable with just emoji

https://oldbytes.space/@gloriouscow/117044736309312697
1•usdogu•39m ago•0 comments

I Caught Malware

https://alexbissessur.dev/i-caught-malware/
2•bo0tzz•39m ago•0 comments

Gödel, Escher, Elisp: The Beauty of Macros

https://www.chiply.dev/post-elisp-macros-are-beautiful
1•signa11•41m ago•0 comments

Show HN: I deleted DMs from our work chat

https://fosbury.ai/
2•YarivAshk•42m ago•0 comments

Linux Processes: Threads and Concurrency

https://labs.iximiuz.com/tutorials/linux-processes-threads-concurrency-3302b677
1•signa11•42m ago•0 comments

Modding a Kmart Digicam to take C mount lenses Part 1

https://mason.bearblog.dev/modding-a-kmart-digicam-to-take-c-mount-lenses-part-1/
1•masoniamme•43m 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!