I’ve been messing around with voice models and decided to make a Rick-style voice generator.<p>Plug it into your own AI assistant if you want.<p>And the repo if anyone wants to break it:
<a href="https://github.com/mattzzz/rick-voice" rel="nofollow">https://github.com&#...
Wonderfully simple CUDA to AMD compiler. From "Building":
# It's C99. It builds with gcc. There are no dependencies.
make
# That's it. No cmake. No autoconf. No 47-step build process.
# If this doesn't work, your gcc is broken, not the Makefile.
Hi HN,<p>I've been building fullbleed for a while and just shipped v0.2.5. It's a PDF generation engine written in Rust, distributed as a Python wheel.<p>The short version: HTML/CSS in, PDF out. No headless browser. No cloud. No Chromium. Works fully offline.
*Why fullbleed:<p>Full Bl...
Minimal, clean, and well-documented implementations of data structures and algorithms in Python 3.<p>Each file is self-contained with docstrings, type hints, and complexity notes — designed to be read and learned from.
Short comparative note on Dijkstra’s Shunting Yard (1961) and Pratt’s Top-Down Operator Precedence (1973), walking through both on the same expression.<p>Link: https://cdelmonte.medium.com/two-algorithms-one-intuition-shunting-yard-and-pratt-parsing-f561a1dad6ac
Burla is an open-source python package with one function: `remote_parallel_map`<p>Given: a function, and a list of inputs; `remote_parallel_map` runs that function on every input in the list in parallel, each in a separate vm in the cloud, then returns a list of results.
It can run any Python functi...
Hey HN,<p>I’ve been working on a small side project called Cratos and wanted to share it to get feedback.<p>Cratos is a self-hosted task scheduling system. You configure a URL, define when it should be called, and Cratos handles scheduling, retries, execution history, and real-time updates. The goal...
A high-performance internet radio streaming server written in Python with Cython optimizations.
The book page links to a blog post that explains how I got about it (and
has a link to sample content), but the TL&DR is that I could not find
a lot of books that were on "our" history _and_ were larded with technical
details. So I set about writing one, and some five years later I&...