data1701d (He/Him)

“Life forms. You precious little lifeforms. You tiny little lifeforms. Where are you?”

- Lt. Cmdr Data, Star Trek: Generations

  • 91 Posts
  • 822 Comments
Joined 2 years ago
cake
Cake day: March 7th, 2024

help-circle

  • At this point, I’d wonder if some of the older Microsoft Surfaces might be suitable for this purpose. Especially if it’s just displaying photos, you probably wouldn’t even need the Linux-Surface kernel for a lot of things and could just run mainline, avoiding a lot of misery. For instance, a 1st gen Surface Go from 2018 seems to run for ~$70 on eBay these days; I own one and used to daily-drive it on both Windows and Linux, and although there were some annoyances, the display is decent.

    Though honestly, I wonder if you particularly need a Linux tablet at all. There are dedicated digital frame devices out there for displaying photos; a lot of them can just display off a USB drive or SD card in the ballpark of 50 bucks it looks like. I’d probably recommend not getting one that supports Wi-Fi, as I think it’s probably a stupid idea to assume some random cheap device you bought online has correctly-implemented network security.




  • I mean, if they struck a balance, it could be enjoyable enough.

    It’s not a dynamic we’ve fully explored in Trek. We kind of got it with adult Jake and Captain Sisko in the later seasons of DS9, but we haven’t really fully seen the experience of a Starfleet empty nester.

    Still, drama after drama is rather annoying.

    After being disgusted by the horribly-done pre-school show, I’d much rather see a Star Trek done in the spirit of Craig of the Creek and Bluey that’s about a friend group of kids running around a star base and getting into fun and trouble and low-stakes ethical dilemmas, preferably while their parents (the crew and civilian residents) deal with DS9 levels of heavy stuff. After saying this to my younger sibling, they have a more developed pitch, having sketched up some concept art for fun.





  • It has its weaknesses, but I think you should watch it if just to form your own opinion.

    I’ve only watched through the middle of season 4, where I got a bit tired of it, though I might pick it back up.

    Season 1 is interesting, season 2 is weird, and season 3 has its flaws but keeps you on the edge of your seat.

    Season 4 I feel like squanders the new setting introduced in season 3; the plot they introduce feels so artificial to me, which is very upsetting because it feels like the new setting has so many stories that would practically write themselves even if you do decide to lean on “Big Bad Villain/Problem” storytelling.



  • From what I can tell, their patterns are only on file during the transport, after which they are discarded. They imply it takes a lot of power and data storage to transport, meaning that they can’t just store everyone’s patterns.

    There is an instance in beta canon, but just knowing that transporters and the title are related might spoil the entire plot. Thus, I am using nested spoilers so that people can check if it might be something they’re going to read without knowing exactly which thing it is.

    Spoiler for IDW Trek comics
    IDW Lower Decks comics/graphic novels spoiler
    Warp Your Own Way Spoiler

    Someone does overcome the power and storage problem and figures out how to make unlimited copies of a person, using this to repeatedly clone Captain Freeman and then Mariner to get secrets out of them. However, this was with years of research, and it was all destroyed within the comic plot to maintain continuity with the screen.

    However, you could probably try replicating the two containment beams thing that happened to Riker and Boimler, though, duplicating Tuvix and splitting one.









  • Persistence should be near impossible; you most likely have a bad habit or other factor that makes you vulnerable. As others have said, check your router settings; make sure your router firmware is the latest to patch any vulnerabilities. Check devices on your network to make sure none are compromised.

    My first guess, like others, is you’re doing something horribly wrong with your port forwarding, followed by you’re installing suspect software. Don’t go installing from random Github/Gitlab repositories without at least doing a bit of background research. Also, sometimes even legitimate open source projects get compromised. Ultimately, try to stick to the bare minimum, just stuff from the Debian repos, and see if it still happens.

    If you still have the problem, then my last resort is to ask this (and this is really paranoid, hopefully an unlikely scenario for you): do you use your computer in a safe environment where only people you trust can access it?

    I mostly ask because if not, maybe someone has physical access to your computer and is pulling an evil maid attack, installing the software when you’re not looking. Maybe it’s a jerk coworker. Maybe it’s a creepy landlord. A login password is not enough to defend against this; it may be possible for the attacker to boot off a USB stick and modify system files. The only way to prevent this is to reinstall and use full disk encryption, which I do on my laptop. You can try to use Secure Boot and TPM1 to add further protection, but honestly, your attacker just sounds like some script kiddie and probably won’t perform a complex attack on your boot partiton.

    1: Despite their obnoxious utilization by Microsoft, they can actually be quite useful to a Linux user, making it possible to set up auto-decryption on boot that doesn’t work if the boot partition has been tampered with (in which case you use a backup password).