frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Microsoft's African data center falters on payment demands, Bloomberg reports

https://www.reuters.com/world/africa/microsofts-african-data-center-falters-payment-demands-bloom...
1•1vuio0pswjnm7•1m ago•0 comments

Why You Actually Want Machines Writing the Code for Your Next Flight

https://decodingvibes.com/blog/why-you-actually-want-machines-writing-the-code-for-your-next-flight/
1•altmanaltman•5m ago•0 comments

South Korea Exploring Using Hyundai Robots as Army Numbers Fall

https://www.bloomberg.com/news/articles/2026-05-11/south-korea-exploring-using-hyundai-robots-as-...
1•petethomas•9m ago•0 comments

Growling in a corner: Samuel Johnson's lost years

https://www.commonreader.co.uk/p/growling-in-a-corner-samuel-johnsons
1•pepys•11m ago•0 comments

Europe Is Losing Its Best Engineers – Not to Emigration, but to Management

https://andrulis.de/blog/20260429_management.html
1•taubek•13m ago•0 comments

Iran mulls taking control of all 7 cables passing through Strait of Hormuz

https://www.wionews.com/world/iran-to-take-full-control-of-all-7-undersea-internet-cables-passing...
2•jonah•16m ago•0 comments

The Trouble with Narrative History

https://thereader.mitpress.mit.edu/the-trouble-with-narrative-history/
2•Hooke•17m ago•0 comments

Geography Is Four-Dimensional

https://sive.rs/4d
1•Curiositry•17m ago•0 comments

Visual Generation Unlocks Human-Like Reasoning Through Multimodal World Models

https://arxiv.org/abs/2601.19834
2•felineflock•19m ago•0 comments

Blink – AI Assistant

https://blink-oi.vercel.app
1•Pascal1997•20m ago•0 comments

Neural Machine Perception

https://openstrate.com/
1•realitymatrixyz•21m ago•0 comments

2-mile long WAR.GOV/UFO Microfilm reel

https://hypergrid.systems/war.gov-ufo-viewer/microfilm2?frame=12404&page=12404
1•keepamovin•21m ago•0 comments

The SEC plans to end quarterly reporting

https://keepitquarterly.org/
1•froglop•29m ago•0 comments

I scanned 100 random Supabase projects. 22% leak user data anonymously

https://perufitlife.github.io/supabase-security-skill/blog/scanned-100-supabase-projects.html
1•renzom13•31m ago•0 comments

When GPT 5.5 flags your chat for possible cybersecurity risk–ask it to help you

https://martin.wojtczyk.de/2026/05/11/when-gpt-5-5-flags-your-chat-for-possible-cybersecurity-ris...
1•wojtczyk•35m ago•0 comments

The Vercel breach wasn't just a hack, it was a trust failure

https://www.inc.com/heather-wilde/the-vercel-breach-wasnt-just-a-hack-it-was-a-trust-failure/9133...
2•bobrenze•38m ago•0 comments

The future of work isn't human vs. AI, it's human with AI

https://www.inc.com/heather-wilde/the-future-of-work-isnt-human-vs-ai-its-human-with-ai/91335123
1•bobrenze•39m ago•0 comments

7 lines of code, 3 minutes: Implement a programming language (2010)

https://matt.might.net/articles/implementing-a-programming-language/
5•azhenley•41m ago•0 comments

Microbenchmark-Driven Analytical Performance Modeling Across Modern GPUs

https://arxiv.org/abs/2605.04178
1•matt_d•54m ago•0 comments

Baidu ERNIE 5.1 just dropped

https://ernie.baidu.com/
2•pretext•56m ago•0 comments

RPCS3 says "learn to code" as it bans AI agents from project

https://www.neowin.net/news/rpcs3-says-learn-to-code-as-it-bans-ai-agents-from-project/
1•bundie•1h ago•0 comments

I want to archive but DMCA stopped me

1•quanvm0501alt1•1h ago•0 comments

The eye in your pocket: digital devices are made to track you

https://aeon.co/essays/things-have-jobs-and-digital-devices-are-made-to-track-you
3•the-mitr•1h ago•0 comments

PyTorch DevLog

https://docs.pytorch.org/devlogs/
2•matt_d•1h ago•0 comments

Lie-to-Children

https://en.wikipedia.org/wiki/Lie-to-children
3•o4c•1h ago•0 comments

I reverse engineered macOS to disable built-in display

https://frankster0542.gumroad.com/l/saafi
2•fkusiapp•1h ago•0 comments

Ask HN: How much does Gemini API cost for a simple n8n workflow?

1•Meld5792•1h ago•0 comments

MCP server that gives a forensic verdict on biopharma catalyst plays

https://github.com/yesc97/biopharma-catalyst-mcp
2•yesc97•1h ago•0 comments

Addressing GitHub's recent availability issues

https://github.blog/news-insights/company-news/addressing-githubs-recent-availability-issues-2/
3•mvdtnz•2h ago•3 comments

Plenty of Hours in the Day

https://www.wsj.com/arts-culture/books/big-time-review-plenty-of-hours-in-the-day-d3744c1a
1•lxm•2h 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!