Ibrahim Ahmed

Developer

Running python on air-gapped systems

Jan 13, 2024 | 4 min read
Categories: Developer,
Tags: Python,
How to reproducibly run python code on a system with no internet access.

Helping fix aircraft - from NLP to Bayes Nets

Oct 25, 2023 | 9 min read
Categories: Developer,
Tags: Machine Learning, Nlp,
NLP to help aircraft mechanics reason about maintenance actions

ChatGPT 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 tennis

Trials and Tribulations of Maintaining a Hugo Blog

Sep 30, 2017 | 5 min read
Categories: DevOps, Developer,
Tags: Hugo, Powershell, Web Development,
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.

Testing code with sensitive data

Sep 6, 2016 | 2 min read
Categories: Developer,
Tags: Git, Powershell, Testing,

Developing with C/C++ on console

Jan 30, 2016 | 1 min read
Categories: Developer,
Tags: Bash, C/C++, Linux,

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.