frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI, ex-Soviet engineers, and the Holy Grail of rocketry

https://www.fastcompany.com/91563020/aspire-rocket-design-spacex
1•rbanffy•12s ago•0 comments

Libertix installs Linux with 3 mouse clicks for Windows users

https://ekimia.fr/libertix/
1•freechelmi•39s ago•0 comments

Lambs grazing under an Oregon solar farm put on the same weight to the gram

https://spacedaily.com/b-lambs-grazing-under-an-oregon-solar-farm-had-38-percent-less-grass-in-fr...
1•ColinWright•2m ago•0 comments

Early 2000s were peak of humanity

https://lukaszkups.net/notes/early-2000s-were-peak-of-humanity/
1•lukaszkups•2m ago•0 comments

State of the Map 2026: OpenStreetMap conference

https://povesham.wordpress.com/2026/08/30/state-of-the-map-2026-openstreetmap-conference/
1•altilunium•7m ago•0 comments

Email Reactions

https://developers.google.com/workspace/gmail/reactions/format
1•totetsu•8m ago•0 comments

Ask HN: What to do when a vendor doesn't respond to security issues?

2•cudder•9m ago•0 comments

Some Simple Economics of AGI

https://arxiv.org/abs/2602.20946
1•o4c•10m ago•0 comments

Developing iOS Shortcuts and Apps

https://mythofechelon.co.uk/blog/2026/08/17/developing-ios-shortcuts-and-apps
1•tentacleuno•12m ago•0 comments

Show HN: A Pi extension to monitor your quota for OpenCode GO et CommandCode

https://github.com/Anhydrite/pi-quota-monitoring
1•anhydrite•14m ago•0 comments

The Naked Truth (2021)

https://pudding.cool/2021/03/foundation-names/
2•Tomte•14m ago•0 comments

Stolpersteine

https://www.stolpersteine.eu/en/the-art-memorial/stolpersteine
2•Tomte•14m ago•0 comments

Ghps: A Minimal GitHub Pages Simulator for Local Development

https://pypi.org/project/ghps/
1•rankorn•15m ago•0 comments

Running Modern LLMs on a 2GB GPU

https://medium.com/@therealcomtom/running-modern-llms-on-a-2gb-gpu-517512813bb0
2•comtom•16m ago•0 comments

Fully Automated Luxury Communism(2015)

https://www.theguardian.com/sustainable-business/2015/mar/18/fully-automated-luxury-communism-rob...
1•o4c•16m ago•0 comments

Show HN: Catch AI code hallucinations without asking a model

https://github.com/lovettsendit/hedgemony
1•lovettsendit•17m ago•0 comments

Connect Your AI Agent to a Remote MCP Server

https://quickchat.ai/post/connect-ai-agent-to-mcp-server
1•piotrgrudzien•17m ago•0 comments

Deployah, Spec-to-Release for Kubernetes

https://deployah.dev/
2•gopherly•18m ago•0 comments

Run multiple Linux kernels without hypervisor

https://lore.kernel.org/lkml/ao34RJ7aZ2BLd67S@pop-os.localdomain/
3•hasley•19m ago•0 comments

Show HN: No Rush – Ambient places that run on the real local time and weather

https://no-rush.app/
1•bearjb•20m ago•0 comments

GitHub Copilot reviews cost creep

https://github.blog/changelog/2026-08-28-upcoming-changes-to-github-copilot-policies-and-billing/
2•whirlwin•26m ago•1 comments

Innovation Doesn't Happen on Schedule

https://www.thesignalist.io/s/innovation-doesnt-happen-on-schedule/
1•cirio•26m ago•0 comments

The Age of Average

https://www.alexmurrell.co.uk/articles/the-age-of-average
3•dwrodri•30m ago•0 comments

Show HN: Schist – the open source photo editor that feels nice to use

https://schist.app/
1•astrid__•31m ago•0 comments

Study: Blue light impairs the eye's ability to distinguish fine detail most

https://research.uga.edu/news/blue-light-has-a-surprising-effect-on-your-eyes-study-finds/
1•giuliomagnifico•31m ago•0 comments

Advanced AI threatens global financial stability, says Bank of England boss

https://www.theguardian.com/business/2026/aug/31/advanced-frontier-ai-financial-stability-andrew-...
3•theanonymousone•35m ago•0 comments

How to Build Open Source for AI Agents

https://agentledco.substack.com/p/how-to-build-open-source-for-ai-agents
2•hsantana8•37m ago•0 comments

How an MIT research project became a global programming language

https://news.mit.edu/2026/how-mit-research-project-became-global-programming-language-0831
2•theanonymousone•38m ago•0 comments

The Hedgehog and the Fox

https://en.wikipedia.org/wiki/The_Hedgehog_and_the_Fox
1•dcminter•39m ago•0 comments

Sampling hard [quantum] circuits with verifiably high fidelity

https://arxiv.org/abs/2607.25941
1•thebeardisred•40m 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!