

it’s funny that still to this day Okada still constantly steals Nicks gear and puts it on.


it’s funny that still to this day Okada still constantly steals Nicks gear and puts it on.


So Tri is going to cheat on Steph with Ivanka Trump, beat up Jared Kushner, and then become Trumps new son in law so he can then take over the country.


so it’s going to rehash and combine old storylines with wrestlers who are either no longer with the company or dead because that’s what LLM’s do. they don’t come up with anything original, they just puke out what already exists.


yeah some consider it a racist term because it originally applied specifically to Japanese Cars. i.e. Asian cars, Asians like eating Rice, POS modified Car isn’t a “Racer” it’s a “Ricer”.
I’d give ANYTHING for a PROPER Bullet Club vs Death Riders. Won’t happen but there are so many BC pieces from various versions in AEW right now they could do it. please tony, please, make this OG BC fan happy and just book it.
I have ubuntu on my server and I really need to switch it. It’s such a dick move when you apt install something and it opts for a snap. I just roll my eyes and groan when I think of having to back up EVERYTHING (music, media, dockers configs, compiled projects, random projects, etc) in order to switch the distro. I dont’ have the time to do it. It’s like nearly 2TB worth of stuff.


you know the Fast and the Furious movies? at least the original 2 or 3, those cars were all tricked out with neon lights, decals, nitros, custom exhaust, all that? most of those cars were Japanese cars that were heavily modified. Basically it was a derogetory term for modifying a piece of shit car to look good, Especally if it was a Japanese car. you slap a body kit on it, neon lights, slap in some bucket seats, switch out the exhaust, but you dont’ touch the engine. that’s a “Ricer” it’s not a good thing in that specific car culture.
So for whatever reason someone at some point was modifying their Desktop Environment or Window Manager with neon borders and all that and decided to call it a Rice. You’re essentially modifying your OS without touching the “engine” so to speak. You’re just slapping a body kit, neon lights, some bucket seats etc onto your operating system.


if this is true it’s more pettiness from WWE. the company that has “never” viewed AEW as a threat clearly views AEW as a threat.
Also if you let someone go due to contract violations you can’t continue to enforce said contract and then proceed to not pay them. There’s gotta be more to this story. Who the hell cares if Andrade is on AEW tv? out of ALL the people from WWE that have gone to AEW suddenly Andrade going BACK is the one they have issue with?
There’s way more here we’re not being told.


I also use Navidrome and I might rip off your setup today. Right now I use supersonic for my client and when I listen to music I like to just play by tracks and randomize it. The issue is supersonic isn’t really great with randomization. I’ve noticed it’s not random at all and will follow a pattern. A lot of players are bad with this.
But for the life of me I just can’t find a good navidrome/subsonic client. NONE of the tui’s allow you to just play all your tracks and randomize them. it’s either by artist, or album, or playlist and I dont’ want to throw 6000+ songs into a playlist. I just want to randomize all my music.


I think he was more saying if he gets injured one more time after this then he’ll be done.
I just use borg on a timer. I can set it on my various machines via a shell script or on my NixOS machine in the config. I have it backup stuff daily at the same time, have automatically remove old backups after a certain period of time, and I can easily mount it to whatever computer using an alias. I don’t think about it, just does it, easy peasy.


on mine I’m running forgejo, searxng, navidrome, vaultwarden, wireguard, jellyfin, RomM, some VM stuff mainly for compiling, and a bunch of other small stuff like glance.
Then I have a “junk drawer” on it where I just play around with random things in dockers and generally forget about them.


haven’t watched a single WWE show in years.


Trump is currently “undecided” if he will attend.
Remember folks, WWE/TKO is a MAGA company.


should be find depending on the chat server.
I mean hell we used to do this way back in the day with IRC and Quake servers. it’s not hard at all and you don’t need to over think it. I mean it’s not like the thing is going to crash often so I’m not sure why you want to spread it out. I generally reboot my server like once a month and it takes all of 5min.
Depending on the game and the type of chat server you’re looking to run I don’t think you need to over think it. Just start out with like a VPS, see how it goes, maybe switch it up to a dedicated. neither are expensive.
yup discovered this on my server yesterday. needed something on there so just did sudo apt install blahblahblah and then come to find the little ubuntu fucker installed a snap of it.
I really should have gone with another distro for my server but meh i’m too lazy to fix it now.


yeah but from a University IT Admin standpoint NixOS would just be so much easier to maintain and set up. you literally would just need one config file to slap on all the machines. Install the OS, clone the config, rebuild, walk away and go to the next computer. Program causing issues and needs to be removed? cool edit the config, push it to the repo, clone it to all the machines, rebuild.


would be brutally easy though.
nix-shell is great too. sort of like a “demo” of something before actually committing to it or if you just want to use something one off without adding it to your config and rebuilding.
As a dev it’s fantastic for testing also. can just try something on a bunch of browsers without actually installing the browser. love it.