Spyke

Replies

Comment on

Lemme.ee is closing, where do I go. Only been here 12 days lol?

One thing you should do is grab your data for easy moving, you haven't already.


Assuming you're using the default Lemmy web UI (not Voyager, or Photon, or a mobile app, or whatever), click on your username in the top right, and select "Settings".

On the settings page, there's a section called "Import/Export Settings". Click the "Export" button and let your browser download the file.

Then, when you switch instances, you can go into the same Settings page on the new instance, select the file you downloaded, and hit "Import" and you will automatically be resubscribed to the communities you subscribed to.

xkcd

Comment on

xkcd #2869: Puzzles

I remember a book I read in elementary school (in the Cam Jansen series, IIRC) where the main conflict was a mean older brother put a password on the new family computer (a huge deal in the early 90s), and the younger hires the kid detective to find the password. The password is “hot dog”, ultimately determined because the desktop BG was a picture of ketchup and mustard.

I recall being not super satisfied with that ending.

Comment on

need advices

So, I will start by saying "Yes, you can do it. It's not too late and programming is fun and fulfilling".

However! One thing my experience has taught me in seeing people approach and bounce off programming is: programming is a fail-til-you-get-it type of endeavour. Your first several years will be littered with broken code, because there are a thousand little things you have to bump up against before you unlock one more puzzle piece.

So! If you go for it, persevere! You aren't a bad programmer, or a slow learner, because you can't get your code to work. Every single one of us ran into the same issue, and we just had to push through, learn to Google, and try again until it sorta-kinda works. You in 10 years will be embarrassed by what you write in your first years

Comment on

Collection of insane and fun facts about SQLite

I get it...I've never been the maintainer of a codebase that's deployed on trillions of devices, and backwards compatibility is something to be taken seriously and responsibly when you're that prolific. I do not begrudge SQLite or any large projects when they make decisions in service to that.

However

It always makes me feel oddly icky when known bugs (particularly of the footgun variety) become the new standard that the project intentionally upholds.

Comment on

Recommend games for me

Just in case you haven't played it, the first SUPERHOT is, IMO, quite a bit better than the second, so I'll toss that in there.

As a wilder card, I'll suggest the Batman Arkham games. I think Arkham City is probably the most well-regarded of them.

Comment on

Do you think the world would have been a better place if there were no religions?

Reply in thread

I want to add to this. I'm not a psychologist, but I have heard a couple times about the term "third place". It's this concept that most people have a "place where they live", a "place where they work", and then a "place where they socialize". It has been theorized that the modern working-age population is having trouble with stress and mental health in large part due to the dearth of "third places".

The "third place" can be, for example, a restaurant or bar that you frequent (think the pub from the TV show Cheers), a book club, a sports club, or, crucially, a church or place of worship.

For Christianity at least, knowing that you were going to see and socialize with the same group of people (who share at least 1 major interest in common with you) every Sunday is apparently quite good for mental health. So, although I am no proponent of certain Western religions in general, I do think their decline has contributed to some of the mental health crises. How much? I cannot say.

https://en.wikipedia.org/wiki/Third_place

Comment on

The (short) story of how the SSH port became 22.

What a strange article. The reasoning for why 22 is interesting though very straightforward, and the rest of the article is essentially “I asked for port 22, and they gave it to me”. Little fanfare, little in way of storytelling conflict.

Not an issue in and of itself, but strange with a title of the form “This is the story of…” That sort of titling usually begets intrigue and triumph over adversity, dunnit?