neidu

joined 1 year ago
[–] [email protected] 0 points 11 months ago (1 children)

FUCK YEAH, TEMPORARY REFUEL STOPS!

 

Ok, I might as well go first: I wish I could draw. Not at the level where I could make photorealistic portraits, but I've always been envious of those who are able to scetch something together in a few minutes that perfectly captures what they want to convey. Sometimes words aren't enough to express what I want to say, and for those situations I would love to have a simple drawing do the talking for me.

[–] [email protected] 0 points 11 months ago (3 children)

I'm having a hard time imagining that creating shareholder value was ever a motivation for those working on the floor.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

Agreed. While I tend to disagree with most of the viewpoints coming from lemmygrad, at least the content is posted with benign intent. The room might stink, but nobody intentionally shat on the floor.

[–] [email protected] 0 points 11 months ago (2 children)

Middle top row looks like George Bluth Sr.

[–] [email protected] 0 points 11 months ago* (last edited 11 months ago) (4 children)

My solution in perl back in the day when I was a teenage hobbyist who didn't know about the modulus operator: Divide by 2 and use regex to check for a decimal point.

if ($num / 2 =~ /\./) { return "odd" }
else { return "even" }