![](/static/c15a0eb1/assets/icons/icon-96x96.png)
![](https://sh.itjust.works/pictrs/image/c9a76bf7-217b-40a6-85aa-a0939ad67ebe.webp)
I thought Bezos was sold on space habitats (O’Neill Cylinders and the like). I remember he criticized Musk for his Mars ambitions.
I thought Bezos was sold on space habitats (O’Neill Cylinders and the like). I remember he criticized Musk for his Mars ambitions.
Delta chat is based on top of email (i.e.SMTP, IMAP) so its like sending emails but in a chat format and encryption on top (and some more stuff).
Centralization is not a good thing IMO. Im glad Fedora is bothering to maintain their own repo no matter how useless we find it.
Yeah the whole situation really sucks. Im a big fan of both marcan and linux so its just sad how it all ended. But Im hopeful the R4L project will be successful despite these setbacks. Some of the first rust drivers are really close to landing and I think once that happens, the dust will mostly settle as hopefully most of the things around rust would have been figured out by then. Even this situation led to some improvements like the R4L policy (and also brought the issue to greater public scrutiny). Though the drama probably won’t end there, especially if rust starts making in to the core kernel (thus start being required for building the kernel). That is probably going to be the final obstacle; if rust makes it to the core kernel code, I think the R4L project will have succeeded.
Just search or ask whatever questions you have about Linux (just like your question on GPU use). Overtime you will gain extensive knowledge of linux and before you know it you will be a linux power user.
Yes but for apps like Signal or WhatsApp you probably want them running all the time (in the background) which is not practical with waydroid right now due to its high battery usage. Running one OS on top of another has its toll even its in a container and not a vm. But its okay for foreground apps.
tl;dr
Run sudo apt install --install-recommends linux-generic-hwe-24.04
in the terminal to get the latest kernel version available (v6.11.x
)
Linux Mint uses whatever kernel the latest Ubuntu LTS (24.04) is using which happens to be v6.8.x
. Ubuntu LTS and thus Linux Mint will by default remain on this kernel version for two years after its release i.e. until the release of the next major version of Ubuntu LTS. This is for stability (hence the LTS moniker - Long Term Stable). You do get security updates and fixes in point releases of the kernel.
So yes kernel versions are tied to your Linux Mint version. But Ubuntu also offers newer kernel versions, however those will be less stable so are not recommended unless you have some hardware that doesn’t work with your current kernel version. Just run sudo apt install --install-recommends linux-generic-hwe-24.04
in the terminal which will install v6.11.x
. This will also install newer versions of drivers (mesa) and other related stuff. Note that this kernel version is not fixed, you will get updated to a newer major kernel version every 6 months.
*And if you have an Nvidia GPU, you would also want to install the Nvidia driver for the newer kernel. I think Mint provides an app for that (drivers or something).
I wonder when Ubuntu will make the shift. They are the only ones left on AppArmor at this point (tbf they have been maintaining it alone anyways).
really nice video, covers the whole spectrum of things
You are just being silly, there is no way its going to “seriously damage the entire Linux project”. There is nothing too technical about the whole R4L drama (esp. the recent one), its mostly political opposition to Rust from some C folks. We have seen this before in Linux (Wayland/X11, systemd/sysv, etc.).
its flatpak run org.mozilla.firefox
Woah that MR actually got merged damn. Couldn’t believe it when I saw this, I thought the title was a clickbait or something until I checked and it was for real.