Posts
Subsections
How to set up your personal server for projects
Sunday, Oct 27, 2024 | 3 min read
Categories: DevOps,
How to set up a server for personal web projects.Categories: DevOps,
GenAI and my six degrees of separation from tensor products
My experiences getting up and running with GenAI and views on code interpretability.AI+Building Energy Modeling: IBPSA SimBuild 2024 Notes
Notes from attending the SimBuild conference, especially sessions on data science and modeling.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
Sunday, Aug 20, 2023 | 11 min read
Categories: Developer,
Using ChatGPT as my coding assistant to help me play more tennisCategories: Developer,
Remote SSH into your home desktop
Wednesday, Jun 7, 2023 | 3 min read
Categories: DevOps,
Things you’ll need:
A dynamic DNS service A router A local desktop A remote computer Audience for this post: people who have used SSH before.
Often times I have found myself wanting to access a computer at home while I am traveling. There are options like TeamViewer, which let me control my computer’s screen from afar. But, I want something more convenient over the command line, like SSH. That way I can drop in and out of my home machine without breaking my flow.Categories: DevOps,