frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

"Dirty Frag" (CVE-2026-43284): The Second Linux Root Exploit in Eight Days

https://www.copahost.com/blog/dirty-frag-cve-2026-43284/
1•ggallas•17s ago•0 comments

Lanzaboote – NixOS Secure Boot

https://x86.lol/generic/2022/11/26/lanzaboote.html
1•evilmonkey19•4m ago•1 comments

IceStream on Object Store

https://github.com/jordepic/icestream
1•jordepic•8m ago•1 comments

Bun ported to Rust in 6 days

https://xunroll.com/thread/2053047748191232310
8•qprofyeh•12m ago•0 comments

Optimize for change not application performance

https://www.echooff.dev/blog/developer-experience-is-a-performance-feature
2•lo1tuma•15m ago•1 comments

Why age assurance laws matter for developers

https://github.blog/news-insights/policy-news-and-insights/why-age-assurance-laws-matter-for-deve...
2•pavel_lishin•16m ago•0 comments

Redstone – a faster PortfoliosLab with a one-click portfolio optimizer

https://redstonemarkets.com/
1•mihaitrincav•18m ago•1 comments

Turkey unveils new missile, AI touts as able to hit US mainland

https://www.ft.com/content/d2136091-9fd2-4923-b168-50539e5b27ab
2•JumpCrisscross•19m ago•0 comments

Money is renewable, time isn't

https://get168.app/blog/money-is-renewable-time-isnt
1•dudcks97•19m ago•0 comments

Heuristic Learning

https://trinkle23897.github.io/learning-beyond-gradients/
1•xiaoniu•26m ago•0 comments

Meta's Embrace of A.I. Is Making Its Employees Miserable

https://www.nytimes.com/2026/05/08/technology/meta-ai-employees-miserable.html
5•JumpCrisscross•26m ago•0 comments

Ask HN: Is there evidence that LLMs can extrapolate to new ideas?

1•mikpanko•26m ago•0 comments

Strategic advice from LLM's is "trendslop", say researchers

https://hbr.org/2026/03/researchers-asked-llms-for-strategic-advice-they-got-trendslop-in-return
2•marojejian•27m ago•1 comments

Maybe I'm the Alien [video]

https://www.youtube.com/watch?v=y894m7joEBc
1•hank808•28m ago•0 comments

Speeding Up Zsh

https://arkoinad.com/posts/zsh_speedup.html
1•Brajeshwar•29m ago•0 comments

Trying to Become a Better Programmer by Writing a PHP Interpreter in C++

https://github.com/GiuseppePuleri/jimphp/blob/main/README.md
1•pulerigiuseppe•29m ago•1 comments

The UAP report so far

https://marginalrevolution.com/marginalrevolution/2026/05/the-uap-report-so-far.html
2•paulpauper•31m ago•1 comments

Software Ate My Homework

https://www.theatlantic.com/ideas/2026/05/canvas-hack-campus-fragility/687115/
2•paulpauper•31m ago•0 comments

Jon Rubinstein: Former Apple Hardware Chief on Saving Apple, iMac, iPod, iPhone [video]

https://www.youtube.com/watch?v=PvFMT58lgvk
2•tosh•32m ago•0 comments

Loops and Routines Without Claude

https://ingresslabs.net/blog/spec-driven-development-loops
1•akrylov•32m ago•0 comments

Admit It, That Protein Shake Is Basically Soylent

https://www.theatlantic.com/health/2026/05/soylent-protein-shake/687120/
3•paulpauper•32m ago•1 comments

Cloudflare Pages is down in Spain

https://www.cloudflarestatus.com
2•mariopt•33m ago•1 comments

Getting LLMs Drunk to Find Remote Linux Kernel OOB Writes (and More)

https://heyitsas.im/posts/drinking-llms/
1•hnpufflib•35m ago•0 comments

Mass Gen expands virtual care for 30k patients with no primary care clinicians

https://www.bostonglobe.com/2026/05/09/business/mass-general-brigham-primary/
1•bookofjoe•36m ago•1 comments

Long short-term memory (1997) [pdf]

https://www.bioinf.jku.at/publications/older/2604.pdf
1•andsoitis•37m ago•0 comments

Where will UX design be in 5 years? 5 Predictions (2017)

https://designlab.com/blog/where-ux-design-5-years-predictions
1•downbad_•39m ago•1 comments

I learned something about GPUs today

https://foon.uk/blackshift-sand-bug/
1•birdculture•39m ago•0 comments

Peter Naur – Programming as Theory Building (1985) [pdf]

https://pages.cs.wisc.edu/~remzi/Naur.pdf
2•s4i•40m ago•0 comments

Chicago undergraduate mathematics bibliography (1999)

https://www.ocf.berkeley.edu/~abhishek/chicmath.htm
2•Tomte•42m ago•0 comments

Firefox vs. Chromium security in 2022, how true is it still today?

https://madaidans-insecurities.github.io/firefox-chromium.html
1•wyoh•43m ago•1 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!