frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

StoryScope: Investigating Idiosyncrasies in AI Fiction

https://arxiv.org/abs/2604.03136
1•cratermoon•29s ago•0 comments

The AI factory: the rewiring of India's tech industry [video]

https://www.ft.com/video/5a5733ea-f8fa-488f-906d-418584b8bc36
1•petethomas•29s ago•0 comments

Space Lasers Show How Venezuela's Earthquakes Reshaped the Earth's Crust

https://www.wired.com/story/space-lasers-show-venezuela-earthquakes-reshaped-earth-crust/
1•bookmtn•1m ago•0 comments

Banks, card networks, fintechs partner on 'low-cost' stablecoin

https://www.bankingdive.com/news/stablecoin-open-standard-bridge-abrams-bny-stripe-mastercard-vis...
1•petethomas•2m ago•0 comments

How to Meet Word Count for School Assignments

https://fastwordcount.com/blog/how-to-meet-word-count-for-school-assignments/
1•rajkverma123•5m ago•0 comments

Bull Bitcoin challenges EU's DAC8 crypto surveillance rules in French court

https://thecoinheadlines.com/crypto/bull-bitcoin-challenges-eus-dac8-crypto-surveillance-rules-in...
1•Alan_Writer•8m ago•0 comments

Search engine that donates 51% profits to charity

https://1.org/
1•adityamwagh•10m ago•1 comments

Show HN: Cyrinx (36kbps Acoustic Transport)

https://cyrinx.org/
2•dweekly•11m ago•0 comments

Accessibility in Gnome

https://blogs.gnome.org/sophieh/2026/07/07/accessibility-in-gnome/
2•birdculture•13m ago•1 comments

Felons, Fraudsters Flog Offensive Cybersecurity Startup

https://krebsonsecurity.com/2026/07/felons-fraudsters-flog-offensive-cybersecurity-startup/
1•tortilla•13m ago•0 comments

Ghost – real-time AI that tells you what to say during job interviews

https://ghostinterview.dev
1•ABO_Studios•18m ago•0 comments

Gated Frontier Model = the Fall of Capitalism

https://www.elevair.org/letter
1•campbellhendee•19m ago•0 comments

1 down, 1 to go: Aptera clears first federal hurdle

https://aptera.us/epa-release/
1•TeaVMFan•23m ago•1 comments

Tinfoil Pigeons – see the aircraft overhead

https://tinfoilpigeons.com/
1•gnabgib•28m ago•0 comments

Compiler for LLMs, world models, and AGI

https://arxiv.org/abs/2607.04542
1•OsamaJaber•29m ago•0 comments

Korean law targeting fake news takes effect as journalist groups raise concerns

https://apnews.com/article/south-korea-fake-news-law-press-freedom-7dcc52be82c047f9645218bec2f93966
1•zuzululu•30m ago•0 comments

A software engineering interview question I like: computing the median

https://krisshamloo.com/blog/007
2•speckx•32m ago•0 comments

Remote Attestation

https://www.liamcvw.com/p/remote-attestation
10•lcvw•38m ago•3 comments

A terminal designed for ClaudeCode to replace Claude Desktop

https://velaterm.com/
2•Ellis_dev•38m ago•0 comments

Blockchain Is Inevitable

https://www.raymondcheng.net/posts/blockchain-inevitable/
2•ryscheng•41m ago•1 comments

MIRA: Multiplayer Interactive World Models Trained on Rocket League

https://mira-wm.com/
4•ethanlipson•42m ago•0 comments

Show HN: Tilion – MCP for Claude Code to stop it getting blocked on the web

https://github.com/tiliondev/fortress/tree/main/mcp
5•arhamshahrier•45m ago•0 comments

Find genre of a track with CNN trained on spectrograms

https://findgenre.com/
2•illectronic•47m ago•1 comments

AI bills are baffling the C-suite after shift to usage-based pricing

https://www.theregister.com/ai-and-ml/2026/07/03/ai-bills-are-baffling-the-c-suite-after-shift-to...
2•appreciatorBus•51m ago•0 comments

The Return of Gravity

https://abcdinamo.com/news/the-return-of-gravity
1•herbertl•54m ago•0 comments

Occupancy Math on the AMD MI355X GPU (CDNA4): A From-First-Principles Guide

https://rocm.blogs.amd.com/software-tools-optimization/occupancy-math-mi355x/README.html
2•matt_d•55m ago•0 comments

Poppy the training box, part 1: the beginnings

https://www.gilesthomas.com/2026/07/poppy-the-training-box-1-the-beginnings
2•gpjt•56m ago•0 comments

Outspoken Chinese economist who doubted official GDP data dies

https://www.ft.com/content/e201f9f4-e3b2-4c59-8300-e50e9310a554
2•dataflow•57m ago•1 comments

Intelligence Is Free, Now What? Data Systems For, Of, and by Agents

https://bair.berkeley.edu/blog/2026/07/07/intelligence-is-free-now-what/
2•matt_d•58m ago•1 comments

QuakeWorld Air Physics

https://mattias.niklewski.com/2013/01/qw_air_physics.html
2•boredemployee•58m 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!