fixmycode

joined 2 years ago
[–] fixmycode@feddit.cl 2 points 3 weeks ago

they've shown her throughout the season rebuilding a motorcycle

[–] fixmycode@feddit.cl 3 points 3 weeks ago

I feel like the "what is a star date?" line was to retcon the issue that Kirk will just throw random numbers for every date in his log in the following years

[–] fixmycode@feddit.cl 1 points 3 weeks ago (1 children)

you can't make sense of X-Men in terms of physics. Where does Wolverine's body regenerates from? meat dimension

[–] fixmycode@feddit.cl 19 points 4 weeks ago (8 children)

what's that word at the end? I'm getting KPOK

[–] fixmycode@feddit.cl 8 points 1 month ago

(technically not a planet but) I'm putting my money on Europa, we just have to wait until JUICE does its flyby on '31-'34 and we get to lick those plumes

[–] fixmycode@feddit.cl 5 points 1 month ago

this solution for immortality breaks thermodynamics. given that state, the body can no longer process nutrients to maintain self replication, you can starve cancer cells. either you're saved by malnourishment or you die from it.

[–] fixmycode@feddit.cl 2 points 1 month ago

this episode was the most lower decks episode in the show, and I don't say it as a compliment.

[–] fixmycode@feddit.cl 4 points 1 month ago

a lot of hate for the movie in this thread, hate the suits that develop projects based on the success of others instead of going for what has made their brand successful over the years. if they wanted new audiences they could have tried with something original, but the numbers said otherwise.

[–] fixmycode@feddit.cl 2 points 1 month ago

it's been a long road...

[–] fixmycode@feddit.cl 5 points 1 month ago

yes, I agree that the "not serious" label is probably not that accurate, but they were written to have fun with the material, and I don't agree that any of them had the cheese in the B-plot. They were adventures, most of them, but also with a silly aspect that sits at the core of Trek.

[–] fixmycode@feddit.cl 11 points 1 month ago* (last edited 1 month ago) (3 children)

I think you're not remembering the amount of silliness on previous shows, let's analyze TNG S2:

Serious Episodes 59% (13 episodes)

  • "Where Silence Has Lease"
  • "Loud as a Whisper"
  • "The Schizoid Man"
  • "Unnatural Selection"
  • "A Matter of Honor"
  • "The Measure of a Man"
  • "Contagion"
  • "Time Squared"
  • "The Icarus Factor"
  • "Pen Pals"
  • "Q Who"
  • "The Emissary"
  • "Peak Performance"

Not Serious Episodes: 41% (9 episodes)

  • "The Child" (Troi's immaculate space-conception)
  • "Elementary, Dear Data" ("Holodeck gone wrong" story)
  • "The Outrageous Okona" (Data learns comedy)
  • "The Dauphin" (Shapeshifting monster princess)
  • "The Royale" (Another "holodeck gone wrong" story with no holodeck)
  • "Samaritan Snare" (We are smart)
  • "Up the Long Ladder" (Space irish)
  • "Manhunt" (Lwaxana Troi is on the hunt for a husband)
  • "Shades of Gray" (A clip show)

I think it's a good proportion of silly so far...

e: I made the same analysis for TNG S3, and I could only identify 3 silly episodes, so, I don't know. Take this with a grain of salt. Maybe SNW S4 is all business.

[–] fixmycode@feddit.cl 4 points 1 month ago

I foresee a future where a suit like this holds any ground, and we end up with a DRM'd web and a non-DRM web, and all the blogs and news sites go to the DRM'd portion because they're guaranteed that their ads will show. oh god we're going back to Tor.

 

ES: Una comunidad para conversar de entretenimiento de cartón en Español

Juegos de Mesa

!juegosdemesa@feddit.cl

 

I gifted the Pokemon Battle Academy set this year to my nephews (both 9yo). BA is boxed like a board game, it has three decks, two basic decks which are pre-sorted to play a tutorial game, and one advanced unsorted deck, along with guides for playing both decks, a full game guide, coin, damage counters, and a board which guides you on how to play. I also bought them sleeves and a couple of boosters that I told them they could use later.

I was there when they opened the box, told them about how I convinced their grandpa when I was their age to get me my first deck, and how I didn't play with anyone for a long time because no one in school had cards, and how lucky they were to have each other to play with. In the spirit of letting them do their Christmas thing, I told them "do you need me to teach you how to play?" they said they were ok, and I went to do other things around the house.

15 minutes later I come back and all cards are basically scattered around the room. One of my nephews is negotiating to trade 20 cards of their pre-constructed deck for the holo that comes on the other's deck. The advance deck is nowhere to be found, it's probably now part of their mega deck. The board, counters, coin and guides are still in the box.

They never battled, but all in all, they stayed trading cards all morning until they had to leave. One of them showed the other how to open their boosters the way youtubers open them (by putting the rare ones at the end for maximum content) and the importance of sleeving their holos.

I guess collecting is more fun these days. I'm happy they found joy in that.

Maybe we battle next year.

 

Let's say I have the following structure:

my_module/
  __init__.py
  utilities.py

and __init__.py contains

from .utilities import SomeUtilityFunction

Is there a way to prevent or alert developers when they do

from my_module.utilities import SomeUtilityFunction

instead of

from my_module import SomeUtilityFunction

The problem arose when a few modules started using a function that was imported inside a module in which it wasn't used, while also being available on the module's __init__.py, so after linting the file and removing the unused import my tests started failing.

any other advice for situations like this?

 

I know that canonically, Jankom is a Tellarite and not a Talaxian, but I feel that his story's justification has a Tom Paris/Nick Locarno vibe, but I haven't been able to find any relationship on Google. There's a lot on Jankom that reminds me of Neelix:

  • Delta quadrant
  • Split nose
  • Hair, sideburns and eyebrows
  • Ears somewhat
  • Spots

Also, I thought that Tellarites would look closer to what the doctor on Janeway's crew looked like.

Is some writer not being paid for the creation of Talaxian on Prodigy?

 

Insert Link dialog is inserting a ! symbol before the URL? which makes Boost not render it as a link, I don't know if that's the behavior on web Lemmy.

Repro:

  • Start a new post or comment
  • Press the link button on the toolbar
  • Fill the form and insert the link
  • The resulting markdown looks like this:

![Some URL](https://example.com)

If you press the preview (magnifier) button, it doesn't show as a link, and this continues after you post the new message

The other thing is that both fields of the Insert Link dialog have the placeholder "URL". I know the icons are different but at first glance I found it confusing

 

Hello, I'm quite new to the self-hosted experience, and so far I've been running my services from a RPi3b, and I'm looking to upgrade.

One of requirements is that the system is silent and cheap to run. Also, it should be mostly self contained. My Pi is in a passive cooled aluminum case.

So I've been looking at options and stumble upon the Bmax N1 plus, it's a cheap, passive cooled, low power Celeron machine with a bunch of internal storage options. I've seen a couple of critics in yt saying that is too slow for console emulation, but how about running services?

Other option I've checked out was the Zima board, but the whole naked computer aspect is not particularly to my liking and I don't have the tools to build a nice case for it.

I'm mostly interested in running home assistant and jellyfin.

view more: next ›