frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: AI game animation sprite generator

https://www.godmodeai.cloud/ai-sprite-generator
55•lyogavin•9h ago•46 comments

Show HN: Air Lab – A portable and open air quality measuring device

https://networkedartifacts.com/airlab/simulator
456•256dpi•1d ago•180 comments

Show HN: Mustardwatch: Detect what files a program uses, rerun when they change

https://github.com/shachaf/mustardwatch
7•shachaf•6h ago•0 comments

Show HN: Ask-human-mcp – zero-config human-in-loop hatch to stop hallucinations

https://masonyarbrough.com/blog/ask-human
112•echollama•1d ago•53 comments

Show HN: SQLAlchemy just the core – a better way

https://github.com/sayanarijit/sqla-fancy-core
4•sayanarijit•5h ago•0 comments

Show HN: Bridgit – In-Person-First Networking

https://www.bridgitsocial.com/
3•amfooladgar•5h ago•3 comments

Show HN: Lambduck, a Functional Programming Brainfuck

https://imjakingit.github.io/lambduck/
64•jorkingit•1d ago•26 comments

Show HN: Claude Composer

https://github.com/possibilities/claude-composer
150•mikebannister•1d ago•85 comments

Show HN: Televyze, Your IPTV OS

https://televyze.com
3•1mbsite•7h ago•0 comments

Show HN: iOS Screen Time from a REST API

https://www.thescreentimenetwork.com/api/
99•anteloper•1d ago•50 comments

Show HN: Container Use for Agents

https://github.com/dagger/container-use
72•aluzzardi•1d ago•17 comments

Show HN: ClickStack – Open-source Datadog alternative by ClickHouse and HyperDX

https://github.com/hyperdxio/hyperdx
230•mikeshi42•1d ago•65 comments

Show HN: Arxivlens – Save Hours Researching Scientific Literature on ArXiv

https://arxivlens.com/
2•Ava234•8h ago•0 comments

Show HN: GPT image editing, but for 3D models

https://www.adamcad.com/
177•zachdive•2d ago•84 comments

Show HN: Kobuddy – Send Articles to Your Kobo E-Reader

https://kobuddy.app/
2•No-Arugula5818•10h ago•1 comments

Show HN: CensorIt – Remove vocals or music from uploaded audio files

https://censorit.org/signin
3•mr_aaron•10h ago•0 comments

Show HN: EndBOX – A toy-like retro computer for EndBASIC

https://www.endbasic.dev/2025/06/unveiling-the-endbox.html
4•jmmv•11h ago•0 comments

Show HN: Solomon's Agent - a CLI to simplify the web

https://github.com/jadbox/solomonagent
3•jadbox•11h ago•1 comments

Show HN: Lightweight Durable Workflows Built on Postgres

https://github.com/dbos-inc/dbos-transact-python
5•qianli_cs•11h ago•0 comments

Show HN: Tape/Z – a toolkit for analysing z/OS assembler (HLASM) code

https://github.com/avishek-sen-gupta/tape-z
2•armorer•12h ago•0 comments

Show HN: String Flux – Simplify everyday string transformations for developers

https://stringflux.io
16•eaglepeak•1d ago•7 comments

Show HN: I made a 3D SVG Renderer that projects textures without rasterization

https://seve.blog/p/i-made-a-3d-svg-renderer-that-projects
206•seveibar•2d ago•70 comments

Show HN: An open-source browser extension that integrates difftastic into GitHub

https://andersonaddo.github.io/amadiff/
3•WiggleGuy•14h ago•0 comments

Show HN: Grab a Random ArXiv Paper

https://jepedersen.dk/arxiv.html
13•jegp•1d ago•2 comments

Show HN: Instant video edits with local Whisper models (macOS)

https://cutword.com
5•jelled•15h ago•0 comments

Show HN: Posture Correction Using AirPods Motion Sensors

https://github.com/wizenheimer/workwell
7•tinylm•22h ago•1 comments

Show HN: Book to help you build a PostgreSQL-like database server from scratch

https://technicaldeft.com/build-a-database-server
4•zetter•17h ago•0 comments

Show HN: App.build, an open-source AI agent that builds full-stack apps

https://www.app.build/
89•davidgomes•2d ago•13 comments

Show HN: Kan.bn – An open-source alterative to Trello

https://github.com/kanbn/kan
503•henryball•4d ago•218 comments

Show HN: I wrote a Java decompiler in pure C language

https://github.com/neocanable/garlic
168•neocanable•3d ago•94 comments
Open in hackernews

Show HN: MailShrimp – validate email lists with risk level and confidence score

https://www.mailshrimp.app
3•udiocla•1d ago
Hi HN,

I recently launched MailShrimp, a tool to validate email addresses and prevent bounces — but with a twist: it returns both a risk category (valid, risky, invalid) and a confidence score (e.g., 0.93).

It performs:

Syntax & format checks

DNS / MX resolution

SMTP verification (with proxy fallback)

Disposable & catch-all detection

Score & classify each email

It’s designed to be:

Fast Clear (human-readable results + exportable data) Dev-ready (API coming soon)

You can paste emails or upload a CSV to test. Would love your thoughts or suggestions.

Live version: https://www.mailshrimp.app

PH launch: https://www.producthunt.com/products/mailshrimp

Comments

perryraskin•1d ago
Neat. What are you using on the backend to verify? How is it different from other platforms such as Emailable?
udiocla•1d ago
Thanks!

We're using a proprietary multi-layered algorithm that combines a series of criteria, checks, and heuristics to assess each email address.

It includes:

Format and domain-level validations SMTP-level interaction with fallback logic Detection of disposable domains, catch-all behavior, and risky patterns A scoring model that returns both a risk label (valid, risky, invalid) and a confidence score (0.0 to 1.0) And much more — especially for nuanced edge cases and deliverability signals

Unlike many validators that return a binary result, MailShrimp gives you both a label and a score, so you can decide what’s safe to keep based on your own thresholds.

We're also focused on speed and usability. Our logic is designed to handle edge cases often missed by more generic tools.

Still early stage — feedback is very welcome!

perryraskin•1d ago
Sounds really useful. Still, I believe Emailable does that, including the scores. Have you tried it?
udiocla•1d ago
Yes, we’ve tried Emailable — solid tool, but quite expensive in the long run.

MailShrimp is built to be much more lightweight, transparent, and affordable (starts at $14.90/month for 10,000 validations) — and you can try it for free.

Would love to hear your thoughts if you give it a spin.

perryraskin•1d ago
Maybe they changed their pricing but my team paid $25 for 25,000 validations as a one time thing. We’re not in need of 10,000 a month so I wouldn’t be able to try it out soon. But yeah I guess I’m just still not sure how it’s that different from Emailable. Not that there’s any issue with competition of course!