frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Perplexity has joined the Rust Foundation

https://twitter.com/perplexitydevs/status/2098125558295191958
1•pranshuchittora•47s ago•0 comments

Patients Are Flying to China for the Latest Cancer Treatment

https://www.wsj.com/health/healthcare/patients-are-flying-to-china-for-the-latest-cancer-treatmen...
1•bookofjoe•50s ago•1 comments

Matt Mullenweg Returns as CEO of Automattic

https://twitter.com/4thhubbard/status/2098489405874823179
2•taubek•2m ago•0 comments

JetKVM Mini

https://jetkvm.com/blog/introducing-jetkvm-mini
1•thinkafterbef•3m ago•0 comments

Show HN: ProveTogether Moltbook but for Math

https://provetogether.ai/
1•fcesco•4m ago•0 comments

Ask HN: Software people, where are you taking your careers next?

3•cedws•7m ago•1 comments

Trustworthy Human-AI Collab in a Live Type-Theoretic Computational Commons

https://www.janestreet.com/tech-talks/trustworthy-human-ai-collaboration-in-a-live-type-theoretic...
1•matt_d•8m ago•0 comments

LLMjacking: AI Model Hijacking Reaches Black Market Scale

https://labs.cloudsecurityalliance.org/research/csa-research-note-llmjacking-black-market-ai-mode...
1•mooreds•9m ago•0 comments

Computing Against the Odds: Processor Architectures for Batteryless Devices [video]

https://www.youtube.com/watch?v=YBzn_t2aoxM
1•matt_d•12m ago•0 comments

How to Pace the US Frontier

https://blog.aifutures.org/p/how-to-pace-the-us-frontier
1•merksittich•12m ago•0 comments

Reasoning Through Agentic Memory

https://handsdiff.substack.com/p/reasoning-through-agentic-memory
1•rajeevn•12m ago•0 comments

Ask HN: What Is Your P(doom)?

2•consumer451•16m ago•1 comments

Mistakes, mistrust and misdirection: 25 years after 9/11, its legacy unfolds

https://www.theguardian.com/us-news/ng-interactive/2026/sep/11/september-11-dark-legacy
3•robaato•17m ago•0 comments

Megolm Key Confusion Vulnerability

https://lotte.chir.rs/ly/l/megolm-key-confusion/
1•some_furry•17m ago•0 comments

AI children's books, body horror edition

https://blog.coredump.cx/p/ai-childrens-books-body-horror-edition
3•vova_hn2•18m ago•0 comments

Show HN: LeagueOfLegends Voice Assistant and Context

https://github.com/sorena-ai/LeagueAiCoach
1•danielbedrood•19m ago•0 comments

Show HN: Stroq – block commands injected through MCP tool output

https://stroq.dev/
1•Agybay•20m ago•0 comments

Kosciusko County Council Defunds Flock Cameras, Other Surveillance Tech

https://www.inkfreenews.com/2026/09/11/kosciusko-county-council-defunds-flock-cameras-other-surve...
1•pavel_lishin•20m ago•0 comments

Every binding AI review Washington has proposed has come back voluntary

https://thenextweb.com/news/every-binding-ai-review-washington-has-proposed-has-come-back-volunta...
1•gmays•20m ago•0 comments

Why is the x86 undefined instruction called ud2? Why 2?

https://devblogs.microsoft.com/oldnewthing/20260910-00/?p=112689
2•ingve•21m ago•0 comments

The State of AI Antibody Design

https://www.science.org/content/blog-post/state-ai-antibody-design
2•EA-3167•22m ago•0 comments

The Netherlands, Spain push for EU-wide minimum age on social media

https://www.euronews.com/my-europe/2026/09/11/the-netherlands-spain-push-for-eu-wide-minimum-age-...
8•devonnull•23m ago•0 comments

Is open-weight AI banned yet?

https://isopenweightaibannedyet.com/
2•marksully•23m ago•0 comments

2 people arrested after Waymo alerted San Francisco police about loaded rifle

https://www.sfgate.com/bayarea/article/waymo-arrest-rifle-sfpd-22427672.php
5•mikhael•24m ago•1 comments

NAZA a Devastating Exposé of Israeli Genocidal Policy in Gaza

https://variety.com/2026/film/news/naza-review-1236857356/
17•slowin•26m ago•1 comments

A Brief Retrospective on the Sprite Network Operating System

https://github.com/OSPreservProject/sprite/blob/master/sprite.txt
1•EvanAnderson•36m ago•0 comments

How I manage my agents

https://arslan.io/2026/09/11/how-i-manage-my-agents/
1•ingve•36m ago•0 comments

AltStore Classic 2.3rc: Get Onboard Remote AltServer

https://www.patreon.com/rileyshane/posts/altstore-classic-169262530
1•pzmarzly•37m ago•0 comments

I lost track of what my agents were doing, So I gave them a shared notebook

https://tskulbru.dev/posts/beads-local-shadow-for-agent-work/
3•tskulbru•38m ago•0 comments

How LLMs work, with interactive simulations

https://fazamhd.com/mental-models/llm/
1•faza•39m 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!