Burrito Demo
Introducing Mishka Chelekom v0.0.9 - MCP & AI-Ready Phoenix Components, 35+ Headless Components, and the Kit
Mishka Chelekom v0.0.9 makes Phoenix UI AI-native - a built-in MCP server that lets AI agents generate and use components correctly, a headless component layer ported from Base UI with full WAI-ARIA, the new Kit DSL to reuse and restyle any component, comprehensive LLM usage rules, and new dock, shape, and stat components for Phoenix and LiveView.
durable_server
DurableServer provides durable, distributed GenServer processes backed by object storage.
The Annotated Triple Product Property Matrix Multiplication Algorithm
The Annotated Triple Product Matrix Multiplication Algorithm for Fourier Transform-like Matrix Products in Python
Mojo
The Mojo programming language
256 Lines or Less: Test Case Minimization
Property Based Testing and fuzzing are a deep and science-intensive topic. There are enough advanced techniques there for a couple of PhDs, a PBT daemon, and a client-server architecture. But I have this weird parlor-trick PBT library, implementable in a couple of hundred lines of code in one sitting.
file manager
Tclers wiki
Spotify_1Million_Tracks
Spotify 1 million tracks dataset
Joining the IndieWeb - #1: Microformats
This is part one of a series where I document how I’m making this site more interoperable with IndieWeb tools and standards. I’ll update this notice to link to part 2 once I’ve written it
Interoperability is the heart of what makes the digital world work.
In my first job I worked with academic libraries to make research more openly available, sharing data about all forms of research outputs across the globe through the use of open data formats. These community-owned standards ensured that thousands of different systems globally could communicate, making each other aware of new findings in a field, and bringing the gobal academic community into closer contact.1
Solving a Murder Mystery Using Bayesian Inference | Towards Data Science
How Knives Out teaches Bayesian thinking (without you realizing it)
Parsing IPv6 Addresses Crazily Fast with AVX-512
Every machine connected to the Internet has an address called an IP address. Originally, these addresses were 32-bit integers (IPv4), giving a theoretical maximum of about four billion distinct addresses. We are all familiar with these addresses (e.g., 192.168.0.0). There was a big fuss about how we would run out of addresses. It never happened … Continue reading Parsing IPv6 Addresses Crazily Fast with AVX-512
Highest Random Weight in Elixir | jola.dev
A description of HRW/rendezvous hashing and the HRW elixir library.
bunnyx: a bunny.net Elixir client library | jola.dev
A best-practice Elixir library for interacting with the bunny.net API
SQL: Incorrect by Construction
Why you shouldn't use SQL if you care about correctness
e9p
Implementation of 9p2000 protocol in Erlang
hauleth.dev/e9p
Pure Erlang implementation of 9p2000 protocol
Counting Fast in Erlang with :counters and :atomics
Two BEAM escape hatches for counting fast—shared, mutable, off-heap integer arrays. How :atomics and :counters work, what they guarantee, and when to reach for each.
Phoenix Admin Frameworks
Tl;Dr version
I personally feel like you should probably either use Kaffy or roll your own admin interface completely from scratch. If you wanna know why, read on.
⚠
This is my very own analysis for my particular needs. Don't take it as being author...
Generators in lone lisp
The lone lisp generators implementation journey.
Kreuzberg - High-Volume Document Processing
Powering High-Volume Document Processing, Fast, Cost-Efficient, and Open Source.
tree-sitter-language-pack
Pre-compiled tree-sitter parsers for 197 languages with code intelligence, chunking, and polyglot bindings.
Thorn Programming Language
How to Use GDB to Debug a Real C Bug Step by Step
Photo by Hitesh Choudhary on Unsplash
Problem loading page
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
Building a Shell — Andrew Healey
I built a tiny shell in C to learn what fork, execvp, and dup2 are doing under the hood.
Installation
A Guide to installing Deno on different operating systems. Includes instructions for Windows, macOS, and Linux using various package managers, manual installation methods, and Docker containers.
Lazy BDDs with eager literal differences
This is a follow up to our batch of set-theoretic types optimizations, this time targetting differences
Show Your Work: How to write reviewable code - Martin Emde
As authors of code, we're responsible for writing reviewable code. When agents write the code, you still need to show your work, even if that work looks different now.
Code Review Checklist: A Comprehensive Guide
Code reviews are a crucial part of the software development process. They help maintain code quality,...
The Code Review Skill Nobody Teaches You
Why Senior Engineers Submit Better Pull Requests (And How You Can Too)