frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

EU Commission statement on the recent judgment of US Supreme Court

https://ec.europa.eu/commission/presscorner/home/en
1•Betelbuddy•42s ago•0 comments

Show HN: Tabularis – Rust/Tauri Database GUI with a JSON-RPC Plugin System

https://github.com/debba/tabularis
1•debba•2m ago•1 comments

Hyperscalers are funding buildout with debt rather than cash flow

https://www.cnbc.com/2026/02/23/big-techs-ai-bond-binge-shatters-unspoken-contract-with-investors...
1•Betelbuddy•2m ago•0 comments

The Wrong Apocalypse [pdf]

https://ionanalytics.com/wp-content/uploads/2026/02/The_Wrong_Apocalypse.pdf
1•monkeydust•3m ago•0 comments

Show HN: Restrict Kiro CLI access to your sensitive files

https://github.com/phcollignon/kiro-guard
1•phico•4m ago•0 comments

Accelerated FOMO in the Age of AI

https://www.0xsid.com/blog/accelerated-ai-fomo
1•ssiddharth•4m ago•0 comments

Staying Small Became AI Startups' Biggest Flex

https://www.wsj.com/articles/how-staying-small-became-ai-startups-biggest-flex-ec127320
1•Brajeshwar•5m ago•0 comments

Why do some places on Earth get more solar eclipses than others?

https://www.space.com/stargazing/solar-eclipses/why-do-some-places-on-earth-get-far-more-solar-ec...
1•Brajeshwar•5m ago•0 comments

'Universal vaccine' protects mice against multiple pathogens

https://www.nature.com/articles/d41586-026-00506-y
1•Brajeshwar•5m ago•0 comments

Misguided Optimization

https://seths.blog/2026/02/misguided-optimization/
1•thecosas•5m ago•0 comments

The rise and fall of peer review

https://www.experimental-history.com/p/the-rise-and-fall-of-peer-review
1•cs702•6m ago•0 comments

Show HN: I Built an Offline Productivity System That Connects Goals and Systems

https://gitgudapps.com/auratracker
1•vcool07•6m ago•0 comments

Elixir: A low floor high ceiling language for your projects (2022)

https://instadeq.com/blog/posts/elixir-a-low-floor-high-ceiling-language-for-your-projects/
2•surprisetalk•8m ago•0 comments

Interval Research Corporation: a 1990s PARC without a Xerox (2022)

https://instadeq.com/blog/posts/interval-research-corporation-a-1990s-parc-without-a-xerox/
1•surprisetalk•8m ago•0 comments

The Origins of Agar

https://www.asimov.press/p/agar
1•surprisetalk•8m ago•0 comments

A Brief History of the History of Science

https://asteriskmag.com/issues/13/a-brief-history-of-the-history-of-science
1•surprisetalk•8m ago•0 comments

Show HN: Ilove4o – a simple way to keep using GPT-4o

1•Tanjim•8m ago•0 comments

Building a Microkernel in Rust

https://blog.desigeek.com/post/2026/02/building-microkernel-part0-why-build-an-os
2•robinhood•9m ago•0 comments

Backblaze Launches B2 Neo to Power Surging Neocloud Market

https://www.backblaze.com/blog/announcing-b2-neo-the-storage-problem-neoclouds-dont-talk-about/
1•atYevP•11m ago•0 comments

The Gametank just smashed its crowdfunding goals

https://www.gamesradar.com/hardware/retro/the-gametank-just-smashed-its-crowdfunding-goals-and-im...
1•HardwareLust•12m ago•1 comments

AI – We are asking the wrong question

https://cagriy.github.io/AI-We-are-asking-the-wrong-question
2•cagz•12m ago•0 comments

Proximity to nuclear power plants associated with increased cancer mortality

https://hsph.harvard.edu/news/proximity-to-nuclear-power-plants-associated-with-increased-cancer-...
1•geox•12m ago•1 comments

Show HN: Fiscal – An Agent Friendly CLI for Actual Budget

https://fiscal.sh/
1•jelled•14m ago•0 comments

How to automate AI agents to read Jira tickets and create pull requests

https://old.reddit.com/r/programming/comments/1rcjgqj/how_to_automate_ai_agents_to_read_jira_tick...
1•that_guy_iain•14m ago•0 comments

Deep-Dive into LLM Fine-Tuning

https://fireworks.ai/blog/llm-fine-tuning
2•smurda•15m ago•0 comments

WebAccessBench

https://conesible.de/wab/
1•devinprater•16m ago•0 comments

From magic to literacy: ask LLMs for tools, not answers

https://lepiter.io/feenk/from-magic-to-literacy--ask-llms-for-tools-3ty9d76flf3sttsxp4vv7zvwv/
1•tudorgirba•16m ago•0 comments

Structured Concurrency in Go

https://rednafi.com/go/structured-concurrency/
1•goranmoomin•16m ago•0 comments

LLMs will need 'Mark as Answer' to Learn

https://ardalis.com/llms-need-mark-as-answer/
1•ardalis•16m ago•0 comments

Russian Offensive Campaign Assessment, February 15, 2026

https://understandingwar.org/research/russia-ukraine/russian-offensive-campaign-assessment-februa...
2•doener•18m ago•0 comments
Open in hackernews

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

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