Showing stories from 2025-08. View all
Generate diverse, high-impact ads instantly with AI.
No design skills needed for stunning creative ads.
I started with a very simple Arduino project: two traffic lights controlling a junction (six LEDs).<p>I refactored it by using arrays and small, modular functions, so it’s easier to read, modify, and extend.
I computed 50 billion digits of π using y-cruncher on a 10-year-old PC.
The run took ~22 hours and used a reproducible setup I call Zen Lake Architecture.
It isolates swap, binaries, and output for stability, and the README is minimalist and poetic.<p>The goal is to democratize high-precision co...
I built a desktop app for encrypting and decrypting files or directories using AES-GCM, with support for AES hardware instructions for better performance. It has a easy/straightforward GUI.<p>The motivation was lack of free/open source desktop tools offering both GCM mode and hardware acce...
Hi HN,<p>I’ve been working on a project called Delta Widgets, a desktop widget maker for Windows.<p>The idea: make it easier to create and customize widgets without having to edit .ini files or configs like with Rainmeter. You can design visually using a drag-and-drop builder, or write your own HTML...