Troubleshooting Colima Start Problems
01 Oct 2023 Troubleshooting problems related to starting colima docker environments on a MacOS box.
Read More ›Pyenv and Jupyter Notebook Integration
17 Aug 2023 Examples and reference on how to create and manage Kernels in Jupyter from a Pyenv environment.
Read More ›Sublime 4 Productivity Examples: Keymaps, Snippets, Macros
05 Aug 2023 Simple reminders on how to add keymaps and run snippets on Sublime text 4.
Read More ›paper-summary instruction-following language-modeling
Paper Summary: Llama 2: Open Foundation and Fine-Tuned Chat Models
01 Aug 2023 Summary of the 2023 article "Llama 2: Open Foundation and Fine-Tuned Chat Models" by Touvron et al.
Read More ›Python Dependency Management: Examples and Reference
22 Jul 2023 Examples on how to use python tools to manage dependencies.
Read More ›paper-summary reinforcement-learning rlhf
Paper Summary: Deep Reinforcement Learning from Human Preferences
15 Jul 2023 Summary of the 2017 article "Deep Reinforcement Learning from Human Preferences" by Christiano et al. AKA the RLHF article.
Read More ›Jenv Examples on MacOS
07 Jul 2023 Examples on how to config multiple java versions on MacOS using jenv
Read More ›paper-summary instruction-following
Paper Summary: Fine-tuned Language models are Zero-Shot Learners
02 Jul 2023 Summary of the 2022 article "Fine-tuned Language models are Zero-Shot Learners" by Wei et al, aka the FLAN article.
Read More ›Paper Summary: Cross-Task Generalization via Natural Language Crowdsourcing Instructions
25 Jun 2023 Summary of the 2022 article "Cross-Task Generalization via Natural Language Crowdsourcing Instructions" by Mishra et al.
Read More ›Python 3 Regex: Named Capture Examples
25 Jun 2023 Examples on how to use named capture gropus in Python regular expressions.
Read More ›