Another vibe coding experiment: ZFS Snapshot Extractor
A developer uses AI to create a script for extracting specific file versions from ZFS snapshots, detailing the tool's use case and functionality.
A developer uses AI to create a script for extracting specific file versions from ZFS snapshots, detailing the tool's use case and functionality.
Redis creator Salvatore Sanfilippo discusses why he would have chosen JavaScript over Lua for Redis scripting if MicroQuickJS existed in 2010.
A fun exploration of psql's scripting capabilities, testing if it's Turing complete by implementing a Fibonacci sequence calculator.
Explains how .NET 10 allows running standalone C# script files directly, similar to Python, without needing a full project.
A guide to building a comprehensive Python script for automating VMware tasks like inventory, health checks, snapshots, and reporting.
A technical guide on automating virtual machine power actions and snapshots using PowerCLI and Python scripts.
A humorous exploration of using AI to generate Python scripts that identify and mock outdated C++ code patterns, comparing outputs from Claude Sonnet and GPT-5.
A guide to building a smart, menu-bar-based session tracker for macOS using bash scripts and xbar to monitor productivity and encourage breaks.
A guide to simulating a zonal failure on Google Kubernetes Engine (GKE) Autopilot using kubectl commands and a custom script.
A developer's weekly update covering work on an LLM project, custom scripting, PICO-8 experimentation, and blog theme adjustments.
A comprehensive guide to using the PowerShell Replace method for text manipulation, covering syntax, examples, and best practices.
Analysis of a crypto scam using a fake AI YouTuber to distribute malicious code disguised as a TradingView tutorial.
An interview discussing GenAIScript, a project for creating AI-powered, automatable build scripts using a JavaScript runtime designed for generative AI tasks.
A beginner's guide to using the PowerShell Select-Object cmdlet for filtering and selecting data from objects in scripts and automation.
A beginner's guide to PowerShell, covering installation, basic cmdlets, and essential commands for automating IT tasks across platforms.
Explores the idea that command-line interfaces foster social sharing and creativity, while GUIs are 'antisocial' and lack the same collaborative potential.
A festive guide to creating a shareable PowerShell module, using a Christmas-themed example to demonstrate packaging and sharing functions.
Explores using Gnuplot as a Turing-complete programming language to solve a text parsing problem from Advent of Code.
A guide to embedding and executing Lua scripts in .NET applications using the MoonSharp library, including calling functions between languages.
A tutorial on modifying a specific property's values within an array of objects in PowerShell, using Select-Object with calculated properties.