• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle
  • The decision not to support GPLv3 makes sense and I understand Linus’ perspective on that. GPLv3 branched out into something beyond traditional copy left by ensuring that users can run the modified code by restricting hardware design. That’s a separate thing. I disagree with the decision to go with a permissive license in most cases including this one. Permissive licensing leads to the problems the BSDs have with companies like Sony taking the code and running with it without giving back and it’s why I prefer strong copy left licenses like GPLv2 or v3.

    One other thing, yes it was rough in the past but now due to the massive market penetration Linux has we have a large swath of GPLv2 drivers making it far less of a relevant issue.


  • Eh? I daily drive only FOSS software with basically no problems, the only exception I make is for firmware and JS, firmware because it’s realistically not a choice and JS because it’s extremely sandboxed and I use librewolf with container tabs to isolate cookies etc cross sites, even drivers are not exempt from this rule. FOSS specifically being programs under a GNU approved free software license or software found in the Debian main repos and therefore complying with the DFSG. It’s, surprisingly easy. In fact when I made the decision to do this it was primarily because I needed so little proprietary software that it just wasn’t even much of a challenge?? I guess my main point in saying this is I don’t get where you’re coming from, I’d love a Linux phone but it’s not realistic there, but on the desktop? It’s extremely realistic??





  • Shared folders are easy with Linux guests, you just set it up in virt-manager and then mount it in Linux. With windows it’s possible and I have done it but you need to install the virtiofs driver alongside winfsp and then make sure the virtiofs service is running. So the setup is definitely a bit obtuse. I haven’t done clipboard sharing deliberately as I don’t love the idea of that being synced but I should at least try it so I know what setup is like. The file sharing isn’t hard once you learn how to set it up but figuring it out the first time is a challenge for windows guests.


  • I personally like to start with a debloated install and then install gnome on top rather than the other way round. Honestly to point 4 it slightly baffles me that people use vbox on Linux, KVM with libvirt/virt-manager is so much more powerful while still allowing for fairly straightforward basic setups without introducing 3rd party modules. Seems like a no brainer to me but apparently it isn’t.

    Cool that they’re still running though. I’ve never setup a Linux system that I then had to turn over. They’re all systems I maintain, I’m not entirely sure what my plan would be for a maintenance free machine that I expected other people to use.








  • ObjC has always been a language that’s interested me in the sense that it’s very unique and it just seemed interesting. That being said I’ve never been involved in the apple ecosystem, not open enough for me so I got my mobile start on Android with Java…then realized I loved java, hated android development and never went back to mobile platform stuff LOL. I still haven’t moved to kotlin and with modern Java as it is I don’t currently plan to. Maybe I’ll give it a try if I ever try android development again but for now I’m just a user on the mobile side.