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

help-circle

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


  • Even considering your edits, it’s still a stupid argument. By that same logic nothing should be preserved. Watching LotR now is not the same as watching it when it first came out, which should have never been made according to you because by that time the book should have already been destroyed since you wouldn’t want to preserve it for 50 years, but Tolkien shouldn’t have even written it, since they were based on ideas and drafts he did during the first world war exploring how war changes men and power corrupts, which obviously is only valid in that context and nowhere else so it should be destroyed since preserving it would be invasive and destructive, no?.

    Preserving something can never be destructive, it’s the opposite of it. If the Mona Lisa was destroyed you wouldn’t even know it existed, so how can having preserved it be destructive when the alternative is oblivion?

    And I agree that the Mona Lisa is no big deal, you know who else agrees? People from that time. It’s widely known that the Mona Lisa was one of Da Vinci’s less famous works, and until Napoleon made a big deal out of it it was just a random painting in a random museum. So I get part of your point, that people who make a big deal out of the Mona Lisa are only there to see the famous painting, but that doesn’t mean that there’s no reason to preserve it, or that there are no people who go there to see the actual Mona Lisa.




  • Nibodhika@lemmy.worldtoLinux@lemmy.mlLinux middle ground?
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    9 days ago

    Replace Arch with Ubuntu and the answer is yes. Arch based that’s not a good idea.

    The reason is that in 6 months lots can have changed, and Arch is not guaranteed a stable base, so updates might assume you have certain versions or things might break because you should have done a middle step during the upgrades that you didn’t which is now buried in months of update news in the wiki.

    If you want to only update your system every six months, Arch is not ideal, it’s likely to work, but not guaranteed.


  • So i really wanted to ditch windows once and for all

    Why?

    so i’ve tried Linux for a week trying different distros (debian, manjaro, ubuntu, opensuse, mint)

    Why? Choose one and stick with it, preferably a beginner friendly one like Ubuntu or Mint.

    and first of all why? Why are there so many distros out there?

    Because different people like different things and have different opinions. Some people like to have the latest packages and so they choose Arch, while others prefer to have a stable system until they want to upgrade core packages and so they go with Ubuntu.

    What’s the difference between debian + kde and manjaro + kde?

    One is Debian based and the other in Arch based. Debian uses apt, Arch uses pacman. Debian has a slower release cycle to ensure compatibility while Arch has a faster release cycle to ensure the latest versions of things are available. Like these there are thousands of small differences between any two distros. It’s mostly philosophical, so just pick something beginner friendly and stick with it until you find a reason to switch.

    They look the same, they work the same. I don’t get it.

    They don’t work 100% the same, that’s like saying that a car and a truck are the same because they’re both painted black and have a steering wheel. Under the hood they’re very different.

    Also why do things have to be complicated?

    They’re not, they’re different. Doing stuff on Windows is also complicated if you don’t know what you’re doing, excepts you’ve had years of experience, in a few years Linux will feel easy and Windows complicated.

    I’ve installed debian, installed calibre to manage my ebooks, created a library from an existing library on my hard drive (not the one with debian installed), ERROR! All the files are read-only.

    Is the entire hard-drive read only? How did you mount it? What format is it on? You’re skipping a lot of important questions, that if you had answered (or asked about this issue) you would know the problem. My guess is that you don’t have ntfs-3g installed and the drive was NTFS.

    What??? I’ve followed multiple guides on how to change permissions and finally solved the problem.

    How? This might give us an idea of what was wrong with it.

    Now let’s restart my pc. files on the hard drive are read only WHAT???

    Yes, makes sense, did you applied a permanent fix or a temporary one? Since we don’t know what you did we have to assume you did a temporary fix, so it’s like asking why did Firefox not opened after I restarted my computer if I had open it before.

    Fuck debian, let’s go on manjaro.

    That’s a bad reason to switch distros, if you switch distros every time you run into something you don’t understand you’re going to run out of distros fairly quickly. Let me tell you right now, EVERYTHING one distro can do another one can, no exceptions. Something not working is a bad reason to switch distros unless you know why the other distro makes it work and are okay with the philosophical differences between distros.

    No problems at all on calibre. Managed to create the library as easy as i did on windows. My question is: where’s the fun in this?

    The same thing that’s causing you problems is an awesome feature, Linux is very modular, you can build yourself your system exactly the way you want it. That is very fun.

    It’s just problems, after problems, after problems and i didn’t even start gaming.

    Well, yeah, it’s an unfamiliar thing, I feel the same every time I have to use Windows.

    I mean i tried installing retroarch and importing my saves but of course nothing works.

    Why not? AFAIK RetroArch should have cross compatible saves.

    Read this guide, read that guide. Nope. Nothing works. Ok, fuck retroarch let’s customize the appearance of my desktop: move some icons on the panel, center this, adjust height, move this on the left, spent 30 minutes tweaking, very nice…

    Did you saved in the meantime? Let his be a lesson, save often, you never know when something will happen.

    kde crashes, all back to default.

    That’s weird, I don’t remember last time KDE crashed, but then again I’m not using Manjaro so maybe the current version there is broken? What was the error? Did you submitted a bug report? That might be an important finding.

    Let’s download some apps. I want as many apps that i already know as possible. Let’s see if jdownloader is available for linux. Yep there’s one. Nope, not for manjaro (officially). There’s a AUR package available. Nice.

    Not nice, don’t use AUR on Manjaro, you will break stuff.

    What do i need to do to install a AUR package? A wall of text on the wiki, 20 minutes videos, yay.

    That’s because AUR is not meant for people who don’t know what they’re doing. It’s dangerous and unstable, the way to get an air package is to build it yourself, the way to get an automated tool to install them is to build the package for it yourself, this should prevent people who shouldn’t be building packages from doing so. BTW, Manjaro is especially unsafe because it has an AUR manager in their official repos IIRC, which btw is called yay, so not sure if that was a joke.

    Ok let’s call it a day. Do i need to live another life to make linux work?

    No, you just need time to learn something new, instead of jumping around thinking that things would solve themselves. If you had started with Ubuntu you might not had either of those problems, and if you had learned what was wrong with the first problem on the first distro you would know how to fix it in every other distro and solve similar problems, just like you did with Windows before and now solving things there is intuitive for you.


  • GPU go with AMD, I don’t think I need to give much explanations here.

    CPU you can do either, BUT AMD is usually better for multi-threaded applications (like video editing, modeling or animation), also an AM5 slot should last you years to come, AMD stayed with AM4 for a long time (I had most of the same PC for almost a decade thanks to that, it’s still the same AM4, but I had to replace the MOBO since the old one broke). So I would also choose AMD here, although Intel is not bad either, and if you get it in a sale it might come out cheaper.



  • I just got to work and plugged my surface pro into my external monitor. It didn’t switch inputs immediately, and I thought “Linux would have done that”. But would it?

    Nope. My laptop for example doesn’t automatically use an output when plugged in, but that doesn’t bother me because I know other DEs would do that, and it’s my choice of having a minimal window manager that causes that.

    And this goes into your next point, because I know that this comes from decisions I made, I’m okay with that. I also know I could probably fix it somehow, even if just by running a script in the background that checks if an output is plugged and tries to use it.

    And for me that’s the big difference. As a general rule when things break or don’t work are not the fault of Linux as a general, but of a specific piece of the stack, and more often than not it’s because that piece was backwards engineered without any help from the manufacturers of the hardware it’s meant to be controlling, so I can be very tolerant of these errors since the bad guys here are the third-party who’s refusing to make their things work on Linux. But even things that don’t work as I want to, I can make them do so, and that’s a huge change in viewpoint.

    In other words, on Windows I used to be of the thought of things you can do, and things you can’t, with time I noticed that in Linux this thought shifted, to the point that the only question I ever ask myself is: “HOW do I do this?”. This implies that there are no impossible things in Linux, which is obviously false, but I would argue that the correct way to think about this is “things that are impossible on Linux, for now”, and that’s a huge difference, because Linux is always evolving and getting better and better, things you thought are impossible now might be trivial in a few months or years whenever someone with the knowledge to fix it gets bothered with it.


  • First of all you’re missing the point.

    Drivers are automatic during setup.

    That still means third-party drivers, so it’s still not a Windows win but rather a “windows is so ubiquitous that Logitech (or whoever) was forced to release a driver for it”, which is what the comment you’re replying was talking about.

    Secondly, bullshit. In my 20 years using Linux I have never, ever, plugged in a mouse that didn’t get immediately recognized and worked as expected. What mouse do you have? You said Logitech, which model? The only thing that I ever needed specialized software on a Logitech mouse was to configure extra buttons or to pair it to a different dongle (both stuffs that also need specialized software only provided by Logitech on Windows)


  • Those are the usual problems in Linux, they can be summed up by “Third party companies don’t support Linux”, and they are especially annoying because with time you learn that there’s no reason that thing shouldn’t work, other than because the company either purposefully figures out if you’re running Linux and crashes the program (e g. DRM, anti-cheat, etc) or because they created their own closed proprietary protocol and refuse to share the public API for it so it needs to be reverse engineered.


  • At the same time I think most people don’t think about how much prior knowledge you need to just be able to use Windows or Mac. And for someone without ANY prior knowledge all of them are the same.

    Story time, my MiL is a zero when it gets to computer literacy, to the point that every week I had to solve something for her. Eventually I gave her a laptop with Linux in it to make it easier for me to do support, and to my surprise she had lots of problems the first months when setting things up and until learning the ropes, but afterwards there were almost no problems.

    The thing is that people have a lot of Windows knowledge, so when they try Linux they expect it to be Windows and get frustrated when it’s not.


  • I’m fairly certain that SSH and whatever else you’re exposing has had vulnerabilities fixed since then, especially if modern distros refuse to use the ssh key you were using, this screams of “we found something so critical here we don’t want to touch it”. If your server exposes anything in a standard port, e.g. SSH on 22, you probably should do a fresh install (although I would definitely not know how to rebuild a system I built almost 20 years ago).

    That being said, it’s amazing that an almost 20 year old system can work for almost 10 years without touching anything.




  • Realistically whatever problems you see in python will be there for any other language. Python is the most ubiquitously available thing after bash for a reason.

    Also you mentioned provisioning scripts, is that Ansible? If so python is already there, if you mean really just bash scripts I can tell you that does not scale well. Also if you already have some scriptsz what language are they on? Why not write the function there?

    Also you’re running syncthing on these machines, I don’t think python is larger than that (but I might be wrong).



  • I have a Logitech mouse with extra buttons, I used Piper to set one of those buttons to be Play/Pause media button. It worked well, however for some reason it only worked when the mouse was connected via the dongle, via Bluetooth the button did nothing. So I configured to a random shortcut (don’t remember what it is now, something like super+p) and configured that to call playctl play/pause.

    Not as creative or duct tapey as others but it’s what I remember now, pretty sure there are many others too hahaha