affiliate

joined 1 year ago
[–] [email protected] 4 points 10 hours ago (4 children)

what about haskell

[–] [email protected] 7 points 21 hours ago

don’t forget the dot product, another very common projector

[–] [email protected] 7 points 1 day ago

looks to me like he showed up after the first time he was called

[–] [email protected] 19 points 1 day ago (1 children)

this is just the next step in google's war on christmas. soon you won't even be able to manually type a reply to these sorts of emails. your only option will be eggs

[–] [email protected] 6 points 1 day ago (4 children)

what if ghosts are real but they're all super chill. i can imagine life being a lot less stressful when you don't have to worry about survival and you don't have to worry about running out of time

[–] [email protected] 9 points 1 day ago

written by dr. love

[–] [email protected] 10 points 1 day ago

it's (somehow) even creepier when you hear how he describes it:

"When I was trying to get [my wife Emma] to date me, first thing I did, uh, I let the air out of her tires," Watters claimed, pleased with himself. "She couldn't go anywhere, she needed a lift. I said, 'Hey, you need a lift?' She hopped right in the car." (source)

[–] [email protected] 45 points 1 day ago

ah yes, the police. the people with a reputation for always properly assessing every situation

[–] [email protected] 22 points 2 days ago (1 children)

a wise programmer knows to always ask the question "can i solve this problem in python using metaprogramming?" in this instance, the answer is yes:

def is_even(n: int):
    s = "def is_even_helper(number: int):\n"
    b = True
    for i in range(0, abs(n)+2):
        s += f"\tif (abs(number) == {i}): return {b}\n"
        b = not b
    exec(s)
    return locals().get("is_even_helper")(n)
[–] [email protected] 164 points 2 days ago* (last edited 2 days ago) (5 children)

Jesse Watters of Fox News has even equated a wife secretly voting for Harris to “having an affair.”

something that this article didn't mention is that jesse walters' current marriage started as an affair: he started dating his current wife while he was married to his previous wife. (source)

yet another example of every accusation being a confession.

[–] [email protected] 2 points 2 days ago

ah true. i missed the context of the original comment since it got deleted, but you're completely right that the “1 is a scalar while i is a vector” statement is not entirely accurate.

 
 
view more: next ›