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

  • It took me so long to get this mentality down

    I still take enjoyment from writing code well but I no longer give a shit what happens to it once it's done

    Prob half my projects were just my manager deciding we needed something on a whim and then never using it

  • Exactly.

    It's to speed up boilerplate and save you having to look up function names or language specific syntax for that one feature you want to use, not to entirely do your job for you

  • I use it for writing functions and snippets all the time, at least in python and rust as long as you describe what you want it to do properly it works great

    Example I used recently: "Please generate me a rust function that will take a u32 user id and return a unique RGB colour"

    Generated the function, I plugged it in and it worked perfectly first time

  • Absolutely, I think the people who say it's completely useless for code are in denial

    Definitely not replacing anyone but my god it has sped up development by generating code I already know how to write 90% of

    No more having to look up "what was the for loop syntax in this language again?"

  • I believe just passing through external images is the way to go, it's always the one I opt for if I can

    Hosting those images is gonna get expensive and that kinda sucks for a donation run platform when that money could be far better spent elsewhere

    I think also using external image sources is more in line with the idea of decentralisation, Lemmy isn't an image host it's a link aggregator and forum - I believe most image hosting sites will be far better at loading images quickly than Lemmy's implementation could ever be

  • I'd try installing just regular nix (package manager, not operating system) rather than home manager, that's what I do on by Debian pi

    There's an install script on their website that does it all for you

  • No point imo, the people who benefit significantly from using Linux are the people who understand what it is

    I try to get my techy friends on Linux and much of my family are techies anyway but I wouldn't try to put someone who won't be able to fix it themselves on it because then they're stuck if I'm not around to fix it

  • Does home manager work standalone without having nix first? I've never installed it on non-nixos

    Nix shell is absolutely for running packages without installing them it literally tells you to do that in the terminal hint

    Nix run iirc only works with flakes