Rewatching the 2004 Van Helsing. It reminds me of World of Warcraft’s worgen. I think I’ll resubscribe to play more of Dragonflight. I was having fun with that expansion but ran out of time to play.
October 22, 2023 7:10:00 pm
After trying the Quest 3 at Bestbuy, I was set on purchasing a Quest for home gaming and to tinker with. So yesterday I purchased the Quest 2, as I do not have a great desire for the XR features yet and it would be ~$200 less to purchase. I was wrong to choose the older model, as I quickly felt nausea while using the Quest 2. I’m going to return the Quest 2 and spend the extra for the Quest 3.
October 21, 2023 7:12:56 am
Now that the content generation workflow for blips is streamlined, I need to create their own layouts. That will be for this evening or another day as I have to get ready for work.
October 21, 2023 7:03:29 am
Made a simple bash script for creating blips in linux.
#! /bin/bash DATE=$(date +%F) TIME=$(date +%T) FILE_NAME=$DATE\_$TIME.md hugo new blip/$FILE_NAME $EDITOR content/blip/$FILE_NAME
October 21, 2023 6:32:43 am
I like the blips or ‘micro posts’ idea. I just need a script to create the filenames as labelling them 1.md, 2.md, 3.md, etc. is inefficient.
October 20, 2023 11:43:32 pm
I created a ‘blips’ directory to be used similarly to how Twitter or Threads is intended. Quick little posts of passing thoughts without much effort. I’m grateful that creating static websites and blogs has become so accessible. Throughout my time in IT, I’ve learned that digital literacy in the general public is much lower than a younger me would have guessed. That’s okay though as it has been for both work and pleasure to help others with troubleshooting or translating the technical jargon to simpler language.