frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Some Japanese snack packages are turning black and white as war depletes ink

https://apnews.com/article/iran-war-hormuz-color-ink-japan-3ce00fb5e9e9abeb6dd8116522272cec
2•petethomas•11m ago•0 comments

Show HN: Voting and Governance is now decentralized across all regions

https://www.youtube.com/watch?v=PXr1zrASF14
1•gaze272•12m ago•0 comments

Cortical Cloud – Code to Real Neurons

https://corticallabs.com/cloud
1•oldfuture•13m ago•1 comments

AMD Crafts Custom EPYC CPU with 128GB HBM3 (EPYC 9V64H) (2024)

https://www.tomshardware.com/pc-components/cpus/amd-crafts-custom-epyc-cpu-for-microsoft-azure-wi...
1•peter_d_sherman•13m ago•0 comments

Deterministic Fully-Static Whole-Binary Translation Without Heuristics

https://arxiv.org/abs/2605.08419
5•matt_d•14m ago•0 comments

Google introduces measure to stop doom scrolling

https://blog.google/products-and-platforms/platforms/android/pause-point/
2•paglaghoda•19m ago•1 comments

ZML: Between Jax and Llama.cpp

https://jaco-bro.github.io/blog/?post=zml_chat_250613.md
1•jaco-bro•19m ago•0 comments

Refactoring as Algebra: Small Steps to Clarity

https://ignition.github.io/posts/refactoring-as-algebra/
1•taubek•20m ago•0 comments

NEET UG – a med school exam is cancelled (India)

https://twitter.com/NTA_Exams/status/2054089524347871736
1•mfrw•20m ago•0 comments

I Want to Be a von Neumann Probe: Why We Need to Fix AI Safety

https://justinldew.substack.com/p/i-want-to-be-a-von-neumann-probe
1•jldew93•22m ago•0 comments

We tested super-resolution pre-filter for LPR OCR. It did nothing

https://www.wink.co/documentation/Neural-Super-Resolution-Pre-Filter-LPR-2026
1•xmichael909•27m ago•0 comments

How LLMs Work

https://arpitbhayani.me/blogs/how-llms-work/
1•skydiver7373•27m ago•0 comments

Show HN: One memory layer across every MCP-compatible AI tool

https://subvault.ai
1•gavinb-code•34m ago•0 comments

Reasoning-core: 130M-param guardrail keeping AI agents honest

https://github.com/jakubkrzysztofsikora/reasoning-core
1•mnvibe26x7•40m ago•0 comments

Show HN: SWEny, YAML workflows for AI agents I'm running in prod (triage, E2E)

https://github.com/swenyai/sweny
1•wickdninja•40m ago•0 comments

Hex: Introducing Generative Data Apps

https://hex.tech/blog/introducing-generative-data-apps/
1•tomtomau•42m ago•1 comments

The Space Shuttle and the Horse's Rear End

https://astrodigital.org/space/stshorse.html
1•thunderbong•45m ago•0 comments

Jupiter supercomputer breaks world record with 50-qubit quantum simulation

https://www.sciencedaily.com/releases/2026/05/260510234715.htm
1•jldew93•45m ago•0 comments

SSHD Log Security Analysis - popular languages SDKs

https://github.com/melezhik/Sparrow6/blob/master/task.check
1•melezhik•46m ago•6 comments

Prompting Patterns (Groq Documentation)

https://console.groq.com/docs/prompting/patterns
1•tacone•48m ago•0 comments

AI was made for junk mail

https://junkmailmagic.com
1•husky8•54m ago•0 comments

I got tired of realizing "discounts" weren't discounts

https://apps.apple.com/us/app/silicon-ai-price-comparison/id6764054291
2•stayoneup•1h ago•0 comments

Show HN: SelfCertForge, manage root CAs and self-signed certs on macOS/Windows

https://github.com/rbonestell/SelfCertForge
3•rbonestell•1h ago•0 comments

I vibecoded a game and got my first paying supporter

https://gunguesser.com
1•salad_v•1h ago•1 comments

xkcd: Well 2

https://xkcd.com/568/
4•ulrikrasmussen•1h ago•0 comments

Solving Brain Aging: Fast and Slow

https://blog.amaranth.foundation/p/solving-brain-aging-fast-and-slow
2•pminimax•1h ago•0 comments

Fear of layoffs what should I do?

3•cipherdc•1h ago•0 comments

'Googlebooks' have a premium focus, some Chromebooks can be upgraded

https://9to5google.com/2026/05/12/googlebooks-have-a-premium-focus-some-chromebooks-can-be-upgraded/
1•theanonymousone•1h ago•0 comments

NPM-Scan – Detects TanStack Worm, Beats Socket/Snyk (Local/BYOC)

https://github.com/lateos-ai/npm-scan
1•lateos-ai•1h ago•0 comments

eBay rejects $56B GameStop bid as 'neither credible nor attractive'

https://www.ft.com/content/554f76a6-218d-4f88-bcad-9c52623ef533
1•petethomas•1h ago•0 comments
Open in hackernews

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

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