• 2 Posts
  • 143 Comments
Joined 6 months ago
cake
Cake day: February 9th, 2025

help-circle
  • No, it’s rogue-lite. Not -like. Rogue-lite games have randomized runs, permadeath, and (often tons of) meta-progression involving spending stat points, or unlocking new skills or weapons. In many games, the difficulty decreases by unlocking new skills and adding stats. Sometimes the games increase their enemy difficulty as you earn victories in order to balance the difficulty with all the new choices and skills you have. And sometimes entire game mechanics get added to more you play: new zones and new things to do.

    Example rogue-lite games: Binding of Isaac, Undermine, Enter the Gungeon. Even games that have a real sense of story and progression might have tight gameplay loops that can cause people to call them rogue-lites, or say they have “rogue-lite mechanics”. Example: Dave the Diver.

    Rogue-likes, on the other hand, are turn-based dungeon crawlers that have very little or no meta progression. They may have training wheels like being forced to start with a simple class and unlocking additional ones doing simple things in-game. They do this to avoid overwhelming new players with character choices, and not to make the game easier as you play. You get better by learning the game, and not by unlocking more things or adding to stats.

    Examples: Shattered Pixel Dungeon, Brogue, Caves of Qud.










  • But that’s the whole point of the feature, isn’t it? (I don’t even have Gemini installed.) You hold down the circle nav button (or do whatever with gestures) and then use your finger to circle the part of your screen you’re trying to visually search for. “Circle to search”, right? I use it to ID bugs and things. Or translate text quickly from a photo.

    Are you saying you would use it for just text searches? I’ve never thought it was for that. There’s a search box on the home screen for that, or just open your browser.





  • Is this the first time you’ve had the pleasure of using vi/vim? 😄 visudo is a command that locks the sudo file and just opens vi or vim. It’s not a text editor in and of itself.

    Vim is the source of the famous “how do you quit vim”, meme. (:q <Enter>, btw) The interface is completely nonintuitive and has modes. In “edit mode”, all the buttons do different edits to text or move the cursor. That must have been your experience: trying to type in edit mode and getting garbage. You have to enter “insert mode” to type using the I key. Commands to do things like save and quit are started by typing a colon in edit mode. You navigate in edit mode using HJKL as arrow keys.

    To avoid it, set your default editor to nano instead. Nano’s hotkeys are nonsensical to people coming from Windows, but at least they’re displayed on the screen at all times.

    $ export EDITOR=nano


  • Having to install apps manually and figure out dependencies myself because a popular piece of software only officially supports Ubuntu and Debian. No normal human would ever do this. They would go back to Windows. Hell, I still haven’t even gotten one piece of software to work on my new OpenSUSE system yet: Beyond Compare 4. There’s no flatpack for it. The RPM test says all dependencies are satisfied, but when I run the program, nothing happens. I did some web searching, but I haven’t dug too deep yet.

    Why are there so many package managers with such different syntaxes? And why does one repo maintainer decide to call it “package” and another calls it “package4”? Or some entirely different name! It’s maddening. I’ve had to create empty proxy packages that translate package names just to install some RPM file. Again, the average person is not going to do this.

    In KDE plasma, the first thing most people do is set up Wi-Fi on their computer, but you need to set up KWallet first or else the password gets stored in some other dimension. I accidentally typed my Wi-Fi password wrong, and I couldn’t for the life of me figure out how to clear it out and make it ask me for the proper password when I try to connect. I even went into network manager and switched the network to say, “ask me every time”. It wouldn’t! It would just sit there and hang on “authenticating”. I never did figure it out. I ended up forgetting to encrypt my system partition, so I simply reinstalled the OS.