frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Slopper GitHub Action: Fighting AI Slop Contributions on Open Source Projects

https://github.com/malvads/Slopper
1•malvads•1m ago•0 comments

You Can Run

https://magazine.atavist.com/2026/mccann-cocaine-fugitives
1•bryanrasmussen•3m ago•0 comments

The fourth law (on AI-generated supercustomized email marketing)

https://www.robinsloan.com/lab/fourth-law/
1•brandur•3m ago•0 comments

We have decided to make our service FREE. (Bloomberg Terminal for Everyone)

https://www.bullbear.ninja/notes/everything-free-ad-supported
1•haebom•4m ago•1 comments

Claudemux – Run and coordinate multiple Claude Codes reliably

https://github.com/wastedcode/claudemux
1•zeppelin_7•4m ago•1 comments

Authentic looking D&D homebrews with Markdown

https://homebrewery.naturalcrit.com/
1•Svoka•5m ago•1 comments

Show HN: Oh my wrist – Garmin alerts for Claude Code and OpenCode

https://github.com/yazon/oh-my-wrist
1•yazon•7m ago•0 comments

The mayor of Shelbyville, IN says only 'shitty houses' oppose data center

https://www.theverge.com/ai-artificial-intelligence/944984/shelbyville-indiana-mayor-shitty-house...
2•timpera•7m ago•0 comments

Adobe Photoshop: A Case for Keeping an Intel or PowerPC Mac

https://lowendmac.com/2025/adobe-photoshop-a-case-for-keeping-an-intel-or-powerpc-mac/
1•herbertl•10m ago•0 comments

Blackopscloud: Private VPS in seconds, email signup, crypto

https://blackopscloud.com/verify?redirect=%2F
2•hardboners69•11m ago•1 comments

Language models transmit behavioural traits through hidden signals in data

https://www.nature.com/articles/s41586-026-10319-8
1•momentmaker•13m ago•0 comments

Communities of Not

https://lucumr.pocoo.org/2026/6/6/communities-of-not/
1•Tomte•16m ago•0 comments

VibeOS

https://github.com/hansstam86/wibeos/tree/main
1•hans863•18m ago•1 comments

Every AI Agent Feature Is a Cache Invalidation Surface

https://www.openclacky.com/engineering/cache-invalidation-surface
1•gemHunter•20m ago•0 comments

From State to Foresight: Adding a Predictive World Model to an LLM Assistant

https://zenfox.ai/research/world-model-llm-assistant
1•zenfoxai•22m ago•0 comments

The last astronomers: astrophysicists left questioning the soul of their field

https://www.science.org/content/article/amid-flood-ai-advances-astrophysicists-are-questioning-so...
3•creamyhorror•23m ago•0 comments

Police in England and Wales told to halt AI use in court statements

https://www.ft.com/content/229e5949-3ebc-4151-8a86-a01b5e259241
3•nmstoker•23m ago•0 comments

A 40-Node 1U Cluster Gigabyte R1C7-K0A-AS1

https://www.servethehome.com/a-40-node-1u-cluster-gigabyte-r1c7-k0a-as1/
2•ksec•27m ago•1 comments

Scientists found a surprisingly simple way to create powerful quantum states

https://www.sciencedaily.com/releases/2026/06/260606075510.htm
1•hsnewman•28m ago•1 comments

Total Reciprocity Public License

https://trplfoundation.org/
1•birdculture•28m ago•0 comments

AI didn't break the web. The dotcons did – AI just turned up the volume

https://hamishcampbell.com/ai-didnt-break-the-web-the-dotcons-did-ai-just-turned-up-the-volume/
2•speckx•28m ago•0 comments

Python JIT project was asked to pause development

https://discuss.python.org/t/an-announcement-from-the-steering-council-regarding-the-jit-project/...
2•kbumsik•28m ago•0 comments

Microsoft continues its big Linux push at Build 2026

https://www.zdnet.com/article/microsoft-continues-its-linux-company-shift/
1•abdelhousni•29m ago•0 comments

Microsoft launches Scout, an OpenClaw-inspired personal assistant

https://techcrunch.com/2026/06/02/microsoft-launches-scout-an-openclaw-inspired-personal-assistant/
1•Pearlapp•32m ago•0 comments

Show HN: Native Mac app which places an teleprompter in your Mac's notch

https://apps.apple.com/in/app/cuenotch-notch-teleprompter/id6760926058?mt=12
1•siddharthrk14•32m ago•0 comments

Medically supervised water-only fasting in the treatment of hypertension

https://pubmed.ncbi.nlm.nih.gov/11416824/
1•pseudolus•33m ago•0 comments

How does Effect work under-the-hood?

https://effect-guide.netlify.app/
1•obadakhalili•34m ago•1 comments

Drawing Hands

https://hari.computer/drawing-hands
1•andytratt•38m ago•0 comments

A Cross-Language Perspective on Speech Information Rate (2011) [pdf]

https://gwern.net/doc/cs/algorithm/information/2011-pellegrino.pdf
1•tosh•40m ago•0 comments

Two characters named Dennis the Menace were created independently the same day

https://www.smithsonianmag.com/arts-culture/dennis-menace-has-evil-british-twin-180958114/
1•nobody_nothing•41m 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!