frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gen Z and millennials are driving a great American drinking decline, Gallup poll

https://fortune.com/2025/08/13/gen-z-drinking-alcohol-attitudes-gallup-survey/
3•randycupertino•4m ago•1 comments

PlayStation Portal

https://en.wikipedia.org/wiki/PlayStation_Portal
1•tosh•5m ago•0 comments

Raycast for Windows

https://www.raycast.com/blog/raycast-for-windows
1•pentagrama•6m ago•0 comments

You are likely to be eaten by the MIT license: Microsoft frees Zork source

https://www.theregister.com/2025/11/21/microsoft_zork_source/
1•pseudolus•10m ago•0 comments

Calculus for Mathematicians, Computer Scientists, and Physicists [pdf]

https://mathcs.holycross.edu/~ahwang/print/calc.pdf
2•o4c•11m ago•0 comments

Ask HN: Good resources to learn financial systems engineering?

1•_1tan•13m ago•0 comments

Kraig Biocraft Laboratories Announces Bam-1 Spider Silk Hybrids in Production

https://www.textileworld.com/textile-world/fiber-world/2024/06/kraig-biocraft-laboratories-announ...
1•rawgabbit•13m ago•0 comments

Show HN: StoryStory – AI-generated illustrated and narrated children's stories

https://www.storystory.online/
1•samuelaidoo45•14m ago•0 comments

A software synthesizer modellled on Yevgeny Murzin's ANS synthesizer

https://github.com/frankenbeans/MZ2SYNTH
1•PaulHoule•15m ago•0 comments

GPT-5.1-Codex-Max is taking on Gemini

https://www.augmentedswe.com/p/gpt-5-codex-max
1•wordsaboutcode•16m ago•0 comments

Show HN: Makefiles, Metalanguages, Matrioshka Automata

https://robot-wranglers.github.io/compose.mk/
1•robot-wrangler•17m ago•0 comments

A Battle with My Blood – Tatiana Schlossberg

https://www.newyorker.com/culture/the-weekend-essay/a-battle-with-my-blood
1•pseudolus•17m ago•1 comments

Jailbreaking LLMs via Game-Theory Scenarios

https://arxiv.org/abs/2511.16278
1•belter•21m ago•0 comments

Internet Protocol over Avian Carriers (1990)

https://www.rfc-editor.org/rfc/rfc1149
2•wmichelin•23m ago•1 comments

Show HN: Bindu – an auth, payment, and communication layer for AI agents

https://github.com/GetBindu/Bindu
1•ai_biden•24m ago•1 comments

73% of AI startups are just prompt engineering

https://pub.towardsai.net/i-reverse-engineered-200-ai-startups-73-are-lying-a8610acab0d3
6•kllrnohj•25m ago•0 comments

Metrik – Real-time LLM latency for voice agents and free API

https://metrik-dashboard.vercel.app/
1•mbouassa•26m ago•1 comments

Show HN: Jabcode Studio, high-density QR-like 2D barcodes for sharing files

https://jabcode.studio
1•jabber-feller•28m ago•1 comments

Show HN: AI Factor Model Stock Screener

https://sophistia.ai
1•valeagent•28m ago•0 comments

Paris court blocks auction of earliest-known calculator

https://www.bbc.com/news/articles/c2kpkq90ygno
1•pseudolus•30m ago•2 comments

Mount Proton Drive on Linux using rclone and systemd

https://github.com/dadtronics/protondrive-linux
1•cf100clunk•31m ago•0 comments

Full-Time Work Is Increasing Among Married Moms

https://ifstudies.org/blog/full-time-work-is-increasing-among-married-moms
1•skx001•34m ago•0 comments

BOM's new boss asked to examine $96.5M bill for website redesign

https://www.abc.net.au/news/2025-11-23/bureau-of-meteorology-new-website-cost-blowout-to-96-milli...
1•NvrBeenToAus•36m ago•1 comments

We stopped roadmap work for a week and fixed 189 bugs

https://lalitm.com/fixits-are-good-for-the-soul/
1•lalitmaganti•37m ago•0 comments

Gov. People Announces 6 Critical Tech Areas for the War Department

https://www.war.gov/News/Releases/Release/Article/4333074/under-secretary-of-war-for-research-and...
3•donutloop•41m ago•0 comments

Show HN: Reduce time debugging AI slop in prod

https://github.com/dingus-technology/DINGUS
1•SleepyWalrus•41m ago•0 comments

Interviewing Andrea Borman [video]

https://www.youtube.com/watch?v=iLpIzfZ_2zI
1•spacebuffer•42m ago•0 comments

Gabe Newell: "We don't worry about Piracy" (2009) [video]

https://www.youtube.com/watch?v=Imf-QeQCexk
1•uyzstvqs•42m ago•0 comments

You can save money on LLM tokens as a developer with MCP / ChatGPT apps

https://www.mikeborozdin.com/post/how-mcp-and-chatgpt-apps-can-save-you-tokens
1•mikeborozdin•47m ago•0 comments

Kickstart.nvim: A minimal, single-file starting point for Neovim configuration

https://github.com/nvim-lua/kickstart.nvim
1•nathan-barry•47m ago•0 comments
Open in hackernews

Show HN: JSON Tapose – A Simple, Client-Side JSON Diff Viewer

https://www.jsontapose.com/
2•handsupmin•6mo 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•6mo 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•6mo ago
That’s a great idea! I’ll try it. Thanks a lot!