- 334 Posts
- 208 Comments
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?English
12·1 year 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).
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).
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 discontinuedEnglish
5·1 year agoI’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.
pnutzh4x0r@lemmy.ndlug.orgOPto
Open Source@lemmy.ml•Android "Password Store" client for pass discontinuedEnglish
22·1 year agoThis one hurts… as I use this as my password manager on mobile :{
pnutzh4x0r@lemmy.ndlug.orgto
linuxmemes@lemmy.world•Ok guys, who games on an IoT version of Ubuntu?English
168·1 year 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
core22as its base.
pnutzh4x0r@lemmy.ndlug.orgOPto
Linux@lemmy.ml•Unauthenticated RCE Flaw With CVSS 9.9 Rating For Linux Systems Affects CUPSEnglish
101·1 year 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 DivideEnglish
68·1 year 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?English
19·1 year 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-desktoporubuntu-desktop-minimalmetapackage installed:sudo apt install ubuntu-desktop-minimalAfter 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 PromptsEnglish
4·1 year 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 PromptsEnglish
12·1 year 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
Photon@lemdro.id•How to feature or unfeature (pin/unpin) a post in Photon?English
1·2 years agoAs a moderator, you should see a “shield” on a post and from that sub-menu, you can choose to feature or unfeature a post:

pnutzh4x0r@lemmy.ndlug.orgto
Privacy@lemmy.ml•Bringing attention to a music player and two eBook readers for AndroidEnglish
4·2 years agoI used to use VLC for music, but these days I use Symphony to play local files on my phone. VLC tended to struggle when scanning or indexing large folders (which it did all the time…), while Symphony is a bit better at that. That said, I still use VLC for video and for casting things from my DLNA server (VLC supports Chromecast).
For ebooks, I’ve used Librera FD and that has been mostly OK. I’ll checkout the two you mentioned though. Thanks!
pnutzh4x0r@lemmy.ndlug.orgto
College Football@fanaticus.social•[GAMEDAY] Saturday, September 8, 2024 (Texas @ Michigan, El Assico, CU @ NU, and others)English
2·2 years agoHoly hurdle! TY J-LOVE!
pnutzh4x0r@lemmy.ndlug.orgto
Linux@lemmy.ml•How can we make Linux more appealing as "just works"?English
18·2 years agoI think you meant Pop!_OS (is developed by System76). TuxedoOS is developed by Tuxedo Computers, which is a European Linux focused hardware company.
That said, the point stands… there are hardware companies making Linux supported devices.
pnutzh4x0r@lemmy.ndlug.orgOPtoInternet Relay Chat@lemmy.sdf.org•Self Hosting Web IRC Clients: What are Your Options?English
1·2 years agoFor a simple IRC web client, I would also add Gamja, which I self-host along side with the Lounge (mentioned in the article) for a few users.
That said, my primary client is WeeChat and WeeChat-Android.



















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!