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/)SC
Posts
0
Comments
140
Joined
2 yr. ago

  • Also they don't play the christmas music, its just as soon as it starts getting colder they go from grill mode into christmas mode. Where instead of grill stuff you can buy christmas stuff and fondue. Also we don't really have Thanksgiving and a lot of people aren't into fall stuff like pumpkins, so for seasonal stuff they go straight to Christmas.

  • How dare you, its GNU/Specific OS, or how I call it GNU + Specific OS.

    It feels like lemmy is getting preachier by the minute. Its gotten obnoxious. Not 110% of the softwate you use is foss and you drink milk? What kind of monster are you.

  • Whats also nice is thst you put the documentation in the code and rust automatically generates a documentation page thsts hosted on docs.rs. So it makes really easy to have good docs for your stuff. If only everyone would document their stuff perfectly. A lot of the new released stuff gets released with minimal documentation.

  • I have done a lot of powershell scripting and found some very annoying edge cases, they all have solutions, but feels unnecessary. I once had a issue, where I had a dynamic array of strings and if thst array was only 1 long it would give you the first character instead of the first string. I don't know exactly what made that happen, but I think it had something to do with functions or classes.