frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Evals: The strategic IP that will define the next era of AI

https://twitter.com/GarrettLord/status/2068754262440767500
1•gmays•17s ago•0 comments

Segmenting Robot Video into Actionable Subtasks

https://macrodata.co/blog/annotating-robot-video-subtasks
1•tomaspduarte•4m ago•0 comments

A.I. 'Employees' Might Disrupt Work in Unexpected Ways

https://www.nytimes.com/2026/06/29/business/artificial-intelligence-workplace-consequences.html
1•speckx•6m ago•0 comments

Announcing .self: A New Top-Level Domain Designed to Support Self-Hosting

https://hccf.onmy.cloud/2026/06/21/reclaiming-our-digital-selves-hccfs-vision-for-a-human-centere...
1•HumanCCF•7m ago•0 comments

How the first solo-founder unicorn gets built

https://www.thisandthat.chat/blog/how-the-first-solo-founder-unicorn-gets-built/
1•jreynar•8m ago•1 comments

The Richest Country Is Pretty Mid Now [video]

https://www.youtube.com/watch?v=4FZy1lBNykA
4•onemoresoop•10m ago•0 comments

Video compression takes advantage of your eyes

http://stefano.petrilli.xyz/how-video-compression-takes-advantage-of-your-eyes/
1•stefanopetrilli•13m ago•0 comments

Zero Mostel's Testimony Before the Committee on Un-American Activities

https://www.nypl.org/events/exhibitions/galleries/literature-and-film/item/17519
1•kayo_20211030•14m ago•1 comments

Asymmetric Quantization: Near-Lossless Retrieval with 97% Storage Reduction

https://www.mixedbread.com/blog/asymmetric-quant
1•breadislove•14m ago•0 comments

Hey HN

https://aethercut.app
1•AetherCut•15m ago•0 comments

Microsoft worker emails colleagues about company's support for genocidal Israel

https://www.thecanary.co/global/world-analysis/2026/06/26/microsoft-worker-emails/
2•DeusExMachina•15m ago•0 comments

AI has lots of people digging out their iPods

https://news.harvard.edu/gazette/story/2026/06/ai-has-lots-of-people-digging-out-their-ipods/
2•gnabgib•17m ago•0 comments

The Billionaires' Vagina Club

https://www.newyorker.com/magazine/2026/07/06/the-billionaires-vagina-club
2•mitchbob•20m ago•1 comments

GitHub Issues as Untrusted Input

https://www.olafalders.com/2026/06/25/on-github-issues-as-untrusted-input/
1•oalders•21m ago•0 comments

Why narcissistic leaders resist remote work

https://www.sciencedirect.com/science/article/pii/S0749597826000300?fr=RR-2&ref=pdf_download&rr=a...
6•dcre•22m ago•1 comments

Foldkit: Effect Front End Framework

https://github.com/foldkit/foldkit
1•handfuloflight•23m ago•0 comments

One last trip to the Internet with The Rough Guide 14

https://www.planetjones.net/blog/19-04-2026/one-last-trip-to-the-internet-in-2009-with-the-rough-...
1•planetjones•24m ago•0 comments

How Did the English Arrive in Britain?

https://www.historytoday.com/archive/head-head/how-did-english-arrive-britain
2•samizdis•24m ago•0 comments

Let's Go Hunting for Exocomets

https://astrobites.org/2026/06/26/lets-go-hunting-for-exocomets/
1•speckx•26m ago•0 comments

Show HN: TypeScript7 LSP Claude Code Plugin

https://github.com/mjn298/ts7-lsp-plugin/tree/main
2•seedlessmike•29m ago•0 comments

Ask HN: If AI-generated code works 100%, do languages still need to be upgraded?

2•okzgn•29m ago•0 comments

Agentdex: Private local dashboard for AI skills, agents, and rules

https://captainyouz.github.io/agentdex/
1•youz•31m ago•1 comments

Researchers Set Hybrid Bonding Records

https://spectrum.ieee.org/hybrid-bonding-2677022836
1•rbanffy•33m ago•0 comments

Anthropic, Gavin Newsom make deal allowing CA gov to use Claude at half price

https://www.gov.ca.gov/2026/06/29/governor-newsom-announces-a-first-of-its-kind-partnership-provi...
2•alirohde•35m ago•1 comments

Build an agent first Kanban board

1•moose6912•36m ago•0 comments

2025/uellenberg – Ping pong prize

https://www.ioccc.org/2025/uellenberg/index.html
1•jonnonz•37m ago•0 comments

Baidu shares jump 7% as AI chip arm said to target $50B Hong Kong IPO

https://www.cnbc.com/2026/06/29/baidu-kunlunxin-hong-kong-ipo-50-billion-ai-chips.html
4•jethronethro•40m ago•0 comments

Per-VM Guest Networking Without a Bridge

https://spacescale.io/blog/per-vm-guest-networking-without-a-bridge/
2•tobiogundiyan•41m ago•0 comments

Blind Listening Tests of Hearing Aids at Scale

https://arxiv.org/abs/2606.26342
1•funkdified•42m ago•0 comments

Show HN: TermRover – a native tmux-first terminal for iOS and Android

https://termrover.sh/
2•ptgamr•44m 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!