- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
First, had to
Admin
Ah the old "Y-you're trying to IMPROVE things??! No!!! You're fired!" Response.
Admin
I know this kind of code. Same at my company. But luckily the "senior" developers are only 1-2 years away from retirement and everyone encourages carefully done refactoring and new ideas. And the pay is decent too.
Admin
TRWTF is Notepad.
Admin
I worked for a company like that. It was an architecture firm. I was responsible for introducing computer aided design to the office. I took them from paper based hand drafting office to a full cad based office that generated the working drawings required to build the project. It took a year to accomplish. This is important because, in the paper age, more than 50% of the labor in a project was creating the working drawings.
Things were going well. The time to produce drawings was dropping, based on my observations, questions I asked the project architects and notes I had been keeping. I figured that labor for creating working drawings had dropped 30%. That savings should fall to the bottom line and the company should be very profitable.
I also noticed that the hours billed to projects had not declined at all. I knew less labor was being expended on creating drawings. So where was the time going? More observation, more note taking. I discovered that the project architects were doing the work of the two secretaries.
I went to the owner and I laid out all my all my observations and thoughts. He fired me on the spot and thru me out of the office by rolling my chair out the front door and placing it on the side walk. (When I went to work there I brought my own chair with me.)
Admin
Please tell me that ass clown's firm failed within a year.
It's one thing to ignore an employee's polite observations and recommendations. It's another to be so offended (probably because you're boinking both secretaries) as to put his arse on the street in a bizarre manner.
Admin
Either you're skipping over a bunch of details (either regarding the boss guy, or regarding the conversation,) or that's just not what happened at all. Did he at least say why he kicked you out in such a slapstick-like manner?
Admin
Yeah... I'm imagining something out of a cartoon with that description. Wheeling him out through the office, then shoving him out the door "And stay out!" and slams the door shut.
Admin
Remember edlin?
Admin
Remember TECO?
Admin
Oh, you young ones with your fancy tools! What's wrong with cat > myfile? When you make a mistake, you start over. Helps you keep focused!
Admin
It's a shame my company has a flight of stairs between the office door and the sidewalk. Or is it...
Admin
ars.userfriendly.org/cartoons/?id=19990508
Admin
Trouble always starts with "here's our lead developer..."
Admin
It actually went something like this: http://knowyourmeme.com/memes/boardroom-suggestion. He just doesn't remember that part; the EMTs found him lying on the sidewalk by his desk chair unconscious.
Admin
It actually went something like this: http://knowyourmeme.com/memes/boardroom-suggestion. He just doesn't remember that part; the EMTs found him lying on the sidewalk by his desk chair unconscious.
Admin
Yay doublepost
Admin
why is the main character seething with rage on day one at a new job? seriously, the level of anger here approaches a comical level. GGGGGEEEAAGGHHH!!!!!!! WHY HASN'T THE LEAD DEVELOPER GOTTEN ME THAT DATABASE YET!!!!! IT'S BEEN AN HOUR!!!!! DOESN'T HE KNOW THAT I'M HIS TOP PRIORITY!!!!! WHAT A FUCKING RETARD!!!!!!!!!
Then it quickly devolves into the old clueless asperger's-type diatribe about how he just wants to change everything and then he's surprised when he gets fired.
Admin
Since 64-bit Windows doesn't come with edlin, I'm not sure what else can be assumed to be available.
Admin
So he's told it's not really SQL but is still expecting to deal with it as if it is?
Admin
I see you're potentially a fan of the Honorable Follower Of Beautification.
...or perhaps its reverse acronym.
Admin
I don't think the poster was actually on the chair when it was wheeled out. Imagine a boss just throwing your stuff into a box and dropping that on the side walk. Except it was a chair and it was wheeled out.
Admin
That's how I understood it as well.
Admin
64 bit Windows still knows
ECHO Some-Line-Of-Code>>codefile.extension
and
MORE codefile.extension
though.
Admin
Still broken. I put the following line of text into x.txt around 50 times:
1二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十
A command prompt window is now wide enough for 120 ASCII or half-width katakana characters, or 60 full-width characters, which is 50% wider than command prompt windows in older Windows systems but still an integral number of full-width characters. Each line of my file starts with a half-width character (ASCII digit 1) followed by enough full-width characters to wrap around.
The command prompt window is smart enough with line breaks so it doesn't put the first half of a full-width character at the end of one line and the second half at the beginning of the next line.
Now even the MORE command is smart enough for that.
However, where the MORE command is supposed to display a line something like
-- More (52%) --
the MORE command puts
at the end of one line and puts
on the next line.
(This is in Japanese Windows 10 x64, not a foreign language version.)
Admin
} TDWTF is broken too. Let's see if it can display hyphens. Ignore the extraneous } at the beginning of each line.
} Still broken. I put the following line of text into x.txt around 50 times:
} 1二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十
} A command prompt window is now wide enough for 120 ASCII or half-width katakana characters, or 60 full-width characters, which is 50% wider than command prompt windows in older Windows systems but still an integral number of full-width characters. Each line of my file starts with a half-width character (ASCII digit 1) followed by enough full-width characters to wrap around.
} The command prompt window is smart enough with line breaks so it doesn't put the first half of a full-width character at the end of one line and the second half at the beginning of the next line.
} Now even the MORE command is smart enough for that.
} However, where the MORE command is supposed to display a line something like
} -- More (52%) --
} the MORE command puts
} -
} at the end of one line and puts
} - More (52%) --
} on the next line.
} (This is in Japanese Windows 10 x64, not a foreign language version.)
Admin
When Visual Basic first arrived in 1990 I know there was a guy on the Swedish Microsoft office that made an Windows version of edlin.
He made sure it was true to the original with one exception, it had no scroll so once you ran out of screen space you had to guess what you where doing ;)
That would be a good "elite" replacement to edlin I think :D