frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Interactive TSP solver with step-by-step algorithm explanation

https://tsp.uncledroid.app
1•Abhijit8086•29s ago•0 comments

How to Plan? (2022)

https://kellanem.com/notes/how-to-plan
1•tosh•35s ago•0 comments

Nixpkgs-Multiverse: Fast Mode

https://fzakaria.com/2026/08/14/nixpkgs-multiverse-fast-mode
1•birdculture•2m ago•0 comments

Ask HN: What tools are you using for human code review of AI-assisted code?

1•dafelst•5m ago•0 comments

Show HN: Rungraph – See your AI coding-agent runs as a graph

https://github.com/fayzan123/rungraph
1•FayzanMalik•7m ago•0 comments

When Astronomy Morphs into Astrology

https://www.realclearpolitics.com/articles/2026/08/16/when_astronomy_morphs_into_astrology_154414...
1•RickJWagner•8m ago•0 comments

Let's Be Honest: Tokens Are Replacing Payrolls

https://horse.energy/who_buys_the_tokens.html
2•aakil•8m ago•0 comments

Weather apps are crushing America's small businesses

https://www.businessinsider.com/weather-apps-rain-icon-small-businesses-summer-plans-2026-7
1•ripe•10m ago•1 comments

NIH is ending a key grant for budding clinical researchers

https://www.science.org/content/article/nih-ending-key-grant-budding-clinical-researchers
1•brandonb•11m ago•0 comments

I Made a Plex Server

https://henry.codes/writing/i-made-a-plex-server/
1•ohjeez•12m ago•0 comments

Show HN: ViaNJ – an app that makes NJ Transit ticketing less painful

1•perryraskin•12m ago•0 comments

Trump administration wants to allow companies to hack foreign cybercriminals

https://www.npr.org/2026/08/15/nx-s1-5930311/trump-companies-hack-foreign-cybercriminals
1•geox•13m ago•0 comments

Glider: Drive all your agent CLIs from one terminal

https://utsv.work/Glider/
2•uds5501•14m ago•1 comments

Being Ambitious and Being a Dad

https://nicholascharriere.com/blog/being-ambitious-and-being-a-dad/
1•nichochar•17m ago•0 comments

Who Tells You Whether the Molecule Your AI Just Designed Is Any Good?

https://huggingface.co/blog/FINAL-Bench/open-discovery-challenge
1•makaimc•17m ago•0 comments

Writing 300k+ lines of code per month is the new normal, I guess

https://nmn.gl/blog/how-i-actually-write-10000-lines
1•namanyayg•18m ago•0 comments

Rogue AI aren't science fiction anymore

https://www.theverge.com/column/980337/rogue-ai-science-fiction-openai
1•sbulaev•18m ago•0 comments

The experience of mathematical beauty and its neural correlates (2014)

https://pubmed.ncbi.nlm.nih.gov/24592230/
1•nvartolomei•20m ago•0 comments

I tested every Al model the same way. Only one task got better

https://www.thetrueengineer.com/p/i-tested-every-ai-model-the-same
1•adletbalzhanov•21m ago•0 comments

OLED Burn-In Hasn't Improved Like We Expected

https://www.rtings.com/tv/learn/oled-burn-in-not-improved-as-expected
1•doublepg23•23m ago•0 comments

Lichen – simplest CMS for the web, based on Forth

https://codeberg.org/stringbone/lichen/src/branch/master#lichen
2•smartmic•24m ago•0 comments

Build Cal.com on WordPress – Steem WP Plugin Generator

https://steem.dev/signin?next=%2Fapp%3Fproject%3D1e06c442-0b20-43df-a5d8-52b208416f47
1•startuphubai•26m ago•0 comments

Oracle's $165B New Mexico Data Center Plan Hits a Gas Pipeline Delay

https://oilprice.com/Latest-Energy-News/World-News/Oracles-165-Billion-Data-Center-Plan-Hits-a-Ga...
2•toomuchtodo•36m ago•0 comments

Nextcloud Native client – independent and community-driven

https://nc-native.obiente.dev/
1•butz•37m ago•1 comments

Terminal Themes Tournament

https://terminal-themes-tournament.vercel.app/
1•marcuskaz•39m ago•0 comments

If your agent commits a crime, who is responsible?

https://www.signalbloom.ai/posts/if-your-agent-commits-a-crime-who-is-responsible/
5•GodelNumbering•39m ago•4 comments

Traffic that talks. Visitors that stay anonymous. open source

https://github.com/OpenLabs-so/openanalytics
1•rahulbridge•39m ago•0 comments

Show HN: SwarmSim – Computational simulations of emergent flocking

https://github.com/ninjahawk/swarmsimj
2•ninjahawk1•41m ago•0 comments

This duck has more rizz than you

https://www.youtube.com/watch?v=1LH7sEMCOps
1•ajsioeksncnrifh•43m ago•0 comments

Show HN: A punch clock to help with hourly household workers

https://www.punchy.live/
2•magnetic•47m ago•1 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!