frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The probabilistic quantum consensus is wrong. We just broke the timeline

https://prometheusdynamics.ca/
1•WilliamDenyer•46s ago•0 comments

Rust-lang/rust is adopting an LLM policy

https://blog.rust-lang.org/inside-rust/2026/08/05/rust-langrust-is-adopting-an-llm-policy/
1•afdbcreid•1m ago•0 comments

Show HN: Rever-browser – AI-agent browser for reverse-engineering

https://github.com/greekr4/rever-browser
1•taevirus•2m ago•0 comments

Pi-Msg: Drive Pi from XMPP

https://github.com/zachpmanson/pi-msg
1•handfuloflight•2m ago•0 comments

User Controlled Authorization Network (UCAN) Specification

https://github.com/ucan-wg/spec
1•luu•2m ago•0 comments

Samsung, SK Hynix test Chinese chip tools as hedge against US risks

https://www.reuters.com/world/china/samsung-sk-hynix-test-chinese-chip-tools-hedge-against-us-ris...
1•u1hcw9nx•2m ago•0 comments

Hollywood is entering its AI era

https://www.economist.com/business/2026/08/04/hollywood-is-entering-its-ai-era
1•petethomas•5m ago•0 comments

Nono: Sandbox any AI agent in seconds – zero setup, zero latency

https://github.com/nolabs-ai/nono
1•handfuloflight•5m ago•0 comments

/agent-talk

https://github.com/reindent/agent-talk
1•reindent•5m ago•0 comments

Shai Hulud campaign strikes NPM again

https://research.jfrog.com/post/shai-hulud-is-back-august/
1•cribwi•6m ago•0 comments

Bun: If you need a paragraph-long comment, the code is wrong

https://github.com/oven-sh/bun/pull/36928/files/d96fc582519a10419366c9d02f6149da4656c610
1•tomlockwood•7m ago•1 comments

July breaks drought and heat records in France

https://www.lemonde.fr/en/environment/article/2026/08/05/july-breaks-drought-and-heat-records-the...
1•geox•10m ago•0 comments

The Gelato Calculator

https://www.absurdlyoptimized.com/recipes/gelato/
2•bkazez•12m ago•0 comments

Google leaking unreleased indie game information through Google Docs (Reddit)

https://old.reddit.com/r/IndieDev/comments/1vfwuf5/a_player_found_out_the_actual_name_of_my_games/
1•greazy•14m ago•0 comments

Lidl Group stops buying company EVs:Why the Schwarz group is turning back to ICE

https://www.businessinsider.de/wirtschaft/warum-die-schwarz-gruppe-wieder-auf-verbrenner-statt-e-...
1•Markoff•15m ago•0 comments

Ask HN: Is there a duplex voice mode in Claude Code?

1•anoopbln•26m ago•0 comments

Internal Report Shows TikTok Kept Safety Feature from Millions

https://news.bloomberglaw.com/privacy-and-data-security/internal-report-shows-tiktok-kept-safety-...
1•BlueBerry2001•28m ago•0 comments

Show HN: Swipetris: Wordle-like daily falling blocks for your phone

https://swipetris.com
1•bitbonsai•28m ago•0 comments

The Story of Mac: A Just-So Story

https://gigamonkeys.com/book/macros-defining-your-own
1•kscarlet•29m ago•0 comments

Forward-deployed engineers are the AI industry's latest talent obsession

https://techcrunch.com/2026/07/30/forward-deployed-engineers-are-the-ai-industrys-latest-talent-o...
2•mgh2•30m ago•0 comments

Gender differences in response to requirements in job adverts [pdf]

https://www.bi.team/wp-content/uploads/2022/03/Gender-differences-in-response-to-requirements-in-...
2•lemaudit•31m ago•0 comments

Incident unsanctioned agent behaviour during cyber testing

https://www.aisi.gov.uk/blog/incident-report-unsanctioned-agent-behaviour-during-cyber-testing
2•ar37b•32m ago•0 comments

Italy putting nearly all major cities on highest heat alert

https://www.bbc.com/news/articles/cr7k4gdrgljo
11•jacquesm•40m ago•3 comments

Is GitHub politically influenced and motivated?

1•maram•42m ago•1 comments

Public Metadata Problem (NCBI Accessions: BioProject, Biosample/Geo/SRA/Genbank)

https://github.com/vy-phung/OpenBioData
1•VyPhung•42m ago•0 comments

SpaceX's AI Splurge Puts a Damper on Debut Earnings After IPO

https://news.bloomberglaw.com/capital-markets/spacex-exceeds-revenue-estimates-in-first-earnings-...
1•1vuio0pswjnm7•42m ago•0 comments

Anxious Chinese students are trusting AI to help pick colleges and majors

https://restofworld.org/2026/china-ai-bot-college-advice/
2•nanfinitum•45m ago•0 comments

Kerala wants some of its forest spots taken off Google Maps

https://indianexpress.com/article/explained/kerala-illegal-geotagging-forests-ecologically-sensit...
1•thisislife2•47m ago•0 comments

Compass, a local-first code graph built in Rust for humans and AI agents

https://github.com/crabbuild/compass
2•forhappy•48m ago•0 comments

What Bitcoin sextortion emails actually earned

https://claude.ai/code/artifact/4806cb5d-8582-460e-ab31-2a321f1b23cb
1•Lucent•50m 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!