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/)M
Posts
30
Comments
661
Joined
2 yr. ago

  • Languagetool's browser extension is no longer open source, which has me concerned. You can still point it at a local server, but yeah.

  • UWP 💀

    UWP is Microsoft's "new" app format, it's what the windows store and the xbox use.

    It also isn't compatable with wine, and my pet theory is that this was the entire point of it. Combined with Windows S mode, which doesn't let you install apps other than from the windows store, the goal was to lock down the windows ecosystem by having apps that can't be made to run on linux.

    I remember seeing a compatability layer for UWP apps a while ago, and I am pleased to see that it has come this far. Great work!

    Edit: wait this uses a windows VM. Still good though and lets people escape the windows ecosystem.

  • As simpler and easier to use alternatives, check out voidauth and kanidm.

  • NSFW Deleted

    erwtrthrthrthnrth

    Jump
  • Why did you link to a knot that's not the ian knot?

    I used to triple tie my shoes, but they would keep getting untied. After I learned a balanced ian knot my shoes would never get untied again.

    Balanced friction > total friction

  • Both have products with varying degrees of quality. Don't follow companies around, follow specific named model lines instead.

  • I don't really understand why this is a concern with docker. Are there any particular features you want from version 29 that version 26 doesn't offer?

    The entire point of docker is that it doesn't really matter what version of docker you have, the containers can still run.

    Debian's version of docker receives security updates in a timely manner, which should be enough.

  • I recommend libvirt + virt-manager as an alternative to hyper v.

    The cool thing about virt manager is you can do it over ssh.

  • You are adding a new repo, but you should know that the debian repos already contain docker (via docker.io) and docker-compose.

  • I use authentik, which emables single sign on (the same account) between services.

    Authentik is a bit complex and irritating at times, so I would recommend voidauth or kanidm as alternatives for most self hosters.

  • Would you use the cli?

    One of the cool things I liked about calibre is that extensions worked via the cli interface as well, which made it easy to do batch workflows of operations on ebooks.

    1. I hope you realize the irony of posting this in an online community dedicated to open source.
    2. I physically go to Linux and tech meetups and conferences near me. So yeah.
  • No, they added a beta vpn feature.

  • Does it require docker installed and being in the docker group, with the docker daemon running?

    Just an FYI, having the ability to create containers and do other docker is equivalent to root: https://docs.docker.com/engine/security/#docker-daemon-attack-surface

    It's not really accurate to say that your playbooks don't require root to run when they basically do.

  • I just installed Ciliium (another Kubernets CNI), and it also comes with a host based firewall, and an observability tool.

    I didn't have Hubble (observability tool enabled), but I previously didn't have a firewall, and I finally decided to enable it, which caused my ceph deployment to fail. This will help me figure out where it is failing and what rules are needed to remediate it.

  • Share your lsblk output. It's likely that your system still leaves the bootloader unencrypted on the disk, even if the kernels and bootloader config are being encrypted (they aren't encrypted by default on most installs).

    It is theoretically possible to have only one partition that is luks encrypted, but this requires you to store the bootloader in the UEFI, and not all motherboards support this, so distros usually just install it to an unencrypted partition. The UEFI needs to be able to read an unencrypted bootloader from somewhere. That's why it's somewhat absurd to claim that the ESP can be encrypted, because it simply can't.

    From your link:

    One difference is that the kernel and the initrd will be placed in the unencrypted ESP,

  • Project Zero

    Project zero was entirely humans though, no GenAI. Project big sleep has been reliable so far, but there is no real reason for ffmpeg developers to value project big sleeps 6.0 CVE's over potentially real more critical CVEs. The problem is that Google's security team would still be breathing down the necks of these developers and demanding fixes for the vulns they submitted, which is kinda BS when they aren't chipping in at all.

    Anyway there’s a big difference between submitting concrete input data that causes an observable crash, and sending a pile of useless spew from a static analyzer and saying “here, have fun”

    Nah, the actually fake bug reports also often have fake "test cases". That's what makes the LLM generated bug reports so difficult to deal with.

  • Linux @programming.dev

    PSA: You should know that Debian Trixie/Testing does not receive security updates in a timely manner, and is not intended for production use

  • Free and Open Source Software @beehaw.org

    AnuraOS — web based OS that uses a wasm emulator to give you a real linux system, running entirely in your browser

    github.com /MercuryWorkshop/anuraOS
  • Linux @programming.dev

    AnuraOS — web based OS that uses a wasm emulator to give you a real linux system, running entirely in your browser

    github.com /MercuryWorkshop/anuraOS
  • Linux @lemmy.ml

    Benefit of a subvolume below the top level btrfs subvolume?

  • Free and Open Source Software @beehaw.org

    Video editor with the ability to filter out only a single person's voice?

  • Asklemmy @lemmy.ml

    Are certain typos/grammar errors harder to read than others?

  • Selfhosted @lemmy.world

    Alternative to docker-tcp-switchboard, but for tcp (lo';) and virtual machines?

    github.com /OverTheWireOrg/docker-tcp-switchboard/
  • Linux @lemmy.ml

    Alternative to docker-tcp-switchboard, but for tcp and virtual machines?

    github.com /OverTheWireOrg/docker-tcp-switchboard/
  • Linux @lemmy.ml

    Trying to get secure boot + full disk encyrption + bootable timeshift backups working. How to make grub verify nothing?

  • Linux @lemmy.ml

    Is it possible to have a share a singular interface on a vps for openstack neutron?