• 0 Posts
  • 22 Comments
Joined 11 months ago
cake
Cake day: July 21st, 2023

help-circle
  • It is an Nvidia problem. And we need to insist on Nvidia being the problem until they give in. Their lack of wanting to take responsibility for distributing graphics cards on the market by not developing working drivers and not even letting the community fix it by open sourcing their driver is not something we should tolerate anymore. They pissed people enough at this point over the years, with their lack of participation in an driver problem-free environment on Linux, so they should and they will take the blame.


  • Xorg and Wayland are two protocols every Desktop Environment use and is, from my limited knowledge on it, the thing that tells the DE how to behave and display windows on your screen. Since 1984, the Linux world uses Xorg (now at the 11 edition: X11) but now, there is a massive transition towards a protocol more secure and focused around privacy called Wayland because first, it’s objectively better, and because X11 will soon be deprecated/abandoned. But due to its way of handling things (like for example, windows can’t see each other: they think they’re alone on the PC, preventing some programs from spying on each others but also preventing them to communicate with each other, like to share screen or screenshot. We have portals to solve that now though, so no worries), Wayland struggle to convince everybody and therefore is heavily criticized, mostly because it’s sort of being forced due to the Xorg team letting the project die to develop Wayland, the successor, waiting for every distros and their DE to adopt it.

    But despite not directly mentioning those protocols, you’re right by saying “you can just jump ships and unsubscribe from what you dislike” because honestly, nobody’s preventing people from continuing to use Xorg and groups from continuing the development of DE based on Xorg or simply continuing the Xorg project, but if they want to progress and evolve with the rest of the world, they will have to switch to Wayland eventually.


  • When I was talking about “battery charging”, I meant using an app to limit the charging at a certain level: look for “acca” or simple “acc” which is the module/daemon to manage that. You have to be root to do that and there is no way around. For the rest, sure, but that’s for GrapheneOS, I was talking in general, most ROM not having what GrapheneOS has and considering GrapheneOS is exclusively present on Pixel phones unfortunately…






  • Root can be useful for plenty of reasons: there are many apps which use root access to increase privacy, customize the system, restrict apps, manage battery charging, enforce firewall for apps and system, block trackers, backup the system, etc… I currently have 8 apps (if I don’t count all the lsposed modules) using the root privileges to do all of that but I also use it for other things like automation.

    The only kind of security I want to have is privacy from my own apps installed on my system, something root privilege allow me to have. For the rest, I just don’t install any random program on my phone and I didn’t have any problem for years.

    (and no, I can’t do any of that with shizuku or adb)




  • So literally the same things as any other Linux distro… To delete the bootloader, you don’t just need to select a folder in your home directory with your mouse and click delete, it’s a little bit more complicated than that, despite it not being hard for any person who knows how to run a command and know the basics.


  • There is no proof to be a bias against non-male in the programming world. As far as I know, any country regardless of their gender equality effort up to a certain point have basically the same women to men ratio, which means it isn’t the action of some oppression or shaming. Worse, countries that are less egalitarian are a more equal ratio of women and men, like India, as opposed to a lot of western countries. It’ll never change unless you manage to brainwash a good amount of women into thinking they like programming, despite them not liking it.


  • (I know it’s a late response but I only saw this post now and wanted to response to your particular comment) It was also the case for me because I usually didn’t consume stuff from my age or from my native language but I still stopped using their services for the most part and deactivated any kind of telemetry from them for the remaining stuff I still use because despite all of that, I still don’t want to support their business model or the companies themselves, as well as their constant push to consumerism through ads drowning. So privacy isn’t the only reason to stop letting them listen to you I think.


  • You don’t update Windows “when you feel like it”, it does when it feels like it. Several times, after delaying the updates so many times because I knew it takes dozens of minutes to apply each time and I didn’t want that to happen as I often had to restart my PC or had to let it run in the background, Windows eventually forced me to update the next time I shut down my PC.




  • I’ll happily switch to Linux on the day when every new release works with no extra problems, tinkering, waiting or searching caused by my choice of OS.

    Let me give you an honest answer that no Linux users is willing to give you (certainly because they fear to scare people off of Linux): you will never see the day where Linux will be equal if not better than Windows for gaming (which it can be sometimes, but it’s not always the case) if not a certain amount of people get out of their comfort zone and are willing to try something new. In fact, nobody can improve anything in their life if they’re not willing to get out of their comfort zone.

    You’re already using a PC to play video games, I did this choice too, so trust me, you definitely have the energy to change for a better OS, something ever you recognize as having qualities outside of games. Otherwise, you would’ve played exclusively on console where you actually have a plug and play experience… unfortunately at the cost of your freedom to use the machine you bought however you want, besides all the other considerable disadvantages.

    For me, Linux made as much progress as it can do, meaning now, for Linux to be viable for gaming, either companies start to move their asses and make Linux native games (which they can easily do, if they’re willing to use the right tools for their game like Vulkan) but I hardly see that coming any time soon, or new users have to come to Linux so that companies would finally care. Personally, I made my choice by making the first step.




  • (sorry for the late reply) Custom ROMs are something else and are in no way necessary for rooting the phone. You can totally root your phone with Magisk while staying on your manufacturer’s ROM, or flash (install) a custom ROM without rooting the phone and not being locked from anything your Android phone can already do. But you won’t have full access to your phone if you don’t root and will eventually need at least some degree of power over it, which is why most people root their phone too. But custom ROMs alone are also great, you can check if there are good ones (or if there are any) on xda-developers by searching your phone on it. But be careful and follow the instruction to the letter: you won’t be able to blame anybody for bricking your phone (look for hard brick and soft brick) as all authors clearly state they’re in no way responsible if you fuck up something and your phone doesn’t work anymore. The best thing to do as a beginner is to search deeply on the internet for days if not weeks in order to feel more confident and more importantly understand what is a ROM, what is a recovery (TWRP being the main one), a bootloader, etc, so you know what you’re going to do.