

Possibly. But how much more wear & tear would this be compared to the wear put on the warp drive, which gets incredibly frequent use? If that warp drive can withstand it, why not the shield emitters?
Possibly. But how much more wear & tear would this be compared to the wear put on the warp drive, which gets incredibly frequent use? If that warp drive can withstand it, why not the shield emitters?
Yeah, I think the power-saving argument (#4) is potentially strongest, especially if the plot needs it to be for a given episode.
But I’m having trouble thinking of a situation in the shows where the maneuverability was limited by the shields. Certainly there are plenty of cases where power was routed to shields, maybe even the power that was meant for propulsion. But I think in general, those would be cases where power was already limited, or the need for defense was much higher. In general, I don’t think I recall a trade-off where shields restrict maneuverability or speed.
I totally agree that I love the variety of options! But I would be very happy if one of the options was that we get filler/bottle episodes for a few weeks per season, but every season is 26 episodes long. They could just spread the budget for 10 episodes across all 26, and make the VFX less… shiny.
(Of course, I don’t actually want actors to be worked to the bone like they were in the 90s…)
A pretty cool episode. Top takeaways:
Plenty more I missed of course.
Rewatching in preparation for the finale, and I keep feeling that the voice of Curzon Dax sounds quite similar to the voice of Odo in DS9. I’m quite aware that Rene Auberjonois passed away not that long ago: may he rest in peace. And I guess he was voiced by Fred Tatasciore (Shaxs), which I can hear too. But I keep hearing Odo which is really nice.
It’s not cannon but at least they are somewhat officially acknowledging the absolute dumpster fire that was the ENT finale.
Absolutely loved the quote in the video near the end, where the dude said something along the lines of “this isn’t the 90’s with 26 episodes, ‘hey this one can be about a ghost in a lamp’”
So glad the franchise can “officially” acknowledge and make fun of its silliness.
It literally changed me
It was fine. A total of maybe 8 minutes of interesting content. I enjoyed the segment with Tawny Newsome and Eugene Cordero watching silly clips. And the interviews on the street were cute.
Jerry O’Connell did have a slight “blink twice if you need help” vibe going on, but I’m not sure how much of that is me projecting it onto him given that the strikes are going on (but I assume this content was prepared in advance?). And honestly, I couldn’t do half as well “hosting” a show with no guests in front of a green screen!
The segment about Discovery was a bit…
And I’m actually a discovery fan! But wow that Paramount Plus narrator was so proud of their achievements, lol
Usually it’s a bunch of different string hashes of the text content. They could be different hashing algorithms, but it’s more common to take a single hash algorithm and simply create a bunch of hash functions that operate on different parts of the data.
If it’s not text data, there’s a whole bunch of other hashing strategies but I only ever saw bloom filters used with text.
People aren’t misunderstanding the issue. Third party cookie support is being dropped by all browsers. Chrome is also dropping them, but replacing them with topics. Sure, topics is less invasive than third party cookies, but it is still more invasive than the obvious user friendly approach of not having an invasive tracker built into your browser. No other major browser vendor is considering supporting topics. So they’re doing an objectively user unfriendly thing here. This is the shit that happens when the world’s largest internet advertising company also controls the browser.
A classic use for them is spam filtering.
Suppose you have a set of spam detection systems/rules which are somewhat expensive to execute, eg a ML model or keyword blocklist. Spam tends to come in waves, and frequently it can be as simple as reposting the same message dozens of times.
Once your systems determine a piece of content is spam (or you manually flag content), it’s a good idea to insert the content into a bloom filter. This means that future posts of the identical content will be flagged without needing to execute the expensive checks, especially if there’s a surge of content stressing your systems.
Since it’s probabilistic, you can’t use this unless you have some sort of manual reviewing queue or system, as it’s possible for false positives to be flagged. However, you can also run more intensive checks once you’ve flagged content, to detect false positives.
The false positives can also be a feature, not a bug: with careful choice of hash functions, your bloom filter can actually detect slightly modified content, since most of the hashes may still be the same.
I’ve worked at companies which use this strategy so it’s very real world.
On my first rewatch now and I can say that season one Bashir threw me for a loop because of just how obnoxious he is!! His interactions with any female character, or O’Brien… I guess I forget that the writers had to lay the bedrock of an annoying character in order to cover his later transition into a character we were excited about 🤣
I’d argue that’s not true. That’s what the extern keyword is for. If you do , you don’t get the actual
printf
function defined by the preprocessor. You just get an extern declaration (though extern is optional for function signatures). The preprocessed source code that is fed to cc
is still not complete, and cannot be used until it is linked to an object file that defines printf
. So really, the unnamed “C preprocessor output language” can access functions or values from elsewhere.
I know reviews are pretty mixed, but I enjoyed listening on and off as I watched Voyager! But I will say that their episodes were pretty long winded for my tastes. In particular, while I understand why they had a section describing all the guest actors, writer, and director, they spent a bit too much time on it for my taste. Especially the actors, where they covered each actor’s first role and usually had a bit of a IMDB review. I personally only really care for the stories about the production of each episode, and also their general reception/opinion of each episode is fun since they’re deeply a part of the trek world.
For me, a briefer version would have been a home run. As is, it’s worth a listen, but you should feel free to skip around.
That was a great episode actually, my only complaint was that he didn’t seem to require serious therapy afterwards.
Same with O’Brien’s mental imprisonment episode, though at least they tried to show the psychological damage there. He just managed to get over it at the end of the episode 🫠
Yeah, that’s probably the best explanation. Or maybe she just knows her deep seated desires, and uses them to imagine how Fenna would be?
Yeah…Star Trek has never been particularly good at one-off romance episodes, and this is certainly one of those.
Yeah, I don’t think that I enjoyed any shoehorned romance with Picard especially…
The episode also has Dax asking O’Brien to boost the top speed of Seyetik’s ship to warp 9.5 to avoid a potential supernova, a prominent example of Star Trek supernovae being apparently able to travel faster than light. So there’s that.
Lol now that you mention it, yes that is quite silly.
I also remember a moment where O’Brien reports that he increased the speed to warp 9.6, and Dax asks “wasn’t the theoretical maximum warp 9.5” and he’s just like “it was.” Top tier O’Brien right there.
I like this idea a lot, it might become my new head cannon!