Developer
Running python on air-gapped systems
How to reproducibly run python code on a system with no internet access.Helping fix aircraft - from NLP to Bayes Nets
NLP to help aircraft mechanics reason about maintenance actionsChatGPT x Tennis - a weekend hacking project
Aug 20, 2023
|
11 min read
Categories: Developer,
Using ChatGPT as my coding assistant to help me play more tennisCategories: Developer,
Trials and Tribulations of Maintaining a Hugo Blog
Lessons from restructuring a Hugo site's repository layout to cleanly separate source content from rendered HTML output.Optimizing static sites with hugo
Feb 6, 2017
|
3 min read
Categories: Developer, Meta, DevOps,
Tags: Hugo, Javascript, Web Development,
Cutting page weight on a Hugo static site by trimming JavaScript bloat from third-party libraries like jQuery, code highlighters, and math renderers.Categories: Developer, Meta, DevOps,
Tags: Hugo, Javascript, Web Development,
Parsing websites on a budget
Jul 23, 2015
|
2 min read
Categories: Developer,
Tags: Javascript, Web App, Web Development, Web Scraping, Yql,
How to fetch content from another website client-side using Yahoo Query Language (YQL) as a workaround for the same-origin policy, without a server.Categories: Developer,
Tags: Javascript, Web App, Web Development, Web Scraping, Yql,