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/)DD
Posts
17
Comments
163
Joined
2 yr. ago

  • Kinda.

    Lua defines it implicitly only when you use the

     lua
        
    function foo:bar(a, b, c) -- note the colon
    
      

    syntactic sugar, which gets translated to

     lua
        
    function foo.bar(self, a, b, c)` -- note the period
    
      

    In all other cases, self is a regular variable name. You can even redeclare a new local with that name even when the old one is in scope.

  • I'm not.

    In my country we have public (and free!) healthcare, but doctors wait until it's life-threatening to treat patients. My mother has been two (2) times in preop for her goiter, and she's still waiting for almost 2 years for the actual procedure. I have been waiting for almost a year for an umbilical hernia.

    Private healthcare is the same I heard, except well, you pay.