frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Harness-of-Harness: Multi-Day Autonomous Software Development

https://www.alphaxiv.org/abs/2609.01481
1•ijidak•13s ago•0 comments

Neural networks reveal how experience shapes learning in both brains n machines

https://medicalxpress.com/news/2026-09-neural-networks-reveal-brains-machines.html
1•mdp2021•1m ago•0 comments

The Endless Temptation of Claude

https://discardpile.pika.page/posts/the-endless-temptation-of-claude
1•birdculture•3m ago•0 comments

Shutting down our public encrypted DNS servers and sponsoring Quad9 instead

https://mullvad.net/en/blog/shutting-down-our-public-encrypted-dns-servers-and-sponsoring-quad9-i...
1•Cider9986•8m ago•0 comments

Investt in AI

https://gmdmarkets.com/how-to-invest-in-ai
1•shlomysh•9m ago•0 comments

Pipe Mania

https://en.wikipedia.org/wiki/Pipe_Mania
1•tosh•9m ago•0 comments

Wearable machines that assist just one part of the body are proving useful

https://www.economist.com/science-and-technology/2026/09/02/humble-exoskeletons-work-better-than-...
2•scythe•12m ago•1 comments

Show HN: My wife is mobile Safari Wikipedia editor with a capital issue

2•cs1996•13m ago•0 comments

Adaptive Intelligence

https://blog.cloudflare.com/introducing-adaptive-intelligence/
2•torutofu•14m ago•0 comments

Observability Turned Uncertainty into a Business Model

https://humainary.io/notes/wide-events-how-observability-turned-uncertainty-into-a-business-model/
1•backlit4034•15m ago•0 comments

Learn CSS Layout

https://learnlayout.com/
1•chistev•17m ago•1 comments

On-Prem LLM Inference

https://wirt.ee/logbook/vllm-serving/
1•portmortem•17m ago•0 comments

Why Cheap Link Building Is the Most Expensive Marketing You Can Buy

https://www.entrepreneur.com/building-a-business/business-operations-logistics/why-cheap-link-bui...
1•santiago-pl•17m ago•0 comments

Show HN: Kestero, website widgets that record what they do (no cookies)

https://kestero.com
2•oscarMeldgaard•17m ago•0 comments

"Enshittification" Isn't Real

https://www.a16z.news/p/enshittification-isnt-real
5•qikouki•18m ago•2 comments

Fingerprinting and proof of work: how CrowdSec 1.8 tells browsers from bots

https://www.crowdsec.net/blog/crowdsec-1-8-waf-bot-detection-kubernetes
3•mazzma•18m ago•0 comments

Show HN: LibreDB Studio, a self-hosted MIT browser IDE for 10 database engines

https://github.com/libredb/libredb-studio
1•devgundogdu•19m ago•0 comments

Show HN: Hot. Dog. Bench. Mark. The AI benchmark we deserve

https://hotdogbenchmark.lol/
1•naniel•19m ago•1 comments

Perverts could push Norway to become the first country to ban smart glasses

https://www.neowin.net/news/perverts-could-push-norway-to-become-the-first-country-to-ban-smart-g...
2•bundie•20m ago•0 comments

Show HN: AI Usage Ball – Claude/Codex/Antigravity Quota as Mac Liquid Orbs

https://github.com/aiusageball/ai-usage-ball
1•xbyxy2000•22m ago•0 comments

Show HN: I built a better right-click menu for macOS

https://github.com/ganeshmshetty/openclip
1•ganeshmshetty•22m ago•0 comments

Show HN: Flipdot display with an AI chat that codes sandboxed animations for it

https://github.com/mdbug/flipdot
1•mdbug•23m ago•0 comments

When 'if' slows you down, avoid it

https://easylang.online/blog/branchless
1•theanonymousone•25m ago•0 comments

Skills vs. MCP tools for AI agents: when to use which

https://blog.logrocket.com/skills-vs-mcp-tools-agent-guide/
2•deepmem•25m ago•0 comments

Training a coding model to paint watercolours

https://huggingface.co/blog/train-to-paint-with-code
2•makaimc•28m ago•1 comments

Unveiling the Cognitive and Social Toll of ChatGPT Over-Reliance

https://onlinelibrary.wiley.com/doi/10.1002/acp.70205
2•geox•30m ago•0 comments

I turned the periodic table into a live market

https://elementswar.lol
1•tunarob•31m ago•0 comments

HotDog and Sausage Software: the HTML editor that barked at the world

https://karamatli.com/posts/hotdog-html-editor-sausage-software/
1•sparsesignal•31m ago•1 comments

Show HN: jeden.day – a compact habit tracker with flexible schedules

https://jeden.day/
3•mdbug•32m ago•0 comments

A Story About Joe

https://alisnic.github.io/posts/story-about-joe/
1•alisnic•34m 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!