

There are some behind the scenes clips of her collaborating on the bridge with other officers, nothing big. I do recall that some of the shots of the captains hands pointing to maps and such are bojolds’ hands, and they just kept it for the episode


There are some behind the scenes clips of her collaborating on the bridge with other officers, nothing big. I do recall that some of the shots of the captains hands pointing to maps and such are bojolds’ hands, and they just kept it for the episode
Back up whatever data you want physically on your computer before doing anything. While still using your Mac os, take an external drive you are okay to wipe clean, then reformat it to an .ExFat file type (so both computers can read the drive easily)
I haven’t experimented too much with different distros, but I would say Ubuntu has a Macintosh feel to it to me. Linux mint is what I use for my gaming PC, and it works fine, but between Ubuntu’s and Mint’s terminals, I like Ubuntu’s way more. It’s a bit pedantic, but I just prefer it that way


I’ve struggled with this mentally, especially when I first was learning how to code. Eventually I realized while it’s great to know the ins and outs, you can allow yourself to only worry about what you need to know to get your code running (and that’s okay).
Write a script to go a thing, then learn about how to automate that with a cronjob, then learn about coding in the cloud. If you start too big you might get overwhelmed


I can second that taking notes has been a life saver. I use Ms one note and being able to search through old notes I took to get context on current things has been a major life saver


At this point when I re-watch Voyager, I tend to skip the episodes that don’t interested my. In my opinion, Voyager has issues with consistency, that I believe comes from fatigue in the formula the series’ in the (80s/90s/00s) used. There are some very high highs (message in a bottle, scorpion, blink of an eye) but equally low lows (threshold, any ireland based holodeck episode. Neelix and Kess stories). So its worth it for the ones you enjoy, but don’t sweat the bad ones - unless you want to watch everything


This is fantastic. I never realized how connected they all were. Thank you for sharing this


I do! In fact, I personally try to watch as many sci-fi movies in January as I can. I try not to discriminate, and give everything a chance that’s vaguely sci-fi. I’ll add Solaris to my list for sure


Okay, your comment is at the top, so here is my take on the list:
There is a lot of overlap on this list and other “best (whatever) scifi” that pop up every so often. Yes Blade Runner was iconic and influential, but I already knew that.
As a software developer, it is a known best practice when you are using external software to use a specific version. Never use “latest” except in testing and development. Once it’s ready you pin it to a version ( which can be the latest version, just make sure to actually specify that version id). Then again I’ve never set up an *arr stack before