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/)P
帖子
1
评论
195
加入于
2 yr. ago

  • No. But somebody may be.

  • Yes, but

    1. it's unsafe, therefore not really Rust I'd argue
    2. it doesn't look as good

     
         
    float Q_rsqrt(float number) {
        long i;
        float x2, y;
        const float threehalfs = 1.5F;
    
        x2 = number * 0.5F;
        y = number;
    
        i = * ( long * ) &y;
        i = 0x5f3759df - ( i >> 1 );
        y = * ( float * ) &i;
    
        y = y * ( threehalfs - ( x2 * y * y ) );
        return y;
    } 
    
    
      
  • I guess I am 1, and I do watch Itchy and Scratchy sometimes 😎 (It's a very scary and therefore adult series)

  • It's even worse considering Apple users have already had one bite removed.

    • The C compiler, when I parse a &(float) as (long) (it's actually an evil floating point hack to run Quake III on an X86_64 CPU emulated in Scratch running on Spotifys Car Thing) (This would never be possible in Rust)
  • "Opens new Tab" is written behind or as a description for a link in the Text. When copy pasted the links isn't there, but "Opens new tab" is.

  • what may appear whimsical to men who receive them may seem creepy to women.

    Isn't this site supposed to - yk - support the equality of all genders?

  • Nun die Frage; woher weißt du, wie Kloreiniger schmeckt?

  • And I hate it. Nice concept, but I don't like neither, the language nor compiler.

  • No no, we do

     
        
    time_t t = time(NULL);
    struct tm tm = *localtime(&t);
    tm.tm_year + 1900;
    
      

    Everyone writes their web server in plain C, right?

  • but.punctuationwouldntbefun!!!

  • So Meet/Hangout does not work on Firefox at all? (In case the zero users who use Meet/Hangout see this)

  • Windows 10, but before Windows 11 was even leaked I believe.

  • Wohlbehalten und Brandenburg

    Autismus

    Noch unmöglicher.

  • The local backups are done hourly, and incrementally. They hold 2+ weeks of backups, which means I can roll back versions of packages easily, as the normal package cache is cleaned regularly. They also prevent losing individual files accidentally through weird behaviour of apps, or me.

    The backups to my workstation are also done hourly, 15 minutes shifted for every device, and also incrementally. They protect against the device itself breaking, ransomware or some rouge program rm -rf'inf /, which would affect local backups too (as they're mounted in /backups, but those are mainly for providing a file history as I said.)

    As most drives are slower than the 1 Gbps ethernet, the local backups are just more convenient to access and use than the one on my workstation, but otherwise exactly the same.

    The .tar.xz'd backups are actual backups, considering they are not easily accessible, and need to be unpacked and externally stored.

    I didn't measure the speeds of a normal SSD vs the raid - but it feels faster. Not a valid argument, of course. But in any way, I want to use it as Raid 0/Unraided for more storage space, so I can have 2 weeks of backups instead of 5 days (considering it always keeps space for 2 backups, I would have 200- GB of space instead of 700+).

    The latest hourly backup is 1.3 GB in size, but if an application is used which has a single, big DB that can quickly shoot up to dozens of GB - relatively big for a homeserver hosting primarily my own stuff + a few things for my father. Like synapses' DB has 20 GB alone. On an uneventful day, that would be 31 GB. With several updates done, which means dozens of new packages in cache, that could grow to 70+GB.

  • Like nearly all drivers lol

    Drivers I needed to pay special attention to:

    • NVidia (we all know the official stance on that topic)
    • e1000e needs patching because my Laptops NIC somehow reports the wrong NVM checksum
    • Some obscure chinese "USB to DVI-D" adapter
    • The fingerprint sensor in my Laptop, as it's still experimental