• 4 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle




  • I tried finger as the other commenter suggested. I tried bunch of variations. Whole username, 8 chars truncated, and a shorter version which was in my notes. I also tried both sdf.org and freeshell.org. All of them gave me an empty output. I guess the fact that it didn’t output no such user means it must be either of them. Or all of them refer to the same user.

    I also found an email sent from my sdf user. The address in format username@sdf.org had the whole username (more than 8 chars). Then there’s the shortest version of the name in my notes. That’s written as sdf.lonestar.org/1/users/username. No idea what that refers to. Seems I didn’t take very good notes. So which of these would more probably be the correct one?



  • Someone commented on my post about Devil World that what I experienced was Tetris effect. When I was scrolling vertically on my phone I would occasionally experience sideways scrolling similar to the game mechanic even though there certainly wasn’t any sideways scrolling happening.

    Another one was when I was playing Portal. Traveling via portals became my usual method to move around in every dream I had those days.








  • Which things do you find boring and restrictive about it? I think it’s rather nice although I don’t like some of the changes after Catalina like moving from skeuomorphic icons to more symbolic ones.

    Other than aesthetics I think editing and writing is fast on macOS even when not using vim. I even changed my PCs to use mac keyboard layout because it’s better. Of course when using vim, editing should work same on any system at least in theory.



  • siipale@sopuli.xyztoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    17
    arrow-down
    1
    ·
    1 year ago

    PRESSURE 30.4 inHG

    Do Americans really use inches of mercury to measure air pressure? Even millimeters of mercury would feel weird for me in weather context. I’ve seen mmHg used mostly in medical and chemistry stuff. I guess it really is anything but metric for you guys.





  • I’ve always thought that macros in vim are slow and clumsy to use. You have to think about getting back to initial state as you record if your intent is to repeat the macro several times. If you make a mistake you have to either record an action that corrects the mistake or edit the macro later after recording. You have to know beforehand how many times you want to repeat the macro or run it one at a time which is clumsy at least with Finnish keyboard layout.

    Norm command is much faster to use for my purposes because I can use it for several lines at a time without thinking about the state. I can use it with ranges or with g/re/ and v/re/ commands. If I make a mistake I just delete it. Only thing on the plus side I can think of for macros is it’s WYSIWYG approach. You have to have a visual editor in your mind when you write long norm commands.

    Here’s a tip for you: use :%norm @a to run the macro in register a for every line of the file.