The Lounge 0001 [From the Beginning]

Wouldn’t that use the AP8, not AM4?

AMD said the socket would past to 2020, why not put it in a phone :stuck_out_tongue:

Probably cause of hindsight.

1 Like

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 :smiley:
but just need to set up the stream and its set.

2 Likes

going live now twitch.tv/caveman12342
song requests still open lol


also fuck off discourse, it’s my channel :stuck_out_tongue:
hdhdhd

3 Likes

wish i could watch but im at school

2 Likes

my bits are safe… for now

2 Likes

soon™

1 Like

I’ll keep the top spot warm for you :stuck_out_tongue:

Screenshot%20from%202018-04-17_19%3A49%3A57

2 Likes

This is the current version of the TOC of Sam’s Wasteland Within:
Screenshot_2018-04-17_17-35-20
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.

2 Likes

@Michael pushed more changes to my status program

mostly added support for shorter cmd args

1 Like

neat should be much better for running custom commands, guess I should modify my i3 shortcut for it now :smiley:

1 Like

also reduces the length of the total command

1 Like

yep which is great especially when your running almost all the arguments like me.

1 Like

you could also just set the default commands by modifying line 3 lol

argv = ["--nogui","-dt","80","-ee","-et","500"]

1 Like

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.

1 Like

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”]

1 Like

neat will have to try that then, have a lot disks that need blacklisted and the command is already quite long XD.

1 Like

yep. i need to add a option to pull in defaults from a file

1 Like

yep that would be neat and should be easy enough todo. would save a lot of time editing the file after every commit.

1 Like