• 0 Posts
  • 11 Comments
Joined 3Y ago
cake
Cake day: May 19, 2021

help-circle
rss

Eh, I’m gonna buy it the moment it comes out in the US because the movie is fucking fantastic, but you do you.


From the article:

there’s still no easy (or legal) way to watch it with English subtitles, and there’s been no updates on when it’ll come to streaming or physical in the US or elsewhere


“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



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 work in electronics manufacturing and I’m torn on this issue.

On the one hand, fuck Apple for requiring to go through so many hoops.

On the other hand, every device my company makes has an internal checksum and if one PCB is installed incorrectly, the main board throws a fit because the device checksum doesn’t match.

It sounds like Apple may do something similar for their products and it sort of makes sense: determined people try something crazy like take an older iPhone and install a newer Wireless module or replace Lightning with USB-C. Neither of those things were intended by Apple, and there’s a huge potential that it wouldn’t work.

With that said, it’s absolutely overkill for things like display or digitizer replacements, which are going to be the majority of repairs on iPhones.

Tl;Dr - fuck Apple, this is dumb, the users have the right to repair


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:

  • loop over the length of chosen_word
  • if guess is in the above loop
    • iterate over the 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.




In the US: you are legally allowed to have a backup copy of any media you have (digital -> physical, physical -> digital, or any other match up). Since you own the physical copy of these movies, this means you’re allowed to have the digital one as a backup.

Your physical disks are encrypted, and breaking said encryption to make a copy is technically illegal. Downloading the files from somewhere is not illegal, but sharing them is.

With all that said, if you own the disk, and either download or torrent without seeding, you’re well within your rights legally.

Your other option is to use Handbrake or another disk ripping software, along with dvdcss or aacs and rip your disks yourself.