• 2 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • Adding to what the other comment explained:

    I use chown 000 so that regular users fail to access a directory when no filesystem is mounted on it; in practice it never happens, because “regular users” = { me }, but I like being pedantic.

    As for /mnt, it is supposed to be a single temp. mountpoint, but I use it as the parent directory of multiple mountpoints some of which are just for temporary use.



  • I decided to simply create directories within /mnt, chmod 000 them and use them as fixed mountpoints;
    for manual temporary mounts I have /mnt/a, /mnt/b, … /mnt/f, but I never needed to use more than two of them at once.

    While this setup doesn’t really respect the filesystem hierarchy, I wouldn’t have used /mnt at all if I were constrained by its standard purpose since having one available manual mountpoint seems pretty limiting to me.
    Then again, I have 3 physical drives with ~ 10 partitions, plus one removable drive with its own dedicated mountpoint…














  • III. We’ve Already Seen Extensive Gains From-

    When I was younger, I read R.A Salvatore’s classic fantasy novel, The Crystal Shard. There is a scene in it where the young protagonist, Wulfgar, challenges a barbarian chieftain to a duel for control of the clan so that he can lead his people into a war that will save the world. The fight culminates with Wulfgar throwing away his weapon, grabbing the chief’s head with bare hands, and begging the chief to surrender so that he does not need to crush a skull like an egg and become a murderer.

    Well this is me. Begging you. To stop lying. I don’t want to crush your skull, I really don’t.


  • I have a few in my library:

    • Signalis (low-poly (not that you can notice), low-res, CRT effect)
    • CrossCode (2D, low-res)
    • Valheim (low-poly, low-res, still graphically intensive due to lighting)
    • Lethal Company (low-res, bitcoin miner levels of GPU load)
    • Super Alloy Ranger (2D, low-res)
    • Terraria (you know Terraria, don’t lie)
    • Iconoclasts (2D, low-res)
    • Starbound (Terraria, but a bit worse and in space)

    I don’t think these games aim for nostalgia, nostalgia alone is not a good reason to choose low-poly or low-res graphics.

    Low-res textures and sprites have the advantage of being much easier for artists not only to hand draw, but to explicitly choose what details to give to a certain surface.
    3D games with low-res rendering also have their own appeal, like you say: they tell you what you’re looking at but still leaves your imagination the burden of filling in the details.

    To me low-poly models don’t really have their own appeal, unlike pixelated visuals, however I also don’t mind them at all.
    I still occasionally play games like Perfect Dark and TLoZ: OoT on their recompiled PC ports, they look good despite their low-poly nature because they don’t need high-poly models and their animations would look uncanny if they did (goofy ahh textures though).

    However, there are some retro effects that I find to be straight up ugly: Signalis applies a CRT effect occasionally, which I can’t say I’m fond of.




  • They do provide a free service (GTK’s file chooser), one that I find horrible and inconsistent (as per the thread) and intentionally so (on issues tangential to example that I found, although the proposed configurable behavior would be nice) - so I won’t even entertain the thought of trying and contributing to it, as it has been suggested.

    I don’t know what is insufferable about that, other than the initial criticism…


  • Enhancement? No, everything I have a problem with is explicitly intended behavior and GNOME devs are infamous for their everyone is stupid except me mentality

    Edit, found a neat lil’ example:

    Does Gnome/GTK have an issue board where users vote on issues?

    Free software development is not a democracy, and does not get driven by polls. Features and bugs are introduced by those who show up, within a community that works towards a shared goal.

    I don’t believe the intentional behavior is desirable and would like to see what other users think.

    That’s not how anything works.