Extremeely basic programming question.

When will this ir nonsense halt!?

But surely the english language/internet posting interface has leaked some information about TriPolar

More education for Sicks. This is what scintillating conversation between programmers sounds like.

HERE’s what scintillating conversation among programmers sounds like!

Scene: Several programmers and one sys admin (me) encounter in hallway.
Programmer 1 to me: You got a new haircut!
[Why do people ALWAYS comment when someone gets a haircut?]
Me: No, it’s the same old haircut I always get.
Programmer 2: You got a new instance of an old haircut.

Scene: Going to lunch with programmer buddies, one is giving me directions to the restaurant.
Programmer to me: Get off the freeway at Matilda Av., turn right at end of off-ramp. It’s one of those off-ramps with the 180-degree turn in it, so a right turn actually puts you going north.
Me: In other words, make a logical left turn from freeway onto Matilda Av.
Programmer: You got it!

TRUE stories!

Ha! Funny…my cousin (who actually IS a programmer) said that I’d be a good programmer because my sense of humor would fit in. I see now that was probably an accurate statement.

When I was a young programmer, the gold standard of programming aptitude testing was the B-Apt. (Berger Aptitude Test).
http://www.psy-test.com/Baptd.html

I see now they’ve expanded their line of aptitude tests.

Ah! The programming analogue of the DLAB!

Now I’ll probably obsess with finding a way to take it. I’m dying to know.

[quote=“Dr.Strangelove, post:198, topic:624300”]

There’s been a language feature I’ve wanted for a long time but never seen: proper support for physical units.

Units are awesome. …/QUOTE]

The HMI (industrial controls) world includes a lot of this. No dimensional analysis, but many HMI tag records (basically a variable in this programming world) often include engineering units, as well as max and min for valid range. PLCs are only the last couple decades moving out of the “bits is bits” paradigm and including support for floating point, character strings, etc. Though Beckhoff twincat includes a time data type, so you need to include seconds, minutes or hours when you try to load a literal into it.