Welcome to Salas Blog

Personal thoughts, projects, and discoveries

Recent Posts

GPT in 60 Lines of NumPy - by Jay Mody

ai

Interesting article: GPT in 60 Lines of NumPy | Jay Mody. Implementing a GPT model from scratch in NumPy. This is a detailed article including python source code. Ive skimmed it and it does explain a lot. But even without my being a neural net, ai, machine learning, gpt, chatgpt expert, i think i would learn a lot. Also the article is very well written presented. Note: written a few years ago before we know how far the "AI thing" was going to go!

Using Codex to create a Dockerfile from a running system

I've been dreading this: My robot's rasberry pi 5 was built months ago. I have been using it a lot, installing, updating and changing code and config. All my code is separately in github repos. But there is a lot more state than the github repos. It is in config files, pip installs, and so on. I s...