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/)F

ferric_carcinization

@ ferric_carcinization @lemmy.ml

Posts
1
Comments
197
Joined
12 mo. ago

  • What about "I'll accept your pull request if you accept my merge request"?

  • Not quite sure if this answers your question, but at least on Linux, there is the x32 ABI, which uses most of the changes of x64 over x86, except that pointers are 32-bit. This allows programs to use more registers & other goodies from x64, while keeping pointers small.

    If your program doesn't use over 4GiBs of memory, it can result in a smaller memory footprint (less space used for pointers) and better performance (smaller structs fit better in CPU cache).

    Also, there are people who run a 32-bit OS on a 64-bit CPU and don't know better.

  • Their vision is based on movement, stay perfectly still.

    You're thinking of a different kind of predator. I don't think that would work against sexual predators.

  • The theory of everything?

  • I meant the following:

    1. Find out the Debian package is too old
    2. Create Arch Live USB
    3. Boot Arch Live USB
    4. Copy GRUB config from the Debian install to the current Arch live system
    5. Install the up-to-date GRUB while in the Arch environment

    The bootloader installer package is distro dependent, the bootloader the package installs isn't. You can boot Debian no matter if the GRUB is installed from Debian stable, Debian Sid, Arch, Fedora or even FreeBSD. Otherwise, dual booting wouldn't work.

    Like I said, I've done that before, though with SystemD Boot instead of GRUB, which was a bit simpler due to how the bootloader is configured.

  •  
        
    emerge --ask cake
    ...
    [ebuild  N     ] dev-dotnet/cake-5.0.0  USE="-debug"
    
    
      

    Huh. Seems like Gentoo really has a cake recipe.

  • As it's a bootloader, it should make almost no difference which distribution was used to install it. (I'm not sure if Debian patches their GRUB.) I just used Arch as an example, as it is famous for being up to date. And, no matter where it's installed from, if you've made changes to GRUB's configuration, you'll have to copy it over to the live distribution to keep your changes.

    Yes, Debian Sid might be more familiar for Debian users, but that's it.

    Edit: You said "get the grub debs from Debian sid", but installing Sid packages on non-Sid systems isn't something that you should do.

  • But bootloaders are distro/OS agnostic. Why wait for Debian, when you could, for example, boot an Arch live ISO to install a newer GRUB?

    I don't use GRUB, but have done the same thing with SystemD Boot before. As GRUB's configuration system is a bit more complex, you might have to mount your main install to get the correct config file.

  • Unlike Windows, on Linux you need to run ./<command> instead of just <command> for executables in you current directory.

  • Deleted

    Permanently Deleted

    Jump
  • That's quite fast, do they cause many accidents?

  • Deleted

    Permanently Deleted

    Jump
  • You can blame the EU for that:

    pedal cycles with pedal assistance which are equipped with an auxiliary electric motor having a maximum continuous rated power of less than or equal to 250 W, where the output of the motor is cut off when the cyclist stops pedalling and is otherwise progressively reduced and finally cut off before the vehicle speed reaches 25 km/h;

    Bikes that do not comply with that are classified differently, and at least here, have to be registered as motorcycles/mopeds. Which won't go through, as, for example, the brakes are typically not motorcycle-grade.

    source

  • Deleted

    Permanently Deleted

    Jump
  • Where I live, they're only allowed to assist to up to 25km/h (about 15.5mi/h), so I can ride a lot faster with a normal bike.

    What kinds of limits are there for (e)bikes where you are?

    Here, for electric bikes, they have an age limit of 15 years and a BAC limit of 0.5‰.

  • Deleted

    Permanently Deleted

    Jump
  • I'll see your ebike and raise you a non-electric bike.

  • Lemmy is not GPLv2, but AGPLv3.

    So, the game would have to be (A)GPLv3. (The licenses are fairly interoperable. IIRC you can use AGPL components in GPL software if you abide by the terms of the AGPL.)

    Viral licenses are nice and all, but they're not without their drawbacks. I caught GPL recently (the slightly rarer Affero v3 strain) and now no DNA testing companies want me as a customer. I can no longer write MIT or BSD licensed code. Whenever I open a project, a LICENSE file appears within ~15 minutes of contact. I hope to recover soon.

  • I understand, but the value of something like "about 200 apples" might vary a bit less.

  • I understand what you mean, but the value of 1 of a currency depends a lot on the currency. 1 euro/U.S. dollar is roughly equivalent-ish to 10 Swedish krona or 100 Japanese yen/en.

  • It's JS, so about 5, I think.

    Edit: Looks like TypeScript, but the same applies.

  • And Beta.

  • Lemmy is written in Rust.