frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Calculix: A Free Software Three-Dimensional Structural Finite Element Program

https://www.calculix.de/
1•joebig•1m ago•0 comments

Internet Radio Station Directory

https://www.radio-browser.info/
1•rickcarlino•1m ago•0 comments

Blockmachine

https://blockmachine.io
1•brittanyseales•2m ago•1 comments

AI chatbots are coming for white-collar job interviews

https://www.businessinsider.com/ai-bot-job-interview-white-collar-work-2026-7
1•petethomas•3m ago•0 comments

Two AI models exchanged a thought through raw activations on one consumer GPU

https://github.com/VitaAI-SCG/one-gpu-lab
1•HASHIRAMA1337•3m ago•0 comments

Twilio API attack leaves customers with upwards $5k charges

https://old.reddit.com/r/twilio/comments/1uhx9zt
1•sskylar•4m ago•2 comments

Ask HN: Meta's 'Localhost Tracking on Android'

1•juliusceasar•4m ago•0 comments

Bricks and Minifigs Tried to Get Me Arrested to Stop This Video

https://www.youtube.com/watch?v=auf_-bVs2WA
2•fortran77•4m ago•0 comments

Germany is quietly falling apart

https://spectator.com/article/germany-is-quietly-falling-apart/
1•mrzool•4m ago•0 comments

Show HN: BlockSlides –> ProseMirror-WYSIWYG slide editor built like Tiptap

https://www.blockslides.com/
1•Mojmalik•5m ago•0 comments

Verification of the Outer Space Treaty with cosmic protons

https://www.nature.com/articles/s41586-026-10783-2.epdf
1•root-parent•6m ago•0 comments

Ocean: Climate Infrastructure?

https://medium.com/@zhikai.wang/ocean-infrastructure-could-the-ocean-become-humanitys-next-climat...
1•witnesser2•10m ago•1 comments

Rant about local models [video]

https://www.youtube.com/watch?v=wnfxSxP8pGs
2•mfbx9da4•10m ago•0 comments

Bringing back Eisenhower's process for getting rid of process

https://www.governance.fyi/p/bringing-back-eisenhowers-process
1•toomuchtodo•10m ago•1 comments

Request for a Cybersecurity and Senior Developer

1•essina•10m ago•1 comments

Vāgdhenu A vṛtta (meter) aware śloka-to-chant text-to-speech system for Sanskrit

https://prathosh.in/vagdhenu/
1•user20180120•10m ago•1 comments

Modernizing Property Tax Assessments in Allegheny County with Open Source Tech

https://bsky.app/profile/johnhbillings.bsky.social/post/3mqa7wj5uek2u
1•larsiusprime•12m ago•1 comments

Hot Surveillance Summer, a.k.a. Why Smart Glasses Feel Different This Time

https://www.usermag.co/p/hot-surveillance-summer-aka-why-smart-glasses-feel-different-this-time-m...
1•Retz4o4•15m ago•1 comments

I made a silly motion blurred-scrolling web page just to see

https://blakehouseholder.substack.com/p/i-made-a-silly-motion-blurred-scrolling
1•blake8086•15m ago•0 comments

I'm pretty sure isRecord is tldraw's fault

https://tldraw.dev/blog/is-record-sorry
1•steveruizok•16m ago•0 comments

Not your keys, not your songs: Last rites for Nina Protocol

https://components.news/not-your-keys-not-your-songs-nina-protocol/
1•AirMax98•21m ago•0 comments

Tuning the Harness, Not the Model

https://www.langchain.com/blog/tuning-the-harness-not-the-model-a-nemotron-3-ultra-playbook
1•kristianpaul•23m ago•0 comments

Meta is staring down $1.4T in lawsuit over teen mental health

https://finance.yahoo.com/technology/articles/meta-staring-down-1-4t-173432639.html
5•randycupertino•25m ago•2 comments

Joke website made TechCrunch top page

https://www.larp.website/
3•largoldstein•26m ago•0 comments

The AI Wrapper Is Dead: 3 Approaches to Verticalization for Early-Stage Startups

https://www.nfx.com/post/ai-wrapper-dead-verticalization-startups
2•nadis•29m ago•0 comments

Cutting off Russian enrichment raises uranium mining demand,with no new reactors

https://raw-science.org/uranium-enrichment-russian-ban/
1•raw-science•29m ago•0 comments

Texas ICE Killing Darkens: Rep Says Witnesses Were Pressured to Self-Deport

https://newrepublic.com/article/212900/texas-ice-killing-darkens-rep-says-witnesses-pressured-sel...
5•hn_acker•29m ago•1 comments

Rubiks Cube Solver

https://speedcube.com.br/
3•wozzp•31m ago•1 comments

In AI, the United States and China Are Racing in the Dark

https://acf.sais.jhu.edu/in-ai-the-united-states-and-china-are-racing-in-the-dark/
1•petethomas•33m ago•0 comments

A More Unique Approach to Shadow Maps

https://lotusspring.substack.com/p/a-more-unique-approach-to-shadow
1•klaussilveira•34m 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!