frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Reverse Engineering a Pellet Stove Remote with Codex

https://itunsecurity.wordpress.com/2026/09/25/mcz-musa-2-0-air-an-esphome-remote-for-home-assistant/
1•dud3333•2s ago•1 comments

A simple, modern, secure encryption tool (and Go library) small explicit keys

https://github.com/FiloSottile/age
1•Bluestein•2m ago•0 comments

A prototype ribbon menu for QGIS

https://github.com/qgis/QGIS/issues/52292
2•marklit•3m ago•0 comments

Show HN: Skipper, a YouTube sponsor skipper using Ask Gemini and SponsorBlock

https://chromewebstore.google.com/detail/skipper-ai-—-youtube-spon/ncchpipphiigdfbpbjofbhbahcgc...
1•jagdishpal0•3m ago•0 comments

Ventoy – An Open-Source Tool for Creating Multiboot USB Drives

https://digitalescapetools.com/tools/ventoy.html
1•xabd•6m ago•0 comments

Show HN: Tlx – E2E chat over SSH under 500 lines of code

https://github.com/achempion/tlx
1•achempion•16m ago•2 comments

Understanding NvPCRs in Systemd v262

https://katexochen.aro.bz/posts/systemd-v262-nvpcrs/
1•dimonomid•17m ago•0 comments

The Uxn/Varvara ecosystem personal computing stack

https://100r.co/site/uxn.html
1•AlexeyBrin•18m ago•0 comments

The Pentagon wants $30M to build an AI-powered lie detector

https://www.technologyreview.com/2026/09/25/1145144/pentagon-ai-lie-detector/
3•joozio•23m ago•0 comments

Ask HN: Will you take the $5k from Trump?

3•roschdal•25m ago•3 comments

Anthropic: The Situation Report

https://www.anthropic.com/features/ebola-response
5•reimertz•26m ago•0 comments

Amazon Illegally 'Bricked' Older Kindle Models, Class Action Suit Claims

https://www.classaction.org/news/amazon-illegally-bricked-older-kindle-models-class-action-suit-c...
5•DeepLogin•26m ago•0 comments

Sun.com (1996)

https://web.archive.org/web/19961219233058/http://www.sun.com/
3•basilikum•26m ago•0 comments

PipePipe: NewPipe hard fork implementing SponsorBlock

https://github.com/InfinityLoop1308/PipePipe
1•Qision•29m ago•0 comments

Can Claude fix itself? From no to maybe

https://www.sylvainkalache.com/blog/can-claude-fix-itself
1•sylvainkalache•32m ago•0 comments

How to Clone Linux on Windows

https://kant2002.github.io/en/git/hacking/2026/09/25/cloning-linux-on-windows.html
1•AzatJ•33m ago•0 comments

Toby – Your Website Agent

https://www.tobysite.com/en
2•matwiemann•34m ago•1 comments

Show HN: PDF Remediation that you can validate before and after with PAC

https://accesslumens.com/pdf-remediation
2•prabhusaves•34m ago•0 comments

Avoid Publishing Scams

https://wwnorton.com/contact-us/publishing-scam-alert
1•Bluestein•36m ago•0 comments

Uproar in France over award-winning author accused of using AI

https://www.bbc.com/news/articles/ck7v4y45893go
23•harscoat•36m ago•27 comments

Cognira – a self-learning model that updates from useful chats (was ConwAI

https://cognira.dev
3•thomasconway01•38m ago•0 comments

Can you predict a 1 word answer from 10k people?

https://crowdle.gg/
2•pompomsheep•44m ago•1 comments

One Hat Less [2019]

https://asylum.madhouse-project.org/blog/2019/01/09/One-hat-less/
1•phoronixrly•45m ago•0 comments

Four things I learned throughout the last years working with AI

https://www.ssp.sh/brain/what-i-learned-writing-with-ai/
3•zazuke•46m ago•1 comments

Proof and Progress in Mathematics (1994)

https://arxiv.org/abs/math/9404236
2•rramadass•49m ago•1 comments

Tree shaking squint on the server with esbuild

https://blog.michielborkent.nl/squint-tree-shaking-hyper-esbuild.html
1•Borkdude•49m ago•0 comments

Show HN: Agentic CUDA Kernel Optimizer

https://github.com/bertaye/agentic-cuda-optimizer
3•bertaye•52m ago•0 comments

AI-Powered Fuzzing with the GitHub Security Lab Taskflow Agent

https://github.blog/security/application-security/ai-powered-fuzzing-with-the-github-security-lab...
2•joshcsimmons•1h ago•0 comments

The Mafia may be keeping fentanyl out of Italy

https://economist.com/europe/2026/09/24/the-mafia-may-be-keeping-fentanyl-out-of-italy
38•runeks•1h ago•23 comments

Oracle on the hook to pay data centre investors even if site has no electricity

https://www.ft.com/content/a96bf05a-a299-4d6a-a753-b298dd0f4016
28•Betelbuddy•1h ago•12 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!