frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

When Capture-Recapture Meets Frontier AI

https://corporate.comcast.com/stories/when-capture-recapture-meets-frontier-ai
1•wslh•32s ago•0 comments

I built an NHTSA agent that decodes car VINs and ingests public OEM press kits

https://whichtrim.com/
1•karsonmadden•59s ago•0 comments

Mischief and the Hard Problem of Alignment

https://andrewrussell.substack.com/p/mischief-and-the-hard-problem-of
1•aruss•1m ago•0 comments

What Fine-Art Photography Can Teach Us About AI in Mathematics

https://quantumformalism.substack.com/p/what-fine-art-photography-can-teach
1•VStack•2m ago•0 comments

San Jose officer used Flock to help relative track domestic violence victim

https://www.sfchronicle.com/bayarea/article/san-jose-officer-flock-safety-cameras-22428239.php
3•cdrnsf•2m ago•0 comments

OpenAI Buys Startup Developing Smartphone Camera

https://www.wsj.com/tech/openai-buys-startup-developing-smartphone-camera-63590370
1•mfiguiere•3m ago•0 comments

iOS, iPadOS, macOS 26.7, and macOS 15.8 released

https://support.apple.com/en-ca/100100
1•throw0101d•3m ago•0 comments

Improving Throughput by Optimising KV Cache Efficiency for Agentic Workloads

https://j9s.io/posts/agentic_inference/
1•kkm•6m ago•0 comments

EPA eliminates rule that limits planet-warming greenhouse gas emissions from pp

https://apnews.com/article/epa-power-plants-trump-coal-gas-climate-cac1c2c75f8656d8eaf5f0a240edae15
2•bix6•7m ago•1 comments

Botanical illustrations by women shape our knowledge of Australia's flora

https://www.abc.net.au/news/2026-08-15/history-of-women-botanical-illustrators/106787474
1•Tomte•8m ago•0 comments

Rust cargo vet, go vet.. meet PHP vet

https://github.com/laravel/vet
1•nunomaduro•9m ago•0 comments

Palantir, Nvidia curb AI model use over data fears

https://www.reuters.com/business/palantir-nvidia-curb-ai-model-use-over-data-fears-information-re...
2•tosh•9m ago•0 comments

Show HN: 100 Player Online Smash Bros

https://meleeroyale.com/
1•masterspy7•10m ago•0 comments

Micky Malka on Lessons from Backing the Best Founders in Fintech [video]

https://www.youtube.com/watch?v=CjLhd1WZwTE
1•wslh•11m ago•0 comments

Will Driverless Cars Increase Urban Densities?

https://ti.org/antiplanner/?p=24194
1•speckx•14m ago•0 comments

Everything You Should Know Before Buying Steam Frame

https://roadtovr.com/everything-you-should-know-steam-frame/
2•SLHamlet•16m ago•0 comments

Show HN: Ringee – Open-source human and AI calling

https://www.ringee.io
1•edison_•16m ago•1 comments

Why you can need Cloud Run Instances

https://www.reddit.com/r/googlecloud/comments/1wgb0uy/what_i_learned_about_cloud_run_instances/
1•minherz•16m ago•0 comments

The surprising amount of product thinking behind 'Delivering in 10 minutes'

https://aakritwrites.com/quick-commerce-eta-widget/
1•aakritpatel•16m ago•1 comments

No cities on the moon – there isn't enough water, scientists say (op-ed)

https://www.space.com/astronomy/moon/no-cities-on-the-moon-there-isnt-enough-water-scientists-say...
3•Anon84•16m ago•1 comments

China's Top Spy Chief Warns A.I. Is a Threat to Party Rule

https://www.nytimes.com/2026/09/14/world/asia/china-ai-security-risks-anthropic.html
1•pixelesque•18m ago•0 comments

Unison: A friendly programming language from the future

https://github.com/unisonweb/unison
1•sigalor•18m ago•0 comments

Pro Hacker v3.9.0: Real-World CVEs, Malware, and Incident Response Simulations

https://play.google.com/store/apps/details?id=com.gripxtech.prohacker&hl=en_US
1•gripxtech•21m ago•0 comments

Small Programming Tricks

https://will-keleher.com/posts/small-programming-tricks-matter/
2•theanonymousone•22m ago•0 comments

Machine Learning Reshapes Credit Scoring

https://cacm.acm.org/news/machine-learning-reshapes-credit-scoring/
1•visha1v•22m ago•0 comments

Contradish – AI Policy Consistency Checker

https://contradish.com/
1•michelejoseph•23m ago•0 comments

Porting Half-Life: Alyx to Steam Frame

https://www.digitalfoundry.net/features/porting-half-life-alyx-to-steam-frame-how-valves-engineer...
1•jakogut•23m ago•0 comments

Show HN: SayItFlow – On-device Mac dictation that unloads models when idle

https://github.com/innovatorved/sayItflow
2•innovatorved•23m ago•0 comments

Our first impressions of the GPT-Live-1 API for voice agents

https://thunderphone.com/blog/gpt-live-first-impressions
1•kolchinski•24m ago•0 comments

The Economics of Generative AI

https://tailwinds.substack.com/p/the-economics-of-generative-ai
3•Anon84•28m ago•1 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!