Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)F

Fushuan [he/him]

@ fushuan @lemm.ee

Posts
1
Comments
624
Joined
3 yr. ago

Huh?

  • Self leart second language, so it could be anything.

  • I assume 70% European 30% whatever else, although that depends on the instance. Of the instance gives any indication I just assume that.

  • Drake

    Jump
  • Kids.

  • I have plenty drm free games in steam where I copied the game folder into other computers and it ran offline. At that point, there's no difference between an installer and a compressed copy of that game. For reference, Grim dawn but there's plenty more.

    "Installing" is just semantics for decompressing a file in specific folders, you can the collect that data and "install" the game wherever. As long as you can run the game without steam, it doesn't matter that you used steam to buy it.

  • as the other commenter said, there's very little science fiction in star wars. It's more fantastical creatures and magic and shit. it's actually fantasy. Star trek however, that's scify

  • Yeah I guess that works too. In any case, I agree that it's a good joke.

  • This not the joke, the joke is that the snail put a 60 minute timer and is still in a hurry to escape because of how slow it is.

  • Wasn't recently a resolution in the EU to allow apple to have alternative app stores and thus allow side loading?

  • So, go with garuda or endeavouros, they have great installers and the community is pretty supportive.

  • O hate regular smoke smell, but weirdly I prefer it to flavoured e-smokes. My brain is telling me that that's artificial as fuck and I should stay clear. And it's right.

  • I sure as hell don't like breathing secondhand smoke while I walk down the street. If you want to breathe petroleum that's on you but do it where you don't give secondhand cancer to others, thanks.

  • Because as complex and hard to decipher as it is, all AI does is inference. Doing inference with graphics is something that has been perfected through decades and is worked on heavily.

    Quests and dialogues rely more on the creative thinking of writers, having a satisfying side quest is quite hard and leaving a text generator engine that task is a huge pitfall. It has it's use in generating some bulk texts that can then be proofread, but generating text live? Hell no. Plus, what about voice acting? Will you also steal actors voices so that the garbage text generated is said by "not scarlet johansson" v3? If you think AI will generate smarter behaviours your definition of smart and mine really differ. Will AI be able to rig animations and infer correct rig positions so that the NPC features line up with what they are saying? Mocap and voice acting is done heavily in big productions to get that.

  • How dare you even think of dr*g dealing? It's human trafficking!!

  • Because it was the west that decided to invade in 2014, it was the west that made Ukraine feel so fucking vulnerable for 8 years that they decided to turn into NATO, and then it was the west again who sent tanks into Kiev. Yeah.

    I'm not blind to not see that this benefits the US, but honestly, it looks like an opportunity for the west, not something they provoked. If Russia didn't want the west to benefit so much from it maybe they shouldn't have had invaded in 2014 because the people of a separate sovereign country revolted against the Russian puppet President.

  • Oh so you don't care about the people then, got it. You don't care about the invaded people. If your stance is anti US, you are happy. Even if that's a trash stance, at least you are consistent I guess.

  • I prefer the Spanish names.

    Americano - half coffee half water.Solo - just coffee.Cortado - coffee with a "cut" of milk.Cafe con leche - half coffee half milk.Leche manchada - milk "dirtied" with a dash of coffee.

    Then expresso and all the other bullshit.

  • I'm sorry but an americano is half coffee half water. It's not black coffee. Black coffee would be a "solo".

  • I've not had those while working with concurrent programs with c++ for over a year. Pointers, QT programming, non-qt backend programming, coding an engine to work with computer vision runners (openvino mostly), image management (more pointers)... Idk, this is gonna sound rude but just code better? Most of my errors were segfaults, I have had to plug the debugger and/or tons of prints and I made it work.

    If you want to see giant error logs, check pyspark errors. But even those have the relevant line of info and then all the rest of the garbage info that no one really needs, like any other language.