siipale

joined 2 years ago
[–] [email protected] 4 points 1 week ago

Seems so


siipale – Copyright © 2025 [email protected] This comment is intellectual property of siipale.

PIRACY harms Consumers as well as legitimate Developers, Publishers and Retailers. If you suspect this comment is an unauthorised copy, please call your local Instance Admin.

 

What to do with calluses that hurt? After workout I couldn't even hold a toothbrush properly because it hurts. Also the calluses aren't symmetric in both hands. Could it mean I'm not holding the dumbbells correctly?

 

I had forgotten about SDF but seeing SDF instance on Lemmy caught my attention. I used to use SDF for a while about 10 years ago and now it would be interesting to see if I have left anything interesting there.

I found my notes from ten years ago so I know what my username was. I don't remember my password though. I tried to log in but to no avail. Is there any way to know whether my account still exists? Do accounts get removed if they're not used for long periods of time?

 

Most of you might know already but I just found out about this today because I needed it. I had thought there's just no way to use escape in norm commands. So I had this file with list of items which were mostly separated by newlines but some of them were separated by spaces so I had to clean it up. It looked something like this:

begin A
begin B begin C
begin D
begin E begin F begin G
begin H

and I needed it to be like this:

begin A
begin B
begin C
begin D
begin E
begin F
begin G
begin H

The beginning of every item was the same string of characters which was helpful. So I had an idea but it required the use of escape in a norm command. I was about to think of some other way that doesn't require escape but then decided to google it and find out if there was a way to use escape. To my surprise it was possible! Why I haven't thought of this before? So this is what I came up with:

:g/.*begin/norm /begin^[hr^M

So the ^[ is an escape and you get it with C-v Esc. Simple as that. The command to organize my list isn't perfect though as it has to be run few times to go through every item but it was enough for my purposes.

TL;DR: Press C-v Esc in command line mode to get escape.

 

Right now I can't use sopuli via Connect for Lemmy app but the website seems to work fine. Any ideas whether this is a problem with the server or the client? The app just says that sopuli.xyz is not responding.