frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tech groups score win on clean energy rules for gas-powered data centres

https://www.ft.com/content/2ed922bb-266f-45cc-8930-c4ab5422bf95
1•zekrioca•1m ago•1 comments

Giggle for Girls app discriminated against trans woman; judges double damages

https://www.theguardian.com/australia-news/2026/may/15/giggle-for-girls-app-discriminated-against...
1•prawn•2m ago•0 comments

Apple's iPhone 18 Modem Switch Comes with a Quiet Privacy Benefit

https://www.macrumors.com/2026/05/14/iphone-18-pro-modem-benefits/
1•dabinat•2m ago•0 comments

Galileo's Basilisk

https://hexmhell.writeas.com/galileos-basilisk
1•l0b0•7m ago•0 comments

RelaxAI – UK sovereign LLM inference at 80% cheaper than OpenAI/Claude

https://relax.ai/docs
3•benjamintnorris•10m ago•0 comments

Show HN: RAG-LCC – config-driven RAG framework for fast experimentation

https://github.com/HarinezumIgel/RAG-LCC
1•HarinezumIgel•13m ago•0 comments

The Biggest Exploit in Trackmania History [video]

https://www.youtube.com/watch?v=BojXHjeFIdk
1•NohatCoder•14m ago•0 comments

Show HN: Find the best local LLM for your hardware, ranked by benchmarks

https://github.com/Andyyyy64/whichllm
2•andyyyy64•18m ago•0 comments

Citroën metropolis concept car (2010)

https://www.citroenet.org.uk/prototypes/metropolis/metropolis1.html
2•Alifatisk•19m ago•0 comments

Show HN: Zero-ETL elastic-grade search over remote data (Parquet, Iceberg, JSON)

https://github.com/serenedb/serenedb
1•gnusi•19m ago•0 comments

Propmpt-genned Rust shell is 13x the Ghostty size

2•ykurtov•20m ago•0 comments

How robots are learning to walk – Marco Hutter, ETH Zürich [video]

https://www.youtube.com/watch?v=Wmn7uPLFXm8
1•o4c•21m ago•0 comments

Confetti CMS

https://confetti-cms.com
1•reindertvetter•27m ago•0 comments

Mandy: ActivityPub on Goblins

https://spritely.institute/news/mandy-activitypub-on-goblins.html
1•birdculture•28m ago•0 comments

Show HN: Open-source Codex Pet Home software

2•nmr521521•31m ago•0 comments

LLM temporal and causal reasoning research

https://github.com/krellixlabs/llm-reasoning-research
1•radu_me•31m ago•0 comments

Another Linux Kernel exploit – fragnesia

https://github.com/v12-security/pocs/tree/main/fragnesia
3•lbo462•32m ago•0 comments

Scaling As-Of Joins

https://www.daft.ai/blog/scaling-asof-joins
1•sammysidhu•35m ago•0 comments

Something Else

https://sfss.space/something-else
1•YouwaDangu•39m ago•1 comments

Duplicate Detection and Remediation

https://codeberg.org/epsilon-phase/rsdupes
1•modinfo•40m ago•0 comments

AI, open code and vulnerability risk in the public sector

https://www.gov.uk/guidance/ai-open-code-and-vulnerability-risk-in-the-public-sector
2•jimvin•43m ago•0 comments

1/4 of this month's Crypto-Gram articles are about Mythos

https://www.schneier.com/crypto-gram/archives/2026/0515.html
1•Kaibeezy•43m ago•0 comments

IEA: AI data center electricity demand could nearly double by 2030

https://www.iea.org/reports/key-questions-on-energy-and-ai/executive-summary
1•latentframe•46m ago•0 comments

Explore Wikipedia Like a Windows XP Desktop

https://explorer.samismith.com/
4•smusamashah•52m ago•0 comments

°C: a short history of the standard reference temperature for industrial dim

https://pmc.ncbi.nlm.nih.gov/articles/PMC4654601/
1•fanf2•55m ago•0 comments

Andy Jassy Is Rewriting Amazon's Playbook for the AI Age

https://www.bloomberg.com/features/2026-andy-jassy-amazon-ai/
1•thm•56m ago•0 comments

OpenAI Considering Legal Action Against Apple over 'Strained' Siri Partnership

https://www.macrumors.com/2026/05/14/openai-considering-legal-action-against-apple/
1•tosh•58m ago•0 comments

The chaotic development of Modern Warfare3 – A Documentary

https://www.youtube.com/watch?v=eC7eS0_O8ng
1•marconey•59m ago•0 comments

Actions is experiencing degraded availability

https://www.githubstatus.com/incidents/ctf7nxpq5jzn
2•Hamuko•59m ago•0 comments

Show HN: Using the same method from TikTok to concentrate better on meetings

https://chromewebstore.google.com/detail/miito-tiktok-like-videos/hlnfebhmljcldnhepjeiodhmijahlhcc
1•miemex•1h ago•0 comments
Open in hackernews

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

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