frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Crew, a multiplayer workspace for humans and AI agents to work together

https://github.com/JamelHammoud/crew
1•alihammoud21•2m ago•0 comments

The 7T AI Gamble Is Failing. Big Tech Is Trapped

https://www.youtube.com/watch?v=OunJtLnyPT4
2•cable2600•5m ago•0 comments

The StubHub Customers Who Battled for Tickets–and Battle Harder for a Refund

https://www.wsj.com/business/stubhub-tickets-resell-refund-de5ef8c3
1•fortran77•5m ago•1 comments

Talk to ELIZA

https://findingeliza.org/try.html
1•droidjj•14m ago•0 comments

Statin use vs. death rate from cardiovascular diseases (2019)

https://ourworldindata.org/grapher/statin-use-cardiovascular-disease-death-rate
1•js2•14m ago•0 comments

We found a bug in FFmpeg with a vibecoded fuzzer

https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/23945
3•dclavijo•18m ago•0 comments

What job postings say about AI at work – Live report

https://corvi.careers/reports/ai-job-trends/
1•sp1982•23m ago•0 comments

Ask HN: Could DNA be represented as "an embedding" in an AI model?

3•greenmoonx•24m ago•1 comments

Electric is joining team Neon at Databricks

https://neon.com/blog/electric-joins-neon
2•thunderbong•25m ago•0 comments

Show HN: Copero Game: Free Football Career Simulator

https://coperogame.com/en
1•light001•27m ago•0 comments

A carbon nanotube network combines fracture resistance with extreme hardness

https://www.ibtimes.sg/china-scientists-create-unbreakable-crystal-stronger-diamond-how-it-works-...
1•yogthos•31m ago•0 comments

What happens when the AI bubble pops?

https://thehustle.co/originals/what-happens-when-the-ai-bubble-pops
2•paulpauper•34m ago•0 comments

Shopping Is Impossible

https://www.theatlantic.com/technology/2026/08/online-shopping-inescapable/688254/
2•paulpauper•35m ago•0 comments

We selected the next vector database at Booking.com

https://booking.ai/how-we-selected-the-next-vector-database-at-booking-com-1e738a5e3bb0
3•bobvanluijt•37m ago•0 comments

The Artificially Intelligent Dog

https://arnoldkling.substack.com/p/the-artificially-intelligent-dog
1•paulpauper•38m ago•0 comments

Two LLM calls beat one: 67% cheaper and 100% vs. 72% extraction accuracy

https://github.com/tauansloboda/semantic-thermodynamics
2•tauanvinicius•40m ago•0 comments

The Human Is the Loop

https://brentfitzgerald.com/posts/the-human-is-the-loop/
2•burnto•47m ago•0 comments

MiniMax H3: An Open Model Breaking the Boundaries Between Tasks and Modalities

https://twitter.com/MiniMax_AI/status/2083008095488516262
1•gmays•48m ago•0 comments

Review of Studies on the Level of Cannabis Use and Risk of Psychosis

https://pmc.ncbi.nlm.nih.gov/articles/PMC4988731/
2•thisislife2•48m ago•0 comments

Company Offering '100% Human-Written, Never AI' Medical Research Is 100% AI

https://www.404media.co/company-offering-100-human-written-never-ai-peer-review-is-entirely-ai/
6•Anon84•56m ago•1 comments

SignalCaster

https://signalcaster.app/
2•abdoghamlouch•59m ago•0 comments

Linux desktop use surged to 22% on one workday, Cloudflare data shows

https://www.zdnet.com/article/linux-desktop-use-surged-on-one-workday-cloudflare-data-shows/
5•speckx•1h ago•0 comments

Numbat by Perplexity: Endpoint visibility into AI agent activity

https://github.com/perplexityai/numbat
1•handfuloflight•1h ago•0 comments

SWE-Bench ProMax: Benchmarking Agents on Large-Scale Code Refactoring

https://arxiv.org/abs/2608.09802
1•williamjinq•1h ago•0 comments

4Chan Chuds Used AI to Clothe Her. She Fought Back (2024)

https://www.rollingstone.com/culture/culture-news/dignifai-4chan-shame-women-1234961851/
7•TMWNN•1h ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
1•vismit2000•1h ago•0 comments

The lifesaving secret hidden inside a horseshoe crab's blue blood

https://whdh.com/news/the-lifesaving-secret-hidden-inside-a-horseshoe-crabs-blue-blood-and-the-ra...
6•andsoitis•1h ago•0 comments

New Bedford police officer accused of using Flock cameras to track ex-partner

https://newbedfordlight.org/new-bedford-police-officer-accused-of-using-flock-cameras-to-track-an...
39•newsomix9xl•1h ago•15 comments

The traits that make engineers stand out, according to Coinbase's CTO

https://www.businessinsider.com/coinbase-cto-shares-traits-standout-engineers-have-ai-era-2026-8
3•doctaj•1h ago•0 comments

Gen Z has rediscovered the joy of going to the movies

https://www.economist.com/culture/2026/08/11/gen-z-has-rediscovered-the-joy-of-going-to-the-movies
8•andsoitis•1h ago•9 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!