• 2 Posts
  • 246 Comments
Joined 7 months ago
cake
Cake day: October 18th, 2025

help-circle
  • Just think of how long it takes to craft a skeuomorphic icon compared to a symbolic monochrome one.

    About the same time.

    To be fair I’m not too fond of extremely colorful icons. They do have their place, but in most interfaces I do prefer flat or slightly shadowed icons.

    I value more the UX of the interface than the design of the icons, tough the icons are indeed important. Painting icons over KDE does not really change how you interact with KDE.

    I don’t particularly like KDE, but have not found a better DE anyway.







  • I guess this could be a cool solution to having to make several usernames on different gitlab instances.

    Still, I’m not sure if this is really worth it: if I want to self host I’ll just self host a git repository and that’ll be incredibly easy to setup.

    The main advantage of GitHub is that it’s completely free and I don’t have to bother about self hosting it and maintaining the software.

    I do see some advantage, but I’m not sure it compensates the added maintainance work.


  • ranzispa@mander.xyztoScience Memes@mander.xyzbaby blues
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    1 day ago

    In Italy a pizza is a pizza. Size can vary a little bit restaurant to restaurant, but no way you can ask a different size pizza than the one you’re being served.

    Some places may offer slightly smaller ones for kids, but that’s quite uncommon.

    As you can see, this is not at all a reliable way to communicate sizes: I have no way to decypher how large a large pizza is.









  • Tried ACL, it kind of works. However users first respect the creation umask, which is generally 022. Which means they can create files in my directory but I can not delete them.

    You can force everyone working with you to set their umask to 000, which clearly is not a really nice solution. However, even this does not solve the problem, since if they copy anything over which does not have 666 permissions then you can not edit it or delete it.

    Then you’re stuck with a bunch of files by someone else who left you their things that you can not delete.

    I still have 1 TB of stuff somewhere from a user which has long been deleted from the system, I have no other way to delete that stuff than contact the system administrator.

    You can assign a group and then set permissions to 660 and do some ACL magic which hopefully works to enforce a umask of 0 on group; however you can not create a group without being root, which does not really solve the problem.

    To be fair, I would appreciate if users were allowed to create their own groups.


  • Never have I seen a public folder on a Linux system, neither personal nor the ones I use for work.

    Either way, it would not solve the problem of me myself deciding to share a folder with a set of selected people who can write files in the folder which I then can modify or delete.

    I can get to the point of them reading, modifying and creating new files; but the fact that I can not delete files by someone else in my own folders really pisses me off.


  • Cool, but to be fair Linux is made to not make you root.

    In most cases a sysadmin somewhere is root, and you may only pledge to him by email and wait weeks for when he decides you waited long enough for a reply.

    User permissions are quite strict in Linux.

    I’m still pissed there is no way for a user to decide to open a shared folder to other users which enforces base permissions without root doing that.