Tag: learning

  • Transitioning from WordPress to Hugo

    Transitioning from WordPress to Hugo

    Reading Time: 3 minutesTransitioning from WordPress to Hugo is tempting because I don’t need an entire CMS for what I’m doing. What I need is a centralised system that checks for tags, titles and the theme, and updates the navigation as I add new pages. You don’t need a CMS for that. The Good Old…

  • Playing with AI and Learning to Keep It Simple, Silly

    Playing with AI and Learning to Keep It Simple, Silly

    Reading Time: 3 minutesYesterday I was playing with AI in the evening and I asked it to help me write a function that would detect whether an array item was a photo or a video. I told the AI, this is a photo array item, and this is a video array item. I want the…

  • My AI Teacher

    My AI Teacher

    Reading Time: 4 minutesToday I want to discuss something different. I want to discuss using AI as a teacher, rather than as a tool to replace us. For a few days I have been playing with the Instagram json file that I got when I requested my archive. With this json file I thought about…

  • A Desire to Dump WordPress

    A Desire to Dump WordPress

    Reading Time: 2 minutesIn theory WordPress is a fantastic tool to write a blog, without needing to learn to code. In practice I am tired of WordPress and I have been tired of WordPress ever since they started to use blocks, and ever since I noticed that it uses React.  React and Meta I know…

  • Playing with the Hugo With An Old Site

    Playing with the Hugo With An Old Site

    Reading Time: 3 minutesFor a few days I have been playing with Hugo with Markdown and HTML pages. It says that it is “the world’s fastest framework for building websites” and so far I do notice that it has a key strength that I like.  Front Matter That strength is that with small modifications you…

  • Playing With Pelican – A Static Blog Website

    Playing With Pelican – A Static Blog Website

    Reading Time: 2 minutesWhen looking at Codeberg as a European alternative to github I came across mentions of Pelican, a static blog generator. Yesterday I spent several hours setting it up and playing. Whilst playing with it I saw some opportunities.  By default Pelican is designed to have one category per blog post. For small…

  • Updating Old HTML Webpages

    Updating Old HTML Webpages

    Reading Time: 3 minutesMost websites are simple. They have five to ten pages at most but usually a single page is enough. Most pages are about one specific thing, whether it’s a CV inspired page to find new clients or a simple page with a few products. Most are usually about a single topic.  This…

  • Working Towards a Goal

    Working Towards a Goal

    Reading Time: 2 minutesI am currently working towards a goal and I am struggling. I am struggling to stay focused when I follow online courses because I find that my mind strays. I am also struggling because the topic is so broad that there are hundreds of things you can learn but you need to…

  • Learning By Writing despite GPT

    Learning By Writing despite GPT

    Reading Time: 3 minutesI am old enough to remember a teacher writing on a board or piece of plastic for an overhead projector. “Why don’t you just give us photocopies of what you’re writing instead of asking us to copy down what you’re writing. “Because you will remember it better if you write it down.”…

  • Laravel and Context

    Laravel and Context

    Reading Time: 2 minutesThere is value in studying Laravel and context. By this I mean that over a year ago I wanted to study Angular but after feeling lost in Javascript I decided to take a step back, to study JavaScript. I studied two or more courses over a period of months. I could have…