Showing tag results for Other

Jun 7, 2007
Post comments count0
Post likes count0

How do I inflate a bicycle tire with a potato?

Raymond Chen

I see this all the time. People have a problem and have already decided what technology they're going to use to solve it, and then they hit a roadblock: The technology they picked is unsuited to the problem! How do I put my laptop into standby mode from VBScript? How do I change the user's mouse acceleration from a batch file? I changed the ...

Other
May 30, 2007
Post comments count0
Post likes count0

The sad predicament of the unempowered manager

Raymond Chen

I just made up that term now because I needed a word to describe the situation where some manager is put in charge of a feature but is not given a staff to implement that feature. This happens more often than you might think, since there are many features that are "horizontal", i.e., features which affect all teams throughout the project. So-called...

Other
May 28, 2007
Post comments count0
Post likes count1

Cool, they're using Roman numerals!

Raymond Chen

The IT department here will periodically send out notifications regarding changes to the network infrastructure or updates that are being deployed across the company. One of my colleagues sent me email saying, "Cool, they're using Roman numerals!" It was in response to one particular IT notification that included the following sentence: This upda...

Other
May 24, 2007
Post comments count0
Post likes count1

We should just get rid of that stupid middle tier

Raymond Chen

One of our line-of-business applications sometimes gets very heavily loaded, and several times a day, when you try to issue a query or update a record, you'll get the error message, "Unable to contact middle tier. (other technical gibberish goes here)". Whenever this happens, I like to amuse myself by shouting "Stupid middle tier! We should just g...

Other
May 23, 2007
Post comments count0
Post likes count1

Microspeak: The forcing function

Raymond Chen

At Microsoft, you'll hear the phrase "forcing function" and it won't be in reference to differential equations or to user interface design. Rather, it means a set of circumstances that forces a decision to be made or which forces an action to be taken that previously had no hard deadline. Example: "The impending Y2K threat served as a forcing f...

OtherMicrospeak
May 22, 2007
Post comments count0
Post likes count1

You're not my manager, so I'm not going to ask how high when you tell me to jump

Raymond Chen

This happens a lot. I'm minding my own business and then I start getting nag mail from somebody I've never heard of. It usually is marked "High Priority" and the content has lots of boldface and wording that makes it sound like the world is going to end tomorrow. (Pretend "elephant"† is some new buzzword.) URGENT - ACTION REQUIRED Your c...

Other
May 18, 2007
Post comments count0
Post likes count0

Getting in on the action while it's still there

Raymond Chen

Remember day trading? All the cool people were doing it. Glamour stories of people who tripled or quadrupled their stake in a single day. With all this money available for the taking, you'd be a fool not to be day-trading! During the era of day trading frenzy, I got a particular chuckle out of one PC manufacturer who produced a Precision Online T...

Other
May 17, 2007
Post comments count0
Post likes count1

We're all in this together: No good deed goes unpunished, redux

Raymond Chen

There were several suggestions as to how I could avoid being tagged as the owner of an issue because I helped route the problem. Many of them involved assigning the bug back to the testers to "teach them a lesson". Punishing the tester doesn't help the product. Remember, we're all in this together. The goal is to fix bugs and ship a quality prod...

OtherNo good deed goes unpunished
May 15, 2007
Post comments count0
Post likes count1

Command lines need to be quoted; paths don't

Raymond Chen

While it's true that one category of problems comes from failing to quote spaces in command lines, it is a false statement that "path names in the registry should have quotation marks around them for obvious reasons." In fact it's the opposite. Path names should not be quoted. Think about it: Quotation marks are a parsing issue, not a file name i...

Other