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/)FL
Posts
42
Comments
1,671
Joined
2 yr. ago

Permanently Deleted

Jump
  • Because it's less standard

    The more default and mainstream you go the easier it's gonna be to do things and get help

    I tried getting a friend of mine on silverblue a while ago, worked for a bit but he hated how the package manager worked and I wasn't able to help him much because I'm on nix

  • Bit of a joke suggestion but purely hardware wise steam deck might do the trick, its graphics processing is very good considering the size and lack of discrete GPU

    Also quite subsidized because valve expect people to make up the value in buying games, so more bang for your buck

    Plugged into a keyboard and possibly monitor could do the trick

  • Beehaw defederated from a bunch of instances, maybe you're not federated with the one people are posting to

    They're all in the cats community if you aren't subscribed prob won't see em

  • Same for me, which strikes me as a fundamental problem with the platform that once one community blows up it drowns out the others

    Could do with some balancing algorithm that soft caps the ratio of posts from a single community that get shown on any given page

  • This sounds like the account of someone that hasn't actually used the technology recently and/or given it a fair shot

    I've not had any misunderstandings by Google assistant or Alexa in ages, and LLM produced code works great for me now provided you're explicit enough in the way you instruct it (meaning you still need to understand what you want it to do)

    Image generation is great for if you want a quick illustration, inspiration or a meme, not much practical benefit besides that imo

  • I've been thinking of doing that, tried some clubs in my area but it was mostly people in their 40s+

    Kinda want to try get into climbing, I'm in the gym a lot anyway and I think most of them come with gym memberships too, I hear it's quite diverse but also not sure how social it is

    Normal gym for sure feels like everyone wants to be left alone

  • You're right they do, I'm not sure where I got the idea that you couldn't run em but I'm sure I've got some error message about static linking before when trying to run a binary

    Might've been whatever the opposite is (dynamically linked?)

  • I think it's just because rust doesn't let you make many of the mistakes that'd normally lead to runtime errors

    Pair that with rustcheck in your ide and the only errors you'll see will be ones you define yourself