frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Final Form of Software Development

https://blog.zksecurity.xyz/posts/end-coding/
1•yoichi-hirai•1m ago•0 comments

Dear GitHub, Don't sell to Microsoft (2018)

https://github.com/dear-github/dear-github/issues/302
2•genzer•6m ago•0 comments

Any front end repo navigable with mock data, no back end

1•tamalsen123•9m ago•0 comments

Artificial Intelligence in Journalism

https://cnti.org/issue-primers/artificial-intelligence-in-journalism/
1•tijana3290•10m ago•0 comments

Woman's Talkspace therapy app sessions exposed in court

https://www.proofnews.org/womans-talkspace-therapy-app-sessions-exposed-in-court/
1•erehweb•14m ago•0 comments

Q – A Slim LLM CLI

https://github.com/lazyville/qsh
1•mastercoder8•14m ago•0 comments

We built a programming language based on ternary logic (−1, 0, +1)

https://github.com/eriirfos-eng/ternary-intelligence-stack
1•rfi-irfos•15m ago•0 comments

Show HN: PatchWork – A 5-pass dedup pipeline to merge N resumes into one profile

https://usepatch.work/
1•mcohrs•18m ago•0 comments

Update on AgentCheck

https://pypi.org/project/pygent-test/
1•ash_ai•18m ago•0 comments

Bypassing DPI with eBPF Sock_ops

https://bora.sh/bypassing-dpi-with-ebpf/
1•signa11•26m ago•0 comments

A GPT-5.4 bug led to OpenAI banning goblins and raccoons

3•prabal97•27m ago•0 comments

Slowly, Then Suddenly: How Products Fail (2022)

https://every.to/p/breaching-the-trust-thermocline
3•ruuda•34m ago•2 comments

Show HN: ShareNova – Browser file sharing, no account, no limits, no storage

https://sharenova.io
1•HatemDabet•37m ago•1 comments

I built OWASP-style security skill packs for LLM apps (NPM install)

https://www.npmjs.com/package/miii-security
1•maruakshay•38m ago•0 comments

How Does the Kubernetes Scheduler Pick a Node?

https://blog.kubesimplify.com/kube-scheduler-deep-dive
1•saiyampathak•39m ago•0 comments

Viral.ad – One URL, 15 Ad Formats (UGC, Reddit, LinkedIn)

https://www.viral.ad/
1•cjdesignstudio•41m ago•0 comments

Australia moves to tax Meta, Google and TikTok to fund newsrooms

https://www.asahi.com/ajw/articles/16534180
3•BaudouinVH•42m ago•0 comments

Windows 11's 5GB monthly .msu updates, AI is only part of the problem

https://www.windowslatest.com/2026/04/29/i-investigated-windows-11s-massive-5gb-monthly-msu-updat...
3•XzetaU8•52m ago•0 comments

IBM Bob: AI Development Partner

https://newsroom.ibm.com/2026-04-28-introducing-ibm-bob-ai-development-partner-that-takes-enterpr...
2•noiv•53m ago•0 comments

Returns to Intelligence

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6578939
2•_vaporwave_•54m ago•0 comments

US regulator to review Disney licences after Jimmy Kimmel joke about Melania

https://www.bbc.com/news/articles/c4g0zwxl3k0o
3•KnuthIsGod•58m ago•1 comments

OpenGame: Open Agentic Coding for Games

https://arxiv.org/abs/2604.18394
1•lexandstuff•1h ago•0 comments

FBI head James Comey charged with threatening Donald Trump's life

https://www.bbc.com/news/articles/cvgz4rvlem5o
2•KnuthIsGod•1h ago•0 comments

EUV Lithography: History, Latest Results, Technology Roadmap [video]

https://www.youtube.com/watch?v=qGy0GK0PMwc
3•o4c•1h ago•0 comments

Rust Bucket: Agent-first Rust project bootstrapper

https://github.com/imbue-ai/rust-bucket
1•nvader•1h ago•0 comments

Tvheadend: Self-Hosted IPTV Server

https://tvheadend.org
1•hyperific•1h ago•0 comments

$2,500 bug bounty for real-world AI misalignment

https://github.com/Hodlatoor/SyntheticOutlaw/
1•SyntheticOutlaw•1h ago•0 comments

Tech is in turmoil but the rest of corporate America isn't

https://fortune.com/2026/04/28/tech-layoffs-ai-disruption-corporate-america-doesnt-one-silicon-va...
2•1vuio0pswjnm7•1h ago•0 comments

Mistral Workflows: durable AI orchestration built on Temporal

https://mistral.ai/news/workflows
2•justus_bluemer•1h ago•0 comments

RingCore – a minimal async runtime built on io_uring

https://crates.io/crates/ringcore
1•paperplaneflyr•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!