Wouldn’t that use the AP8, not AM4?
AMD said the socket would past to 2020, why not put it in a phone 
Probably cause of hindsight.
going to go live in a few with Empire Total War
continuing my latest playthrough as the United Provinces… have now destroyed France and currently at war with Spain, iirc. about 8 hours into this grand campaign 
but just need to set up the stream and its set.
going live now twitch.tv/caveman12342
song requests still open lol
also fuck off discourse, it’s my channel 

wish i could watch but im at school
my bits are safe… for now
soon™
I’ll keep the top spot warm for you 

This is the current version of the TOC of Sam’s Wasteland Within:

Keep in mind the page number for the chapters in the republished version will be different cause it’ll go from 8x11 to smaller [ I can’t remember the exact size.].
Chapter 1 - 6 comprise arc 1.
Chapter 7 - ? comprise arc 2. The reason for ? is cause I have no idea how chapters it’ll take to go through arc 2 probably. 7 is setting it up with foreshadowing.
@Michael pushed more changes to my status program
mostly added support for shorter cmd args
neat should be much better for running custom commands, guess I should modify my i3 shortcut for it now 
also reduces the length of the total command
yep which is great especially when your running almost all the arguments like me.
you could also just set the default commands by modifying line 3 lol
argv = ["--nogui","-dt","80","-ee","-et","500"]
Interesting I’ll have to try that, would be useful for things like blacklists that I want on all the time for when I’m using the command in different instances.
i actually already have that built in lol.
look for a blacklist variable in whatever function you want to set the defaults for. so if you want to apply a snap blacklist to disk checking then modify line 79 in diskUsage() to be `blacklist = [“snap”]
neat will have to try that then, have a lot disks that need blacklisted and the command is already quite long XD.
yep. i need to add a option to pull in defaults from a file
yep that would be neat and should be easy enough todo. would save a lot of time editing the file after every commit.