Build cheap compute clusters on AWS using spot instances: automated system configuration, sshfs file transfer, and GNU parallel for job distribution.
Scraping photos from Facebook groups
A practical guide to scraping photos from Facebook groups when Graph API doesn't expose the endpoint - using Chrome dev tools, curl with cookies, grep and awk to extract image URLs from rendered HTML.
Exposing an online interface for MATLAB (and potentially any language)
Building a web interface for MATLAB using Node.js and Express, enabling file upload, real-time status updates, and result download—useful for collaborative research and distributed computing.
Attempts to make money from BF deals and lessons learned
Shares experience using Amazon's Fulfilled by Amazon service to resell Black Friday deals. Documents pitfalls in the seller center interface, particularly around pricing and inventory management, with a price monitoring utility.
Self-Updating Node.js Web App
Using GitHub WebHook to create a self-updating Node.js web app that automatically pulls code and restarts when you push to the repository.