[-] Aedis@lemmy.world 2 points 5 days ago

I'm waiting for a code golf style solution now.

[-] Aedis@lemmy.world 33 points 5 days ago

I'm partial to a recursive solution. Lol

def is_even(number):
    if number < 0 or (number%1) > 0:
        raise ValueError("This impl requires positive integers only") 
    if number < 2:
        return number
    return is_even(number - 2)
[-] Aedis@lemmy.world 56 points 1 month ago* (last edited 1 month ago)

Nah they'll actually dangle the food in front of starving people to draw a crowd and then bomb them.

Fucking monsters.

[-] Aedis@lemmy.world 31 points 1 month ago

This vexes me.

124
Beans. (lemmy.world)
[-] Aedis@lemmy.world 25 points 2 months ago* (last edited 2 months ago)

Down vote cause no arch. (no I didn't.)

But in all seriousness, don't use arch as a Linux noob.

10
[meta] Spoiler rule (lemmy.world)
submitted 3 months ago by Aedis@lemmy.world to c/formula1@lemmy.world

Does anyone think it would be a good idea to have a rule to prevent race spoilers on this community till 24hrs after a race?

Given the nature of races being in a different part of the world every time, time zones vary greatly and it's not always possible to watch a race "live".

Personality I would like to stay subbed to this community, so I can get f1 news and posts when I browse Lemmy. But if it isn't possible to make a rule like that and I'm likely to get a spoiler I would have to either stop using Lemmy for 24hrs (oh the horror) or unsub from this community.

Just a thought.

[-] Aedis@lemmy.world 24 points 3 months ago

This reminds me of Hydra's "Compliance will be rewarded"

[-] Aedis@lemmy.world 40 points 6 months ago

The lines between fact (...) and opinion can be blurry at times

Are they though?

[-] Aedis@lemmy.world 31 points 6 months ago

Maybe a bit of an unpopular opinion here, but how about you just let other people have their fun with a holiday however they want? With everything being a constant firehouse of shit coming at us lately, just let us be happy for a day and indulge in this nonsense.

81
submitted 7 months ago* (last edited 7 months ago) by Aedis@lemmy.world to c/lemmyshitpost@lemmy.world

Have you all received any updates about beef strogonoff lately?

That is all.

[-] Aedis@lemmy.world 62 points 7 months ago

And added sunglasses to mount rushmore and made them smile.

[-] Aedis@lemmy.world 31 points 11 months ago* (last edited 11 months ago)
[-] Aedis@lemmy.world 32 points 1 year ago

Tell me you're a Java developer without telling me you're a Java developer.

view more: next ›

Aedis

joined 2 years ago