frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

An Assessment of How AI Models Protect Free Expression

https://www.oversightboard.com/news/are-llms-stifling-political-speech-an-assessment-of-how-ai-mo...
1•huhkerrf•1m ago•0 comments

World models can now read your mind! All you have to do is connect your data

https://reactor.onairos.io/daydream
1•BlasianHokage•3m ago•0 comments

SREs to AI Agents: Prove Yourself Before You Touch Production

https://www.nextplatform.com/control/2026/07/15/sres-to-ai-agents-prove-yourself-before-you-touch...
1•rbanffy•5m ago•0 comments

Mu – APIs for Agents

https://micro.mu/developers/
1•asim•6m ago•0 comments

Scanning for Pangram Errors

https://veryfineprint.substack.com/p/scanning-for-pangram-errors
1•jsnell•6m ago•0 comments

Ask HN: Do you say please and thank you to your LLMs?

1•healthworker•8m ago•0 comments

Where is your GitHub network building from?

1•ThierryRkt•10m ago•0 comments

Xi Jinping sets out China's goal to be global AI leader

https://www.ft.com/content/ddb316b4-c6ae-4b9b-9d4a-63d63201d4fc
1•codesections•15m ago•0 comments

How Google decided to Destroy its Search Monopoly

1•b112•16m ago•0 comments

Chinese Models Power 60% of US Corporate AI Use

https://www.briefs.co/news/chinese-models-power-60-of-us-corporate-ai-use/
3•mgh2•18m ago•0 comments

Exoplanet Hid for 10 Years Before Astronomers Found It

https://www.universetoday.com/articles/this-exoplanet-hid-for-10-years-before-astronomers-finally...
1•rbanffy•20m ago•0 comments

Battery packs: Let's talk about crates, baby

https://smallcultfollowing.com/babysteps/blog/2026/07/15/battery-packs/
1•vinhnx•21m ago•0 comments

Topological Defect Propagation to Classify Knitted Fabrics

https://journals.aps.org/prx/abstract/10.1103/g565-3dyn
1•bryanrasmussen•21m ago•0 comments

Symbio

https://github.com/huyedits/Symbio/tree/main
1•huyedits•23m ago•0 comments

My 'Grill Me' Skill Went Viral

https://www.aihero.dev/my-grill-me-skill-has-gone-viral
2•jonathanlydall•29m ago•0 comments

Pebble provides a positive update but I still wouldn't recommend buying one

https://ljpuk.net/posts/pebble-provides-a-positive-update-but-i-still-wouldnt-recommend-buying-one
1•jllyhill•30m ago•0 comments

Why AI-Assisted Development Is More Exhausting Than It Should Be

https://tonyalicea.dev/blog/single-mode-burnout/
1•layer8•30m ago•0 comments

Validating LLM code edits when you can't run the code

https://velyr.io/blog/validating-llm-code-edits-without-running-the-code
1•flo_r•33m ago•0 comments

UBol-stripped – a less is more, super efficient, stripped version of uBol-lite

https://github.com/Kees1958/uBol-stripped
1•XzetaU8•34m ago•0 comments

How to Connect Claude to Stock Market Data via MCP

https://gist.github.com/financialdatanet/140133bf06b91c64f506b6aee8691c45
1•_FDN_•35m ago•0 comments

Calculate Real-Time Implied Volatility for Commodity Options

https://medium.com/@DolphinDB_Inc/how-we-built-a-real-time-implied-volatility-engine-for-commodit...
1•CrazyTomato•41m ago•0 comments

Belfort Releases Fastest Encrypted Image Classifer

https://belfortlabs.com/blog/sofar
1•furkanturan•41m ago•0 comments

Show HN: Deadwire-HTTPD A triple-threaded x86-64 assembly static server

https://github.com/Deadbytes101/DEADWIRE-HTTPD
3•lexsandra56•45m ago•0 comments

The Future of Developer Tools

https://blog.plan99.net/the-future-of-developer-tools-139cc351bd67
1•mike_hearn•45m ago•0 comments

I replaced 10 yrs of paying for Keyboard Maestro with a single Lua script

https://keyboardhardware.com/2026-07-17-kbm-replaced-by-1-lua-file/
3•genesishash•46m ago•0 comments

Show HN: Run all your sites SEO on autopilot

https://boldpilot.club
1•Utopyasz•48m ago•0 comments

JavaScript Sucks. Here's How to Build with Vite and Gleam

https://hendassa100k.github.io/posts/2026-07-11-gleam-and-vite/
2•TheWiggles•56m ago•0 comments

Five studies changing how I think about AI in software engineering

https://newsletter.getdx.com/p/five-studies-that-are-changing-how
1•perpetua•58m ago•0 comments

Starlink V3 Satalites

https://starlink.com/updates/starlink-version-3-satellites
1•jtraglia•58m ago•1 comments

Trump teleprompter aide made $100k betting on what Trump would say, reports say

https://arstechnica.com/culture/2026/07/trump-teleprompter-aide-made-100000-betting-on-what-trump...
4•rbanffy•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!