frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Nvidia Puts a 4B World Model on the Robot [Weekly Physical AI Roundup]

https://topicqueue.substack.com/p/nvidia-puts-a-4b-world-model-on-the
1•DISCURSIVE•1m ago•0 comments

A Minimal IR for RTL

https://miguel9554.github.io/blog/posts/a-minimal-ir-for-rtl/
1•fourier54•2m ago•0 comments

Codeberg gives vibe-coded projects the toss, promotes human FLOSS

https://www.theregister.com/ai-and-ml/2026/07/23/codeberg-gives-vibe-coded-projects-the-toss-prom...
2•jjgreen•6m ago•1 comments

A Taxonomy of Omnicidal Futures Involving Artificial Intelligence

https://arxiv.org/abs/2507.09369
2•amelius•8m ago•0 comments

How to Bungle a Heist

https://cinemasojourns.com/2026/07/23/how-to-bungle-a-heist/
1•jjgreen•9m ago•0 comments

Ground Robots Inherit the Kill Zone

https://spectrum.ieee.org/ukraine-ground-drones
1•sohkamyung•10m ago•0 comments

How to become a 10x ramble-coder

https://moekhalil.substack.com/p/how-to-become-a-10x-ramble-coder
2•mfkhalil•10m ago•0 comments

Toward Self-Improving Agents

https://www.salesforce.com/news/stories/toward-self-improving-agents/?bc=HL
2•crsn•14m ago•0 comments

Using a Landline Phone in 2025

https://n1ugk.com/2025/09/using-a-landline-phone-in-2025/
2•austinallegro•20m ago•0 comments

Ensoniq EPS-16 Plus VST3 Emulator

https://github.com/mardlib/Ensoniq-EPS-16-Plus/tree/vst3-prototype
2•dijksterhuis•21m ago•1 comments

Hedgehog (Weapon)

https://en.wikipedia.org/wiki/Hedgehog_(weapon)
1•petethomas•22m ago•0 comments

98.css

https://jdan.github.io/98.css/#status-bar
2•lopespm•29m ago•1 comments

Building watchable digital twins of 64 World Cup games

https://rogerdickey.com/building-watchable-digital-twins-of-64-world-cup-games/
3•rogerdickey•29m ago•0 comments

Show HN: Ohnrscript – A systems language and HTTP unikernel in JavaScript syntax

https://github.com/Ohnrshyp/Ohnrscript
2•focusjordan•30m ago•0 comments

Snailmail Club

https://sketchkids.com/
2•engraveprice•34m ago•0 comments

Government withdraws reporter subpoenas for NYT after admitting legal errors

https://apnews.com/article/usmediatimesair-force-one-42429e4d4da8accc42b6c3ddf3f4fed5
3•petethomas•34m ago•1 comments

Linux from Scratch Security Advisories

https://www.linuxfromscratch.org/advisories/
2•turtleyacht•35m ago•1 comments

Show HN: Run GLM-4.5-Air(110B)on a 16GBRAM consumer machine

https://github.com/FedericoTs/quantprobe
1•federicoTXTS•35m ago•0 comments

Yorba – Software for a Quieter Internet

https://www.yorba.co/
1•cbystrom•36m ago•1 comments

I built for one user. Myself

https://www.indiehackers.com/post/i-built-for-one-user-myself-84ef3ca242
2•Pooja_Tansei•38m ago•0 comments

Sierra Is Acquiring Takeoff

https://sierra.ai/blog/sierra-acquires-takeoff
2•doppp•38m ago•0 comments

MX2 – A next-generation mail protocol sandbox in Python

https://github.com/EgonRuiter/mx2-sandbox
1•HankiePlankie•40m ago•0 comments

Someone Call Tesla a Robotaxi, or SpaceX, Quick

https://www.bloomberg.com/opinion/articles/2026-07-23/tesla-disappoints-on-earnings-and-its-robot...
2•petethomas•44m ago•0 comments

How to Score Goals, Statistically

https://www.datawrapper.de/blog/football-goals-analysis
2•gmays•45m ago•0 comments

Handwritten-edit benchmark: Fable 5 is #1, Opus 4.8 regresses 55% on miscounting

https://dorrit.pairsys.ai/
2•svcrunch•45m ago•1 comments

AI Kill Switch Act: Official Bill Text by Reps. Lieu and Moran (2026)

https://lieu.house.gov/media-center/press-releases/reps-lieu-and-moran-introduce-bill-require-kil...
3•Jimmc414•47m ago•1 comments

What is the shortest paper in the history of mathematics? (2015)

https://hsm.stackexchange.com/questions/3099/what-is-the-shortest-paper-in-the-history-of-mathema...
1•azeemba•49m ago•0 comments

Show HN: Mumble Dictation – local dictation that learns your vocabulary

1•tarafans7•49m ago•0 comments

Agents Found Three RCEs as SYSTEM (and root) on Bing Image Search

https://xbow.com/blog/bing-images-rce-vulnerabilities
3•fedek_•49m ago•1 comments

The Ads on Apple News Continue to Suck, but at Least There Are a Lot of Them

https://daringfireball.net/2026/07/ads_on_apple_news_suck
1•CharlesW•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!