neidu

joined 2 years ago
[–] neidu 11 points 2 years ago (2 children)

Any labor is skilled labor. The only difference is training time.

[–] neidu 2 points 2 years ago* (last edited 2 years ago) (1 children)

Yes, that's me asking a question in good faith in an attempt at clarify a definition for something of which I may have had an outdated one. It's called growth. You should look it up.

[–] neidu 5 points 2 years ago (4 children)

Any mod would want to do their due diligence to not make their users look like a bunch of lunatics.

I'm afraid that ship sailed long before OP entered the chat.

[–] neidu 6 points 2 years ago (3 children)

Only those who run lemmygrad.ml can help you with this

[–] neidu 4 points 2 years ago* (last edited 2 years ago)

Yes. But I did happen to stumble across its Denizen line about a year ago when I was in the US and in a Target. I really liked them, so upon another visit this summer I bought three additional (identical) ones, as I've not seen them here in europe.

I am the least fashionable person in existence, and I 100% prefer function over form. And the Denizen is by far the most comfortable jeans I've ever owned.

[–] neidu 17 points 2 years ago* (last edited 2 years ago)

I just refer to them as AP, as the wireless aspect is implied; A wired AP is called a switch.

[–] neidu 37 points 2 years ago (1 children)

As made famous by that Windows screensaver

[–] neidu 3 points 2 years ago* (last edited 2 years ago)

Fortreffelig.

(Yup, that was spot on. Alternatively "Hvordan går det")

[–] neidu 5 points 2 years ago* (last edited 2 years ago)

It's worth noting that I'm a european whose only been to TX. I would give TX two stars, mostly for the food. Would probably be less if I had to live there.

[–] neidu 10 points 2 years ago (2 children)

Norway, sandwiched between a fjord and a mountain

[–] neidu 9 points 2 years ago (2 children)

Flag or rating?

[–] neidu 21 points 2 years ago* (last edited 2 years ago) (6 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" }

view more: ‹ prev next ›