frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Clarveo – See the trading patterns costing you money

https://clarveo.app
1•timoslav•1m ago•0 comments

RFC 10023: A DNS signal for domains that are for sale

1•mdavids•2m ago•0 comments

Kani Rust Verifier

https://github.com/model-checking/kani
1•lwhsiao•3m ago•0 comments

Hackers say they breached Italian state email to target Revolut 'crypto whales'

https://www.ft.com/content/97f3d2b7-0282-42a7-bbb7-538624441a8a
1•JumpCrisscross•5m ago•0 comments

Movies with their own making-of book

https://chadcomello.com/a-list-of-movie-microhistories/
1•speckx•5m ago•0 comments

Samsung backs Nvidia AI chip rival in $230M funding round

https://www.cnbc.com/2026/09/14/samsung-euclyd-ai-chip-funding.html
1•velik_m•5m ago•0 comments

It's Not About How Developers Vote

https://techrights.org/n/2026/09/15/It_s_Not_About_How_Developers_Vote.shtml
2•amcclure•5m ago•0 comments

Factory raises $200M at $5B valuation

https://factory.com/news/5-billion-valuation
1•kstrauser•6m ago•1 comments

Publicdomainpictures.net Seems to Have Become Fed Up with Slop

https://techrights.org/n/2026/09/15/publicdomainpictures_net_Seems_to_Have_Become_Fed_Up_With_Slo...
2•amcclure•7m ago•0 comments

Unixcop.com Is the Latest "Linux" Site to Have Become a Slopfarm After Death

https://techrights.org/n/2026/09/15/unixcop_com_is_the_Latest_Linux_Site_to_Have_Become_a_Slopfar...
1•amcclure•10m ago•1 comments

I am building an OCR benchmark SaaS

https://ocrbench.app
1•gusguitare•11m ago•1 comments

Meta One – personal/creator/business subscription plans

https://www.meta.com/meta-one-plans/
1•gessha•13m ago•1 comments

We're not ready for superpersistent AI

https://www.natesilver.net/p/were-not-ready-for-superpersistent
1•7777777phil•14m ago•0 comments

Typesafe.ai's System One Model

https://docs.typesafe.ai/concepts/system-one
1•big_toast•15m ago•0 comments

AWS says it can't restore service to Bahrain facilities 6mo after Iran strikes

https://www.cnbc.com/2026/09/15/aws-cant-restore-service-to-bahrain-uae-6-months-after-iran-strik...
2•herpderperator•16m ago•0 comments

I started writing a 500-page sci-fi novel at 12 – at 14, I published it

https://lukatakki.com/side
1•Luka_Takki•16m ago•1 comments

A simulated fruit-fly brain (FlyWire connectome) plays a strategy game

https://pr1nted.itch.io/open-fly
1•Pr1nted•19m ago•0 comments

How OpenAI Used Its Own LLMs to Design Its AI Chip

https://spectrum.ieee.org/llms-for-chip-design
2•guardiangod•20m ago•0 comments

95% of projects publishing an OpenAPI spec have no compatibility gate

https://specshield.io/blog/95-percent-no-compatibility-gate
1•DeepakSatyam•21m ago•0 comments

Cisco email security boxes can be rooted by an email

https://www.theregister.com/security/2026/09/15/cisco-email-security-boxes-can-be-rooted-by-an-em...
5•sbulaev•24m ago•1 comments

Windows navigation using NLP and a bunch of other cool stuff

https://grabthat.ai/
1•kevanparker•24m ago•0 comments

The Navier–Stokes Millennium Prize Problem

https://openai.com/index/navier-stokes-solution/?hl=en-GB
2•Eridanus2•27m ago•1 comments

'On the Equality of All Things' looks at the nature of reality

https://www.npr.org/2026/09/14/nx-s1-5968442/on-the-equality-of-all-things-physics-carlo-rovelli
1•Anon84•29m ago•0 comments

Did your AI agent get the memo, or just the blame?

https://dev.yuv.run/writing/rules-that-survive/
1•alkisyuv•29m ago•0 comments

I built a local CV generator/application tracker because hunting was exhausting

https://github.com/Tibab222/cvMaker
1•Tibab•30m ago•0 comments

Show HN: Inkling – ask Claude Code for a doc, get HTML instead of Markdown

https://github.com/MeetVys/inkling
1•meet_vyas•31m ago•0 comments

IDEs are dead, long live the IDE

https://px0.ai/blog/ides-are-dead-long-live-the-ide/
3•arpitbbhayani•34m ago•0 comments

How much oil-market buffer is left?

https://www.depletion.org
41•mcone•34m ago•34 comments

AI agents now have a place to snitch

https://techcrunch.com/2026/09/15/ai-agents-now-have-a-place-to-snitch/
1•hackernj•34m ago•0 comments

Optimize Your Funnel by Getting Inside Your Buyer's Head (2017)

https://www.heavybit.com/library/video/optimize-your-funnel-by-getting-inside-your-buyers-head
1•mooreds•35m 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!