• @mrfriki@lemmy.world
    link
    fedilink
    82 months ago

    One thing I’ve been noticing lately is that for every AAA game that picks my interest there are at least 3-4 AA or indie games that also pick my interest.

    • @chunkystyles
      link
      122 months ago

      The word you’re looking for is “pique” and it sounds like peak.

  • @onlinepersona@programming.dev
    link
    fedilink
    12 months ago

    Would be great if they were also on the fediverse 😢

    Anti Commercial AI thingy

    CC BY-NC-SA 4.0

    Inserted with a keystroke running this script on linux with X11

    #!/usr/bin/env nix-shell
    #!nix-shell -i bash --packages xautomation xclip
    
    sleep 0.2
    (echo '::: spoiler Anti Commercial AI thingy
    [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
    
    Inserted with a keystroke running this script on linux with X11
    ```bash'
    cat "$0"
    echo '```
    :::') | xclip -selection clipboard
    xte "keydown Control_L" "key V" "keyup Control_L"