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/)EB
Posts
4
Comments
237
Joined
2 yr. ago

Permanently Deleted

  • Yeah I’ve opted out every time (a couple times each at three different airports) and haven’t had any issues, the agents I’ve seen knew exactly what to do if someone opts out.

  • Permanently Deleted

  • You can use expect on Options and Results to extract the value and panic on Error in the same line (https://doc.rust-lang.org/std/result/enum.Result.html#method.expect).

     rust
        
    let html_content = reqwest::blocking::get(&permalink).expect("the request should succeed");
    
      

    You can also use unwrap if you don’t need a custom message. The ? operator is definitely the most compact way of handling errors, and for good reason because the rust developers want people to use it. Once you learn that the code will become somewhat smaller.

  • I wouldn’t say the OS is Linux any more than the OS of an Apple computer is XNU. Linux is just the kernel. Similarly the other OS isn’t “Windows NT kernel,” but Windows 10 or Windows 11.

  • Bad UI Battles @programming.dev
    explore_broaden @midwest.social

    Type in Morse code by repeatedly slamming your laptop lid

    Factorio @lemmy.ml
    explore_broaden @midwest.social
    factorio.com Friday Facts #417 - Space Age development | Factorio

    Hello, we usually show finished stuff in Friday facts these days, but I personally always liked to have a peek behind the curtains and see the (temporary) mess there. This motivated me to do some kind of overview of how the overall expansion development felt from my perspective. If you are lik...

    Friday Facts #417 - Space Age development | Factorio
    OpenSourceGames @lemmy.ml
    explore_broaden @midwest.social

    Game Recommendations

    I’m looking for recommendations on high quality open source games to try. Some of my favorite games I’ve played recently are Factorio, Kerbal Space Program, and Outer Wilds, but I’m willing to try many kinds of games (besides FPS).

    Automation and Factory Builder Games @feddit.de
    explore_broaden @midwest.social

    Factorio Friday Facts #379 - Abstract rewiring

    www.factorio.com Friday Facts #379 - Abstract rewiring | Factorio

    Let me show you around. That's our lab table and this is our work-stool. And over there is our interplanetary space-platform! And here's where we keep assorted lengths of wire. Whoa! A real live space-platform! We designed it ourselves. Let us show you some of the different lengths of wi...

    Friday Facts #379 - Abstract rewiring | Factorio