- 387 Posts
- 219 Comments
pnutzh4x0r@lemmy.ndlug.orgOPto Ubuntu Linux@lemmy.ml•Ubuntu Linux impacted by decade-old 'needrestart' flaw that gives rootEnglish2·6 months agoIt was, but it looks there are some fixes: https://security-tracker.debian.org/tracker/CVE-2024-48990
pnutzh4x0r@lemmy.ndlug.orgto People Twitter@sh.itjust.works•Why is no one talking about how unproductive it is to have to verify every "hallucination" ChatGPT gives you?English12·6 months agoThe reason why
string[5] = '5'
doesn’t work is that strings in Python are immutable (cannot be changed). By doinglist(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).
pnutzh4x0r@lemmy.ndlug.orgto Old School Runescape@lemmy.world•Guardians of the Rift Changes Out Now!English4·6 months agoXP is still not great, but you no longer have to wait outside the barrier… which is a big plus. Managed to do a few rounds this morning and got to 71 RC and was rewarded a few pearls.
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).
pnutzh4x0r@lemmy.ndlug.orgto Old School Runescape@lemmy.world•What are you grinding this week?English3·7 months agoI’m very close to 99 mining (about 400k left), so will probably continue star mining and amethyst mining.
My medium term goal is Varrock Elite (which is why I starting mining) and all I have left is 7 more runecrafting levels… but I really dislike this skill, so have been dragging my feet.
pnutzh4x0r@lemmy.ndlug.orgto Pop!_OS (Linux)@lemmy.world•Alpha 3 Soon? Are we still looking to get 24.04 by end of year?English3·7 months agoAccording 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.
pnutzh4x0r@lemmy.ndlug.orgOPto Open Source@lemmy.ml•Android "Password Store" client for pass discontinuedEnglish23·7 months agoThis one hurts… as I use this as my password manager on mobile :{
pnutzh4x0r@lemmy.ndlug.orgto Old School Runescape@lemmy.world•How are you guys enjoying the new content?English2·8 months agoI still haven’t done much of Varlamore Part 1(just some thieving of rich citizens and hunter rumours). With Part 2, I did do the Colossol Wyrm agility course and got the graceful recolor. I have yet to do Moons or the new prayer training.
That said, I did try out Hueycotl with some friends and… it was kinda lacking. The fight is long and the drops are not good. I know they recently buffed the drop table a bit, but I’m not in a rush to go back… Which is fine, I still have lots of things to do (ie. I just finished Sins of the Father and am now working on the Elite Varrock diary).
pnutzh4x0r@lemmy.ndlug.orgto linuxmemes@lemmy.world•Ok guys, who games on an IoT version of Ubuntu?English167·8 months agoI 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.
pnutzh4x0r@lemmy.ndlug.orgOPto Linux@lemmy.ml•Unauthenticated RCE Flaw With CVSS 9.9 Rating For Linux Systems Affects CUPSEnglish101·8 months agoLooks 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
pnutzh4x0r@lemmy.ndlug.orgOPto Linux@lemmy.ml•Linus Torvalds: Speaks on the Rust vs C Linux DivideEnglish68·8 months agoThis is a great summary. Thanks!
pnutzh4x0r@lemmy.ndlug.orgto Linux@lemmy.ml•After upgrading from Ubuntu Jellyfish to Numbat, my desktop seems broken? Super key doesn't open menu, dark theme/settings doesn't work. How can I fix this?English19·8 months agoIt looks like you are running XFCE instead of GNOME (the normal Ubuntu desktop). I’m not sure how that happened… but you an always just install another desktop.
For instance, you can try to make sure you have the
ubuntu-desktop
orubuntu-desktop-minimal
metapackage installed:sudo apt install ubuntu-desktop-minimal
After that, the login manager should allow you to select the Ubuntu session rather than the XFCE one.
pnutzh4x0r@lemmy.ndlug.orgOPto Linux@lemmy.ml•Ubuntu 24.10 to Introduce User-Controlled Permissions PromptsEnglish4·8 months agoYes, based on the diagrams on their blog, it looks like this only impacts Snaps.
pnutzh4x0r@lemmy.ndlug.orgOPto Linux@lemmy.ml•Ubuntu 24.10 to Introduce User-Controlled Permissions PromptsEnglish12·8 months agoFrom the Discourse Blog:
The Linux desktop provides XDG Desktop Portals as a standardised way for applications to access resources that are outside of the sandbox. Applications that have been updated to use XDG Desktop Portals will continue to use them. Prompting is not intended to replace XDG Desktop Portals but to complement them by providing the desktop an alternative way to ask the user for permission. Either when an application has not been updated to use XDG Desktop Portals, or when it makes access requests not covered by XDG Desktop Portals.
Since prompting works at the syscall level, it does not require an application’s awareness or cooperation to work and extends the set of applications that can be run inside of a sandbox, allowing for a safer desktop. It is designed to enable desktop applications to take full advantage of snap packaging that might otherwise require classic confinement.
So this looks like it complements and not replaces the XDG Desktop Portals, especially for applications that have not implemented the Portals. It allows you to still run those applications in confinement while providing some more granular access controls.
pnutzh4x0r@lemmy.ndlug.orgto Pop!_OS (Linux)@lemmy.world•Switching to Timeshift (LM)English6·8 months agoFrom what I can tell, Pop!_OS does not ship their own version of timeshift. Instead, it comes directly from Ubuntu. So if there is a change in maintainers, it should be reported to Ubuntu:
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!