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
Posts
1
Comments
195
Joined
2 yr. ago

  • Reimplements in C

    Compiles in 5 Minutes (you accidentally did it on the RPi Zero W, on a PC it's done in 30 secs)

  • I find it especially weird that it's almost always labeled like something special if it's written in Rust, even though as the end user the only thing I know will be different is the compile time, as it usually takes around 10-20 times longer than if it would be written in c, with 500 dependencies being pulled and recompiled every time. Which means if tests fail, even though the app works fine, and I had that happen twice in Rust, it will take three tries or so until I manage to fully remove the test section from the pkgbuild, resulting in an hour loss for just installing something that could've taken 5 minutes.

  • async/await could be useful if one creates an entire program designed on and for it, but it stops being acceptable as soon as I need two .thens inside of each other because I tried to use fetch in a non-async app without race conditions

  • But hey - Metro runs perfectly fine, that's all I need.

  • Because it works, does not have any drawbacks that I could see, and is universal, but not from Microsoft, and does not require you to install pip or npm to run.

  • *that scam people

  • I knew it was saxony before clicking lol

  • The only thing ChatGPT etc. is useful for, in every language, is to get ideas on how to solve a problem, in an area you don't know anything about.

    ChatGPT, how can I do xy in C++?You can use the library ab, like ...

    That's where I usually search for the library and check the docs if it's actually possible to do it this way. And often, it's not.

  • Does your Windows do this? doesn't crash

    But seriously, yesterday I cloned my main partition to a new laptop into an LVM volume on LUKS. Because I did not have any way of putting the new NVMe and old SATA SSD into one machine, I just used netcat over an ad hoc network.

     
        
    nc -l 10000 > /dev/main/root
    
    
      

    on the new Laptop and

     
        
    cat /dev/sda3 | nc 10.31.69.1 10000 -q 0
    
    
      

    on the old one. Worked perfectly. Now do that on Windows with builtin tools in live boots.

  • No, more like

     
        
    use std::process::Command; fn main() { Command::new("sh").arg("-c").arg("echo Hello World!").spawn().unwrap(); }
    
    
      

    .Just a little bit shorter, as it seems /s

  • Personally,

     
        
    echo Hello World!
    
    
      
  • For me it starts bullshitting about Microsoft being a large company so mistakes can happen, but ofc M$ is dedicated to being good and reliable blablabla. Definitely not my experience with M$ Teams. I should reach out to support. Well those idiots first "advice" would be using Edge on Windows ofc.

  • Well the admin of a site could opt out of using cloudflare for the time being, a user could do literally nothing. Errors in Cloudflare can easily take down their servers and therefore the CDN and access to like 20% of websites. And Bugs in Cloudflare can even leak user data.

    So cloudflare can grant DDOS Protection, CDNs and other exploiting protection, but can take down large parts of everything, temporarily or permanently.

  • And via a website too. That's like pushing a car. One of the main strengths of Linux are open repositories, maintained by reputable sources and checked by thousands of reputable people. Packages are checksummed and therefore unable to be switched by malicious parties. Even the AUR is arguably a safer and more regulated source. And it's actually in there.

  • Even vim can show you that^(fucking nano user)