frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gcx: A CLI for managing Grafana Cloud resources

https://github.com/grafana/gcx
1•zdkaster•1m ago•0 comments

Hayashi – Architecture Boundary Diagrams as Code

https://github.com/comradenala/hayashi
1•jdbohrman•4m ago•0 comments

Retrospective on Black and White and it's connection to Google DeepMind

https://www.eurogamer.net/black-and-white-lionhead-peter-moylneux-retrospective-google-deepmind-g...
1•MrDresden•8m ago•0 comments

Microsoft fixes VS Code after app gives Copilot credit for human's work

https://www.theregister.com/2026/05/04/microsoft_reverses_ai_credit_grab/
1•beardyw•8m ago•0 comments

A complete Llama2 inference engine that fits in 1356 bytes of x86 assembly

https://github.com/rdmsr/sectorllm
1•monax•9m ago•0 comments

Designing Microkernel IPC

https://seiya.me/blog/microkernel-ipc-design
1•mpweiher•9m ago•0 comments

A Brief History of Who Gets to Run Money

https://podium-finance.com/blog/a-brief-history-of-who-gets-to-run-money
1•nlpnerd•10m ago•0 comments

AI business and the issue of context drift

https://tensorpm.com
1•Neo552•12m ago•1 comments

AI is 'creating an enormous number of jobs'

https://techcrunch.com/2026/05/04/as-workers-worry-about-ai-nvidias-jensen-huang-says-ai-is-creat...
1•tijana3290•15m ago•0 comments

Claude Code: /effort is global across concurrent sessions instead of session

https://github.com/anthropics/claude-code/issues/49166
1•esher•19m ago•0 comments

The Laboratory and the Artist

https://clereviewofbooks.com/the-laboratory-and-the-artist/
1•Michelangelo11•21m ago•0 comments

InstaPurge – Rapid Mass Instagram DM Deletion Script

https://github.com/mahdixmohammad/instapurge
1•instagraham•21m ago•1 comments

The Paranal Solar Espresso Telescope, a New Tool for Finding Exoplanets

https://www.universetoday.com/articles/the-paranal-solar-espresso-telescope-a-new-tool-for-findin...
1•rbanffy•23m ago•0 comments

Suspected hantavirus outbreak traps 150 on ship off Cape Verde

https://www.reuters.com/business/healthcare-pharmaceuticals/who-says-risk-public-is-low-after-sus...
1•mgh2•23m ago•0 comments

Transgender Homicides in Britain, 2000-2025: Victims and Perpetrators

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6182901
2•fodmap•25m ago•0 comments

A minimal weather app that just shows your week

https://apps.apple.com/us/app/wthr/id6763099599
1•gokbek•25m ago•0 comments

Ace Template: create and deploy a Rails app in < 5 minutes (self-hosted or PaaS)

https://github.com/jeromedalbert/ace-template
1•jdalbert•28m ago•0 comments

Anonymous hacked Chinese satellite systems to protest against age check laws

https://old.reddit.com/r/privacy/comments/1t3vbyn/anonymous_hacked_chinese_satellite_systems_to/
1•mostcallmeyt•29m ago•0 comments

A Rust implementation of the Teal programming language compiler

https://github.com/rustq/tear
1•meloyc•32m ago•0 comments

Got tired of clunky extensions for pdf from ChatGPT Export

https://getchatcache.com
2•vedant28t•36m ago•1 comments

OTUS Project – Observations of Tornadoes by UAV Systems

https://www.theotusproject.com
2•unsnap_biceps•41m ago•0 comments

Cool project to replace PCB in not-very-private home tech

https://www.crowdsupply.com/micimike-rev-devices/micimike-home-mini-drop-in-pcb
2•m463•42m ago•0 comments

Turn geopolitical buzz into concrete risk alerts

https://github.com/vassiliylakhonin/agenda-intelligence-md
2•vassilbek•46m ago•0 comments

A man who blew up a nuclear power station and disappeared

https://www.theguardian.com/world/2026/may/05/the-man-who-blew-up-a-nuclear-power-station-koeberg...
2•sam-cop-vimes•46m ago•0 comments

How do I inform Windows that I'm writing a binary file?

https://devblogs.microsoft.com/oldnewthing/20260504-00/?p=112296
3•ingve•48m ago•0 comments

SEC and Elon Musk agree to settle lawsuit over Twitter buyout in 2022

https://www.cnbc.com/2026/05/04/sec-and-elon-musk-agree-to-settle-lawsuit-over-twitter-buyout-in-...
3•1vuio0pswjnm7•48m ago•1 comments

Germany's main left-wing parties quit Musk's X over disinformation

https://dpa-international.com/politics/urn:newsml:dpa.com:20090101:260504-930-30940/
3•vrganj•49m ago•0 comments

Amazon rolls out Claude Code and Codex internally

https://www.businessinsider.com/amazon-claude-code-codex-all-employees-after-pushback-2026-5
4•preston-kwei•53m ago•0 comments

Free world city time and weather tracker for multiple cities simultaneously

https://weatherdesk.app/
2•abereza•57m ago•2 comments

Inexpressibility in Exp-Minus-Log (EML)

https://arxiv.org/abs/2605.01636
3•unprovable•57m 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!