Extending a Generative Art System in Go
A follow-up on building a generative art system in Go, showcasing new engines like Perlin Pearls, Swirl, and Cells, …
A follow-up on building a generative art system in Go, showcasing new engines like Perlin Pearls, Swirl, and Cells, …
Took on the challenge of shrinking my site as much as possible. From trimming scripts to rethinking images, I learned a …
Generative art shifts the focus from drawing images to designing systems. Instead of sketching directly, you define …
A detailed comparison of gzip, Snappy, LZ4, and zstd compression algorithms, analyzing their impact on storage savings, …
A deep dive into common compression algorithms like gzip, Snappy, LZ4, and zstd, explaining their trade-offs in speed, …
Explore DuckDB, an in-process SQL OLAP database, as a powerful alternative to Spark for local data analytics. Learn how …
Introducing `kafka-replay-cli`, a lightweight Python tool for Kafka message replay and debugging. Learn about its …
Dive into Kafka producers, exploring how they handle message partitioning, serialization, and batching for optimal …
Understand how Kafka consumers work, from their pull-based data fetching and offset management to how consumer groups …
Discover the core architectural decisions and OS-level optimizations that enable Apache Kafka's exceptional high …