frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: ChaosTree – A zero-dependency Java tree library (AVL,RBT,B-Tree,B+Tree)

https://github.com/Chaos-vy/ChaosTree
1•chaos_vy•24s ago•0 comments

CUDA Tile (cuTile) first working port in Java

https://github.com/beehive-lab/TornadoVM/pull/1083
1•birdculture•1m ago•0 comments

Rvvts – The RISC-V Vector Test Framework (V2)

https://github.com/ics-jku/RVVTS
1•fork-bomber•2m ago•0 comments

A Man Archiving Pirate Radio Station Kool FM

https://londonist.com/london/music/kool-fm-archives
1•rdmuser•3m ago•0 comments

Viète's Formula

https://en.wikipedia.org/wiki/Viète%27s_formula
1•vismit2000•3m ago•0 comments

Automated Capacity Testing for Kafka Consumers

https://medium.com/booking-com-development/how-we-built-automated-capacity-testing-for-kafka-cons...
1•theykk•4m ago•0 comments

XCancel service is suspended (again)

https://xcancel.com/x
1•shelfchair•4m ago•0 comments

Suno Genre Wheel

https://suno.com/labs/genre-wheel
1•hakkikonu•7m ago•0 comments

UK.gov begins killing off passwords for 23M users

https://www.theregister.com/security/2026/09/14/ukgov-begins-killing-off-passwords-for-23-million...
1•jjgreen•8m ago•0 comments

At-Home Urine Test

https://www.earlyhealth.com
1•hangshuojin•8m ago•1 comments

Study: Emotions like anger and hope may not drive pro-environmental behavior

https://norwegianscitechnews.com/2026/09/the-negative-effect-of-emotion-in-climate-action/
1•giuliomagnifico•9m ago•0 comments

Pkgsrc Is Cool (2022)

https://www.wisellama.rocks/posts/2021-12-23-pkgsrc-is-cool/
4•Tomte•10m ago•0 comments

Write security-sensitive code in Swift

https://www.youtube.com/watch?v=nBuUinlZuow
1•pjmlp•11m ago•0 comments

XCancel Taken Down Again

https://xcancel.com/#
10•gaganyaan•12m ago•1 comments

AI Firms Are Reportedly Buying Nvidia RTX 5090 GPUs in Bulk for Server Use

https://www.techpowerup.com/352663/ai-firms-are-reportedly-buying-nvidia-rtx-5090-gpus-in-bulk-fo...
1•geoffbp•14m ago•1 comments

Lua is so underrated (2024)

https://nflatrea.bearblog.dev/lua-is-so-underrated/
2•Tomte•16m ago•0 comments

How to copy tables from ChatGPT to Google Docs without losing formatting [video]

https://www.youtube.com/watch?v=KKT7FqqYQjw
3•quysala12•18m ago•0 comments

Show HN: My coding agent apologized for being right, so I built Frank

https://github.com/HimanshuJ16/frank
3•HimanshuJ16•18m ago•0 comments

GPG.Fail Aftermath: Responsible Disclosure and Security in 2026 [video]

https://media.ccc.de/v/2026-728-the-gpg-fail-aftermath-on-responsible-disclosure-gpg-and-the-stat...
1•birdculture•21m ago•0 comments

The History of Ultima VII, One Of The Greatest RPGs Ever Made

https://kotaku.com/the-history-of-ultima-vii-one-of-the-greatest-rpgs-ever-made-2000731070
2•robenkleene•26m ago•0 comments

Show HN: Socratix – update: the AI voice oral exam (Viva) is live

https://socratix-nine.vercel.app
1•Aditya_0315•28m ago•0 comments

Are We Reinventing the Tools of Data Engineering for AI?

https://www.ssp.sh/brain/are-we-reinventing-the-tools-of-data-engineering-for-ai/
2•zazuke•33m ago•0 comments

Show HN: Crypto portfolio risk and scenario analysis with AI agents on top

https://sentralis.io/
3•Sentralis•35m ago•1 comments

Rage4J: Test your LLM apps like the rest of your Java code

https://rage4j.dev/
5•d1351r43•39m ago•0 comments

Why Bending Spoons eliminated all job titles

https://twitter.com/davidsenra/status/2099203963518058695
2•taubek•39m ago•2 comments

Memocept: Smart Solutions for Better Business Growth

https://finance.yahoo.com/healthcare/articles/memocept-introduces-multi-ingredient-dietary-163100...
2•grennihuke•39m ago•0 comments

GraphViz – Layout Engines

https://graphviz.org/docs/layouts/
2•vismit2000•41m ago•0 comments

AI should know that mylocalhost.com – is a real domain

https://www.reddit.com/r/Domains/comments/1vsz3we/ai_should_know_that_mylocalhostcom_is_a_real/
2•asimovDev•41m ago•2 comments

Intelligence per Watt: Measuring Intelligence Efficiency of Local AI

https://arxiv.org/abs/2511.07885
1•pythonic_hell•47m ago•0 comments

The CRA Single Reporting Platform Is Launched

https://www.enisa.europa.eu/news/the-cra-single-reporting-platform-is-launched
1•fourfire•49m 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!