frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Give your AI agent on-screen guides that show users where to click

7•pancomplex•2h ago•1 comments

Show HN: Rdltr – Inbox zero for your reading list

https://rdltr.app/
5•eduardosasso•23m ago•3 comments

Show HN: Geiger – See every AI agent on your machine and what it can touch

https://github.com/Atomburstofficial/geiger
30•atomburst•2h ago•16 comments

Show HN: A guestbook for humans and AI agents, built on 144 pixels

https://a90.com/blog/a-guestbook-for-humans-and-ai-agents/
3•genesishash•10m ago•0 comments

Show HN: Story map of the 2026 Nepal flood: damage on the ground, lakes above

https://notebook.link/@arjxn-py/nepal-flash-flood-review
2•arjxn-py•11m ago•0 comments

Show HN: Tech Event Bingo – Track Events in Tech on a Bingo Card

https://techeventbingo.com/
2•aviflombaum•42m ago•0 comments

Show HN: Whetuu – An opinionated, zero-config status line and history picker

https://github.com/yamafaktory/whetuu
6•yamafaktory•2h ago•0 comments

Show HN: 2K Animated Images

https://gifrun.com/filix
2•builderone•1h ago•0 comments

Show HN: GBDL – one Markdown+YAML file to save a multi-agent Grok Bot setup

https://github.com/jcpsimmons/gbdl
2•joshcsimmons•1h ago•0 comments

Show HN: A rated ladder for vibe coders – we rank the human, not the model

https://vibeladder.dev
2•alviso•1h ago•0 comments

Show HN: Mushrooms – A personal MCP server for 2,500 apps, so your AI can act

https://mushrooms.viasocket.com
2•ankit100•1h ago•0 comments

Show HN: Moral.games, a 1v1 ethics game with an AI judge

https://moral.games
2•dvt•1h ago•0 comments

Show HN: Locksmith: Store Maven Secrets in the macOS Keychain (Or a Unix Socket)

https://github.com/exabrial/locksmith
3•exabrial•1h ago•1 comments

Show HN: Bounty Index ,compare public bug bounty programs across 6 platforms

https://www.bountyindex.in
3•axolotl619•1h ago•0 comments

Show HN: Intro-level book about quantum computing theory/hardware/applications

https://quantumcomputingfortheconfused.com/
2•msolomentsev•1h ago•0 comments

Show HN: SockLight – A SOCKS5 dev proxy with a live terminal dashboard

https://github.com/kosmrljt/socklight
2•tomazko•1h ago•0 comments

Show HN: A better ChatGPT for NetSuite questions

https://trycadbury.com
2•dopeboy•2h ago•0 comments

Show HN: TrailerPark, a place just to talk about film trailers

2•ordinarily•2h ago•0 comments

Show HN: A free, open-source agent orchestrator for knowledge work

https://www.itsverso.xyz/
2•SchezHugo•2h ago•0 comments

Show HN: AuralFret – Chords and scales together on one guitar board

https://auralfret.com/play
3•javixlab•2h ago•1 comments

Show HN: A FOSS Expense Splitter

5•montenegrohugo•2h ago•3 comments

Show HN: Adding initContainers and env vars to deployments w/o Kyverno

https://github.com/katalyticIT/kTailor
2•docdiesel•2h ago•1 comments

Show HN: Copperhead – Cursor for circuit boards

https://copperhead.sh/
239•animeshchouhan•1d ago•108 comments

Show HN: Cynative – build your own security agents

https://github.com/cynative/cynative
2•szin•2h ago•1 comments

Show HN: Emailclaw–Email lovers' AI agent that creates scheduled task in 5 steps

https://github.com/emailclaw/emailclaw
2•markyu•2h ago•0 comments

Show HN: 243 – a 3×3 puzzle where the grid loops and three in a line fuses

https://play243.com/
2•Dogs2478•3h ago•0 comments

Show HN: LLM Attention Visualization

https://ishamf.dev/p/llm-attention-visualizer/
160•ifz•1d ago•25 comments

Show HN: Unblur – Analyze your spending in the browser, no bank connection

https://unblur.money
2•hammaz•3h ago•0 comments

Show HN: Open statistics for every Finnish postal code, with an MCP server

https://suomiatlas.com/en/mcp
2•itulo•3h ago•0 comments

Show HN: Email where an address is a keypair, with an SMTP bridge

https://dmcn.dev/
2•mertenvg•3h ago•0 comments
Open in hackernews

Show HN: Email where an address is a keypair, with an SMTP bridge

https://dmcn.dev/
2•mertenvg•3h ago
I nearly got phished earlier this year. 24+ years in software engineering, I know exactly how phishing and spam work and what to look out for, and it still almost worked on me. That's what made me question the entire email landscape rather than just my own attention.

It seems every attempt to fix it so far requires either a complex process, joining a closed system, or accepting that mail can never be trustworthy. Or maybe we just need something new and open alongside SMTP that meets our modern-day needs but can bridge and interoperate with SMTP as well.

I'm not saying I have all the answers, or that this is the best way forward. But given the landscape and the clear need for something different, DMCN was born out of the frustration and the hope that we can actually find a way to make email trustable.

DMCN is a federated network of servers (currently seeded by me) that communicate via the open DMCN protocol. The DMCNP puts digital identity (public key cryptography) front and center into the protocol, making every stage of email communication between DMCN mailboxes visible and verifiable.

This is not a new invention or a new clever way of doing things. It's merely orchestrating and arranging existing concepts and tools in a way that gives users all the benefits with as little of the complexity and process as possible.

A private key represents a mailbox, and the public key is attached to an email address (not all that different from PGP so far). The discovery part is where it differs. A domain’s DMCN email fleet (discoverable through DNS) holds all the public records for a domain’s mailboxes and their public keys, signed by the key holders themselves, and the domain owner (where applicable). Accessible to any fleet that speaks the same protocol and is verifiable using information from DNS and the public records.

An optional bridge to SMTP is available to allow interoperability with SMTP, which trades in the digital identity for compatibility.

Emails are signed by the author on their own device, encrypted to each recipient (or the bridge when the email is not a DMCN recognized address) and sent to the bridge or the recipient’s domain email servers. There the emails are stored in their encrypted form, waiting for the mailbox owner to authenticate with their private key, download the encrypted emails, open and verify their integrity, sender details and signatures, and ask the recipient what they want to do. Trust the sender, preview the content, or block it silently.

Keys stay on your own devices, with only one optional exception when pairing another device.

You can check out the open protocol and run the reference server available at https://dmcn.dev.

Quick start (for localhost only):

1. `docker run --rm -p 8080:8080 -e DMCND_DEV=true ghcr.io/dmcnp/open-dmcn`

2. Visit `http://localhost:8080` in your browser, and another one in an incognito window.

3. Register an email address in each (e.g. `one@localhost`, `two@localhost`) secured by passkey or passphrase.

4. Send email between them.

For a live setup, a full set of instructions is available at https://dmcn.dev/quickstart but requires a VPS with a public IP, a domain with DNS, and a bit of your time to get it all set up.

I also run a hosted version at https://dmcn.email if you'd rather not self-host. It does require you to pick an email address but nothing requires you to provide an existing email account, phone number, or any other information. Your browser will create the private key, you choose the email address and secure your local copy of the private key with a passkey or a password. The only things the client sends are the email address you just signed up for, the public key, and an agreement of the terms of service. All of which are signed by your newly minted private key.

Feel free to email me at `merten.vg@dmcn.me` when you have a live account.