A Visual Guide to Evolution Strategies
A visual guide explaining Evolution Strategies (ES) as a gradient-free optimization alternative to reinforcement learning for training neural networks.
A visual guide explaining Evolution Strategies (ES) as a gradient-free optimization alternative to reinforcement learning for training neural networks.
An introductory guide to the fundamental concepts of object detection, covering image gradients, HOG, and segmentation, as a precursor to deep learning methods.
An updated guide to locks, mutexes, and thread safety in Swift, covering modern APIs and best practices for concurrent programming.
A brief review of Refind, a tool that curates links from tweets into a browsable format for discovering tech articles and resources.
A manifesto proposing Upspin, a global file system to restore user data ownership and enable seamless sharing between programs and people.
Explores using C# operator overloading to create cleaner syntax for cross-platform file path concatenation, inspired by ReSharper's code.
Sway developer explains why future versions will drop Nvidia proprietary driver support, criticizing Nvidia's lack of open standards support.
Explains why Azure API Management returns 200 OK but no backend traffic occurs, due to a missing forward-request policy.
A guide to enabling and automating backups for Azure Analysis Services using PowerShell scripts and runbooks.
A guide to setting up a CI/CD pipeline for Docker containers using Azure DevOps and Azure Container Registry for ASP.NET Core applications.
A recap of #PSBlogWeek 2017, summarizing five days of community blog posts covering advanced PowerShell automation, logging, and DevOps topics.
A data scientist explores using the Papyrus font in R and ggplot2, analyzing Avatar box office data with custom visualizations.
A comparison of 5 popular Python web frameworks: API Star, Falcon, Flask, Django, and Pyramid, from a Python Frederick presentation.
A technical guide on updating the Hugo static site generator version for blogdown projects deployed on the Netlify platform.
A guide to using SQL Server's SWITCH operation to quickly modify schema on massive, non-partitioned tables with billions of rows.
An exploration of DotNetAnywhere, a lightweight, alternative .NET runtime, its features, limitations, and use in projects like Blazor.
A guide on how to run Cucumber BDD tests directly from the command line using the Java CLI runner, covering classpath setup and arguments.
A technical guide on using R's rvest package to scrape book descriptions and genres from Goodreads, adapting code from an existing project.
A personal story about how receiving a Nintendo Entertainment System as a Christmas gift in 1990 shaped the author's life and career path.
A guide to building a PowerShell script for generating storage usage reports across multiple servers, focusing on logical script flow and AD integration.