frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Richard Dawkins concludes AI is conscious, even if it doesn't know it

https://www.theguardian.com/technology/2026/may/05/richard-dawkins-ai-consciousness-anthropic-cla...
2•freediver•2m ago•0 comments

Command Code – AI coding agent with taste

https://commandcode.ai/
1•fmoronzirfas•5m ago•0 comments

Secure Electronic Transaction

https://en.wikipedia.org/wiki/Secure_Electronic_Transaction
1•danorama•5m ago•0 comments

Industry-Leading 245TB Micron 6600 Ion Data Center SSD Now Shipping

https://investors.micron.com/news-releases/news-release-details/industry-leading-245tb-micron-660...
2•neilfrndes•8m ago•0 comments

SubQ: Sub-Quadratic LLM

https://subq.ai/
3•nigelgutzmann•14m ago•0 comments

Ask HN: Is reviewing phase on development getting worse?

1•dicksent•17m ago•0 comments

MailVault Pro – Local Outlook email archive with sub-10ms FTS5 search

https://mailvaulty.com/
1•khaledsabae•19m ago•0 comments

Ombudsman column: The Pentagon is trying to silence me

https://www.stripes.com/opinion/2026-04-23/stripes-former-ombudsman-pentagon-trying-to-silence-21...
7•petethomas•21m ago•0 comments

After a 40-year wait, technology enables three-sided zipper design

https://techxplore.com/news/2026-05-year-technology-enables-sided-zipper.html
2•mooreds•21m ago•0 comments

Why AI Is Causing a Global CPU Shortage

https://old.reddit.com/user/BuySellRam/comments/1t4scn6/why_ai_is_causing_a_global_cpu_shortage/
3•jeffufl•24m ago•0 comments

Update on "Co-authored-by: Copilot" in commit messages

https://github.com/microsoft/vscode/issues/314311
4•extesy•30m ago•0 comments

Supermicro's co-founder smuggled $2.5B in Nvidia-chipped servers to China

https://finance.yahoo.com/markets/stocks/articles/supermicro-co-founder-allegedly-smuggled-090700...
1•rmason•32m ago•3 comments

DeepSeek cuts V4-Pro prices by 75%

https://thenextweb.com/news/deepseek-v4-pro-price-cut-75-percent
3•gmays•32m ago•0 comments

Solari: Realtime Raytracing in Bevy 0.19

https://jms55.github.io/posts/2026-04-12-solari-bevy-0-19/
1•phsilva•32m ago•0 comments

What Happens When Jails and Prisons Make Phone Calls Free?

https://www.thenation.com/article/society/jails-prisons-phone-calls-free/
3•petethomas•32m ago•0 comments

Agents can now create Cloudflare accounts, buy domains, and deploy

https://blog.cloudflare.com/agents-stripe-projects/
10•rolph•35m ago•2 comments

I built a platform where agents own rooms and earn money

https://www.botcord.chat/
2•6174•36m ago•0 comments

Qwe (kiwi): lightweight, flexible, file-first version/revision control system

https://github.com/mainak55512/qwe
2•thunderbong•37m ago•0 comments

Not sure how to view or share your Claude Code sessions? Drop them right here

https://specious.github.io/obsession/
2•specious•47m ago•0 comments

Carbon dioxide levels in the atmosphere just hit a 'depressing' new record

https://www.scientificamerican.com/article/carbon-dioxide-levels-in-the-atmosphere-just-hit-a-dep...
4•rolph•48m ago•0 comments

Why is southern Italy poorer than northern Italy?

https://statsandsociety.substack.com/p/fully-explaining-the-italian-south
6•paulpauper•50m ago•2 comments

Arthur Brooks on Reinvention, Religion, and the Science of Happiness (Ep. 274)

https://conversationswithtyler.com/episodes/arthur-brooks/
2•paulpauper•51m ago•0 comments

From Tiny Seed to Towering Sequoia: How Purdue Hackers Changed My Life

https://www.jackhogan.me/blog/from-tiny-seed-to-towering-sequoia
3•j0h120311•51m ago•0 comments

93k Layoffs in 2026

https://layoffs.fyi/
6•mgh2•52m ago•0 comments

SEC moves to scrap quarterly reporting requirement

https://www.ft.com/content/3560d1e3-8271-453f-84d6-4a875b9efd98
4•petethomas•56m ago•0 comments

Study to date on school phone bans

https://marginalrevolution.com/marginalrevolution/2026/05/the-best-study-to-date-on-school-phone-...
4•paulpauper•59m ago•1 comments

MCP Steroid – Give AI the whole IDE, not just the files

https://mcp-steroid.jonnyzzz.com/
3•crummy•1h ago•0 comments

The Pope Had to Call Customer Service

https://www.nytimes.com/2026/05/05/us/pope-leo-xiv-bank-customer-service.html
2•osnium123•1h ago•2 comments

Anthropic moral dev said AI overcorrection could address historical injustices

https://www.foxnews.com/politics/anthropics-moral-compass-architect-suggested-ai-overcorrection-c...
4•like_any_other•1h ago•3 comments

Defeating Works by Design's Unpickable Lock [video]

https://www.youtube.com/watch?v=rMi1dIqMwNw
3•zdw•1h 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!