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/)SE
Posts
2
Comments
184
Joined
2 yr. ago

  • Haha for me it's totally different. I accepted my side projects will never be the new Facebook or Google. But I am quite confident I can do really good stuff on work. So there is where my power kicks in.

  • Sometimes is it worth to rethink the problem. Especially when your condition is based on set-members. Using quantor logic often simplifies the condition :

     .py
        
    return 
        any(x for x in X if x==condition_a) 
        or all(y for y in Y if y==condition_b) 
        and all(x for x in X if x==condition_c)
    
      

    I am not sure if JS has something similar, but this often helps by a lot

  • Ubuntu tries to be baught from Microsoft. They need one centralized (unfree) way of income to get money out of their customers. This is the reason for snap, their proprietary AppStore.

    Tldr? Leave you fools. Leave!

  • I mean it IS an anarchy and socialism driven idea. You do something for free and just allow others to use it and to help you.

    Even if this person did not have any glue about anything, the premise was right.

  • I would say there are two types of devs.

    The HACKER MAN knowing everything, always have the only solution and being boss in their realm

    The DAUBTER thinking they know too less, always searching for the best solution for the problem and trying to get as many information to solve the problem as possible


    Even having the imposter syndrome as a big problem for mental health. I genuinely have the opinion it makes the better devs.