“Technically correct” is the best form of correct. Though having tried setting up Wireguard in the past, having a dead-simple solution like Tailscale might be worth trying it out, especially with the 100 device free tier
“Technically correct” is the best form of correct. Though having tried setting up Wireguard in the past, having a dead-simple solution like Tailscale might be worth trying it out, especially with the 100 device free tier
IoS - internet of shit
With the enshittification of streaming platforms, a Kodi or Jellyfin server would be a great starting point. In my case, I have both, and the Kodi machine gets the files from the Jellyfin machine through NFS.
Or Home Assistant to help keep IOT devices that tend to be more IoS. Or a Nextcloud server to try to degoogle at least a little bit.
Maybe a personal Friendica instance for your LAN so your family can get their Facebook addiction without giving their data to Meta?
I haven’t used Tailscale myself, but it seems like it’s basically just a Wireguard frontend.
I actually want to have someone try the shelving bit to see just how bad of an idea it is
It’s all good.
I did wonder if the article was AI generated, everything just seemed absolutely idiotic.
I don’t actually agree with this list, I just saw it pop up in my Google feed and wanted a discussion around it. I didn’t realize people would have this visceral of a reaction to it.
One of the major silent qualifications for posts like these are “if you read/speak English and have a standard keyboard layout”.
Which is sad. I had an Egyptian friend who told me he had to use Linux in English because the Arabic support wasn’t quite there. This wasn’t a problem for him, but would have been a non-starter for his family.
I feel like Vocaloid got pretty popular in the early 2010s for a couple years and then everyone moved on.
It might still have a small fanbase in Japan, but interest is nearly non-existant, at least here in the US.
Having the output of each thing you tried would help us get a feel for where your code was messing up without us having to run it ourselves to get the output.
That said, for code snippet 1, you’re inserting the letter instead of replacing the underscore with the letter. Not only that, but your for-loop essentially does the following:
chosen_word
guess
is in the above loop
display
array and add guess
that many times (effectively doubling the `display array)Your second code snippet does the same thing, but with actual formatting so that Python could run the code.
I believe your third code snippet introduces char
but then returns to letter
. It might work if you replaced char
with letter
again. Also += letter
will add the letter to the end of display
, which is not what you want to do.
I did my own version of Hangman in Python a couple years ago if you want to look at the code and see what I did. I’m just a hobbyist, so it’s not fantastic, but it might give you an idea of how someone else has approached the problem.
Surprisingly enough, guys who have hair like this have a 100% chance of stealing your girl.
There are a couple paths you could take. You could go the Angel Beats! route where this limbo is a way to come to terms with death, or you could go full power fantasy and have him take on the God of the underworld/limbo and take his place.
My podcasts fall into two groups:
Linux/Tech
Urbanism
They release on almost a daily schedule, so I always have something to listen to.
The one that works for my use case.
I’ve been here for 2 years. Didn’t post anything or comment until the migration.
This influx of users has been great, and I really hope the momentum continues!
I’ve started having issues recently, too. After a work injury, I finally saw my GP, who recommended Physical Therapy, which has basically just been a guided workout with some yoga moves worked in over the course of an hour.
It hasn’t fixed my pain yet, but it’s made it better, and my pain was explained in a way that makes sense (my shoulders and core weren’t as strong as they should have been, placing undue burden on some of my backmuscles).
If you don’t want to go to PT, I’d strongly recommend just slowly doing 10-15 minutes of simple stretching like what you might have done in Gym as a kid. Stretch to the point of mild discomfort, not pain, doing each stretch 3 tines for 10 seconds. It might be worth looking into some basic yoga poses that target your particular pains (or the ones that you want to target first).
I’ll bet you’ll notice good results after a week. If not, definitely go see your GP again.
Obligatory “I am not a doctor”