• 0 Posts
  • 21 Comments
Joined 7 months ago
cake
Cake day: December 20th, 2023

help-circle


  • And Japan has a 300+ Tb/s connection. Your point?
    My point is that the average Indian is not doing “Hella fast Tokyo banddrifts” (not sure what banddrift even means, but no).

    And yes, a 1Gb/s connection is theoretically available, but how many people are using the ~₹4000/month connection?

    Considering how many people tend to just not have Broadband at home, relying just on mobile internet, we can see how things compare with others.

    Also, to point to the tread starter, most of the “thousands of” cables that you see on poles in congested areas, are just abandoned cables from older installations which nobody cared to remove.








  • For which cases did you need cake for example?

    Since you asked, I don’t usually need cake, since I don’t do parties, but I might occasionally buy a piece and eat it.

    Hasn’t Kate been replaced by an upgraded Kwrite or is Kate still maintained?

    kate and kwrite are both maintained and usable side by side on the same system.
    In terms of features… kwrite : kate :: notepad : notepad++. Kinda… kwrite is still much more featurefull than notepad.
    They have KDE Frameworks dependencies, which makes it non-trivial to install on RHEL when you can only access the local base and EPEL repo.



  • Debian is in many ways the “deep end”.

    The first time I tried Debian was when I was new to Linux, on a laptop with both the Ethernet and Wi-Fi unsupported. On top of which, it had an nVidia GPU. It was hard.

    Now I know much more about Linux and checked the Motherboard for Linux support before buying it. Debian works pretty well.

    So, it’s beginner friendly as long as someone helps you out with the installation after checking up on all the stuff you will need to run.



  • One of them main reasons for that, I think, is how the average non-tech computer user perceives UI/UX, when they have been exposed to only a single type of interface for most of their lives (most probably Windows).

    And even though they tend to pick up different UIs in mobile phones fairly quickly, that seems to not be the case for computers.

    Back that up with earlier versions of middle-school computers studies in being mostly like:

    • How to print a file in Microsoft Word?
    • How to copy a file to USB drive? (with the implicit - using Explorer on Windows XP)
      And you have most of the population thinking that’s the only way to do it. That was the case with me until I learned programming.

  • I’m not sure how funny this will be, but here’s how I broke my system twice in a single case. Step by step:

    1. Migrated from Manjaro KDE to EndeavourOS KDE. Kept the previous home directory.
    2. After a few updates, there was a problem with Plasma. Applications were not starting from the panels or the .desktop files (they worked from the terminal. The terminal emulator was in startup and worked that way)
    3. After a few google searches, found out that downgrading glibc would do something, so downgraded… Worked for a while
    4. While using pacman -Syu, I always checked for warnings (foolishly thinking that the downgraded and ignored glibc would cause a pacman warning if it broke dependencies) and there were none. So, the updated OS stopped working due to unmatched glibc. BREAK 1
    5. To fix it, I opened one of my multiple boots (another EndeavourOS) and made a script using pacman -Ql and cp to copy new glibc related files into the broken system (because I was too lazy to learn how to do it the correct way with pacman and chroot didn’t work because glibc is needed by bash).
    6. Turned out the script I made was wrong and I hadn’t checked the intermediate output from pacman -Ql, which was telling cp to copy the whole /etc /usr and other directories. (just if I hadn’t given the -r to cp) BREAK 2

    In the end, I just made a new installation, this time with a new home and hand-picked whatever settings I wanted from the previous home, Viva la multi-HDD


  • You need to first understand what kind of interaction you expect with your OS. For this, you can start by considering what you use your OS for and currently what you do for your OS. e.g. Before I jumped to Linux, I was just starting to learn PowerShell on Win, because I saw a lot of places in my system where I wanted to use it. I felt consistently dissatisfied with the lack of things I could just tell the system to do, making me go to scripting. This way, I knew I won’t have a problem with putting time into something that takes a lot of configuring. But since I was still new and wanted an easy start, I went with Manjaro KDE. It was based on Arch, but had a system of differed updates, giving me a feel of it being easier. Plus, it had a lot of customisations out of the box, some of which, I learnt from, when making my own configurations for EndeavourOS. EndeavourOS considers itself to be more terminal oriented, and it is possible to easily get a full-fledged tty system, just by selecting it in the installer. I chose KDE because I like changing the Appearance a lot, but you might want to look at other DEs depending upon your expectations.

    Ubuntu has been shifting a lot to snaps, so if you want your computer to be snappy (the literal meaning), you might want to avoid it (ironically). But at the same time, if you want less configuration requirements and want to keep most of your exp outside the terminal, on top of finding it easier to install software from vendors’ websites, you can consider it. If you are fine with putting in the minimal amount of brain usage it takes to understand the installation instructions of the website - and by that I mean, read the heading telling you which distro the copy-paste text is meant for (I know ppl too lazy to do that and trying paste an apt command into Red Hat) - I suggest Fedora/Linux Mint and a slew of others.

    DE = Desktop Environment apt = Package Manager (kinda like an app store on terminal) used for Ubuntu

    P.S.: If you choose an Arch-based distro, make sure you keep a backup OS that is in the Debian/Fedora tree. I keep a Debian KDE, mainly for older linux games, which ask for packages that have been long removed from Arch, but it is useful in case you break something. That way you won’t have to wait for the time it takes to make a Live USB and can just restart.