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/)S
Posts
1
Comments
66
Joined
3 yr. ago

  • Source (German)

    Would it have cost you so much to leave a link at the bottom of the post?

  • I have never used them but there are some tools that advertise being able to run GitHub Actions locally, like WRKFLW.

  • Und alle 39 der insgesamt 11 NichtsBS Nutzer sind hier

  • Indeed

  • Also the normal and rpi versions are two completely independent implementations of the same software. So now the LLMs have twice the maintenance load.

    I didn't diff the two files but even the startup and control code appears to be custom for each version.

  • Its a fully electric drivetrain with a gas generator. When the battery runs low you can recharge it (even while driving) using the generator.

    So you don't have the complexity of a combined hybrid drivetrain, but instead a normal BEV one plus a power generator, both of which are very well understood problems.

    Another benefit is that the generator can always run at its most efficient rpm/power point and is decoupled from the speed of the wheels.

    Interestingly Wankel engines have been making a bit of a comeback for this purpose since they can be built more compactly for the same output power.

    A drawback compared to hybrid drivetrains is that both components need to be built for "full" load, whilst a hybrid drivetrain can combine powers to reach maximum performance, meaning each of the motors only has to carry half (or part) of the total load.

  • Since projects of the same language often use the same tooling this makes it easier to clean up the whole directory by running something like this:

     bash
        
    for d in ./*/ ; do (cd "$d" && somecommand); done
    
      

    somecommand could be cargo clean if you're in the Rust directory for example.

  • Just out of curiosity I don't see how 4 sticks die together at the exact same time unless the PSU is/has fucked up hard.

    I'd argue that the likelihood of 4 sticks failing together is much lower than the MOBO or CPU or PSU failing in a way that makes RAM inaccessible.

    Typically you'd see one stick failing at which point you could take it out and run with the other 3 (or 2 depending on configuration).

    Anyway if you ever intend to return its probably best to keep the rest of the components because who knows which of those will be up next for a shortage/crisis.

  • Depends on the exact system but there will be a method to switch to a newer release channel without reinstalling. Rinse and repeat every x years.

  • I assume you mean AVIF? Because AV1 is not an image (file) format but a video compression format (that needs to be wrapped in container file formats to be storable).

  • Stapler sein wie:

  • The std::offload project is kinda cool. Hadn't heard about that before.

    It'll be interesting to see where that leads.

  • Die Fahrbahnmarkierungen sehen leider sehr europäisch aus

  • I was under the impression that the compiler already optimizes out a lot of clones where the clone is primarily used to satisfy the borrow checker. Is that not the case?

  • Interesting, GPG has been working just fine for me so far.

    My main issue with it remains that barely anyone else uses GPG.

  • Cryptmaster

    Looks a little grim but is quite funny. There's a demo available to test out.

    I like that there is a vast amount of voice lines available for the game's characters to respond to whatever you typed in. It seems like the devs thought of nearly everything.

  • How much is the fish?

  • Are the common-controls determined per user?

    If yes, that would be awesome.

  • Rust @programming.dev

    The release of asciinema CLI 3.0!

    blog.asciinema.org /post/three-point-o/