FLOSS virtualization hacker, occasional brewer

  • 3 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle



  • They are both. There is a non profit foundation which funds the educational side and the main company which operates for a profit. I suspect the bulk of their revenue comes from the industrial side of things where the Pi makes a much better base than a lot of the half assed hacked together SBC's out in the market.

    There have certainly been mis-steps asking the way but all in all I consider the Pi to be a British success story. I guess it remains to be seen how much of the valuation goes to the founders and employees and how much is invested into their next phase of growth.





  • Alex@lemmy.mltoOpen Source@lemmy.mlFOSS Alternative to MakeMKV
    ·
    5 months ago

    Basically your only other option is to find the keys for each BluRay you own yourself. I did go through the hoops a while ago and wrote it up: https://www.bennee.com/~alex/blog/2011/04/18/playing-blu-ray-under-linux/#playing-blu-ray-under-linux

    However it's a pain sourcing the encryption keys you need for each disk. While I work hard to prefer FLOSS apps over their propriety equivalents in this case I'm happy to pay the small fee for a perpetual licence of MakeMKV.



  • A lot of projects would be better served with a plain Makefile although for widely posted projects something is required.

    Qemu has used a single readable POSIX shell script for configure although recently most of the tests are in meson (avoiding some Makefile shenanigans in the process). While it's a new syntax to learn at least the intent is clear and reviewable.











  • It is most likely another filesystem mounted where the flatpak can see it. A terminal tool like ncdu or even du will take an -x option to not cross file-system boundaries. That will show the true usage of everything bellow where you call it (even though it is a ramfs so not persisted across reboots).


  • Don't delete it. It's an area of the filesystem where the current user session data is kept. This includes things like sockets to communicate with other session components and lock files. It's usually hosted on a ram disk so takes up no space in the system and goes away when you shutdown your machine.