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/)AN
Posts
0
Comments
175
Joined
2 yr. ago

  • I think it was lead and cadmium with the Shrek drinking glasses from the 2000s, both chemicals are commonly used to paint glass mugs. This is not exclusively a McDonald's issue, but also applies to other painted glasses (Holiday souvenirs, Sports club Merch, other drinking glasses and mugs made in china).

    You might be able to buy a set of paper test strips for less than $10, but more accurate results from a lab are more expensive.

  • That's why everything is an App now, and every website tells you "it's better in the app". In the app they have full controll over your device and can access much more data points, while the website is controlled on the users site and might have AdBlockers and other security features enabled, potentially hurting their ad revenue and data they can sell. From a developers perspective it's a nightmare to develop and maintain website, android and Mac os app side by side. Just having one good responsive website is cheaper, easier to maintain and gives you less headache with app store restrictions, reviews, device incompatibility etc.

  • Maybe is in the metadata as someone pointed out earlier, or it could be an otherwise unused ASCII char that looks different for each user who licensed it when printed out, sort of like a qr code as a single ASCII char.

    Or it could be that they simply just check filename, file size and/or md5, all of which can be easily changed.

  • Yeah, I get what you are saying, but then it's imho dishonest Marketing, and the user expected something different when they signed up for the paid service. I think "renting" movies, tv shows or music is not something the user expects.

    If they would advertise it as "pay us 20 Dollarinos a month, and you can listen to your favorite music for as long as we allow it and don't take it away from you!" they surely would never be popular...

  • I think the money is not that important at this stage. As an important figure you will get a lot of favours and freebies from people and companies, so you dont pass regulations that would hurt their bottom line. You also have a lot more opportunities later by being spokesperson for other organisations, can write books because everyone knows your name or get hired by a big company, because you already know half the politicians they deal with.

  • No wonder COBOL programmers are paid a lot, because what would be a 1-liner for "hello world" in other languages looks like this in Cobol:

     
        
    IDENTIFICATION DIVISION.
    PROGRAM-ID. IDSAMPLE.
    ENVIRONMENT DIVISION.
    PROCEDURE DIVISION.
        DISPLAY 'HELLO WORLD'.
        STOP RUN.
    
      

    This is already $6000 worth of code right there!

  • The Lead Dev/team Lead was quite arrogant and in his own mind the worlds best developer who had all the answers. If some technology or software was not written by him or already existed in the 90s it was "useless" and not fit for the company (without him having looked at it or the docs). If asked why we would not use X which was out for years, well maintained, had no critical bugs would solve problem Z we where having, he would reply "because i said so" and insist in writing out own variant - which ended up having 10% of the features, 10 times the bugs, terrible UI and would take months to develop.

    When support repeatetly told him that users had issues with feature X because the only error message on a 10 fields forms page was "Error", he would respond that this is a user problem, the end user is clearly stupid (despide used in a field where you need to study for years) and that support must hold training sessions so the users can "learn" how to use his product.

    As such, the company would reject git and instead email each other files and changes.

    Each meeting felt like living inside a Dilbert cartoon.