It was, but it looks there are some fixes: https://security-tracker.debian.org/tracker/CVE-2024-48990
pnutzh4x0r
The reason why string[5] = '5'
doesn't work is that strings in Python are immutable (cannot be changed). By doing list(string)
you are actually creating a new list with the contents of the string and then modifying the list.
I wonder if ChatGPT explains this or just tells you to do this... as this works but can be quite inefficient.
To me this highlights the danger with using AI... sure you can complete a task, but you may not understand why or learn important concepts.
Path objects also override the / operator to join paths
This is both cool and gross... gives me C++ vibes (operator overloading abuse).
Over the course of the last 20 years, I've gone from Arch -> Void -> Pop!_OS -> Ubuntu, and that is what I use on all my machines (laptops, desktops, servers).
According to #243 Chatting COSMIC Desktop Alpha With The CEO | Carl Richell, they are planning an alpha release on the last thursday of each month. This means that Alpha 3 should be out on October 31, 2024.
Likewise, Carl hopes to have a Beta 1 in January 2025.
Thanks for the heads up and continued development. Good luck with the porting.
Old School Runescape.
I'm not sure. As long as it keeps working, I'll probably keep using it until a viable alternative appears. I use my laptop more than my phone, so I don't actually need passwords on my phone as often.
This one hurts... as I use this as my password manager on mobile :{
I think the "Ubuntu Core 22" means it is the snap based version of Steam rather than the deb version.
If you look at the snapcraft.yaml for the Steam snap, it uses core22
as its base.
Looks like a number of patches are landing in Ubuntu to address this: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/2082335
Update: CUPS Remote Code Execution Vulnerability Fix Available
I'm trying out the beta on my personal instance and so far everything appears to be working. I'll report any bugs if I come across any.
Thanks for your continued development and support of this awesome project!