frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Source of Truth: Code, Spec, or Requirement?

https://blog.reqproof.com/p/code-spec-or-requirement
1•LeonidBugaev•30s ago•0 comments

A JavaScript static site generator that will still work in 5 years

https://github.com/termermc/wunphile
1•qwm•2m ago•0 comments

Alchemize: PyMC's model to replace Stan/PyMC, etc. with an LLM

https://statmodeling.stat.columbia.edu/2026/05/14/alchemize-pymcs-model-to-replace-stan-pymc-etc-...
1•Tomte•4m ago•0 comments

We protect and prepare kids for an always-on world

https://www.commonsense.org/
1•lemonberry•4m ago•1 comments

Compression & Decompression w/ FHE via Err Correcting Codes and Copy-and-Recurse

https://eprint.iacr.org/2026/504
1•pizza•6m ago•1 comments

Big tech bets on new mascots in bid to seem more cuddly

https://www.bbc.com/news/articles/c99l1zzp8xzo
3•billybuckwheat•6m ago•0 comments

Latvian government collapses amid dispute over breaches by Ukrainian drones

https://www.washingtonpost.com/world/2026/05/14/latvian-government-collapses-amid-dispute-over-br...
3•washingupliquid•7m ago•0 comments

Postgres minor releases closing 11 CVEs

https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
3•tee-es-gee•9m ago•0 comments

Safety‑First AI Architecture

https://github.com/ElviCore/ElviCore
2•jweng•9m ago•0 comments

YouTube asks my subscribers if I'm emotionally manipulative [video]

https://www.youtube.com/watch?v=6-Nzb-D3xKc
1•hnburnsy•10m ago•0 comments

Messing with Chrome's Local Gemini Nano to Deobfuscate LinkedIn Posts

https://brentfitzgerald.com/posts/linkedin-translator-browser-extension/
1•burnto•10m ago•1 comments

The Inference Shift

https://stratechery.com/2026/the-inference-shift/
2•gmays•14m ago•0 comments

Rice processing research points to evolving milling rates as quality factor

https://phys.org/news/2026-04-rice-evolving-milling-quality-factor.html
1•PaulHoule•15m ago•0 comments

PyTorch, rewritten from scratch in pure Rust

https://github.com/forecast-bio/ferrotorch
3•davidsainez•15m ago•0 comments

2.3x KV Cache Compression at 32k Context – Cut VRAM Costs by 50%

https://github.com/Jamie2111/liquid_memory
1•JamieObala•18m ago•0 comments

Germany's Sovereign Tech Fund Backs KDE with €1.3M

https://www.theregister.com/oses/2026/05/14/kde-bags-13m-as-europe-realizes-it-might-need-an-os-o...
12•Lihh27•19m ago•2 comments

FBI warns of '764' network: violent social engineering targeting kids in games

https://www.fbi.gov/contact-us/field-offices/dallas/news/fbi-dallas-open-letter-to-parents-guardi...
2•templar_snow•21m ago•1 comments

AT&T, T-Mobile, and Verizon to eliminate coverage dead zones

https://www.theverge.com/tech/930336/att-tmobile-verizon-joint-venture-agreement-satellite-coverage
1•mchusma•23m ago•1 comments

Show HN: Claude-stash – an idea queue for Claude Code

https://github.com/AmirSoleimani/claude-stash
3•Amirso•25m ago•0 comments

Firnflow: Fast search over object storage (open-source turbopuffer)

https://github.com/gordonmurray/firnflow
1•jzebedee•25m ago•0 comments

C++: The Documentary (Trailer)

https://www.youtube.com/watch?v=NXwTRzywDSk
3•pjmlp•26m ago•0 comments

Reject AI Prophecies, Free the Future

https://projectlibertynewsletter.substack.com/p/reject-ai-prophecies-free-the-future
2•jackbravo•26m ago•0 comments

Turso v0.6.0

https://turso.tech/blog/turso-0.6.0
2•roflcopter69•26m ago•0 comments

Green Card Holders Targeted for Deportation by New 'Removal Apparatus'

https://www.nytimes.com/2026/05/14/us/politics/green-cards-immigration-deportation-trump.html
7•donohoe•28m ago•3 comments

Production of Medium-Chain Carboxylates from Source-Separated Organics

https://www.biorxiv.org/content/10.64898/2026.03.25.714070v1
1•PaulHoule•29m ago•0 comments

An analysis of how Dishonored 2 renders a frame

https://blog.simonrodriguez.fr/articles/2026/05/a_frame_analysis_of_dishonored_2.html
1•kosua20•31m ago•0 comments

The Main Path to Creative AI

https://danielmiessler.com/blog/the-main-path-to-truly-creative-ai
1•gmays•32m ago•0 comments

WinUI 3 Performance: A Leap Forward

https://github.com/microsoft/microsoft-ui-xaml/discussions/11096
2•whatever3•33m ago•0 comments

UK CMA investigates Microsoft's business software ecosystem

https://www.gov.uk/government/news/cma-launches-strategic-market-status-investigation-into-micros...
3•logickkk1•34m ago•1 comments

When Novels Meet Postcards: XCOM Teaches Distributed to Speak Z/OS

https://news.broadcom.com/mainframe-software/when-novels-meet-postcards-xcom-teaches-distributed-...
1•abdelhousni•35m 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!