frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

EOL DR / End-of-Life Disaster Response

https://github.com/potatoqualitee/eol-dr
1•chris_wot•1m ago•0 comments

Heat wave exposes workers to injury and death

https://www.wsws.org/en/articles/2026/07/03/yash-j03.html
1•t-3•4m ago•1 comments

David Beazley – Programming Courses

https://www.dabeaz.com/courses.html
1•gregsadetsky•5m ago•0 comments

Show HN: An Omegle for Day Trading

https://strangertrade.fly.dev/
1•avneh•6m ago•0 comments

Show HN: FinMav – Screen 3,000+ stocks by describing what you want in English

https://www.finmav.ai
1•amanuelse•8m ago•0 comments

2026 Unslop AI-Written Fiction Contest Results ($10k Grand Prize)

https://www.hyperstitionai.com/unslop-results
1•networked•11m ago•0 comments

Magit 4.6 Released

https://emacsair.me/2026/07/01/magit-4.6/
1•signa11•15m ago•0 comments

Varela: Neuromancer-inspired self-mutating coding harness

https://github.com/ajensenwaud/varela/
1•hestefisk•17m ago•1 comments

This is complete software. Can you say that about yours?

https://nonogra.ph/this-is-complete-software-can-you-say-that-about-yours-07-04-2026
5•arkhiver•22m ago•1 comments

Show HN: RightIdea – Validate app ideas with real market data before you build

https://rightidea.app
1•DajiLabs•23m ago•0 comments

A Sort of Buzzing Inside My Head

https://www.nybooks.com/online/2023/06/25/a-sort-of-buzzing-inside-my-head/
1•1vuio0pswjnm7•28m ago•2 comments

AI puts B Corps' values to the test

https://www.fastcompany.com/91568793/ai-puts-b-corps-values-to-the-test
1•1vuio0pswjnm7•33m ago•1 comments

Show HN: High performance command guard and policy enforcement for Agents in Zig

https://github.com/christopherkarani/Orca
2•karc14•35m ago•0 comments

Show HN: Crew – Let Claude Code agents talk to each other

https://github.com/0xmmo/crew
3•mmoustafa•36m ago•2 comments

Linux Looking to Retire a Number of Old ARM Platforms in Early 2027

https://www.phoronix.com/news/Linux-Drop-Old-ARM-2027
2•maxloh•36m ago•0 comments

I am dreading our LLM-written incident report future

https://surfingcomplexity.blog/2026/06/19/i-am-dreading-our-llm-written-incident-report-future/
2•baxtr•37m ago•0 comments

Space startup Katalyst launches orbital rescue for aging NASA observatory

https://www.reuters.com/business/aerospace-defense/space-startup-katalyst-launches-orbital-rescue...
2•JumpCrisscross•44m ago•0 comments

NERM – a tamper-evident audit log that proves itself. Run it yourself

https://github.com/metacentric-tech/nerm-core
1•META-TECH•1h ago•1 comments

What a 1976 Washington Post prediction said about 2026

https://www.washingtonpost.com/history/2026/07/03/what-1976-washington-post-prediction-said-about...
2•reaperducer•1h ago•0 comments

The Age of Decision

https://www.threerulescompany.com/the-age-of-decision
1•dtedesco1•1h ago•0 comments

How Memgraph 3.11 Simplifies Multi-Tenancy for Cross-Database Graph Workloads

https://memgraph.com/blog/memgraph-3-11-multi-tenant-graph-workloads
1•taubek•1h ago•1 comments

Agentic coding notes from Galapagos Island

https://danluu.com/ai-coding/#appendix-agentic-loops-and-writing-this-post
31•gm678•1h ago•10 comments

Redundancy and Bloat Seen in AAA Game Engines

https://zero-irp.github.io/Redundancy-seen-in-AAA-game-engines/
1•davikr•1h ago•0 comments

What the AirCon Debate Says About Britain's Climate Insanity [video]

https://www.youtube.com/watch?v=HwS3l5uP168
1•Bender•1h ago•0 comments

Why A.I. Won't Steal All Our Jobs

https://www.nytimes.com/2026/06/30/opinion/ai-agents-steal-jobs-employment.html
1•reaperducer•1h ago•1 comments

FEOM – Windows GUI automation at 8ms, no GPU needed

https://github.com/a92070888-dev/mcp-os-native-automation
1•a92070888•1h ago•0 comments

PangolinMatrix – write down encoded passwords, not real ones

https://pangolinmatrix.com
3•corvina•1h ago•0 comments

Google reCAPTCHA Reverse Engineered

https://github.com/elyelysiox/recaptcha
3•Pelada•1h ago•0 comments

Where can I find or get in contact with farmers specifically in the US?

2•strapchay•1h ago•2 comments

We Heart It is back

https://weheartit.net/
1•djxjxjcjcjc•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!