[-] eager_eagle@lemmy.world 1 points 4 days ago

or just block them?

[-] eager_eagle@lemmy.world 2 points 4 days ago

I wasn't even aware this was a thing

[-] eager_eagle@lemmy.world 1 points 4 days ago* (last edited 4 days ago)
[-] eager_eagle@lemmy.world 1 points 4 days ago* (last edited 4 days ago)

I read this comment several times and I still don't understand it. Stand out for what? What content and patterns?

[-] eager_eagle@lemmy.world 7 points 5 days ago* (last edited 5 days ago)

List comprehensions return a new list. For the sake of code clarity, you probably shouldn't change a second list from within a list comprehension. If you're trying to concatenate two lists, you can do so in a second line:

a = list(range(10))
b = [ value for value in range(5) ]
a.extend(b)

# a has 15 elements
print(a)
[-] eager_eagle@lemmy.world 7 points 6 days ago

I bet he'll be able to retire at 3 years old with this many jobs

[-] eager_eagle@lemmy.world 16 points 6 days ago* (last edited 6 days ago)

That's more like an excuse to keep those stupid 5, 6, and even more interview round processes. Basically making you work an entire week for free in exchange of a chance of getting an offer. Make the first or second rounds with AI and only bother after that.

[-] eager_eagle@lemmy.world 2 points 6 days ago

100k hl = 10 Ml ~ 4 Olympic swimming pools

color chart ranges from 4 to 280 swimming pools of annual production

[-] eager_eagle@lemmy.world 220 points 4 months ago

A few weeks after we met, we realized that we had to write a joint paper because the combination of our last names, in the usual alphabetical order, is remarkably obscene.

-D. Cox

legend

[-] eager_eagle@lemmy.world 213 points 9 months ago

I can subscribe to a hooker for less and have more sex

[-] eager_eagle@lemmy.world 289 points 10 months ago

Downfall, Inception, Meltdown, Spectre, I hate to see new vulnerabilities, but their naming choices are solid.

view more: ‹ prev next ›

eager_eagle

joined 11 months ago