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/)RA
Posts
6
Comments
224
Joined
2 yr. ago

  • This practice comes from Japan. In 1980s, certain companies, like Toyota, understood the importance of product and process quality. And one of the practices to ensure that everyone is 'on the same ground', and that the product under development would surely satisfy the consumer's needs, was close communication between the stakeholders and receiving the feedback.

    Long story short, it was part of their broader 'Quality first' strategy. However, it is only viable if the organisation is properly managed, and all Quality management things are put into practice (the hardest part).

    This is just my understanding from a book I read during my free time. My knowledge may be incorrect.

  • You can always configure it on uBlock Origin (supposing you are using the web version)

    Before influx of Reddit users, there were too much of topics I didn't want to get into. So i just created my own cosmetic rules:

     
        
    lemmy.ml##.d-sm-block.d-none > .row:has-text(Blockchain)
    lemmy.ml##.d-sm-block.d-none > .row:has-text(ChatGPT)
     
      

    What it does, is, that it blocks entries that contains unwanted phrases like 'Blockchain' or 'ChatGPT' .

    If you don't like me, for example, you can also add:

     
        
    lemmy.ml##.d-sm-block.d-none > .row:has-text(raubarno)
    
    
      

    And you won't see my posts.

  • I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.