frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Livy, a Shopify app looking for beta testers

https://www.indiehackers.com/post/building-livy-a-shopify-loyalty-retention-app-looking-for-a-han...
1•julietalfredes•1m ago•0 comments

Fractal-BLT – Zero-allocation .NET 10 MoE runtime streaming NVMe to GPU

https://github.com/H4ZEY86/Fractal-BLT
1•Ctrl_Alt_Haze•2m ago•0 comments

Classified as terrorists by the US government: Hacker collective A/I gives up

https://www.heise.de/en/news/Classified-as-terrorists-by-the-US-government-Hacker-collective-A-I-...
1•doener•5m ago•0 comments

Docker-Boot

https://github.com/purplesyringa/docker-boot
1•thijsr•11m ago•0 comments

Demystifying Complex Configurations

https://guix.gnu.org/blog/2026/demystifying-complex-configurations//
1•birdculture•13m ago•0 comments

Thoughts on Omarchy

https://chrissy.dev/notes/thoughts-on-omarchy/
2•meetpateltech•15m ago•0 comments

No Graphics API

https://github.com/sebbbi/NoGraphicsAPI
2•sagacity•16m ago•0 comments

Gap between how your team sees you AND how you see yourself

https://highimpactengineering.substack.com/p/the-gap-between-how-i-saw-myself
3•cmpit•17m ago•0 comments

We have found stable singularity on 3D Euler

https://twitter.com/AnimaAnandkumar/status/2097216195342864528
2•YeGoblynQueenne•18m ago•0 comments

Automatically detecting AI text in my browser

https://www.seangoedecke.com/deckard/
4•swah•19m ago•1 comments

By coincidence an independent result on Euler blowup has been released

https://mathstodon.xyz/@tao/117234157753860650
2•YeGoblynQueenne•21m ago•0 comments

Ancient Egypt in 3D

https://expeditione.fun/expeditions/ancient-egypt/
2•thunderbong•21m ago•0 comments

How to export Gemini chats to pdf [video]

https://www.youtube.com/watch?v=zFdp8DUfDco
3•quysala12•22m ago•0 comments

World Model (Artificial Intelligence)

https://en.wikipedia.org/wiki/World_model_(artificial_intelligence)
3•doener•24m ago•0 comments

Project Tapestry

https://thealliance.ai/projects/tapestry
2•doener•25m ago•0 comments

Plasma Studio

https://thelibre.news/announcing-plasma-studio/
4•DeepLogin•26m ago•0 comments

What Can You Do with a Local LLM?

https://grigio.org/what-can-you-actually-do-with-a-local-llm/
2•grigio•28m ago•0 comments

TCP-Brutal v2 released: A rate-based TCP congestion control algorithm

https://github.com/HyNetworks/tcp-brutal
2•NeverBehave•28m ago•1 comments

A continuing problem: human-generated content

https://github.com/geoff1111/AI-post/blob/main/README.md
2•Egret•28m ago•0 comments

Property Graph Queries reverted from Postgres 19 after third beta

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=b1f106c80cbeb18d3a0219994d98a51a6e...
2•gmac•30m ago•1 comments

Be Easy to Leave

https://codebahn.net/blog/be-easy-to-leave/
3•maxheyer•32m ago•0 comments

Xiaomi Announces Foldable iPhone Rival

https://www.macrumors.com/2026/09/07/xiaomi-announces-foldable-iphone-rival/
2•ksec•32m ago•0 comments

Vaenyx – A personal AI app for family

https://github.com/vaenyxai/core
2•vaenyxai•32m ago•0 comments

The Carob Trust Prize for Academic Courage

https://www.thecarobtrust.org/the-prize
2•mpweiher•34m ago•0 comments

The 'Covered List': A Fraud Claimed 'National Security'

https://www.lawfaremedia.org/article/the--covered-list---a-fraud-claimed--national-security
2•heisenbit•36m ago•0 comments

Why Gen Z Loves Brain Rot

https://www.nytimes.com/2026/09/08/opinion/gen-z-tiktok-ig-reels.html
2•_tk_•37m ago•0 comments

WeWorm – First zero-click worm to spread through WeChat calls

https://blog.calif.io/p/weworm
4•quyleanh•38m ago•1 comments

Streaming Is Raising Prices Faster Than Cable Ever Did

https://www.hollywoodreporter.com/business/business-news/streaming-inflation-raising-prices-cable...
2•thm•42m ago•0 comments

Chromium/Chrome team witholds support for Icelandic language in Intl API

https://issues.chromium.org/issues/40624456
1•saevarom•45m ago•0 comments

PromptCube

https://promptcube3.com/en/
1•lucascaijia•46m 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!