• 3 Posts
  • 125 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • (edit: preface: not defending the shooter or making a definitive claim about his ideology)

    To be fair, my grandma would assume/say the same thing about me. That’s because I hold my tongue at family reunions as to not make a scene. I know that if I spoke up, I would be outnumbered at least 10:1 and the ones that would agree also aren’t the type to handle being shouted down. It’s easier just to nod your head, keep quite, and lightly push back on topics that won’t cause a blowback response; which is easier in individual conversations, away from grandma(ga).


  • Ironic

    Ubuntu is a South African ethical ideology focusing on people’s allegiances and relations with each other. The word comes from the Zulu and Xhosa languages. Ubuntu is seen as a traditional African concept, is regarded as one of the founding principles of the new republic of South Africa and is connected to the idea of an African Renaissance.

    A rough translation of the principle of Ubuntu is “humanity towards others”. Another translation could be: “the belief in a universal bond of sharing that connects all humanity”.

    “A person with ubuntu is open and available to others, affirming of others, does not feel threatened that others are able and good, for he or she has a proper self-assurance that comes from knowing that he or she belongs in a greater whole and is diminished when others are humiliated or diminished, when others are tortured or oppressed.”

    –Archbishop Desmond Tutu

    As a platform based on Free software, the Ubuntu operating system brings the spirit of ubuntu to the software world.




  • BleakBluets@lemmy.worldtoProgrammer Humor@programming.devCSS Gardening
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    1 month ago

    It’s so the position: absolute for .leaves works relative to .tree. The implication is that .leaves is a descendant of .tree.

    position: absolute looks for the nearest ancestor with a set position in order to determine its own positioning context. Otherwise the absolute positioning would basically be relative to the viewport. If the position: relative was missing, the leaves would be against the bottom edge of the image.

    source

    edit: I mean .leaves, not .branch




  • I enjoy A Link to the Past Randomizer, but primarily because it adds replayability to a game I’m already so familiar with. ALttPR becomes a puzzle of which chests/dungeons have the highest probability of containing progression items. Calculating that optimized routing in realtime while racing against a clock is fun. Also figuring out the best way to deal with a boss that you already know well, but now you have an unexpected equipment loadout is fun to me.

    However. If I were to play a new game I didn’t have any familiarity with and its item placement and/or map layout was procedurally generated, I don’t think I would enjoy a first playthrough. I don’t enjoy variety just for the sake of variety. The proc-gen would have to have some known parameters that allow me to strategize in how I approach it in order to not seem arbitrary. If I didn’t enjoy the first playthrough of such a game, I might not be motivated to learn enough to enjoy future runs.

    That’s why I think I don’t love Spelunky or Slay the Spire despite loving games that play similarly like Cave Story and Magic the Gathering respectively. I think I could love these games if I could reasonably plan ahead, but I feel those games have too much variance and the outcomes feel arbitrary as a result. Though that could just be my lack of dedication to understanding the bounds of the generated content.





  • If the concern is that the files would be out of order when displayed in a file browser, Windows File Explorer actually accounts for this by sorting the number parts of a file sequentially in the case of multiple files sharing the same prefix. E.g. “file_10.txt” will sort after “file_9.txt” and not in between “file_1.txt” and “file_2.txt” as you would expect from a naive alphabetical sorting.

    I still use leading zeroes though. It looks a lot more pleasant when the file names are the same length.



  • BleakBluets@lemmy.worldtoprivacy@lemmy.caThe Privacy Iceberg
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    4 months ago

    Edit: I just now realized that the graphic is more privacy-focused rather than consumer-rights-focused. I don’t know what privacy issues Steam has specifically, so its inclusion on this list may not be justified regardless of any anti-consumer practices.

    I’m not ditching my 20yo steam account on behalf of this graphic

    I think that’s why they were included in this graphic. They provide DRM games that are vendor-locked to their platform. They require that you buy a game from them to download mods from the workshop, even if that game doesn’t use a Steam-specific modding framework (Slay the Spire and Black Ops 3 for example). They tie that account to many services in order to make it difficult to leave their platform. Services such as: per-game community forums, friend lists with direct messaging and multiplayer integration, VAC anti-cheat, and achievement tracking.

    I like Valve, they contribute a lot to open source. But be honest, if Epic Games did 1/10 of this, they would be accused of trying to build a walled garden like Apple.

    It will be absolute hell if Steam ever gets enshitified. It would be better if these services could follow an interoperable and open standard or were run independently. Vendor-lock from “good” corporations is still anti consumer.