frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hokusai's erotic art on display at a Kabukicho noh theater

https://www.japantimes.co.jp/culture/2026/04/25/art/shunga-art-exhibition-tokyo/
1•PaulHoule•58s ago•0 comments

Ads on Apple Maps

https://ads.apple.com/maps
1•Vortigaunt•1m ago•0 comments

Anthropic raises Claude Code usage limits, credits new deal with SpaceX

https://arstechnica.com/ai/2026/05/anthropic-raises-claude-code-usage-limits-credits-new-deal-wit...
2•koolba•1m ago•0 comments

Nevada AG files lawsuit against Discord: 'Go-to chat option for child abusers'

https://www.reviewjournal.com/news/civil-courts/nevada-ag-files-lawsuit-against-discord-go-to-cha...
2•anonymousiam•2m ago•0 comments

Show HN: Free tool to mark points and polygon regions

https://tack.pics
1•magikMaker•2m ago•0 comments

MicroSplit: Semantic unmixing of fluorescent microscopy data

https://www.nature.com/articles/s41592-026-03082-1
1•bookofjoe•6m ago•0 comments

Unmonitored Agents and a Local AI

1•jay_kyburz•8m ago•0 comments

Ask HN: Should show HN be renamed?

1•piratesAndSons•9m ago•0 comments

UK businesses brace for jet fuel rationing

https://bmmagazine.co.uk/news/uk-jet-fuel-shortage-rationing-goldman-sachs-warning/
8•OgsyedIE•13m ago•0 comments

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•embedding-shape•13m ago•0 comments

New Logic for Programmers (and the future of this newsletter)

https://buttondown.com/hillelwayne/archive/new-logic-for-programmers-and-the-future-of-this/
1•akshayshah•14m ago•0 comments

Grok Imagine Quality Mode API

https://x.ai/news/grok-imagine-quality-mode
3•surprisetalk•16m ago•0 comments

Late-night-regrets – piclaw-addons

https://rcarmo.github.io/piclaw-addons/addons/late-night-regrets/
1•rcarmo•16m ago•0 comments

Ten simple rules for optimal and careful use of generative AI in science

https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1013588
2•tacon•17m ago•0 comments

PawModel – Per-pet LoRA training for AI portraits that look acurate

https://pawmodel.com
2•cmackay•17m ago•0 comments

Show HN: Center-Ish

https://www.quaxio.com/centerish/
1•amenghra•18m ago•0 comments

The Enshittified States of America

https://www.thebulwark.com/p/the-enshittified-states-of-america
1•mooreds•20m ago•0 comments

David Sacks crashed and burned in the White House

https://www.theverge.com/column/925487/david-sacks-trump-administration-ai-model-review
16•PhotonHunter•22m ago•1 comments

The Disappearance of the Public Bench

https://placesjournal.org/article/the-disappearance-of-the-public-bench/
2•cainxinth•25m ago•0 comments

This Month in Redox – April 2026

https://www.redox-os.org/news/this-month-260430/
1•ladyanita22•26m ago•0 comments

Number of tokens shouldn't be the only metric

https://johnjwang.com/post/2026/05/06/tokens-shouldnt-be-the-only-metric/
1•johnjwang•28m ago•0 comments

Audio-only minimal pair trainer using ABX methodology for language acquisition

https://minimalpairs.co
1•michealbingham•29m ago•1 comments

Designing AI for Strategy Games Through Modding

https://anbeeld.com/articles/designing-ai-for-strategy-games-through-modding
2•nateberkopec•34m ago•0 comments

I found a bug in the reality lattice

https://osf.io/5ubr7
1•KIHO_LEE•36m ago•0 comments

Syncweb, Literate Programming Meets Unison

https://github.com/aryx/syncweb
1•tmseidman•36m ago•0 comments

Google Chrome downloads 4GB AI model to your device without permission

https://www.tomshardware.com/tech-industry/cyber-security/google-chrome-silently-downloads-4gb-ai...
2•vednig•37m ago•0 comments

Untangling Entanglement: Does Science Support Physicalism?

https://sopathaye.substack.com/p/untangling-entanglement-does-science
1•sopathaye•43m ago•0 comments

AI-Induced Cognitive Atrophy

https://notesbylex.com/on-ai-induced-cognitive-atrophy
2•lexandstuff•46m ago•0 comments

VLC, FFmpeg, Video Codecs, Assembly Programming (Lex Fridman Podcast)

https://www.youtube.com/watch?v=nepKKz-MzFM
2•SweetSoftPillow•49m ago•0 comments

Judge Halts Colorado AI Law After xAI First Amendment Challenge

https://reclaimthenet.org/judge-halts-colorado-ai-law-after-first-amendment-challenge
6•bilsbie•55m 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!