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/)TD
The Ramen Dutchman @ lord_ryvan @ttrpg.network
Posts
4
Comments
2,506
Joined
2 yr. ago

  • Weird, it's been working for me for a while

    That's strange, I'm almost certain my desktop's Firefox doesn't have this (AMD GPU) while my laptop's Firefox does (Nvidea GPU)

    I just need to manually set media.ffmpeg.vaapi.enabled to true in about:config

    OK yeah that's something 99% of even Firefox users aren't going to know... Bookmarking this to try when I'm back home!

  • Yeah, just check the PHP section!

    My favourite is

     php
        
    var_dump(true == 'bob') . PHP_EOL;   // bool(true)
    var_dump('bob' == 0) . PHP_EOL;   // bool(true)
    var_dump(true == 0) . PHP_EOL;   // bool(false)