What I’m Playing – Not Dead Yet Edition

What I’m Playing – Not Dead Yet Edition

I'm gonna be straight up here. I just have not really been much in the mood for writing and blogging lately. In addition to just being busy lately, the latest news developments are just, very very depressing, to put it mildly. Fortnite I have not been really playing a lot of variety lately either. I have no interest in Fortnite OG 2, I didn't care for OG1 either. The Music pass was… Weirdly easy to complete, because they changed how you gain pass tiers. I finished it in days and barely played. I didn't get premium. I am not real…
Python Logo

Iterating Again, Already

A few days ago I posted about updates to my little FreshRSS script. I already did some fairly quick simple updates, though some didn't quite work out as hoped initially. Firstly, I didn't care for the big blob daily article file it pushed out to the archive. So now it spits out a bunch of individual articles, formatted "YYYY-MM-DD-Article Title.md." this created my first issue. I got a "Filename too long error." So I set up a check to truncate the article title to 100 characters, if its longer than 100 characters. I can't just always slice it, because if…
おにぎり (Onigiri) aka, “Rice Balls”

おにぎり (Onigiri) aka, “Rice Balls”

I've been doing some experimenting recently making おにぎり (Onigiri) aka, "rice balls".  I've been taking it very literally as being a ball and have not added any Nori wrapping yet.  I've been just sticking with variations of tuna and mayo that I read about online.  It's a pretty simple and easy dish to make, and I end up with enough for 2-3 meals from one batch, which is nice.  Cook a cup (uncooked) or rice int he rice maker, dump it in a bowl with a can or two of tuna, spoon some mayo in, add whatever flavoring I want…
Python Logo

Code Project – Python – Improved FreshRSS Link Lists

Today, I want to talk about recent improvements I have made on my FreshRSS to Wordpress Digest Python script. And to make a note on what I would like to do next. This is the script I used to produce these Link List Posts on [Blogging Intensifies] and Lameazoid. The Github Repository for it is here. The first version was simple, it pulled from the sharded feed of FreshRSS, collected favorited articles, formatted them a bit, then posted a wordpress post of links. Overtime, I wanted these posts to be prettier, so I added a bit more massaging to the…