frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Trump threatens 100% tariff on European digital services taxes

https://www.bbc.co.uk/news/articles/cn4rd71411ko
1•lifeisstillgood•1m ago•0 comments

Waveloop: What Fable Left Me

https://neynt.ca/writing/waveloop/
1•personjerry•1m ago•0 comments

Ask HN: Anthropic Billing Issues?

1•nycdatasci•2m ago•0 comments

Steam Controller auto-charge with computer vision tracking

https://github.com/FossPrime/Steam-Controller-Auto-Charge
1•phoronixrly•5m ago•0 comments

A molecular seesaw drives healthy skin development: research

https://med.stanford.edu/news/all-news/2026/06/molecular-seesaw-skin-development.html
1•hhs•5m ago•0 comments

Darwin: Libsystem_malloc .dylib and XZone

https://df-f.com/blog/darwin-libsystem-malloc-dylib-and-xzone
1•akyuu•8m ago•0 comments

Decker Fantasy Camp 2026

https://itch.io/jam/decker-fantasy-camp-2026
1•RodgerTheGreat•13m ago•0 comments

Understanding Ordinary Events

https://ordinary.blog/posts/understanding-ordinary-events/
2•watters•13m ago•0 comments

Speeding Up Ratchets with Resharp

https://danverbraganza.com/writings/ratchets-run-faster-with-resharp
1•nvader•18m ago•0 comments

The Church-Turing Thesis from the Perspective of Discrete Physics

https://gist.github.com/wyniijj5-wq/66f06982a912fa4b4812cea5615c2d6f
1•wij•21m ago•0 comments

Volkswagen reportedly planning to axe 100k jobs

https://www.cnn.com/2026/06/26/economy/volkswagen-job-cuts
4•teleforce•21m ago•0 comments

Thomas Salme

https://en.wikipedia.org/wiki/Thomas_Salme
4•st_goliath•25m ago•0 comments

Apple Internals: Swift in the Kernel

https://blog.calif.io/p/apple-internals-swift-in-the-kernel
1•akyuu•26m ago•0 comments

Revolut dials back remote work for graduates

https://sifted.eu/articles/revolut-dials-back-remote-work-for-graduates
1•tg180•26m ago•0 comments

Over 1/3 of households in Poland consist of one person amid demographic change

https://notesfrompoland.com/2026/06/25/over-a-third-of-households-in-poland-now-consist-of-one-pe...
1•toomuchtodo•27m ago•1 comments

Retraction questions claim that cancer therapy works better in morning

https://www.science.org/content/article/retraction-questions-claim-cancer-therapy-works-better-mo...
1•hentrep•27m ago•0 comments

Trump admin allows Anthropic to release Mythos AI model to some companies

https://www.cnbc.com/2026/06/26/us-government-anthropic-claude-mythos5-ai.html
3•dataking•30m ago•1 comments

US releases powerful Anthropic model Mythos to some US companies

https://www.semafor.com/article/06/27/2026/us-releases-powerful-anthropic-model-mythos-to-some-us...
2•wasting_time•32m ago•0 comments

Rocket Lab launches 10th Synspective satellite – SpaceNews

https://spacenews.com/rocket-lab-launches-10th-synspective-satellite/
2•rbanffy•35m ago•0 comments

Interview – ADHD Child vs. Non-ADHD Child [video]

https://www.youtube.com/watch?v=-IO6zqIm88s
1•gurjeet•38m ago•1 comments

You can't always trust a BMC's inventory of the server's hardware

https://utcc.utoronto.ca/~cks/space/blog/tech/BMCDontTrustHardwareInventory
3•LorenDB•39m ago•0 comments

Due to the AI memory crisis, Apple is bringing back the original Apple I

https://old.reddit.com/r/MacStudio/comments/1ugkygr/due_to_the_ai_memory_crisis_apple_is_bringing/
1•akirahittoxyz•40m ago•0 comments

The US lifts its block on Mythos 5

https://twitter.com/Techmeme/status/2070638481265905837
51•bobrenjc93•42m ago•19 comments

Ask HN: Any OSS models as good as GPT-4o-mini?

2•ra0x3•46m ago•0 comments

Mankato Unofficial Website

http://city-mankato.us/
2•limbicsystem•46m ago•0 comments

Why does kinetic energy increase quadratically, not linearly, with speed? (2011)

https://physics.stackexchange.com/questions/535/why-does-kinetic-energy-increase-quadratically-no...
3•ProxyTracer•47m ago•0 comments

I built a tiny free app to track money saved by skipping small purchases

https://skipd.coffee/
1•dariyam•50m ago•0 comments

Show HN: Imap2gmail – A self-contained mass-migrations orchestrator for Gmail

https://github.com/overflowy/imap2gmail
1•overflowy•52m ago•0 comments

Workbench: A TUI for parallel coding agents

https://github.com/erikqu/workbench-cli
3•erikqu•52m ago•1 comments

Assessing GPT-5.6 Sol Against Cybersecurity Benchmarks

https://www.irregular.com/research/assessing-gpt-5.6-sol
1•edanm•53m 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!