frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Meta ordered to pay $567M in New Mexico for teen mental health fund

https://www.reuters.com/world/new-mexico-court-orders-meta-pay-567-mln-teen-mental-health-fund-20...
1•JumpCrisscross•37s ago•0 comments

Executable Emoji

https://martypc.blogspot.com/2026/08/executable-emoji.html
1•MBCook•1m ago•0 comments

pfSense 2.9.0 – New Features and Changes

https://docs.netgate.com/pfsense/en/latest/releases/2-9-0.html
1•mistyvales•2m ago•0 comments

"The Persian MâR-Nâmeh Or, the Book for Taking Omens from Snakes" (1892)

https://publicdomainreview.org/collection/marnameh/
1•Thevet•5m ago•0 comments

AI Agent Attempted to Social Engineer Open Source Maintainer to Merge Malware

https://socket.dev/blog/ai-agent-open-source-malware
2•bhavansig•6m ago•0 comments

Palmer Luckey donated $6M to GOP and bundled more while reaping billions

https://www.theguardian.com/us-news/2026/aug/06/exclusive-palmer-luckey-political-fundraising
1•SLHamlet•6m ago•0 comments

The Underground Economy Behind Children's Smartwatches in China

https://www.sixthtone.com/news/1017854
2•thenthenthen•8m ago•0 comments

High-Quality Free Transparent PNG Images

https://pngdex.com/
2•kanlabs•13m ago•0 comments

User awareness in frontier models: Who's asking shifts what models say

https://transluce.org/user-awareness#how-robust-are-these-effects
1•nlpnerd•17m ago•0 comments

Pair Team (YC S19) Hit with Class Action Alleging Unpaid Wages

https://runtimewire.com/article/exclusive-pair-team-hit-with-class-action-alleging-unpaid-wages-a...
2•ryanmerket•23m ago•0 comments

How to fine-tune open weights models

https://fastino.ai/blog/how-to-fine-tune-open-weights-models-model-selection-data-curation-fine-t...
1•eigenBasis•23m ago•0 comments

Mt Cleese

https://www.atlasobscura.com/places/mt-cleese
1•beatthatflight•27m ago•0 comments

OpenEdit – Claude Code can now edit videos (Open Source)

https://github.com/veedstudio/open-edit
1•byamja•32m ago•0 comments

Kalshi and Polymarket have begun taking bets on Phase III drug trials

https://www.science.org/content/blog-post/put-your-money-down-they-say
2•400thecat•35m ago•1 comments

NASA Engineers Help Prolong Voyager 2's Science Mission

https://science.nasa.gov/blogs/voyager/2026/08/04/nasa-engineers-help-prolong-voyager-2s-science-...
2•Tomte•36m ago•0 comments

Show HN: Sidebar – a private ESP32 intercom for five kids, no accounts

https://www.sundaradnus.ca/writing/sidebar-building-a-ham-radio-for-my-son
3•nonstopnonsense•39m ago•0 comments

A Short Lesson in Perspective (2012)

https://lindsredding.com/2012/03/11/a-overdue-lesson-in-perspective/
1•colinprince•44m ago•0 comments

Lines of code. 1,596 BTC gone

https://onekey.so/anzen/coldcard-entropy-failure/
3•Archie627•45m ago•0 comments

C64 Demo Effects Explained: Rodents in the Attic [video]

https://www.youtube.com/watch?v=uZ1atMUOUMU
2•guiambros•45m ago•0 comments

Bingebuster Video – your streaming services, restocked as a video store

https://bingebuster.net/
1•Slow_Hand•45m ago•0 comments

Organ donation group trying to take living man's organs faces shutdown

https://arstechnica.com/health/2026/08/us-to-shutter-organ-donation-group-accused-of-trying-to-ta...
4•Tomte•49m ago•4 comments

Looking for something to do while GitHub is down?

https://pelican.clutch.engineering/cheatsheets/self-hosted-gitlab/
1•featherless•54m ago•0 comments

Xcode's Clever Minimap

https://unsung.aresluna.org/xcodes-clever-minimap/
5•andsoitis•55m ago•0 comments

Framework Data Breach

https://www.reddit.com/r/LinusTechTips/comments/1vhjbok/framework_data_breach/
7•rkagerer•56m ago•1 comments

Why did the greatest juggler of all time stop and open a construction business?

https://grantland.com/features/anthony-gatto-juggling-cirque-du-soleil-jason-fagone/
3•mhb•56m ago•2 comments

Muscle protein can now be grown in chloroplasts of lettuce and tobacco plants

https://phys.org/news/2026-08-powerhouses-fake-meat-muscle-protein.html
1•vinni2•58m ago•0 comments

Guillotine Brought to Oppose New Data Center Left Company Reps Feeling "Unsafe"

https://www.gadgetreview.com/salem-brought-a-guillotine-to-oppose-new-data-center-company-reps-le...
2•healsdata•1h ago•0 comments

"It's unclear how Sopwith escaped to the general public."

https://unsung.aresluna.org/its-unclear-how-sopwith-escaped-to-the-general-public/
3•colinprince•1h ago•0 comments

Gloriously Underqualified

https://jeffarnoldlabs.com/blogs/gloriously-underqualified
1•mooreds•1h ago•0 comments

Baby-Sitting the Economy (1998)

https://slate.com/business/1998/08/baby-sitting-the-economy.html
1•mooreds•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!