frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Lightweight Open-Source LLM Benchmark Tool – Compare Any Model on OpenRouter

https://cheikhhseck.medium.com/i-built-a-llm-benchmark-tool-and-tested-it-on-free-models-heres-wh...
1•cheikhdev•1m ago•0 comments

Zigbee vs. Matter over Thread:Understanding IoT Protocol Performance in Practice

https://arxiv.org/abs/2603.04221
2•teleforce•2m ago•0 comments

Bugtraq Is Back

https://lists.securityfocus.com/hyperkitty/list/bugtraq@securityfocus.com/thread/CHKLXLA7SJEWLDFH...
2•bashtoni•7m ago•0 comments

Spotted: Mac Studio with M3 Ultra 256GB RAM and M4 Max with 128GB RAM

https://gpuquicklist.com/blog/m3-ultra-256-and-m4-max-128
1•kristianp•9m ago•0 comments

Flowise Is Shutting Down

https://flowiseai.com/sunset
2•llmgraph•10m ago•1 comments

The Myth of the Food Desert

https://www.newyorker.com/magazine/2026/08/03/food-justice-undone-hanna-garth-book-review
1•delichon•11m ago•0 comments

US has used 'virtually all' of its long-range precision missiles during Iran war

https://www.reuters.com/world/us-has-used-virtually-all-its-long-range-precision-missiles-during-...
1•dataflow•12m ago•0 comments

Feynman's Office; the Last Blackboards [pdf]

https://aip.brightspotcdn.com/PTO.v42.i2.88_1.online.pdf
1•tylerdane•12m ago•1 comments

Eight Myths on Software Engineering and GenAI

https://queue.acm.org/detail.cfm?id=3807963
1•tchalla•22m ago•0 comments

White House excludes open models from framework to test advanced AI capabilities

https://www.axios.com/2026/08/04/trump-ai-framework-open-models
1•petethomas•22m ago•0 comments

Poetry Camera

https://poetry.camera/
1•karakoram•22m ago•0 comments

Lorem Slopsum

https://macro.land/blog/lorem-slopsum/
1•priyadarshy•25m ago•0 comments

Standalone Touch ID Sensor for Mac

https://github.com/zimengxiong/tinytouch
2•ls-a•27m ago•1 comments

Show HN: Find what users want by analyzing app reviews

https://seam.obverselabs.com/
2•OtmaneBenazzou•28m ago•0 comments

Nobody Was Watching: Anthropic, OpenAI, and Open Models

https://substack.norabble.com/p/nobody-was-watching
2•nedruod•30m ago•0 comments

So What's Up with That New CPanel Database Vulnerability?

https://lowendbox.com/blog/so-whats-up-with-that-new-cpanel-database-vulnerability/
1•shaunpud•33m ago•0 comments

Pigeons: SSH Anywhere, Built on Iroh

https://pigeons.computer/
3•AceJohnny2•33m ago•1 comments

2D Vortex Dynamics

https://lee-phillips.org/vortex/
2•leephillips•37m ago•0 comments

US yen intervention signals perfect storm rising in FX and bond markets

https://www.reuters.com/commentary/reuters-open-interest/us-yen-intervention-signals-perfect-stor...
3•mapping365•37m ago•1 comments

Advanced Lawnmower Simulator (1988)

https://en.wikipedia.org/wiki/Advanced_Lawnmower_Simulator
3•yzydserd•38m ago•0 comments

I'm (mostly) picking models on speed now, not intelligence

https://martinalderson.com/posts/speed-vs-intelligence/
2•birdculture•39m ago•0 comments

Appeals Court Agrees with EFF That Building a Web Browser Doesn't Violate CFAA

https://www.eff.org/deeplinks/2026/08/appeals-court-agrees-eff-building-web-browser-doesnt-violat...
6•iamnothere•39m ago•1 comments

Is It Possible to Make Smart Glasses That Aren't Creepy?

https://www.wired.com/story/is-it-possible-to-make-privacy-friendly-smart-glasses/
2•bushwart•41m ago•0 comments

IP and DNS Leaks in WebKit Affecting Proxy Browsers and iCloud Private Relay

https://mysk.blog/2026/08/04/webkit-proxy-icloud-private-relay-ip-leak/
9•lapcat•41m ago•0 comments

TikTok Withheld a Safety Feature from Millions. One Died by Suicide

https://www.bloomberg.com/news/features/2026-08-04/confidential-tiktok-report-shows-algorithm-saf...
2•petethomas•43m ago•0 comments

Crash experiences of highly automated vehicles and human drivers

https://www.iihs.org/api/datastoredocument/bibliography/2374
2•bushwart•44m ago•0 comments

OpenAI pays $3.2M in US probe over hiring foreign workers

https://www.reuters.com/business/openai-pays-32-million-us-probe-over-hiring-foreign-workers-2026...
6•alephnerd•46m ago•0 comments

Pass the Passkey: A Novel Attack Surface in Passwordless Authentication

https://unit42.paloaltonetworks.com/passwordless-authentication-security-risks/
15•jchanimal•50m ago•7 comments

FIPS 140-3 is not a security guarantee, and auditors know it

https://808bits.com/articles/fips-140-3-not-a-security-guarantee/
11•meehow•51m ago•2 comments

Stackoversroll – A social media for code. Designed for you and your angents

https://stackoverscroll.com
2•bilgi42•51m ago•4 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!