litpd is a literate programming tool using pandoc markdown format.
litpd is a literate programming tool using pandoc markdown format.
A Circle Packing simulation in LÖVE 2D based on a youtube video from the Coding Train channel
A Maurer Rose simulation in LÖVE 2D based on a youtube video from the Coding Train channel
A Metaballs Simulation in LÖVE 2D based on a youtube video from the Coding Train channel
A falling sand simulation in LÖVE 2D based on a youtube video from the Coding Train channel
These are my notes from Karpathy's micrograd video. I build a simple neural network implementation in lua called 'nanograd' as I follow along the video.
Step-by-step instructions to get oobagooba/text-generation-gui installed and working on a Windows 11 machine. You get to work with your own private Chatgpt like LLM chatbot.
Generative AI has been a game-changer for my work as a programmer in recent days. I have been using Bing AI to help me with coding problems and get useful snippets and explanations. It has boosted my speed and efficiency like never before. I have been coding since the early 90s, and this is the biggest leap I have ever experienced in my productivity.
Note that I haven't used any AI integration into my code editor or IDE yet. I talk to Bing AI using the Copilot extension in the browser or on the Bing AI webpage. I …