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

help-circle
  • On my personal computer ~/Projects/<name>, you need to remember that real-life is not like college, you won’t be working on a new project every week. If you have more stuff than you can manage like this, you’ve bitten more than you can chew.

    On my work computer it’s a bit more complex, because I have to work with other people’s projects as well, so I have a ~/Work folder and in it several folders by type of stuff, e.g. ops for operational stuff such as scripts to deploy stuff or grant permissions, code for servers (and client) code, etc. Also if I’m working on something specific that requires multiple repos I create a folder for that project with the repos inside.






  • It’s not about nationality. Here are the facts:

    1. LF is USA based (headquarters in California), as such they’re subject to USA law
    2. USA imposed sanctions on companies that are directly involved in supplying Russia with weapons.
    3. To have business, including receiving help, from those companies would open LF to legal repercussions in the country where they’re based.
    4. Baikal Electronic JSC is on the sanctioned list.
    5. Serge Sermin public GitHub profile listed Baikal as their employer

    Therefore to not remove Serge from the maintainers would open LF to legal repercussions.

    You might not agree with what was done, I certainly don’t, but I understand it.




  • Which is why most people don’t even realize this is a requirement. Also lots of us come from a time before these fancy players, so we needed to sort things out this way in order to find what we wanted.

    To me, having a library be just files thrown in a folder regardless of show/movie/etc seems very messy.


  • They do the same with all games that I have from them. Crusader Kings, Stellaris, etc. The base game is always great on its own, then you have very cheap cosmetic DLC and more expensive content DLCs which add new mechanics and expand the game (they also always release a free update for everyone who owns the base game when a new DLC gets released. Oh, and all of their games are moldable, which means you could just implement the cosmetics (and even lots of the other parts of the DLCs via mods).

    Paradox gets shit for their DLC model by people who either don’t play their games, or by people who are so obsessed by them that they think you NEED a given DLC to play it (just because they know of a strategy with it).



  • Nibodhika@lemmy.worldtoLinux@lemmy.mlBalenca vs Ventoy?
    link
    fedilink
    arrow-up
    18
    arrow-down
    1
    ·
    1 month ago

    This thread made me look at this issue. Realistically it’s not a big issue, the VAST majority of the binary blobs are accounted for and have a script or a readme file that shows where they’re downloaded from.

    That being said I will take a serious look at alternatives.


  • There’s nothing like it, nor will it ever be, for a couple of reasons.

    Programming is a long running task

    Distros like Kali are meant to be used for quick tasks where you don’t need data preservation (or when data preservation is a bad thing). Programming is the opposite of this, it’s only about data (the program) preservation. Programming something that will get erased on the next boot is pointless on the long run if you need to program that again, and if you don’t then what you’re doing is not programming but something else that requires some programming.

    Programming is a wide term

    There are multiple languages/IDEs/Workflows/etc, ranging from fully free and open source to paid closed source, whichever you will use depends entirely on you, having all of that pre installed would be 99% garbage since you will only care about 1 or 2 of them.

    Programming requires setup

    Even if you had whatever workflow you use pre installed, to work on something you would need to setup git keys, install dependencies, compile the first version, etc… and that’s all before you can start doing stuff. And you would have to do this again and again since distros like Kali are not meant to be installed (if they were they wouldn’t need to come with all those packages pre-installed because you could just install the ones you cared about)



  • As much as I disagree with your last statement (I think Linux for client is on par with Windows for the vast majority of users), I strongly agree with everything else. This wasn’t a Windows problem, but a “your IT is cockblocking you” problem, it could have happened in Linux too if it wasn’t because he used a rogue device, he could have fixed it on Windows too doing the same.

    Personally I would have gone straight to Linux because I’m out of the loop on how to do these sort of stuff on Windows. If it had to be Windows, let IT figure that out, their firewall, their anti-virus, their problem.






  • Wasn’t this the OS of freedom? Hmmm

    Yes, you’re also free to shoot yourself in the foot. Do what you want, I’m trying to prevent you from hurting yourself, but you’re free to do so of you so wish.

    I tried to install ISO image writer on Ubuntu, on my laptop.

    Ubuntu already comes with an iso image writer.

    Went straight to the package manager, no terminal bullshit, downloaded it, open button is greyed out.

    What program? How did you run it? What are you trying to do, you need to be a lot more specific,

    Fantastic. Stable version btw. Solved by uninstalling and installing another version available on the manager.

    Package managers only have one version, so that shouldn’t be possible.

    Linux is literally problems after problems after problems.

    Again, at least once you didn’t installed it via the package manager, so at least once you shot yourself in the foot. I’m guessing it was the first time, and you installed a snap/flatpacks which maybe required especial permissions for accessing USB devices.

    Like, download the APK, enable Unknown sources, tap on the icon? I don’t use android since 2017 but i’m pretty sure is the same, isn’t it? Not an happy comparison.

    Yes, it’s the same, try explaining that to your grandma who doesn’t know how to answer a call and you’ll quickly tell her to first learn to use the basics before wanting to enable external sources and installing random stuff from the internet.

    When i want to uninstall and app and all the dependencies connected to it (autoremove, right?) is Linux able to tell if some of those dependencies are necessary for other apps and “whitelist” them?

    Yes, it keeps track of which things use what, autoremove removes things that were installed as dependencies but nothing else depends on them now. So for example if you uninstall Ark and that was the only thing using unzip, running autoremove would get rid of the unzip library.