frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Grasshopper: Advanced Tab Manager

https://addons.mozilla.org/en-US/firefox/addon/grasshopper-urls/
1•madprops•4m ago•0 comments

Show HN: Headless terminal – Giving agents TUI access powered by libghostty

https://github.com/montanaflynn/headless-terminal
1•anonfunction•4m ago•0 comments

Qualtrics Survey Licensing Cost

1•rajivijay•6m ago•1 comments

Kahtooee.com

https://kahtooee.com
1•canihelpai•8m ago•0 comments

GCC 16 Compiler Nearly Ready for Release with Zen 6, AVX10.2, APX and Algol 68

https://www.phoronix.com/news/GCC-16.1-Coming-Soon
1•rbanffy•9m ago•0 comments

The Neon King of New Orleans

https://gardenandgun.com/new-orleans-neon-king
4•renameme•9m ago•0 comments

The Second Time Will Be the IPO Charm for Cerebras

https://www.nextplatform.com/compute/2026/04/22/the-second-time-will-be-the-ipo-charm-for-cerebra...
1•rbanffy•10m ago•0 comments

Chaotic fluctuations mark mental activity in task-based heart rate variability

https://www.nature.com/articles/s41598-026-43385-z
2•bookofjoe•11m ago•0 comments

CATL to launch sodium-ion batteries in EVs in 2026, aiming for 370 miles range

https://electrek.co/2026/04/22/catl-launching-sodium-ion-batteries-evs-2026/
3•breve•17m ago•0 comments

Women in Gaza Sexually Abused by Hamas Fighters

https://www.dailymail.com/news/article-15732903/Women-living-Hamas-rule-Gaza-Mail-sexually-abused...
3•transfer92•17m ago•0 comments

Browser for Agents in a form of CLI, API or library

https://github.com/zarkones/Moroi-Browser
1•ZARKONES•19m ago•0 comments

Kalshi suspends 3 congressional candidates in 'insider trading' enforcement

https://www.cnbc.com/2026/04/22/kalshi-insider-trading-congress.html
1•shinryudbz•22m ago•0 comments

Investors lost billions on Trump's memecoin. Another gala won't fix that

https://arstechnica.com/tech-policy/2026/04/investors-lost-billions-on-trumps-memecoin-another-ga...
4•rbanffy•22m ago•0 comments

X is going to let Grok curate your timeline

https://www.theverge.com/tech/917113/x-ai-grok-timeline-curation
1•omer_k•23m ago•0 comments

The opportunity is in building ethical software that respects users needs

https://bhurghundii.substack.com/p/the-opportunity-is-in-building-ethical
1•sailorganymede•24m ago•0 comments

Bolt AI builder: Create apps and websites by chatting with AI

https://bolt.new
1•doener•25m ago•0 comments

My GLM-5.1 coding agent scored 94.3% on LiveCodeBench Lite (348/369)

3•univence•25m ago•0 comments

Failed Companies Are Selling Old Slack Chats and Email Archives to Train AI

https://gizmodo.com/failed-companies-are-selling-old-slack-chats-and-email-archives-to-train-ai-2...
4•CGMthrowaway•32m ago•1 comments

A Sony Walkman for the Spotify Era

https://nymag.com/strategist/article/sony-walkman-nwa306-review-2026.html
3•HardwareLust•36m ago•0 comments

Personal computing in the Anthropocene with eyes, minds and hearts wide open

https://smol.earth/manifesto.html
2•NoGravitas•41m ago•0 comments

Jeff Bezos Nears $10B Funding Round for Project Prometheus

https://www.bloomberg.com/news/articles/2026-04-21/jeff-bezos-nears-10-billion-funding-round-for-...
4•gmays•41m ago•2 comments

Sintopia

https://store.steampowered.com/app/2213700/Sintopia/
2•doener•43m ago•0 comments

Ars Technica newsroom AI policy

https://arstechnica.com/staff/2026/04/our-newsroom-ai-policy/
7•LorenDB•44m ago•1 comments

Hofmann Typeface (2023)

https://www.itsnicethat.com/articles/nguyen-gobber-hofmann-graphic-design-project-111223
1•NKosmatos•44m ago•0 comments

Olive CSS: Lisp powered vanilla CSS utility-Class A la Tailwind

https://codeberg.org/jjba23/olive-css
5•jjba23•46m ago•1 comments

Sacrifice your job for the glorious AI future

https://disconnect.blog/sacrifice-your-job-for-the-glorious-ai-future/
2•cdrnsf•46m ago•0 comments

Creativity Harness: Adobe will be fine

https://avkcode.github.io/blog/creative-widgets-should-produce-files.html
1•KyleVlaros•51m ago•0 comments

Microplastics in testicles may play a role in male infertility, study suggests

https://weillcornell.org/news/microplastics-in-testicles-may-play-a-role-in-male-infertility-stud...
1•vinni2•51m ago•0 comments

Show HN: OpenDeck – DIY MIDI Platform Based on Zephyr RTOS

https://github.com/shanteacontrols/OpenDeck
2•somemisopaste•51m ago•0 comments

Intel Ends Open Ecosystem Community/Evangelism

https://www.phoronix.com/news/Intel-Ends-OSS-Evangelism-Repos
1•doener•52m 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!