frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Malicious Extension Sentry: database of removed Chrome/Edge extensions

1•toborrm9•2m ago•0 comments

Show HN: TTS.ai - Text to Speech

https://tts.ai/
1•nadermx•7m ago•0 comments

MCP vs. CLI for AI Agents

https://manveerc.substack.com/p/mcp-vs-cli-ai-agents
1•manveerc•7m ago•0 comments

Ivy – Bringing LLMs to 35M offline students in Ethiopia

1•zeshama•10m ago•0 comments

Abstraction Is Overrated

https://www.heise.de/en/blog/Software-Development-Abstraction-is-Overrated-11198327.html
1•goloroden•12m ago•0 comments

NeSystem (Fka NeKernel) v0.1.5

https://github.com/ne-foss-org/ne_system
2•Amlal•15m ago•1 comments

The End of Identity: AI, Plasticity, and the Divergence Machine

https://aneeshsathe.com/2026/03/07/the-end-of-identity-ai-plasticity-and-the-divergence-machine/
2•boredgargoyle•18m ago•0 comments

Trump says not mulling a draft executive order to seize control over elections

https://www.pbs.org/newshour/politics/trump-says-hes-not-mulling-a-draft-executive-order-to-seize...
1•pabs3•20m ago•0 comments

ScopeCreepSurvival

https://scopecreepsurvival.vercel.app/
1•ravenReema•20m ago•0 comments

Show HN: Joha – a free browser-based drawing playground with preset shape tools

https://joha-app.pages.dev/
2•smlee•22m ago•0 comments

Show HN: Neural-Q-Forge – a Rust-native quantum circuit forging framework

https://github.com/cleitonaugusto/nqf-community
1•CleitonAugusto•27m ago•1 comments

Am I Scared?

https://www.avraam.dev/blog/am-i-scared
1•almonerthis•28m ago•1 comments

Feevio – Voice to Invoice in Seconds

https://feevio.com
1•danHayworth•32m ago•1 comments

Out of Distribution: Beauty Beyond the Algorithm's Comfort Zone

https://terminal-archive.com/extracts/saving-beauty
1•lufasz•35m ago•1 comments

"Design Me a Highly Resilient Database"

https://nikogura.com/DatabaseDesign.html
2•donutshop•41m ago•0 comments

To the Polypropylene Makers

https://www.lesswrong.com/posts/HQTueNS4mLaGy3BBL/here-s-to-the-polypropylene-makers
3•raldi•46m ago•0 comments

Claude Is Alive, Company Warns AI Model May Be Conscious, Its over [video]

https://www.youtube.com/watch?v=-SVPjEF0ZW8
1•cable2600•50m ago•0 comments

Netdata is a seriously impressive server monitoring tool

https://thenewstack.io/netdata-is-a-seriously-impressive-server-monitoring-tool-to-keep-you-up-to...
2•gtzi•50m ago•0 comments

Open Creation and its Enemies [pdf]

https://files.libcom.org/files/2023-01/OpenCreationAndItsEnemies.pdf
1•jruohonen•53m ago•0 comments

Reverse engineering a DOS game with no source code using Codex 5.4

https://twitter.com/ammaar/status/2030392563534893381
3•asronline•56m ago•2 comments

Agentic Coding for Non-Vibe Coders

https://theasymptotic.substack.com/p/agentic-coding-for-non-vibe-coders
2•tipoffdosage904•1h ago•2 comments

Show HN: Render Claude Code and Codex Transcripts as Browsable HTML

https://github.com/forhadahmed/ai-transcript
3•forhadahmed•1h ago•0 comments

Oracle and OpenAI scrap deal to expand flagship Texas data centre

https://www.ft.com/content/2fa83bbf-abf2-43f1-b2f0-84a1391150b9
6•petethomas•1h ago•0 comments

We professional C-suites, lost the battle against vibe-leadership?

2•Bridged7756•1h ago•0 comments

What Production AI APIs Need Beyond Response = LLM(prompt)

https://medium.com/@lei-ye/what-breaks-after-your-ai-demo-works-638ac910f9fa
2•leiishta•1h ago•1 comments

Sem – Semantic version control. Entity-level diffs on top of Git

https://github.com/ataraxy-labs/sem
3•pabs3•1h ago•0 comments

The Vienna Method in Amsterdam

https://watermark02.silverchair.com/desi_a_00379.pdf?token=AQECAHi208BE49Ooan9kkhW_Ercy7Dm3ZL_9Cf...
1•jruohonen•1h ago•0 comments

From Human Ergonomics to Agent Ergonomics

https://wesmckinney.com/blog/agent-ergonomics/
1•kermatt•1h ago•1 comments

One Year of Claude Code

https://www.maxghenis.com/blog/my-claude-code-config/
1•ankitg12•1h ago•0 comments

Rising star chip scientist Jiang Jianfeng leaves MIT for Peking University

https://www.scmp.com/news/china/science/article/3345553/rising-star-chip-scientist-jiang-jianfeng...
4•mikhael•1h ago•0 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!