frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: BlazeDiff v2 – Fastest image diff with native binary and SIMD

https://github.com/teimurjan/blazediff
4•teimurjan•1h ago
Started with a pure JS implementation (still the fastest JS image diff), but wanted to push performance further. I rewrote the core in Rust to make it the fastest open-source single-threaded image diff. On 4K images (5600×3200): ~327ms vs odiff's ~1215ms. Binaries are ~3x smaller too (~700KB vs ~2MB). The core insight: make the cold pass smarter to make the hot pass do less work. Instead of simple pixel equality, the cold pass scans dynamic-sized blocks and marks "problematic" ones - blocks that might contain differences. The hot pass then only runs YIQ perceptual diff and antialiasing check on those problematic blocks, skipping everything else entirely. PNG I/O uses spng (C library) via Rust bindings. SIMD throughout - NEON on ARM, SSE4.1 on x86. Drop-in replacement for odiff with the same API.

Show HN: Stepped Actions – distributed workflow orchestration for Rails

https://github.com/envirobly/stepped
32•klevo•5d ago•4 comments

Show HN: I implemented generics in my programming language

https://axe-docs.pages.dev/features/generics/
26•death_eternal•4d ago•7 comments

Show HN: I open-sourced my Go and Next B2B SaaS Starter (deploy anywhere, MIT)

https://github.com/moasq/production-saas-starter
49•moh_quz•3h ago•27 comments

Show HN: Picknplace.js, an alternative to drag-and-drop

https://jgthms.com/picknplace.js/
363•bbx•2d ago•130 comments

Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)

https://github.com/vivienhenz24/fuzzy-canary
296•misterchocolat•2d ago•214 comments

Show HN: CommerceTXT – An open standard for AI shopping context (like llms.txt)

https://commercetxt.org/
14•tsazan•2d ago•12 comments

Show HN: We built a small app with my wife to track promises we do

https://lovechecks.app/
2•warkanlock•1h ago•0 comments

Show HN: UK Butchers Meat Price Tracker

https://offer-spider.onrender.com
11•wolfer•5d ago•4 comments

Show HN: Learning a Language Using Only Words You Know

https://simedw.com/2025/12/15/langseed/
69•simedw•4d ago•20 comments

Show HN: BlazeDiff v2 – Fastest image diff with native binary and SIMD

https://github.com/teimurjan/blazediff
4•teimurjan•1h ago•0 comments

Show HN: Composify – Open-Source Visual Editor / Server-Driven UI for React

https://github.com/composify-js/composify
65•injung•22h ago•5 comments

Show HN: Agents.db – an AGENTS.md alternative for LLM agent context

https://github.com/krazyjakee/AGENTS.db
2•krazyjakee•4h ago•0 comments

Show HN: Bithoven – A high-level, imperative language for Bitcoin Smart Contract

https://github.com/ChrisCho-H/bithoven
25•hyunhum•4d ago•8 comments

Show HN: Nano AI - Infinite Canvas AI Image Editor

https://nanoai.love/editor
3•akseli_ukkonen•5h ago•0 comments

Show HN: Xsql – SQL schema conversion via an intermediate representation (Rust)

https://github.com/Dawaman43/xsql
3•dawitworku•5h ago•0 comments

Show HN: Helix – AI-powered API mocking with strict schema enforcement

https://github.com/ashfromsky/helix
4•ashfromsky•6h ago•0 comments

Show HN: I built a fast RSS reader in Zig

https://github.com/superstarryeyes/hys
89•superstarryeyes•2d ago•32 comments

Show HN: Spice Cayenne – SQL acceleration built on Vortex

https://spice.ai/blog/introducing-spice-cayenne-data-accelerator
27•lukekim•19h ago•3 comments

Show HN: Hacker News, but every headline is hysterical clickbait

https://dosaygo-studio.github.io/hn-front-page-2035/news-max.html
156•keepamovin•3h ago•67 comments

Show HN: A local-first memory store for LLM agents (SQLite)

https://github.com/CaviraOSS/OpenMemory
47•nullure•5d ago•16 comments

Show HN: My own stolen JavaScript Server powered by Rust

https://shyam20001.github.io/rsjs/
4•StellaMary•7h ago•0 comments

Show HN: Paper2Any – Open tool to generate editable PPTs from research papers

https://github.com/OpenDCAI/DataFlow-Agent
11•Mey0320•22h ago•2 comments

Show HN: High-Performance Wavelet Matrix for Python, Implemented in Rust

https://pypi.org/project/wavelet-matrix/
90•math-hiyoko•1d ago•10 comments

Show HN: Sqlit – A lazygit-style TUI for SQL databases

https://github.com/Maxteabag/sqlit
180•MaxTeabag•3d ago•40 comments

Show HN: TinyPDF – 3KB PDF library (70x smaller than jsPDF)

https://github.com/Lulzx/tinypdf
15•lulzx•19h ago•3 comments

Show HN: MephistoMail – RAM-only ephemeral email with client-side privacy tools

https://www.mephistomail.site/
3•benmxrt•11h ago•0 comments

Show HN: WebCraft: A C++ 23 async IO library

2•raoa32•11h ago•0 comments

Show HN: Daily Set Puzzle – I rebuilt it after setgame.com's SSL cert expired

https://www.anniehu.com/set/
7•anniegracehu•12h ago•2 comments

Show HN: DocsRouter – The OpenRouter for OCR and Vision Models

https://docsrouter.com
10•misbahsy•1d ago•0 comments

Show HN: Postman-style TUI for API testing built with Rust and ratatui

https://github.com/pranav-cs-1/nexus
3•PranavVyas•13h ago•0 comments