frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Trading on Violence

https://rajivsethi.substack.com/p/trading-on-violence
1•neehao•4m ago•0 comments

Show HN: ResumeForge – Free AI resume builder with real-time ATS scoring

https://resumeforge.cc
1•MikeLee-1•6m ago•0 comments

Show HN: AgentOx – MCP Security and Conformance Auditor

https://github.com/CarlosLadd/AgentOx
1•carlosladdz•9m ago•0 comments

Rail Settlement Plan Barcode Specs

https://magicalcodewit.ch/rsp-specs/
1•todsacerdoti•10m ago•0 comments

AI Authentication and Authorization

https://fusionauth.io/articles/ai/ai-authentication-authorization
1•mooreds•11m ago•0 comments

Show HN: Understand GitHub Trending with AI

https://github.com/HarlonWang/TrendingAI
1•81813780•11m ago•0 comments

PaywallPro

https://www.paywallpro.app/
1•candyyao•14m ago•0 comments

Ed Gutenburg: The First Autonomous Investigative Reporter

https://alec.is/posts/worlds-first-fully-autonomous-investigative-reporter-ai-agent/
1•arm32•14m ago•1 comments

Show HN: Giggles – A batteries-included React framework for TUIs

https://github.com/zion-off/giggles
2•ajz317•17m ago•0 comments

Curl documentation bans the word 'very'

https://mastodon.social/@bagder/116161776616642292
2•keyboardJones•17m ago•1 comments

Building an Open-Source Verilog Simulator with AI: 580K Lines in 43 Days

https://normalcomputing.com/blog/building-an-open-source-verilog-simulator-with-ai-580k-lines-in-...
1•matt_d•17m ago•0 comments

Iran's Cryptic Shortwave Messages [video]

https://www.youtube.com/watch?v=ErmbTpxAM7Q
1•bane•18m ago•0 comments

Entry-level PC market to 'disappear' by 2028 – memory prices strain PC market

https://www.tomshardware.com/tech-industry/rising-memory-prices-pile-more-strain-on-consumer-pc-m...
3•ivewonyoung•21m ago•0 comments

How to Recover Your Stolen Crypto After a Scam–Guidance from Intelligence Wizard

1•Petersrobert•21m ago•0 comments

Show HN: Autonoma – Python secret fixer that refuses unsafe fixes

https://github.com/VihaanInnovations/autonoma
1•v_CodeSentinal•21m ago•0 comments

The Excommunicated Devs Making Games with AI

https://www.tyleo.com/blog/the-excommunicated-devs-making-games-with-ai
3•tyleo•26m ago•0 comments

Ask HN: What Online LLM / Chat do you use?

3•ddxv•30m ago•0 comments

CKAN – an open-source DMS (data management system)

https://ckan.org/
3•gjvc•34m ago•1 comments

My (Hypothetical) SRECon26 Keynote

https://charity.wtf/2026/03/03/my-hypothetical-srecon26-keynote-xpost/
2•donutshop•37m ago•0 comments

Prompt Vault – Save and organize your AI prompts ($9 Pro)

https://prompt-vault-sage.vercel.app
2•VyperandUltron•38m ago•0 comments

Show HN: An Auditable Decision Engine for AI Systems

https://maelstrom.ghostlogic.tech
2•adamscottthomas•40m ago•0 comments

How to Recover Your Stolen Crypto After a Scam–Guidance from Intelligence Wizard

2•Petersrobert•43m ago•0 comments

Do AI Agents Make Money in 2026? Or Is It Just Mac Minis and Vibes?

https://www.siliconsnark.com/do-ai-agents-actually-make-money-in-2026-or-is-it-just-mac-minis-and...
4•SaaSasaurus•43m ago•0 comments

Underground Salt Caverns Are Preserving Our History

https://eos.org/features/salt-of-the-earth-vast-underground-salt-caverns-are-preserving-our-histo...
2•sohkamyung•44m ago•0 comments

One-Stop Wan AI Video and Image Generator Platform

https://towan.net/
2•seagnson•45m ago•1 comments

Show HN: Ask Mob

https://mob.army/
2•cc-d•52m ago•0 comments

Show HN: A Kotlin Multiplatform app that works on watch, CLI, browser extension

https://arnav.tech/architecting-twofac-my-journey-into-kotlin-multiplatform-module-structure
2•championswimmer•53m ago•0 comments

NY bill would prohibit AI chatbots from giving legal advice

https://twitter.com/RobertFreundLaw/status/2028550955386704285
5•timr•55m ago•0 comments

Show HN: Generate random, valid US residential addresses for testing

https://meiguodz.com
3•roookiecookie•57m ago•1 comments

Unbound Video AI is the most unrestricted AI video tool I've tried in 2026

https://unbound.video
3•gabrieln•58m ago•1 comments
Open in hackernews

Show HN: JSON Tapose – A Simple, Client-Side JSON Diff Viewer

https://www.jsontapose.com/
2•handsupmin•9mo 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•9mo 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•9mo ago
That’s a great idea! I’ll try it. Thanks a lot!