palebluethought

joined 1 year ago
[–] palebluethought@lemmy.world 19 points 4 days ago* (last edited 4 days ago) (1 children)

There's no rack mount server there. I see a UPS, switch (network and Nintendo varieties), PS4 and mini PC

[–] palebluethought@lemmy.world 24 points 3 weeks ago (3 children)

I'm... Not really sure what your question is. What do you mean by your laptop "fitting in the community?"

[–] palebluethought@lemmy.world 44 points 3 months ago* (last edited 3 months ago) (3 children)

In 4chan parlance that just means she's calling herself autistic. Which in 4chan world may or may not be literal

[–] palebluethought@lemmy.world 64 points 5 months ago (8 children)

I just don't understand how people can get so sucked into gacha games. All the art design, the game world, all the other stuff they try to use to camouflage the slot machine, none of that stuff works more than a few hours. Once you see the "seams" of the skinner box, once it becomes blindingly obvious there's nothing to find at the "end" of chasing higher DPS or whatever, why do people continue? It loses any sense of fun the moment it happens.

[–] palebluethought@lemmy.world 6 points 6 months ago

Oh, yeah, I've heard that before now that you mention it

[–] palebluethought@lemmy.world 26 points 6 months ago (2 children)

Not sure where you'd get that idea...

Black population is not that far off from Hispanic (18 vs 12%) and white is barely a majority.

Canada is much more dominantly white (70% vs 56%) with lower representation of every other group compared to US. Everywhere in Europe is much higher than that (80+%).

Of course all this is based on coarse Western racial categories, if you look at individual ethnicities then it's gotta be India or somewhere in Africa.

[–] palebluethought@lemmy.world 27 points 9 months ago* (last edited 9 months ago)

He also doesn't ever abandon Sam or even think about taking Smeagols word over his. I get why the story structure of the movie demanded some kind of wrinkle at that point, but that's the one deviation from the books I never liked at all

[–] palebluethought@lemmy.world 8 points 10 months ago* (last edited 10 months ago)

Now you'll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.

So now we've basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it's Nix's fault, even if it isn't.

On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix

[–] palebluethought@lemmy.world 13 points 10 months ago* (last edited 10 months ago) (1 children)

The bashrc poisoning thing was sarcastic. the point is it's not important as an attack vector because if that's even part of your surface area, then the attacker is already pretty well into your system

[–] palebluethought@lemmy.world 6 points 10 months ago (9 children)

If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?

[–] palebluethought@lemmy.world 5 points 10 months ago* (last edited 10 months ago) (2 children)

Not sure about 1, but 2 and 3 both have the same answer. Both TSInstall and Mason are just trying to install other software packages on your system, and you're on NixOS, so of course they can't do that. You don't install your software, you declare it. Add the Treesitter parsers you need right next to your plugins (there is a sub collection under the vimPlugins collection just for Treesitter parsers), and put whatever Mason would be installing into your user packages instead.

That said, I agree with the other commenter. Even though the community has done a lot of work on rich config options for Neovim, they're just too far away from the normal way of doing things in the Neovim world, and plenty of plugins are written in ways that assume it's configured in "normal" ways. Plus configuring Neovim is already kinda like assembling your own car from parts in any case, so it's honestly better to just use nix to install Lazyvim or whatever flavor of choice and let it handle the plugin management/config. And believe me, I really tried to do it all in Nix, I wanted to do it that way. But it's just not worth the headache at this point

view more: next ›