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

  • Just use FreeCAD! \s

    Although you can do things in it. There's also OpenSCAD but I have never done anything complex in it and I can't imagine it being used in a professional environment.

  • Math notation is just terrible in general because a lot of it is shorthand made up by someone who likes single-letter variables. A symbol you can't type, something above, something below.

    A for loop is clear and descriptive.
    Or if you're feeling fancy, you could go functional with reduce(add, range(0, 5), 0).

  • In my experience, the managers get confused when issues/PRs are closed without any comment.
    Useless comments beat having them pop into your slack to ask "hey, did you review this?" with a link to an approved PR.

  • and then you have lua

     lua
        
    local result = condition and a or b
    
    
      

    I'm not complaining, although it gets a little confusing when one of the results is falsey. Which is a rarity since only false and nil are falsey in lua.

  • Man. I recall watching the Computerphile video on monads and the first thing the presenter did was choose Haskell for example language.

    Worst video of all of them, just some haskell masturbation. "Oooo, we can do infinite liiiists". Bitch that's called a generator.