[-] siipale@sopuli.xyz 9 points 1 week ago

It's the same reason why U-M B-N is human being

[-] siipale@sopuli.xyz 8 points 2 weeks ago

Sata andagi

[-] siipale@sopuli.xyz 2 points 3 months ago

Enjoy your drink 😄 Hyvää juhannusta! Glad midsommar!

[-] siipale@sopuli.xyz 2 points 3 months ago

I was browsing my comment history and stumbled upon this so I decided to finally open the bottle of Besk. Very strange taste. I wasn't expecting anything like this. Doesn't taste similar to other supposedly wormwood infused liquors like absinthe or vermouth. I've never tasted anything like this. Sort of minty note in bitter flavor I can't describe. This is certainly not my favorite bitter but if I was ever offered one I would happily drink it.

[-] siipale@sopuli.xyz 13 points 3 months ago

At first I read SIMD bucks and I thought they must take optimizing code seriously.

[-] siipale@sopuli.xyz 2 points 3 months ago

I just found my old gopher page. Given that's still up the user account must be there. Is the username listed on gopherspace the same as the login name?

[-] siipale@sopuli.xyz 1 points 3 months ago

I tried recover but it says no such user. It very well might be that I didn't set up any password recovery ten years ago. So either there's no user with that login anymore or it reports no such user because it's not set up for recovery. Maybe I'll try make a new user with same username.

[-] siipale@sopuli.xyz 1 points 3 months ago

I actually tried to finger the same usernames on sdfeu.org and it reports no such user so I guess it's not there.

[-] siipale@sopuli.xyz 2 points 3 months ago

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?

30
submitted 3 months ago by siipale@sopuli.xyz to c/sdfpubnix@lemmy.sdf.org

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?

[-] siipale@sopuli.xyz 7 points 3 months ago

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.

[-] siipale@sopuli.xyz 1 points 4 months ago

Can you give an example how that would happen?

[-] siipale@sopuli.xyz 2 points 4 months ago

It's the same way in Finnish.

54
Average Linux user (www.youtube.com)
submitted 7 months ago by siipale@sopuli.xyz to c/linuxmemes@lemmy.world

Although Linux is just used to run superior OS in VM. Same as using Internet Explorer to download Firefox.

21
submitted 10 months ago by siipale@sopuli.xyz to c/nintendo@lemmy.world

Has anyone been playing Devil World (NES) on Switch now that it became available? I hadn't played this before but now that I tried it I think it's one of the best of those old NES titles. Very interesting game mechanics, kind of like Clu Clu Land in the sense that it's sort of Pacman clone with an interesting concept. In this game you move in a maze and Satan tries to kill you by crushing you between walls. He does that by making his minions move the maze in all four cardinal directions.

The game can be hard sometimes but so far I have reached to round 8. However, as I have been playing it quite a bit, I've noticed it has started to mess with my brain. Let's say I'm scrolling through some social media app. Then out of nowhere as the text on the screen is scrolling my brain starts to add those Devil World movements to the scrolling text I'm looking at. So for a moment that short vision makes me think "Oh shit! Quick! I gotta move out of the way!". Kinda spooky. Could it be a cursed game? :)

-30
submitted 11 months ago by siipale@sopuli.xyz to c/memes@lemmy.ml
10
submitted 11 months ago by siipale@sopuli.xyz to c/neovim@sopuli.xyz

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.

1
submitted 1 year ago by siipale@sopuli.xyz to c/meta@sopuli.xyz

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.

1390
submitted 1 year ago by siipale@sopuli.xyz to c/memes@lemmy.ml
-13

I suppose it just wouldn't look right. They have their old man toffees like Werther's.

16

I've heard it's the first but not really sure. Anyway, the overseas version linked in the post is particularly cute since the singer is obviously not a professional and it feels like the main character herself is singing as the voice actor is probably the same as the singer. I was like "what the hell is happening?" when I heard it first time on my SNK Anniversary collection.

9
submitted 1 year ago by siipale@sopuli.xyz to c/neovim@sopuli.xyz

This is a very simple thing but it can be useful for folks who are still using mostly arrow keys. It finally clicked for me when I started using Tridactyl for Firefox :)

Most of the time you need down and up motions so you rest your index finger on J and middle finger on K. J looks little bit like a down arrow (mnemonics jown and kup don't seem very intuitive to me). So now you have the main arrow keys assigned to your fingers. Naturally you rest your ring finger on the L key and when you occasionally need to move left just move your index finger to the H key.

0

There seems to be many lemmy apps available. I already tried few apps though I don't even know where to find most of the others. Instead of trying every single one of them I'd like to know if there's anything similar to RIF. Here's some key features of RIF:

  • Simple. Mostly text and no complicated UI elements.
  • Information density. I can see a list of eight posts on my screen. Again, it's just text with no UI decorations.
  • One handed browsing. As I hold my phone with right hand I can easily access both linked url and comments of a post with my right thumb (buttons on right side of the screen).
  • Comment navigation. This is not as important but in larger threads it's useful to navigate between parent comments.

If there's nothing similar available, maybe these could be added to an existing implementation. I could even try to help as I am programmer, though I don't know much about mobile app development.

view more: next ›

siipale

joined 1 year ago