frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Speaking for the Dead

https://longreads.com/2026/08/11/obituaries-new-york-times-sam-roberts/
1•NaOH•3m ago•0 comments

Could your tattoo stop you from getting a job?

https://www.bbc.com/news/articles/cpq81y7x1yeo
2•bookofjoe•3m ago•1 comments

Show HN: Webstractor – Pay-as-You-Go Web Data API for AI Agents

https://webstractor.com/
2•mariusbolik•3m ago•0 comments

EU coordinates fact-checkers with Meta and TikTok to avoid another Ceuta crisis

https://www.euronews.com/my-europe/2026/08/11/eu-coordinates-fact-checkers-with-meta-and-tiktok-t...
3•devonnull•4m ago•0 comments

Show HN: Secure HyperDHT-based agent=>human declarative credentials requester

https://peardrop.fyi/
1•smashah•4m ago•0 comments

Detectores de IA, O novo clero da autenticidade, O Grande Assalto da Obra III

https://geraldoaugustoseabra.substack.com/p/detectores-de-ia-o-novo-clero-da-74c
1•newsgames•5m ago•0 comments

The Day We Almost Let a Bot Lose Us a Loyal Customer

https://cacm.acm.org/blogcacm/the-day-we-almost-let-a-bot-lose-us-a-loyal-customer/
1•visha1v•5m ago•1 comments

Show HN: Advect – autodiff for NumPy and Array API programs

https://yaugenst.github.io/advect/0.1.0/playground/
1•yaugenst-flex•6m ago•0 comments

Canada's wildfire season is taking a heavy toll on First Nations

https://grist.org/global-indigenous-affairs-desk/canadas-wildfire-season-is-taking-a-heavy-toll-o...
2•speckx•7m ago•0 comments

Curl: Nobody Wants to Work with Windows

https://www.heise.de/en/news/curl-Nobody-wants-to-work-with-Windows-11409147.html
3•smartmic•8m ago•1 comments

Professor turns childhood Double Dutch idea into a real machine [video]

https://www.youtube.com/watch?v=DKULb7zybBc
1•bryanrasmussen•8m ago•1 comments

Five Programming Books That Changed How I Think

https://adamtornhill.substack.com/p/five-programming-books-that-changed
3•birdculture•9m ago•0 comments

Grok Bot

https://twitter.com/bot/status/2087224798078517251
3•punnerud•11m ago•0 comments

Show HN: ThinkingType, an eval measuring if fonts change VLM judgments

https://github.com/wdanfort/thinkingtype
1•bwuckner-sf•11m ago•1 comments

Lightricks/LTX-2.5 – Video, Audio and World Simulation

https://huggingface.co/Lightricks/LTX-2.5
1•embedding-shape•11m ago•0 comments

An unreleased Anthropic model made progress on one of math's biggest unsolved

https://techcrunch.com/2026/08/11/an-unreleased-anthropic-model-made-progress-on-one-of-maths-big...
2•sbulaev•12m ago•0 comments

The whole of PyTorch on one page

https://tensor.khalilli.ai/blog/part-0-the-map/
5•akhalilli•14m ago•0 comments

Show HN: The Complexity Behind Products

https://s-1.vercel.app/
1•Altaba•14m ago•0 comments

Gamgee

https://www.ycombinator.com/companies/gamgee
2•ray__•15m ago•0 comments

Automated bookkeeping harness connected to mercury, whop, stripe and more

https://fionas.xyz/promotions
1•second_brain2•15m ago•0 comments

Zero Day Clock

https://zerodayclock.com/
3•mooreds•17m ago•0 comments

Hoover Dam is losing power. Inside the 'slowest-moving train wreck in history'

https://www.msn.com/en-us/money/general/ar-AA29M1PK
2•Stratoscope•17m ago•0 comments

Designing Connection Authentication for C1 Bridge

https://www.c1.ai/engineering/designing-connection-authentication-for-c1-bridge
1•russell_h•21m ago•0 comments

Game Developers Conference – Royalty Free Sound Effects

https://sonniss.com/gameaudiogdc/
3•hyperific•24m ago•0 comments

Search over the Visual World: off-the-shelf VLMs beat video embeddings

https://arxiv.org/abs/2608.08075
5•ashu_trv•26m ago•0 comments

Can you trust what AI tells you? [video]

https://www.youtube.com/watch?v=cIMlBw2nqfA
1•thesdev•26m ago•0 comments

Making holograms with a pen plotter

https://blog.jordan.matelsky.com/Penplotter-holography/
3•DemiGuru•27m ago•0 comments

Personal Mac Security: Run a Practical Local Check

https://stackandink.com/blog/audit-personal-mac-security-nist-mscp/
1•Igor_Wiwi•28m ago•0 comments

When Crumbling Infrastructure Meets Cyber Exposure

https://controlsystemssecurity.com/posts/one-county-multiple-points-of-failure-2026-08-11.html
1•Glomz-guy•30m ago•0 comments

The Tradeoffs Facing Japan's Economy

https://www.emergingtrajectories.com/lh/japan-economy-tradeoffs/
15•cl42•31m 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!