frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

One of the worst scientific papers I've ever seen

https://statmodeling.stat.columbia.edu/2026/08/22/this-is-one-of-the-worst-scientific-papers-ive-...
1•Tomte•33s ago•0 comments

Multilingual people may have brains up to 13 years younger

https://www.sciencedaily.com/releases/2026/08/260821012226.htm
1•theanonymousone•1m ago•0 comments

Enlightenment

https://en.wikipedia.org/wiki/Enlightenment_(window_manager)
1•tosh•4m ago•0 comments

Show HN: New poems, written by real people

https://firstverse.app/
1•maverik•5m ago•0 comments

Wildfires across Europe detonate forgotten World War bombs

https://www.independent.co.uk/news/world/europe/europe-wildfires-world-war-bombs-b3037458.html
2•geox•7m ago•0 comments

Sea Turtle Sex Crisis: Why 99% Are Now Female

https://mazingamazingly.blogspot.com/2026/08/sea-turtle-sex-crisis-why-99-are-now.html
1•karakoram•8m ago•0 comments

The Optimization Theory of Everything

https://12gramsofcarbon.com/p/the-optimization-theory-of-everything
1•mltimdia•11m ago•0 comments

Gen-1.5 – The robot that one-shot learns with humans

https://generalistai.com/blog/gen-1.5
2•tuesdaynight•13m ago•0 comments

What the Newest Research on Wildfire Smoke Tells Us

https://www.nytimes.com/article/wildfire-smoke-health-effect.html
1•karakoram•13m ago•1 comments

Citadel Offloads 80% of Portfolio Scooped Up from Situational Awareness

https://www.ft.com/content/1603577e-89d8-4cfa-884b-b83fbb8dd20e
2•karakoram•15m ago•1 comments

Device Goes Past Equilibrium [Steve Mould] [video]

https://www.youtube.com/watch?v=NvkZaWLe0Sk
1•mdp2021•17m ago•0 comments

Show HN: I launched the most generous leaderboard

https://goodbid.lol/
3•xcanchal•19m ago•2 comments

FDA Approves Moderna's mRNA Flu Vaccine

https://www.nytimes.com/2026/08/05/health/mrna-flu-vaccine-moderna.html
1•gmays•22m ago•0 comments

Grasp: Simple protocol for code collaboration that uses interoperable servers

https://gitgrasp.com/
1•Bluestein•26m ago•0 comments

Song (server of Nostr-powered Git) is a simple personal Git server

https://gitworkshop.dev/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6/song
1•Bluestein•27m ago•0 comments

Does Python still need to be async-first?

https://blog.grandimam.com/posts/does-python-still-need-to-be-async-first/
2•grandimam•29m ago•0 comments

Self-host your own software factory

https://github.com/vercel-labs/eve-software-factory-template/tree/main
1•flashbrew•31m ago•0 comments

Model Genome: Fingerprinting Whether an LLM Was Trained from Scratch or Derived

https://huggingface.co/blog/mayafree/model-dna
1•gmays•32m ago•0 comments

Show HN: ClearVoice TTS, SOTA voice cloning model running offline, in an iOS app

https://apps.apple.com/ie/app/clearvoice-text-to-speech/id6798899505
1•roryclear•33m ago•0 comments

Multi-Agent Harness for Visual Design

https://github.com/EightPotions/Myli
1•yelboudouri•34m ago•0 comments

The Rise of the Sovereign Individual

https://dergigi.com/2019/08/22/the-rise-of-the-sovereign-individual/
1•Bluestein•35m ago•0 comments

New physics: LBL/Davis showing fusion persists at ultra low energies

https://physicsworld.com/a/nuclear-fusion-persists-at-ultralow-energies-inside-metal-foils/
2•redwood•37m ago•0 comments

ssh sshfighter.com

https://sshfighter.com?hn
4•thomasfromcdnjs•37m ago•0 comments

Show HN: Free Vision TUI Library for Go

https://github.com/oldwired/fv-go
1•omnibrain•37m ago•0 comments

Terence Tao: Understanding 6 essential mathematical concepts

https://bigthink.com/series/full-interview/6-essential-mathematical-concepts/
2•ferryth•37m ago•0 comments

Omikron Game Data Explorer

https://github.com/razodactyl/mod-omikron-tools
1•razodactyl•38m ago•0 comments

A correct Android answer can still fail the interview

https://salari.dev/writing/a-correct-android-answer-can-still-fail/
2•salari_dev•40m ago•0 comments

The Remarkable Lives of 5-Year-Old Brain Organoids

https://nautil.us/the-remarkable-lives-of-5-year-old-brain-organoids-1284120
1•Brajeshwar•41m ago•0 comments

Success = (number of attempts) × (probability of success each time)

https://www.thetrueengineer.com/p/success-number-of-attempts-probability
1•adletbalzhanov•42m ago•3 comments

Show HN: VRAM calculator that counts the text encoder, not just the weights

https://nerdylive123.github.io/vram-calculator/clean/
1•Aadi1277•43m 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!