🦞🌯 Lobster Roll

All LHN/.~Ars
RSS
NewestOldestTop ScoredMost Discussed
Show HN: I Made a Programming Language with Python Syntax, zero-copy and C-Speed (github.com)
Your Agent Framework Is Just a Bad Clone of Elixir (georgeguimaraes.com)
Show HN: Rick Voice – Give any bot Rick Sanchez's voice (Python, open source) (github.com)
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:&#x2F;&#x2F;github.com&#x2F;mattzzz&#x2F;rick-voice" rel="nofollow">https:&#x2F;&#x2F;github.com&#...
A New Complexity Theory for the Quantum Age (quantamagazine.org)
BarraCUDA: Open-source CUDA compiler targeting AMD GPUs (and more in the future!) (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.
claimcheck: Narrowing the Gap between Proof and Intent (midspiral.com)
Show HN: Fullbleed – Rust HTML/CSS-to-PDF with Deterministic Output+Python CLI
Hi HN,<p>I&#x27;ve been building fullbleed for a while and just shipped v0.2.5. It&#x27;s a PDF generation engine written in Rust, distributed as a Python wheel.<p>The short version: HTML&#x2F;CSS in, PDF out. No headless browser. No cloud. No Chromium. Works fully offline. *Why fullbleed:<p>Full Bl...
Join the Python Security Response Team (pyfound.blogspot.com)
Show HN: Algorithms 1.0.0 – Minimal and clean implementations of algorithms (github.com)
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.
Early Lisp history (1956 – 1959) (dl.acm.org)
Python HTTP server using Erlang and BEAM (hornbeam.dev)
Algorithm-based tool for home support funding is 'cruel' and 'inhumane' (theguardian.com)
Complexity Explorables (complexity-explorables.org)
Comparing Shunting Yard and Pratt Parsing
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:&#x2F;&#x2F;cdelmonte.medium.com&#x2F;two-algorithms-one-intuition-shunting-yard-and-pratt-parsing-f561a1dad6ac
Show HN: Konpeito – A gradually typed Ruby compiler with LLVM/JVM backends (github.com)
Clef Programming Language – A concurrent systems language (clef-lang.com)
Vistral: A streaming data visualization lib based on the Grammar of Graphics (timeplus.com)
Genetic-Algorithms.com (genetic-algorithms.com)
M5Card Forth (github.com)
Show HN: Burla – Scale any Python program using one simple function (docs.burla.dev)
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...
Show HN: Self-Hosted Task Scheduling System (Back End and UI and Python SDK) (github.com)
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...
The Best Programming Language for the End of the World (web.archive.org)
A New Complexity Theory for the Quantum Age (quantamagazine.org)
Logic MSO – Oscilloscope with Python Support (saleae.com)
The Rise and Fall of Scala (beyondjava.net)
Show HN: Cycast – High-performance radio streaming server written in Python (github.com)
A high-performance internet radio streaming server written in Python with Cython optimizations.
Show HN: I wrote a technical history book on Lisp (berksoft.ca)
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&amp;DR is that I could not find a lot of books that were on &quot;our&quot; history _and_ were larded with technical details. So I set about writing one, and some five years later I&...
Babashka 1.12.215: Revenge of the TUIs (blog.michielborkent.nl)
How bad can Python stop-the-world pauses get? (lemire.me)
Show HN: Taking a shart at the first programming language designed for AI agents (github.com)