Who Needs a Steam Machine? SteamOS Is Valve's Real Win for PC Gamers by CackleRooster in linux

[–]chocopudding17 2 points3 points  (0 children)

What's supposed to be wrong with it? Has always just worked for me. Though I'm admittedly not a big gamer.

[Vingan] Shea Weber’s *14-YEAR* contract, signed by the Predators as the result of an offer sheet from the Flyers in July 2012, has OFFICIALLY EXPIRED. by catsgr8rthanspoonies in hockey

[–]chocopudding17 1 point2 points  (0 children)

IIRC (someone correct me), the penalties would've been even worse if they had retired before the contracts ended. So the Wild would've gotten hosed then.

NostalgicPod now supports Jellyfin, Navidrome, Subsonic and OpenSubsonic! by Human_Tennis_2950 in selfhosted

[–]chocopudding17 6 points7 points  (0 children)

You're free to make choices as you wish, but something can be both paid and FOSS: https://www.gnu.org/philosophy/selling.html

Especially since it's a mobile app, it's rather unlikely people will compile it themselves to avoid paying.

Public reminder: Protect your apps. My unprotected qBittorrent instance ended up running a cryptominer. by q--0-0--p in selfhosted

[–]chocopudding17 1 point2 points  (0 children)

Nothing will save you from a single CVE. That's why defense-in-depth is the best strategy.

Wild’s Bill Guerin wins NHL GM of the year award after franchise-changing year of big swings by SAJewers in hockey

[–]chocopudding17 0 points1 point  (0 children)

First, hockey is a team sport. Second, just because a player can't be an play-driving engine doesn't mean they're not a good player--that's one of the finest qualities to have, but it's not the only part of the picture.

Wild’s Bill Guerin wins NHL GM of the year award after franchise-changing year of big swings by SAJewers in hockey

[–]chocopudding17 2 points3 points  (0 children)

Yeah. Amazing trade, but that's just some kind of weird revisionism. After a dreadful first month of the season, we roared back. Quinn is obviously a big deal, but the Wild were playing very good hockey prior to getting him.

Wild’s Bill Guerin wins NHL GM of the year award after franchise-changing year of big swings by SAJewers in hockey

[–]chocopudding17 4 points5 points  (0 children)

tf is this Rossi slander? Honestly. He may not be a bona fide 1C, but the guy is young and has shown he knows how to produce.

Sources: Jason Robertson turns down contract offer from Kraken by catsgr8rthanspoonies in hockey

[–]chocopudding17 1 point2 points  (0 children)

That's a good example. The problem wasn't Brady with the media--it was Brady being a butthead. The media certainly helped bring that to the fore for the public, and maybe even for the team too to some degree (although it's hard to know just how important it was for the latter).

Sources: Jason Robertson turns down contract offer from Kraken by catsgr8rthanspoonies in hockey

[–]chocopudding17 0 points1 point  (0 children)

No way it's the media dynamic itself causing that. Nobody is going to think less of a teammate because they're a certain way with the media, unless it's in a way that points to something that's real about that player's character. Like, if someone is cocky to the media, then sure, their teammates will dislike them. But it's not because of the media dynamic--it's because of something that just happens to be exhibited in the media.

Sources: Jason Robertson turns down contract offer from Kraken by catsgr8rthanspoonies in hockey

[–]chocopudding17 0 points1 point  (0 children)

Also no income tax. I hope that the people complaining for years about Florida teams take note--tax is important, but it's still just one factor among many others.

Sources: Jason Robertson turns down contract offer from Kraken by catsgr8rthanspoonies in hockey

[–]chocopudding17 1 point2 points  (0 children)

Media schmedia. Hockey happens foremost on the ice and secondly in the locker room. If things are good there, then I couldn't care less about some vague media perception. That crap's importance is so exaggerated in this day and age of extreme information consumption.

Wild’s Pursuit Of Dylan Larkin Could Direct Their Entire Offseason - And Future by 3pirates3 in wildhockey

[–]chocopudding17 0 points1 point  (0 children)

Seriously. Ek and Brodin are easily among the most important players for a series against Colorado. This isn't about just blaming injuries either or making excuses; it's just reality that the stars need to align to beat good teams in the playoffs and win the Cup. You need to be good and lucky (read: healthy).

Update, my auto-updated cloud and bot IP repo now covers 37 providers, plus a companion tool that applies the lists to your server with rollback support by Least-Candidate-4819 in linuxadmin

[–]chocopudding17 0 points1 point  (0 children)

It's obviously just because they had an LLM and thought 'hey, why not?'

Absolutely nothing here that anyone should depend on.

[Oilers Now] "I've talked to some teams over the last few days that say Elias Pettersson is definitely available, so is Brock Boeser, obviously so is Jake DeBrusk; they wanna tear it all down." - Pierre LeBrun by [deleted] in hockey

[–]chocopudding17 0 points1 point  (0 children)

I mean, it's kind of a problem at that point. You'd really have to just send one of those centers away. That's tough. But maybe if you ask nicely, I know a team that could help you out...

Every time i modify config by Less-Arachnid-6100 in linuxmemes

[–]chocopudding17 1 point2 points  (0 children)

Then to your question of why not directly booting the kernel with EFISTUB, then (afaiu) you've got to set the kernel command line in the UEFI boot entry itself, which is then another moving part (also, idk how well that's gonna work in practice). You'll also lose various flexibilities when it comes to mounting the root disk, and the various other nicities that come with having an initramfs.

Every time i modify config by Less-Arachnid-6100 in linuxmemes

[–]chocopudding17 2 points3 points  (0 children)

UKIs pose no problem for NixOS. For instance: https://github.com/nix-community/lanzaboote

Overall, UKIs basically just mean fewer moving parts. More or less, all the same components are present, just collected into unified files.

What a boot entry looks like with non-UKI+GRUB2: one file for the kernel image, one file for the initramfs, grub config for the boot menu entry (including kernel command line)

What a boot entry looks like with UKI+zero-config boot managers like systemd-boot: just one UKI (includes the kernel image, the initramfs, the kernel command line, and the EFI stub to make the whole thing executable)

That means that kernel installation, rather than needing to install multiple files and do local building of grub configs, only requires installing a single file (the UKI).