Engagement Farming with AI Bots

Build a fully automated AI blogging pipeline via Gemini CLI, GitHub Actions, Docker, S3, and CloudFront. The bot writes, builds, tests, and deploys one production blog post per day without manual intervention.

comments

Polars Boosted My Algorithm's Speed by 25x

Refactoring an RCE machine learning algorithm from Pandas lambda functions to the Polars expression API reduced execution time from six minutes to fourteen seconds. Polars cross joins, columnar operations, and Apache Arrow drive a 25x speedup.

comments

My Childhood Apple II Computer Programs (1986)

A recovered Apple II floppy disk from 1986 reveals BASIC programs written in fourth grade, including primitive games, low-resolution graphics, and early experiments with loops, strings, and user input. Revisit the code and compare childhood Apple...

comments

Escape the Surveillance Web with Gemini

The Gemini protocol replaces the ad-heavy, JavaScript-driven web with a minimal, privacy-focused alternative built around static content and mandatory TLS. Learn Gemini’s architecture and deploy a Gemini server on Ubuntu with AWS, GMID, TLS, and systemd.

comments

Quick and Easy Capacity Planning with Pandas

Build a lightweight capacity planning model in Python Pandas using flow diagrams, throughput estimates, and GROUP BY operations to estimate CPU requirements and infrastructure cost. Apply Operations Research concepts to size a simple web...

comments

Why Did Emperor Severus Spare an Engineer?

Roman emperors routinely executed enemies, civilians, political rivals, and even allies without trial, yet Septimius Severus spared the Byzantine engineer Priscus after conquest. Learn why Severus valued Priscus’ technical skill and how the story...

comments

Wrangle Bearcat BC125AT Input Data with Excel

Transform Radio Reference CSV frequency data into a format compatible with the Uniden Bearcat BC125AT scanner. Explore schema mapping, analog filtering, CTCSS/DCS conversion, frequency normalization, and importing channels into Bearcat programming files.

comments

Data Exploration with Data Viz Cheat Sheet

Witness practical Pandas, Seaborn, and Matplotlib techniques for exploring machine learning datasets using the UCI Abalone database. Includes histograms, KDE plots, boxplots, correlation heatmaps, PCA, regression plots, and multidimensional...

comments

Refactor Matlab to Tidyverse

Refactor a Reduced Coulomb Energy neural network implementation from Matlab into R Tidyverse with pipes, tibbles, functional operations, and vectorized distance calculations. Compares loop-based Matlab patterns with tidy data workflows for...

comments

Can ChatGPT Write a Decent Literary Term Paper?

Analyze Stephen King’s Carrie through structured prompts, thematic outlines, and historical analogies to evaluate whether ChatGPT can assist with literary term paper development. It explore how GenAI can identify themes, symbolism, and parallels...

comments

Faux Faulkner Contest: Man vs. Machine

Pit human literary parody against generative AI by rewriting Humpty Dumpty in the style of William Faulkner using modified passages from Absalom, Absalom!. Compare manual collage-style writing against ChatGPT and examine the limits of AI literary...

comments