- Home
- Learn Linux
- Learn Electronics
- Raspberry Pi
- Programming
- Projects
- LPI certification
- News & Reviews
This video covers the use of AI when programming open source software. It's based around Google Gemini, but is also relevant for other AI agents including Microsoft Co-pilot and Chat GPT. It shows examples of how I use AI to ...
Here are some short scripts that can be used to rename files in Linux. These are examples that can be modified as required.Change file extensionsRename all files in a directory that end with .php5 to end with .phpfor x in ...
I have created a new email form on my Watkissonline.co.uk website. This form can also be used for my First Aid Information and Quiz website and my Linux Information website penguintutor.com.This has become necessary due to the large number of ...
This post has three aims based around my latest YouTube video on creating 3D animations.The first is to shows some FREE options for creating 2D animations on Linux, Windows and other operating system. Second is to ask the viewers if ...
This is an introduction to a tank game I created. It's an artillary style pass and play game. It is created as a demonstration of creating vector graphics in Pygame Zero and of porting / creating a game on the ...