frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Florida's OpenAI lawsuit moves to federal court, gets assigned to Aileen Cannon

https://www.politico.com/news/2026/07/08/floridas-openai-lawsuit-federal-court-aileen-cannon-0099...
1•1vuio0pswjnm7•7m ago•0 comments

Controlling the Human Body via EMS

https://github.com/danielkaijzer/Human-Operator
1•kaonwarb•8m ago•0 comments

Ask HN: Multiple MCP Native Tools?

1•edifil•9m ago•0 comments

NEO's Hands – An API to the Physical World

https://www.1x.tech/discover/neos-hands
1•dsr12•10m ago•0 comments

Sheaf theory: from deep geometry to deep learning (2025)

https://arxiv.org/abs/2502.15476
1•measurablefunc•12m ago•0 comments

Clamshell style cyberdeck built around the Raspberry Pi Compute Module 5

https://github.com/sb-ocr/cmdeck
1•tortilla•14m ago•0 comments

OpenAI unveils long-awaited "super app" as rivalry with Anthropic intensifies

https://www.reuters.com/business/openai-launches-chatgpt-work-2026-07-09/
1•adithyaharish•18m ago•0 comments

Migrating Code by Proof: From F# to Python

https://www.logosresearch.ai/news/migrating-code-by-proof/
1•peterkelly•19m ago•0 comments

Paranoid LLMs

https://whyjay.vercel.app/thoughts/paranoid-llms/
1•juggy69•19m ago•0 comments

Show HN: R3 – A Local Code Review Tool for You and Your AI Agent

https://github.com/hyperlogue/r3
1•rickye26•22m ago•0 comments

What Happened to Commodore? Why the Amiga Disappeared

https://www.youtube.com/watch?v=IXitMm7aeV8
2•cable2600•23m ago•0 comments

Earliest example of right-handedness found in Australian fossils

https://www.cnn.com/2026/07/09/science/earliest-animal-right-handedness-spriggina-floundersi
1•Tomte•24m ago•0 comments

Data Science Weekly – Issue 659

https://datascienceweekly.substack.com/p/data-science-weekly-issue-659
1•sebg•29m ago•0 comments

Brave Bat Roadmap 4.0

https://brave.com/blog/bat-roadmap-4-0/
1•twapi•34m ago•0 comments

The most, and least, liveable cities in 2026

https://www.economist.com/graphic-detail/2026/07/06/the-worlds-most-and-least-liveable-cities-in-...
2•andsoitis•36m ago•0 comments

Can you run every line of code in Super Mario Bros.?

https://www.youtube.com/watch?v=o0gOALTvkcc
1•badc0ffee•37m ago•0 comments

Show HN: AppleWalls – free 4K wallpapers for Apple devices

https://www.applewalls.com/en
1•fenggit•41m ago•0 comments

InternNav – Navigation Toolbox

https://github.com/InternRobotics/InternNav
1•rickcarlino•42m ago•0 comments

Audar-ASR-V1:Arabic-first speech recognition foundation models with open weights

1•AudarAI•45m ago•1 comments

LKML-reader: a Rust-based interactive reader for Linux Kernel Mailing Lists

https://github.com/RinHizakura/lkml-reader
1•RinHizakura•46m ago•0 comments

Class action suit over deepfake child sexual abuse material expands

https://text.npr.org/nx-s1-5885052
2•1659447091•48m ago•0 comments

Show HN: I made the Chrome Dino Game editable by your AI prompts

https://vibedino.com
1•johnnyapple•50m ago•0 comments

The Oral History of the Dinosaur Input Device (DID)

https://vfxblog.com/dinosaurinputdevice/
1•fabiensanglard•57m ago•0 comments

Graphic Data Processing – 1965 IBM System/360 Computer Lecture and Demonstration [video]

https://www.youtube.com/watch?v=Y0FY3CDCw1o
1•besserwisser•1h ago•0 comments

Pressurizing a Chicken Coop to Clean it [video]

https://www.youtube.com/watch?v=jYspl74j5eM
1•oftenwrong•1h ago•0 comments

Verla: Free AI Humanizer&assignment helper

https://verla.io
1•kaitsai•1h ago•0 comments

How a Transformer Plays Tic-Tac-Toe

https://sbondaryev.dev/articles/transformer
1•thunderbong•1h ago•0 comments

Netflix Is Exploring Live TV and Bundles as It Struggles to Keep Viewers Hooked

https://www.wsj.com/business/media/netflix-is-exploring-live-tv-and-bundles-as-it-struggles-to-ke...
2•mikhael•1h ago•0 comments

Sony disc-free PS5 plan triggered $457M lawsuit, undercutting antitrust defense

https://fortune.com/2026/07/09/sony-playstation-discs-lawsuit-xbox-antitrust/
3•1vuio0pswjnm7•1h ago•0 comments

Restate 1.7: End-to-end Flow Control for your Agents and Back ends

https://www.restate.dev/blog/announcing-restate-1-7
1•cbrewster•1h 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!