frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zerostack v1.3.4 released – Lightweight Unix-inspired coding agent

https://crates.io/crates/zerostack/1.3.4
2•gidellav•5m ago•0 comments

AI Model Links Tumor Mutations to Treatment Response

https://today.ucsd.edu/story/ai-model-links-tumor-mutations-to-treatment-response
1•gmays•6m ago•0 comments

Design Engineering Magazine

https://interfaces.dev/
2•hnhsh•7m ago•1 comments

Meteor explodes off coast of Massachusetts, causing loud boom – CBS Boston

https://www.cbsnews.com/boston/news/massachusetts-coast-meteor-explodes-loud-boom/
1•rbanffy•8m ago•0 comments

I am against GenAI and everything it stands for

https://lpcvoid.com/blog/0018_why_i_am_against_genai/index.html
2•birdculture•9m ago•0 comments

Meet The Computer Addicts - BBC Newsnight (1983) [video]

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

Ask HN: Instead of autofocus glasses, why not have auto "focus mode" glasses?

1•amichail•11m ago•0 comments

wolfSSL releases a new product; wolfCOSE a zero alloc C embbedded COSE stack

https://github.com/wolfSSL/wolfCOSE
2•aidangarske•11m ago•0 comments

Domain Expertise Has Always Been the Real Moat

https://www.brethorsting.com/blog/2026/05/domain-expertise-has-always-been-the-real-moat/
2•aaronbrethorst•13m ago•0 comments

Stream2LLM: Overlap Context Streaming and Prefill for Reduced TTFT

https://rajveerbachkaniwala.com/blog/2026/05/19/stream2llm-overlap-context-streaming-prefill-redu...
1•rajveerb•16m ago•0 comments

Show HN: Helm plugin for working with OCI-based Helm charts

https://github.com/esnet/helm-oci
1•netops2devops•16m ago•0 comments

Mystery company accidentally blew $500M on Claude AI in a single month

https://www.tomshardware.com/tech-industry/artificial-intelligence/mystery-company-accidentally-b...
3•timpera•18m ago•1 comments

Quantum teleportation coexisting with classical communications in optical fiber

https://opg.optica.org/captcha/(S(nmuk2ouzdmxondgvnt5afvha))/?guid=666B91E6-9649-4D62-A24F-6DE46B...
1•SVI•18m ago•0 comments

The Sovereign Operator

https://g8e.ai/blog/the-sovereign-operator
1•mooreds•19m ago•0 comments

The most 2020s art ever made

https://www.theargumentmag.com/p/the-most-2020s-art-ever-made
2•paulpauper•22m ago•0 comments

Amazon Thinks Future of Data Centers Depends on a Technical Problem It Solved

https://www.wired.com/story/amazon-thinks-the-future-of-data-centers-depends-on-a-technical-probl...
1•jerhewet•22m ago•0 comments

Google's AI Is Confused About Fish and the Days of the Week

https://opus.ing/p/google-ai-really-confused-about-fish-days-week
1•_____k•24m ago•1 comments

Rivian explains why they won't adopt Apple CarPlay

https://www.macrumors.com/2026/05/28/rivian-software-chief-on-carplay/
2•andsoitis•24m ago•2 comments

Testing products on AI-generated buyers

https://www.bain.com/insights/synthetic-customers-earn-their-stripes/
1•paulpauper•25m ago•0 comments

Soft Serve and Soft Power

https://listomania.substack.com/p/soft-serve-and-soft-power
1•paulpauper•25m ago•0 comments

Secure GCP Auth in Bitbucket Pipelines

https://emilytburak.net/posts/bitbucket-pipes-gap-gcp-oidc/
1•mooreds•26m ago•0 comments

US State Privacy Legislation Tracker

https://iapp.org/resources/article/us-state-privacy-legislation-tracker
1•mooreds•28m ago•0 comments

White House aliens website is scary

https://www.whitehouse.gov/aliens/
1•brisket_bronson•29m ago•0 comments

Everything We Know About OpenAI's Planned iPhone Rival

https://www.macrumors.com/2026/05/29/everything-we-know-about-openai-iphone-rival/
2•andsoitis•29m ago•0 comments

Dusklight – GC Twilight Princess Decompiled

https://twilitrealm.dev/
2•shepherdjerred•29m ago•0 comments

The First Killer App

https://dl.acm.org/doi/pdf/10.1145/2509224
1•jruohonen•31m ago•0 comments

Why is this text everywhere? (Lorem Ipsum) [video]

https://www.youtube.com/watch?v=kL1PDqzqhM4
1•fanfantm•32m ago•0 comments

Zerostack v1.3.4 released – Lightweight Unix-like coding agent

https://github.com/gi-dellav/zerostack/releases/tag/v1.3.4
1•gidellav•35m ago•0 comments

768GB Intel Optane DIMMs to run 1T-parameter LLM with single GPU at 4tps

https://www.tomshardware.com/tech-industry/artificial-intelligence/enthusiast-runs-1-trillion-par...
3•walterbell•36m ago•0 comments

Fortunes of Anthropic's Seven Cofounders More Than Double to $16.6B Each

https://www.forbes.com/sites/richardnieva/2026/05/29/anthropics-cofounders-worth/
1•andsoitis•38m 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!