--- Log opened Tue Aug 01 00:00:23 2023 06:55 <@Dolemite> mr0ning, be0tches and h0ez! 07:03 <@Dagmar> Mirage: Same here. Haven't heard a damn thing from Bitcraft yet (or ever) tho 07:06 <@Dagmar> The verbiage of the email I got makes me wonder if this is mainly marketing tho 07:15 <@Dagmar> I sent a referral code for it to Audra. We'll see if I can get her to play an MMO 07:16 <@Dagmar> ....and hopefully I won't get banned for calling someone an *ahem* "inkie" 08:11 <@Mirage> First thing that popped into my head from "inkie" was pac man, quickly followed by jason lee wanting to kick a dudes ass for being called a tracer. 08:11 <@Mirage> I'm sure neither are close to whatever "inkie" is 08:11 <@Dagmar> It's racist slang for dark elves (Teir'dal) 08:12 <@Mirage> ahh 09:12 <@Dagmar> It still freaks me out that I was the person who had to teach Gentle about quad-kiting 09:12 <@Dagmar> Like, you're playing a wizard who is actually featured in a goddamn webcomic and how have you evaded learning how to quad kite at max level 09:13 <@Dagmar> He learned real quick what I meant about "We make it look 'effortless' because you are either seen doing it right, or you're just another naked elf on a corpse run. There is no in-between." 09:16 <@Dolemite> Ugh. Just went upstairs to use the bathroom - I'm the only one in the house at the moment, mind you. Kitchen lights ON. Lights over both vanities in the bathroom ON. Master closet light ON. I swear, my wife must be cheating on me with the TVA meter reader. 09:35 < Evilpig> Dolemite: smart switches. 09:35 < Evilpig> sit down in your cave and randomly turn things off on them from here out 09:36 <@Dolemite> Yeah I keep threatening to put timer switches everywhere 09:37 < Evilpig> liam wanted a light strip for his room because sabrina had one, so I made sure when I got it that it was network controlable. he can't leave that on now. I put a timer in the home automation system that shuts his lights off each morning at X time and then during the day if they;re on for more than like 2 hours, i think, it will shut them off 11:49 <@Dolemite> Ugh. Gotta love copying and pasting the example config from gitlab.com for a reference architecture... and it failing 12:04 <@Dolemite> aha! found the stray ' 13:24 <@Mirage> NWS is smoking crack on the forcast. High is supposed to be 105 w/ heat index of 108.. HAHAHHAHA!!!! Right now it's 97 and the index is 111. 15:16 <@Dagmar> I'm not going to get snippy because it failed to reach the formerly predicted high here today 15:16 <@Dagmar> I still gotta mow and I'll take 87F over 94F any day of the week 15:18 <@Dagmar> Evilpig: I added underlighting under my bed that uses an IR sensor. The difference between the cheap ones and the good ones on Amazon is mainly the light strip. I got the cheapest model with the same IR piece as all the rest 15:18 <@eryc> Dagmar: what game's the beta for? 15:18 <@Dagmar> It's pretty fuckin' green-hued, so eventually I'm going to shimmy back under there and just replace the strip 15:18 <@Dagmar> erya: Palia 15:18 <@Dagmar> eryc: I'm sort of on the hunt for something I can play _with_ my wife, and she's more of a casual gamer 15:19 <@Dagmar> If I can hunt and build stuff and optionally farm, I'm good 15:19 <@eryc> ah yea I saw they were doing the beta 15:19 <@Dagmar> Craftopia would _almost_ work but it's kind of "oh crap" ugly 15:20 <@Dagmar> EVerything is rough, the translations are "not good", and the interface is basically still using Arial everywhere and perfectly square boxes 15:20 <@Dagmar> It's also not really "all that" multiplayer 15:21 <@Dagmar> I got me a "Lumbar Support Animal". Heh 15:22 <@Dagmar> Tank is finally sure enough that I'm not going to squish him that he just sits there and keeps my lower back warm, and occasionally reaches up to grab my side if I'm typing too actively 15:23 <@Dagmar> This is pretty much the only way I can have both cats together during the day. That's too much cat for one lap, but Morticia will sleep in my lap and Tank is cuddled against my back 15:23 <@Dagmar> Seriously it's like 24 pounds of cat 15:56 <@Mirage> I don't get why in the case of Georgia that they keep saying "alleged election interference." They have him on tape.. there's nothing 'alleged' about it. 15:59 <@Dagmar> It's always "alleged" until it's been "found" by a judge 15:59 <@Dagmar> Okay, so here's a fuckin' head-scratcher 16:00 <@Dagmar> I have an SQL function called isASCII(). It does a pretty fuckin' obvious thing 16:00 <@Dagmar> IF thisFreetext REGEXP '^[\x20-\x7E]{0,1024}$' THEN 16:00 <@Dagmar> That's a perfectly fuckin' normal regular expression 16:00 <@Dagmar> If I test the regexp itself with this I get 1: select ('UserA' REGEXP '^[\x20-\x7E]{0,1024}$'); 16:00 <@Dagmar> If I test the regexp itself with this I get 0: select ('User A' REGEXP '^[\x20-\x7E]{0,1024}$'); 16:01 <@Dagmar> Why the fuck does a space seem to break it 16:04 <@Dagmar> If I just shove a fuckin' space in there at the start, it also works correctly 16:05 <@Dagmar> select hex(cast(' ' AS BINARY)); returns 20 so I don't think it's using some fucked-up unicode space 16:05 <@Dagmar> Oh holy shit 16:06 <@Dagmar> no nevermind 16:12 <@Dagmar> For whatever the fuck reason this works fine: IF thisFreetext REGEXP CONCAT('^[', 0x20, '-\x7E]{0,1024}$') THEN 19:03 <@Dagmar> Finally figured it out. You need to double escape the damn hexadecimal 19:03 <@Dagmar> This _despite_ the fact that the way I load the damn things is to cat the text file right into the mysql client --- Log closed Wed Aug 02 00:00:24 2023