RE: https://bsky.app/profile/did:plc:msjhxipxu6n3fykn6e3ufutw/post/3mh7u65zbnc2s
### Enclosed generator expressions in Python.
x0 = [0, 1, 2]
x1 = [x for x in x0]
assert type(x0) == list
assert type(x1) == list
y0 = {0, 1, 2}
y1 = {y for y in y0}
assert type(y0) == set
assert type(y1) == set
z0 = (0, 1, 2)
z1 = (z for z in z0)
assert type(z0) == tuple
assert type(z1) != tuple #Caveat programmator.
## Oh, did you mean:
z2 = tuple(z for z in z0)
assert type(z2) == tuple
#CAVEAT
In a house on an isolated island, a man accepts a job looking after his acquaintance’s niece. Once left alone, he makes horrific discoveries in the house that trigger a traumatic memory.
A film by Damian McCarthy, starring Johnny French, Leila Sykes, and Ben Caplan.
I just saw #Longlegs and #Oddity back-to-back. I was impressed and fond of both, though I think I may have preferred Oddity by a touch.
Oddity, from writer-director #DamianMcCarthy (who also made the #Shudder fave #Caveat) is a bit less ambitious than Longlegs, as its plot is fairly elemental and can be sussed out quickly enough. But whereas the much-hyped Nic Cage thriller is a mix of hits and misses, Oddity nails positively every beat. Like the other film though, its vibes are immaculate and unsettling.
Steer clear of PowerSmart products. They make snowblowers, lawnmowers, etc. Sold by Home Depot, among others. My snowblower stopped shooting snow on its second use. No customer service despite listing two numbers on the 'DO NOT RETURN TO STORE' sign. Neither gets through to support.