Skip Navigation

User banner
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
0
Comments
88
Joined
6 mo. ago

  •  
        
    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.

  • 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'm willing to count that as a bus.

  • Wow!

    Jump
  • As the label states, the map is old. NATO has more members now, with at least Finland & Sweden joining since then.

  • Just the things others contributed. Unless they somehow get permission from all of their contributors, which, in this case, seems less than likely.

  • Is silicone rigid enough? Adult toys have slightly different requirements from many other 3D printed things.

  • How do you usually do that?

    Do you create a negative of the model digitally or take a mold of the printed parts?

    What kinds of human-friendly materials do you use? And do you need any special equipment for it?

  • So it works now? If so, then glad to be of help.

    Just remember that if your shebang points to sh, you can't rely on bash-specific features. The shebang line basically tells the kernel to run your file with the specified program. So, for example, a file with #!/bin/cat will print the full contents of the file (including the shebang) and #!/bin/echo will print the command line. (something like ./script arg1 arg2) As the echo command does not try to interpret arguments as paths, the content of the script would be ignored in that case.

  • Does the script file have a shebang? (Something like #!/bin/sh as the first line)

  • In that case, don't look up Dwarf Fortress. I've also heard good things about Factorio, but I haven't tried it yet.

  • And C++ compile times made me learn C. You must be jealous that my memory errors & race conditions compile faster than yours.

  • I haven't gotten a chance yet, as rustc is using 100% CPU & RAM.

  • Nice!

  • I've read that Xlibre is a fork of Xorg that would still get new features, so I did not know much about it. I use Wayland, as it works better for me, but after reading the readme, I somehow want to use it even less.

    This fork was necessary since toxic elements within Xorg projects, moles from BigTech, are boycotting any substantial work on Xorg, in order to destroy the project, to eliminate competition of their own products. Classic "embrace, extend, extinguish" tactics.

    How is it EEE? A point about embracing could be made, but wouldn't there have to be extension with non-FOSS code or difficult to implement additions to standards? Even then, as it's hosted on GitHub of all places, it doesn't seem to be that extinguished.

    Right after journalists first began covering the planned fork Xlibre, on June 6th 2025, Redhat employees started a purge on the Xlibre founder's GitLab account on freedesktop.org: deleted the git repo, tickets, merge requests, etc, and so fired the shot that the whole world heard.

    I haven't heard about this, but I would guess that it's from a CoC violation, based on the rest of the readme.

    This is an independent project, not at all affiliated with BigTech or any of their subsidiaries or tax evasion tools, nor any political activists groups, state actors, etc. It's explicitly free of any "DEI" or similar discriminatory policies. Anybody who's treating others nicely is welcomed.

    Calling DEI discriminatory is never a good sign.

    Together we'll make X great again!

    This seems pretty close to a certain right-wing slogan from the USA. I don't know if it's accidental or a joke, but I don't think that it's appropriate, and like the author, I don't have much good faith left for this.

    A lot of commits by the Xlibre developer were reverted upstream and the readme does not look professional.

  • They're on the feddit.uk instance, so it's more likely that they're British. Either their VPN prefers USA servers for some reason, or they've only done about 138 million downloads at most.

  • A communication protocol used in microchips, small modules & embedded devices that uses 2 wires. Think something like USB, but dead simple.