frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Some Japanese snack packages are turning black and white as war depletes ink

https://apnews.com/article/iran-war-hormuz-color-ink-japan-3ce00fb5e9e9abeb6dd8116522272cec
2•petethomas•9m ago•0 comments

Show HN: Voting and Governance is now decentralized across all regions

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

Cortical Cloud – Code to Real Neurons

https://corticallabs.com/cloud
1•oldfuture•11m ago•1 comments

AMD Crafts Custom EPYC CPU with 128GB HBM3 (EPYC 9V64H) (2024)

https://www.tomshardware.com/pc-components/cpus/amd-crafts-custom-epyc-cpu-for-microsoft-azure-wi...
1•peter_d_sherman•11m ago•0 comments

Deterministic Fully-Static Whole-Binary Translation Without Heuristics

https://arxiv.org/abs/2605.08419
5•matt_d•13m ago•0 comments

Google introduces measure to stop doom scrolling

https://blog.google/products-and-platforms/platforms/android/pause-point/
2•paglaghoda•17m ago•1 comments

ZML: Between Jax and Llama.cpp

https://jaco-bro.github.io/blog/?post=zml_chat_250613.md
1•jaco-bro•18m ago•0 comments

Refactoring as Algebra: Small Steps to Clarity

https://ignition.github.io/posts/refactoring-as-algebra/
1•taubek•18m ago•0 comments

NEET UG – a med school exam is cancelled (India)

https://twitter.com/NTA_Exams/status/2054089524347871736
1•mfrw•19m ago•0 comments

I Want to Be a von Neumann Probe: Why We Need to Fix AI Safety

https://justinldew.substack.com/p/i-want-to-be-a-von-neumann-probe
1•jldew93•21m ago•0 comments

We tested super-resolution pre-filter for LPR OCR. It did nothing

https://www.wink.co/documentation/Neural-Super-Resolution-Pre-Filter-LPR-2026
1•xmichael909•25m ago•0 comments

How LLMs Work

https://arpitbhayani.me/blogs/how-llms-work/
1•skydiver7373•26m ago•0 comments

Show HN: One memory layer across every MCP-compatible AI tool

https://subvault.ai
1•gavinb-code•33m ago•0 comments

Reasoning-core: 130M-param guardrail keeping AI agents honest

https://github.com/jakubkrzysztofsikora/reasoning-core
1•mnvibe26x7•38m ago•0 comments

Show HN: SWEny, YAML workflows for AI agents I'm running in prod (triage, E2E)

https://github.com/swenyai/sweny
1•wickdninja•39m ago•0 comments

Hex: Introducing Generative Data Apps

https://hex.tech/blog/introducing-generative-data-apps/
1•tomtomau•41m ago•1 comments

The Space Shuttle and the Horse's Rear End

https://astrodigital.org/space/stshorse.html
1•thunderbong•43m ago•0 comments

Jupiter supercomputer breaks world record with 50-qubit quantum simulation

https://www.sciencedaily.com/releases/2026/05/260510234715.htm
1•jldew93•44m ago•0 comments

SSHD Log Security Analysis - popular languages SDKs

https://github.com/melezhik/Sparrow6/blob/master/task.check
1•melezhik•45m ago•6 comments

Prompting Patterns (Groq Documentation)

https://console.groq.com/docs/prompting/patterns
1•tacone•47m ago•0 comments

AI was made for junk mail

https://junkmailmagic.com
1•husky8•53m ago•0 comments

I got tired of realizing "discounts" weren't discounts

https://apps.apple.com/us/app/silicon-ai-price-comparison/id6764054291
2•stayoneup•1h ago•0 comments

Show HN: SelfCertForge, manage root CAs and self-signed certs on macOS/Windows

https://github.com/rbonestell/SelfCertForge
3•rbonestell•1h ago•0 comments

I vibecoded a game and got my first paying supporter

https://gunguesser.com
1•salad_v•1h ago•1 comments

xkcd: Well 2

https://xkcd.com/568/
4•ulrikrasmussen•1h ago•0 comments

Solving Brain Aging: Fast and Slow

https://blog.amaranth.foundation/p/solving-brain-aging-fast-and-slow
2•pminimax•1h ago•0 comments

Fear of layoffs what should I do?

3•cipherdc•1h ago•0 comments

'Googlebooks' have a premium focus, some Chromebooks can be upgraded

https://9to5google.com/2026/05/12/googlebooks-have-a-premium-focus-some-chromebooks-can-be-upgraded/
1•theanonymousone•1h ago•0 comments

NPM-Scan – Detects TanStack Worm, Beats Socket/Snyk (Local/BYOC)

https://github.com/lateos-ai/npm-scan
1•lateos-ai•1h ago•0 comments

eBay rejects $56B GameStop bid as 'neither credible nor attractive'

https://www.ft.com/content/554f76a6-218d-4f88-bcad-9c52623ef533
1•petethomas•1h ago•0 comments
Open in hackernews

Show HN: SelfCertForge, manage root CAs and self-signed certs on macOS/Windows

https://github.com/rbonestell/SelfCertForge
3•rbonestell•1h ago
Hi, HN!

I recently published SelfCertForge, an open source desktop app for creating and managing self-signed certificates on macOS and Windows:

https://github.com/rbonestell/SelfCertForge/

I know, I know... this isn't an earth-shattering invention. This came from a place of years of personal annoyance. I’ve been maintaining scripts that wrapped OpenSSL for local certificate workflows: create a long-lived root cert, add it to the trust store, then generate and sign child certificates for local services.

The scripts work but the workflow was clunky. Used infrequently enough that it's easy to forget the flags, not much easier to explain to anyone than OpenSSL itself, and irritating to repeat across machines. Every time I'd share them with colleagues and friends there were always questions and feature requests, so I used Claude Code to amplify my UI/UX design skills (well, I can't amplify 0...) and turned the functionality into a cross-platform GUI.

SelfCertForge can generate root CAs and add them to the system's trust store, generate and sign child certificates, and export DER, PEM, PFX, and P7B formats. It also supports common X.509 fields like Subject, SANs, and Key Usage.

Very important caveat: this is not suitable for production environments or public-facing SSL/TLS.