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/)SM
Posts
32
Comments
2,598
Joined
2 yr. ago

  •  
        
    while true; do
    
    
      

    isn't exactly harder to read than

     
        
    while true
    do
    
    
      

    though, is it? And going back to my original point, I don't like while true being on its own as to me it looks like it's meant to be a separate statement rather than part of the do/done block.

  • I'd write

     
        
    while true; do
        X
    done
    
    
      

    for the same reason I'd write

     
        
    if [ something ]; then
        X
    fi
    
    
      

    or in another language

     
        
    if (something) {
        X
    }
    
    
      

    Because it's all part of the same statement and having a single line with just do or { seems silly and implies (to me) that the lines aren't related.

  • Is Lemmy a privacy nightmare? No, because you know that everything is public here, admins can even see your DMs.

    There are probably users who don't know this. And I reckon most users don't know that anyone can see everything you upvote and downvote (with a little effort).

  • You literally have an OS you can do anything with in terms of visual UI customization

    Is that still the case? Sure you can replace the launcher, but things like the quick settings, notifications, general UI elements are all defined by the OS, and the custom ROM scene isn't the same beast it was a decade ago.

    This is a genuine question BTW, if you know something I can install to say replace the notification/settings pull-down (and I don't mean "install this random custom ROM that needs root access and hasn't had a security update since 2018"!) then I'll download it right away!