--- Log opened Thu May 18 00:00:27 2023 07:10 <@Dolemite> mr0ning, be0tches and h0ez! 08:55 < dasunt> Stupidity hits before 9am. 08:55 < dasunt> "Well this used to work!" 08:55 < dasunt> Spoiler: It didn't. 09:15 < ShellGh0st> hah 09:15 < ShellGh0st> I had to teach a punk kid how to use rsync at 6AM :) 09:16 < ShellGh0st> to move some files around a prod server with minimal downtime 09:20 < ShellGh0st> I took a list of four letter dirty words and made all the possible doubling combos as 8-letter word and piped that into the vanity onion generator. Pretty fowl. 09:21 < ShellGh0st> Then I took a list of 400 hacking related terms and took just the 7,8,9 letter words and made a list. That one is finding cool ones. 09:21 < ShellGh0st> like "bluebox" and "rootkit" and "scammer" 09:22 < ShellGh0st> just found hackers 09:23 < ShellGh0st> Dagmar will be happy to know I used a nasty looking perl one liner I made to double the words in the four-letter file. 09:24 < ShellGh0st> perl -e 'use File::Slurp;$t=read_file("dirtyfour.txt");@w=split(/\n/,$t);for(@w){$o=$_;for (@w) {print$o.$_."\n"}}' > dirtycombo8.txt 09:26 < ShellGh0st> He can golf it, I'm sure, just saw some stuff when I pasted it. ;) 09:28 < ShellGh0st> perl -e 'use File::Slurp;$t=read_file("dirtyfour.txt");@w=split(/\n/,$t);for(@w){$o=$_;for(@w){print"$o$_\n"}}' > dirtycombo8.txt 09:33 < Evilpig> oh the things we do early in the morning for our own amusement. oooo a bike! 09:34 < Evilpig> fuck. damnit. plex's latest update broke my HDR handling again 09:34 < Evilpig> these fucks 09:38 -!- Mirage [~mirage@ra.thehippo.net] has joined #se2600 09:38 -!- mode/#se2600 [+o Mirage] by ChanServ 09:41 -!- Mirage [~mirage@ra.thehippo.net] has quit [Client Quit] 09:41 -!- Mirage [~mirage@ra.thehippo.net] has joined #se2600 09:41 -!- mode/#se2600 [+o Mirage] by ChanServ 09:47 < ShellGh0st> now I'm in the morning mtg :( 09:47 < ShellGh0st> Need to learn about this plex stuff... 09:48 < Evilpig> what about it? 09:48 < Evilpig> https://forums.plex.tv/t/plex-suddenly-stops-hardware-transcoding/841173/19 09:48 < PigBot> Plex Suddenly Stops Hardware Transcoding - #19 by mw0dcmplex - Plex Media Server - Plex Forum (at forums.plex.tv) https://tinyurl.com/2noqodnd 09:49 < ShellGh0st> I'm not using it, maybe I should. I just watch stuff. 09:52 < Evilpig> I've run it for years now. out of the various options emby, jellyfin, plex. it has the largest number of clients for devices. when sharing with relatives it just works and I don't have to troubleshoot too much 09:52 -!- Mirage [~mirage@ra.thehippo.net] has quit [Ping timeout: 240 seconds] 09:52 < Evilpig> jellyfin and emby work good but I wouldn't be able to walk my mom through installing and configuring a client 09:52 < Evilpig> plex I just tell her to hit the plex button on the tv and it's there 09:54 -!- Mirage [~mirage@ra.thehippo.net] has joined #se2600 09:54 -!- mode/#se2600 [+o Mirage] by ChanServ 09:54 <@Dolemite> Yep, Family Tech Support is the #1 driver 09:59 < ShellGh0st> cool 10:00 < ShellGh0st> perl -e 'use File::Slurp;@w=split(/\n/,read_file("dirtyfour.txt"));for(@w){$o=$_;for(@w){print"$o$_\n"}}' > dirtycombo8.txt 10:00 < ShellGh0st> made good use of my mtg 10:00 < ShellGh0st> golfed that more ;) 10:03 <@Dolemite> Sweet. They are making a spin-off of The Librarians. 10:09 < Evilpig> I hope it does better than the reboot of leverage 10:09 <@Dolemite> I actually like the Leverage reboot better than the original 10:11 < Evilpig> there are a few I liked but many were just off. not really sure why 10:19 <@Dolemite> I found the replacement of Timothy Hutton with Noah Wylie to be the big thing for me. 10:26 < Evilpig> blacklisted this version of plex from my autoupdate and rolled back 10:34 < ShellGh0st> Last one, I think it's good: 10:34 < ShellGh0st> perl -e 'use File::Slurp;for(@w=split(/\n/,read_file("dirtyfour.txt"))){$o=$_;for(@w){print"$o$_\n"}}' > dirtycombo8.txt 10:37 < ShellGh0st> I can lose the parens on read_file. ;) That's FUN ALL DAY. ;) 11:43 < ShellGh0st> and the rest of my day's gonna be crappy: ASPNETCORE_URLS=http://localhost:5555 dotnet run 11:43 < PigBot> HTTPConnectionPool(host='localhost', port=5555): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) (at localhost:5555) https://tinyurl.com/wmcbk3z 11:43 < ShellGh0st> oh crap 11:43 < ShellGh0st> PigBot 11:43 < ShellGh0st> haha he will fetch localhost 11:43 < ShellGh0st> sweet feature 11:45 < ShellGh0st> I won't ask him what's on 8080 ;) 11:47 < ShellGh0st> If I go to this tinyurl I can now see the website I'm running on localhost ;) 11:47 < brimstone> oh man, i missed a wild psyiode sighting a few days ago 11:50 < ShellGh0st> the hacker? 11:51 < brimstone> the visionary 11:52 < ShellGh0st> brimstone++ 11:52 < ShellGh0st> Just making sure it wasn't a new noun I was unfamiliar with... 12:30 < Evilpig> yeah I don't bother filtering what all it can hit 12:31 < Evilpig> pretty sure there isn't anything on localhost. I have everythign bound to the internal ip 12:33 < Evilpig> well there is something there. tautulli on 8181. I should see if that has a better config option 12:35 < Evilpig> brimstone: you just reminded me I was supposed to email about that 16:12 < brimstone> :) 16:31 -!- Mirage [~mirage@ra.thehippo.net] has quit [Ping timeout: 240 seconds] 16:43 -!- Mirage [~mirage@ra.thehippo.net] has joined #se2600 16:43 -!- mode/#se2600 [+o Mirage] by ChanServ 16:47 -!- Mirage [~mirage@ra.thehippo.net] has quit [Ping timeout: 240 seconds] 18:01 < ShellGh0st> Now that he gets preferential space in the feed, Elon Musk is tweeting 20-year-old memes like they're new. 18:14 -!- Mirage [~mirage@ra.thehippo.net] has joined #se2600 18:14 -!- mode/#se2600 [+o Mirage] by ChanServ 19:28 -!- eryc [~eric@user/eryc] has quit [Remote host closed the connection] 19:29 -!- eryc [~eric@108.174.60.249] has joined #se2600 19:29 -!- eryc [~eric@108.174.60.249] has quit [Changing host] 19:29 -!- eryc [~eric@user/eryc] has joined #se2600 19:29 -!- mode/#se2600 [+o eryc] by ChanServ 21:08 <@Dagmar> I want muh Blue Sky invite code already --- Log closed Fri May 19 00:00:28 2023