frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Generative AI Is Having Its Herbalife Moment

https://www.whatwelo.st/p/generative-ai-is-having-its-herbalife
1•watermelon0•2m ago•0 comments

Show HN: Foldkit vs. React, the same pixel art editor implemented in both

https://foldkit.dev/react/foldkit-vs-react-side-by-side
2•devinjameson•5m ago•0 comments

The First Prompt: "Let There Be Light"

https://substack.com/@iancutzu/note/c-278921935
2•iancutzul•6m ago•0 comments

Markdown Comes to Liteparse

https://www.llamaindex.ai/blog/markdown-comes-to-liteparse
2•pierre•6m ago•1 comments

It Is Trivially Easy to Use Reddit to Manipulate AI Search

https://www.404media.co/it-is-trivially-easy-to-use-reddit-to-manipulate-ai-search-research-sugge...
3•cui•13m ago•0 comments

Don't Get Hacked!

https://www.cs.columbia.edu/~smb/homesec/
3•sohkamyung•17m ago•0 comments

Show HN: Validate your idea from Reddit and TikTok

https://draper.chat
3•tomchill•19m ago•0 comments

CVE Daily, RSS Feed Generation Back End

https://github.com/PredestinedPrivacy/cvedaily-rss
3•PredestinedPriv•20m ago•0 comments

"I scratched my own itch" isn't good enough (2025)

https://longform.asmartbear.com/scratched-my-own-itch/
3•ogundipeore•22m ago•0 comments

AI helped diagnose 18 children whose rare diseases had stumped doctors

https://www.nbcnews.com/tech/innovation/ai-boston-childrens-hospital-diagnose-rare-diseases-kids-...
3•mgh2•27m ago•0 comments

Phone Batteries Keep Getting Better. So Why Are We Always Charging?

https://www.cnet.com/tech/mobile/features/phone-battery-life-silicon-carbon-what-next/
2•giuliomagnifico•28m ago•0 comments

Vim Creator Bram Moolenaar's Forgotten Programming Language, Zimbu (2023)

https://thenewstack.io/vim-creator-bram-moolenaars-forgotten-programming-language-zimbu/
3•azhenley•32m ago•0 comments

The Chinese Room

https://plato.stanford.edu/entries/chinese-room/
2•goloco•36m ago•1 comments

DARPA Heavy Life Challenge

https://www.darpa.mil/research/challenges/lift
3•mhb•38m ago•0 comments

Amazon S3 annotations: attach rich, queryable context directly to objects

https://aws.amazon.com/blogs/aws/amazon-s3-annotations-attach-rich-queryable-context-directly-to-...
4•firasd•43m ago•0 comments

White House talks with Anthropic shift to setting AI security rules

https://www.politico.com/news/2026/06/18/white-house-talks-with-anthropic-shift-to-setting-ai-sec...
4•daniban•45m ago•1 comments

Why Global Chaos Can't Stop the World Cup [video]

https://www.youtube.com/watch?v=vn8w80Ms7-w
2•mgh2•46m ago•0 comments

Amazon employees say they're facing termination for backing data center limits

https://www.theverge.com/ai-artificial-intelligence/952180/amazon-seattle-data-center-moratorium-...
3•1vuio0pswjnm7•46m ago•0 comments

AI DevKit – The control plane for AI coding agents

https://ai-devkit.com/
2•hoangnnguyen•46m ago•0 comments

Meetup.com login appears to be exceeding its reCAPTCHA Enterprise quota

2•infl8ed•53m ago•0 comments

Why do politicians want AI to go faster?

https://www.irishtimes.com/technology/big-tech/2026/04/02/why-do-politicians-want-ai-to-go-faster/
2•1vuio0pswjnm7•58m ago•1 comments

Inside the Rage Machine [video]

https://www.bbc.com/video/docs/series/10294077
3•1vuio0pswjnm7•1h ago•1 comments

Show HN: A/B testing LLM silence with one system-prompt toggle

https://twitter.com/RayanPal_/status/2067816563995189631
9•rayanpal_•1h ago•0 comments

Show HN: Sakha – An AI employee – onboarding tool for businesses

https://www.sakha.one
2•ankleshh•1h ago•0 comments

Profile(v2.1.4) physics-aware optimizer for vLLM (31→470 tok/s on A100)

https://github.com/jungledesh/profile
2•jungledesh•1h ago•0 comments

Staarfruit.com

https://staarfruit.com/
4•BishrKhan•1h ago•0 comments

Slay The Spire 2 – Major Update #2 – v0.107.1

https://store.steampowered.com/news/app/2868840/view/710026912607505280
2•j-scott•1h ago•1 comments

Fable Converted Pylint to Rust

https://pypi.org/project/prylint/
3•adamraudonis•1h ago•0 comments

AI Agents for Product Managers

https://ferrix.ai/blog/ai-agents-for-product-managers
2•B_Nemade•1h ago•0 comments

ElevenLabs Routes Image and Video to Outside Models, and Disclaims What They Do

https://ledger.somantix.ai/posts/eleven-labs-routes-image-and-video-to-outside-models-and-disclai...
3•bdroopy•1h 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!