NeuroWinterNavigating AI’s Influence on Truth: Ethical Use & Misinformation RisksArtificial Intelligence (AI) and Large Language Models (LLMs) are undeniable. Platforms like LinkedIn are inundated with posts on…Jun 18Jun 18
NeuroWinterWhy I Stopped Hosting my Blog on AWSI originally set up this blog as a place to document some of my findings and learnings while working in the tech industry. A place to put…Jan 8, 2023Jan 8, 2023
NeuroWinterHow to set GitHub SSH key for a particular repoI often have multiple GitHub accounts on a single computer, for a range of different reasons; personal account, side project accounts, work…Jan 5, 2023Jan 5, 2023
NeuroWinterReset Dev branch to MainThere are a few situations where you want to reset your develop/test branches back to main;Jan 3, 2023Jan 3, 2023
NeuroWinterPython3.8 Positional-only argumentsI have always been of the mind that explicit is much better than implicit. For this reason, I have almost always included Python’s…Dec 3, 2021Dec 3, 2021
NeuroWinterI have been using Python typing’s ‘NoReturn’ wrongI am a huge fan of python’s new typing module which was introduced in version 3.5. The addition of this module gives us a range of tools to…Nov 25, 20211Nov 25, 20211
NeuroWinterPython’s Walrus OperatorThe Walrus operator `:=` goal is to allow a user to name variables and use them in expressions with ease. It takes the form of `NAME :=…Nov 25, 2021Nov 25, 2021
NeuroWinterQuick look at Python 3’s Stared ExpressionsA starred expression is when you add a “*” in front of a variable. It can also be called “Extended Iterable Unpacking”Nov 21, 2021Nov 21, 2021