frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI progress is speeding up dramatically – here's why you should care [video]

https://www.youtube.com/watch?v=DKA5AkrQfxo
1•mgh2•2m ago•0 comments

Show HN: Wand – Let Muse control your Mac from your phone

https://getwand.app/
2•anonymousgoose•3m ago•0 comments

Scoop: Trump allies open new front against Anthropic CEO over AI "doomerism"

https://www.axios.com/2026/09/24/trump-anthropic-ai-doomerism-dario-amodei
1•koolhead17•7m ago•0 comments

How to serve trillions of tokens for trillion-parameter coding agents

https://modal.com/blog/trillion-tokens-trillion-parameters
1•charles_irl•7m ago•0 comments

Joby Just Made History

https://marbletech.us/p/joby-just-made-history
1•flyingcars•7m ago•0 comments

What is WCAG for PDF? A practical guide to PDF Accessibility

https://pdf4wcag.com/blog-news/what-is-wcag-for-pdf
1•JilBill•16m ago•4 comments

Gen Z are shunning private equity's restaurant takeover

https://www.theguardian.com/food/2026/sep/21/gen-z-private-equity-restaurants
2•helsinkiandrew•16m ago•1 comments

Modern Object Pascal Introduction for Programmers – Castle Game Engine

https://castle-engine.io/modern_pascal
2•birdculture•18m ago•0 comments

Christophe Laudamiel: Planted Memory, Cultivated Ethics, and More Perfumery

https://worldsensorium.com/christophe-laudamiel-planted-memory-cultivated-ethics-and-more-blossom...
2•dnetesn•18m ago•0 comments

The Remedy Around Us

https://blue-continuum.com/the-remedy-around-us
1•dnetesn•19m ago•0 comments

Show HN: Xhtml – EXpert HTML

https://xhtml.es/
2•plaguna•20m ago•0 comments

Show HN: MRR Growth Simulator

https://www.projectecho.io/tools/mrr-growth-calculator
1•hawkeye77787•20m ago•0 comments

Show HN: A free, single file 3D visualization for user/device activity data

https://github.com/SouravTeddy/3d-data-globe
1•Sourav_UncoverR•20m ago•0 comments

'Lately, my algorithm is trash'

https://news.harvard.edu/gazette/story/2026/09/lately-my-algorithm-is-trash/
1•DeepLogin•21m ago•0 comments

Leadership Lessons from the Odyssey

https://danielmangum.com/posts/odyssey-leadership-lessons/
1•hasheddan•21m ago•0 comments

Clankers Made Me Build a Second Brain

https://jadarma.github.io/blog/posts/2026/09/clankers-made-me-build-a-second-brain/
1•tymscar•23m ago•0 comments

Dutch intelligence services warn AI is making cyberattacks faster and easier

https://nltimes.nl/2026/09/24/dutch-intelligence-services-warn-ai-making-cyberattacks-faster-easier
2•warrenmiller•24m ago•0 comments

Microsoft patent: "ad-credit" system to show ads without disrupting gameplay

https://www.gamesindustry.biz/microsoft-files-patent-for-ad-credit-system-to-show-ads-on-pc-and-x...
2•nickcotter•26m ago•0 comments

Open, Zero-Rent Protocol for Distributed Edge Compute and Authorized Bandwidth

https://github.com/move6729/zero-rent-protocol
1•move6729•26m ago•0 comments

Android Automotive OS for Software Defined Vehicle – Secure by Design

https://android-developers.googleblog.com/2026/08/aaos-sdv-secure-by-design.html
1•pjmlp•28m ago•0 comments

Ask HN: How do you decide which service owns sensitive data?

1•Securelytixdev•30m ago•0 comments

You gave a task 30 minutes and it took 55. What do you do with the extra 25?

https://medium.com/@vulpie.ai.support/you-gave-a-task-30-minutes-and-it-took-55-what-do-you-do-wi...
1•VulpieAi•32m ago•0 comments

Show HN: Check if it is cheaper to rent rather than buying a GPU

https://www.gpufind.cloud/rent-vs-buy
1•the_app_guy_1•32m ago•0 comments

Sprites Connectors is a great example of Terrible API Design

https://www.freestyle.sh/blog/opinion/sprites-connectors-terrible-api-design
1•benswerd•32m ago•0 comments

Ask HN: How many of you are building for edtech sector?

1•rahuljha0403•33m ago•0 comments

Show HN: Szept – talk to your AI agents and show them your screen (macOS)

https://szept.szyma.co/
1•Donmario•37m ago•0 comments

Show HN: SQLite Production Pragma Configurator

https://www.locionic.com/en/tools/sqlite-configurator
1•locionic•37m ago•0 comments

Phil Tippett Closes His Berkeley Studio

https://www.cartoonbrew.com/auctions/tippett-studio-closing-auction-266120.html
2•cobbzilla•39m ago•0 comments

Terra Fusion Builds Magnetic Mirror Fusion Reactor

https://spectrum.ieee.org/magnetic-mirror-fusion
3•rbanffy•42m ago•1 comments

The newest ESP32 can run Linux and it's getting close to a Raspberry Pi

https://www.xda-developers.com/newest-esp32-run-linux-close-to-raspberry-pi/
10•adunk•43m ago•2 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!