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/)TY
Posts
6
Comments
148
Joined
1 yr. ago

  • The original looks fine: https://www.gocomics.com/offthemark/2023/08/29

    Maybe at some point in its journey across all the social medias someone cleaned and sharpened it with AI? Perhaps it was able to deal with the large letters, but not the small jpegged ones.

    ...and then once again it was compressed to hell...

  • In C an assignment is an expression where the value is the new value of what was being assigned to.

    In a = b = 1, both a and b will be 1.

     
        
    a = *(p = p + 1)
    
      

    is the same as

     
        
    p += 1
    a = *p
    
      

    , so ++p.

  • I took it as a chance to weed them out. I went through each one manually and made a choice whether to keep it. Went from ~260 to 130.

    I also unsubbed from each so as to make yt unusable, so I wouldn't be tempted to go there, unless specifically looking for something.