frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Social Contract of Writing

https://jola.dev/posts/the-social-contract-of-writing
1•shintoist•44s ago•0 comments

Notebooklm-guide.com – 1k Battle-Tested Prompts and 59 Power Workflows (2026)

https://notebooklm-guide.com/
1•ZeroshotCraft•1m ago•0 comments

Silicon Valley takes its AI pitch to the pope

https://www.politico.eu/article/pope-leo-xiv-ai-meetings-silicon-valley-vatican/
1•vrganj•2m ago•0 comments

Leave Me Behind

http://androidessence.com/leave-me-behind/
2•mooreds•3m ago•0 comments

I manage teams without a single call

https://orchidfiles.com/build-without-calls/
1•theorchid•3m ago•0 comments

The Tandy Executive Decision Maker – Circuit Cellar

https://circuitcellar.com/research-design-hub/projects/executive-decision-maker/
1•rbanffy•5m ago•0 comments

Failure to Lawn

https://longreads.com/2026/05/14/kill-your-lawn-maggie-slepian/
1•mooreds•5m ago•0 comments

Mathematicians use Minecraft to calculate pi

https://www.scientificamerican.com/article/how-mathematicians-use-minecraft-to-calculate-pi/
2•0in•6m ago•0 comments

The Pack That Killed the Pack Mule

https://www.carryology.com/liking/industry/the-pack-that-killed-the-pack-mule/
1•surprisetalk•6m ago•0 comments

Docker-On-Android: Guide to run Docker containers directly on Android

https://github.com/OshekharO/Docker-On-Android
1•thunderbong•7m ago•0 comments

Show HN: Reward Is Not Reinforcement Until Admitted

https://github.com/nikitph/rewarder
1•loaderchips•8m ago•0 comments

Solar Electricity Is Poised to Overtake Coal in Texas

https://www.motherjones.com/politics/2026/05/solar-electricity-overtakes-coal-texas-ercot-energy-...
1•mooreds•8m ago•0 comments

Keep Your Identity Small (2009)

https://paulgraham.com/identity.html
1•chistev•11m ago•0 comments

Ask HN: Is paying $2/pull request too high?

1•buffer_overlord•13m ago•2 comments

HN Skins – Read Hacker News in Style

https://codeberg.org/susam/hnskins
1•susam•13m ago•0 comments

The Rex Syntax System

https://github.com/sol-plunder/rex
1•g0xA52A2A•14m ago•0 comments

Serving files over HTTP three ways: synchronous, epoll, and io_uring

https://theconsensus.dev/p/2026/05/18/serving-files-three-ways.html
1•eatonphil•15m ago•0 comments

Pope Says AI Should Be Disarmed to Avoid Dominating Humanity

https://www.bloomberg.com/news/articles/2026-05-25/pope-leo-warns-ai-should-be-prevented-from-dom...
2•1vuio0pswjnm7•15m ago•0 comments

Helpful tool if you're somebody who files FOIA requests for email logs

https://bsky.app/profile/anthonymoser.com/post/3mmnhqjifls2h
1•olalonde•16m ago•0 comments

Building a Latent World Model of Doom

https://lucrbvi.com/blog/world-model/
1•lucrbvi•17m ago•0 comments

How to scan for vulnerabilities with GitHub Security Lab's AI-powered framework

https://github.blog/security/how-to-scan-for-vulnerabilities-with-github-security-labs-open-sourc...
1•EFLKumo•19m ago•0 comments

Out of Band, Not Out of Prompt: Intent Verification for Agentic Tool Calls

https://hyperautomation.substack.com/p/out-of-band-not-out-of-prompt-intent
1•hevalon•20m ago•0 comments

GPT Guesses Between 1 and 100

https://github.com/exmergo/research-chatgpt-guesses-between-1-and-100
2•adunk•20m ago•0 comments

God and LLMs

https://calnewport.com/on-god-and-llms/
1•ahamez•21m ago•0 comments

Researchers identify people through ordinary Wi-Fi routers with 99.5% accuracy

https://www.tomshardware.com/tech-industry/researchers-identify-people-through-ordinary-wi-fi-rou...
2•giuliomagnifico•23m ago•0 comments

How to Enter Side Doors

https://velvetnoise.substack.com/p/how-to-enter-side-doors
1•eigenBasis•24m ago•0 comments

It's like the Olympics – except steroids are allowed

https://www.bbc.com/news/articles/cedpz1zqp8po
1•ranit•25m ago•0 comments

Show HN: I built a tool that finds unused Prometheus metrics

https://github.com/dominikhei/cardamon
1•dhei123•26m ago•0 comments

What Are You Reading?

1•wompapumpum•26m ago•1 comments

Switching to Colemak

https://pta2002.com/blog/colemak/
1•xngbuilds•29m ago•0 comments
Open in hackernews

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

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