frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I built a real self-evolving operating system: Fable-OS

https://github.com/robiot/fable-os
1•robiot•1m ago•1 comments

Microsoft Paint used as a monitor to run Doom at up to 35 FPS

https://www.tomshardware.com/video-games/retro-gaming/microsoft-paint-used-as-a-monitor-to-run-do...
1•sbulaev•2m ago•0 comments

An OPML list of (most) blogs participating in Blaugust

https://82mhz.net/posts/2026/08/an-opml-list-of-most-blogs-participating-in-blaugust/
1•speckx•2m ago•0 comments

Show HN: EvoChess – start with 8 pawns, evolve your army

https://penkovsky.github.io/evochess/
1•penkovsky•3m ago•0 comments

Claude for ADHD: The Coding Workflow I Built for My Brain

https://chudi.dev/blog/claude-code-adhd-workflows
1•thenobsta•6m ago•0 comments

Steeping through data and brewing a database

https://pv.wtf/posts/steeping-through-data
2•dracyr•7m ago•0 comments

Fuse.js

https://github.com/krisk/fuse
1•handfuloflight•7m ago•0 comments

Falco: Tiny browser engine written from scratch in Rust

https://github.com/poxk/Falco
2•adamnemecek•8m ago•0 comments

YouTuber Hank Green says his AI usage is 'not healthy'

https://old.reddit.com/r/nerdfighters/comments/1vbmoj5/on_hank_admitting_he_used_chatgpt_for_his_...
1•embedding-shape•8m ago•0 comments

GenRec: Towards LLM-Native Recommendation at Netflix

https://netflixtechblog.com/genrec-towards-llm-native-recommendation-at-netflix-f20be6f643e3
2•Uriopass•9m ago•1 comments

2012 Boeing 727 crash experiment

https://en.wikipedia.org/wiki/2012_Boeing_727_crash_experiment
1•handfuloflight•10m ago•0 comments

When You Reject Cookies, You Might Be Agreeing to Arbitration

https://blog.ericgoldman.org/archives/2026/07/when-you-reject-cookies-you-might-be-agreeing-to-ar...
1•HotGarbage•12m ago•0 comments

Metropolis 1998

https://yesbox.itch.io/metropolis1998
1•doener•13m ago•0 comments

Dogfooding at scale: migrating cdnjs to Cloudflare's Developer Platform

https://blog.cloudflare.com/cdnjs-dev-platform-migration/
1•CharlesW•13m ago•0 comments

How China Keeps Tabs on Foreigners

https://www.nytimes.com/2026/08/02/world/asia/china-surveillance-foreigners-database.html
3•adriand•13m ago•1 comments

Show HN: Growth-Ratio Energy Function as Leading Indicator of Agent Task Failure

https://vishalvermalabs.com/papers/empirical-lyapunov-stability-agent-failure/
1•visha1v•14m ago•0 comments

Show HN: Offline and Private AI Anime Girlfriend

https://play.google.com/store/apps/details?id=com.clarai&hl=en_US
1•clarai-waifu•15m ago•0 comments

Adopt AI or Die? "The God Test" proposes AI is an opportunity and epochal threat

https://newrepublic.com/article/213738/artificial-intelligence-god-test-adopt-ai-die
2•CharlesW•15m ago•1 comments

Get Claude Code for Free

https://www.bestmillionstartups.com/best/how-to-use-claude-code-for-free-2026
1•thebrevn•15m ago•0 comments

Self-healing agents are just a loop you forgot to build

https://www.lorekit.io/blog/self-healing-agents
1•mthines•19m ago•0 comments

The Wild Wild West of Lego Datacenters

https://newsletter.semianalysis.com/p/the-wild-wild-west-of-lego-datacenters
1•speckx•19m ago•0 comments

Why I Watch Soccer

https://unpredictabletokens.substack.com/p/why-i-watch-soccer
1•jac08h•20m ago•1 comments

Ask HN: Would you buy a Bambu Lab for microchips?

1•dylansuttonc•21m ago•1 comments

Show HN: YouTube Videos Matched to Duolingo Units

https://lingolingo.app/french-course-companion/section/1/unit/1
1•yunusabd•22m ago•1 comments

Harvesting SSH Credentials: Insights from My Honeypot Network

https://uphillsecurity.com/articles/harvesting-ssh-credentials-insights-from-my-honeypot-network/
3•whatbackup•23m ago•0 comments

DroidCap: OS Support for Capability-Based Permissions in Android (2019)

https://publications.cispa.de/articles/conference_contribution/DroidCap_OS_Support_for_Capability...
2•chme•25m ago•0 comments

Kimi K3 Is Open, Opus 5 Is Good, DeepSeek V4 Flash Is Cheap: LLMs on Baba Is You

https://quesma.com/blog/baba-kimi-k3-opus-5/
1•stared•25m ago•1 comments

AI-Powered Container Standardization

https://medium.com/capital-one-tech/introducing-ai-powered-container-standardization-2f9314cde883
1•speckx•26m ago•0 comments

Mexico became a surprise cornerstone of America's AI boom

https://www.ft.com/content/ac3274ac-86ca-46ac-bc7b-029fb9dcd173
3•paulpauper•30m ago•1 comments

Captain Bible Reverse Engineering

https://github.com/peterkelly/captain-bible-re
2•peterkelly•30m 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!