Not that there was any doubt, and of course, answered honestly: Respect the score.
The "Operating System Wars" are ridiculous, in my opinion. There is NOT one better than all the others. There IS a better fit for me than for you, or the latte-drinking poser using wi-fi (and nothing else) at the bookstore. So if you have really strong opinions on the matter consider the following question: Do you have any swag or merchandise that wasn't explicitly given to you? In other words, did you PAY for a bumper-sticker, T-Shirt, laptop bag, etc. that is branded with your object of affection? If the answer is "yes", then you are a fanboy and as such your opinion is worthless. Because if you love a flavor of Linux, but would loathe it if Microsoft sold it, then you really don't have anything useful to add. Or if your a Mac-fanatic mainly cause it ain't Micro$oft, dude, then you actually don't have an opinion, do you. Even the Vista lovers who just think it's pretty, can't begin to evaluate the merits of the kernels. You are only allowed an informed opinion if you actually have information. Ok? Also, if the answer is "yes", then shut up! I'm sick of hearing it. Thank you. And before I get whiny comments, yes, there are other indicators that you might be a fanboy. Consider them too.
Ok, no amazing technology or code hints here. But when I get a good idea, I want to share. Take Quick and Good, add some Lazy, and I have a post. I love hot dogs. I hate cleaning up or firing up the grill for just myself. And have you ever tried microwaving a hot dog? ugh. But in a eureka moment, I found the answer: Take a dog, or two, and drop into a glass. Fill the glass with water, preferably higher than the dogs (yes, they will float a bit). Pop it all in the microwave, and if you have it, hit the button for 1 cup of hot water (otherwise, 90 seconds?). Let sit another minute or so, then pour out the water, some, all, doesn't matter. Throw in buns, add mustard, and Viola, you have hot hot dogs ready to eat! Don't you dare put ketchup on them puppies. That's just wrong. The water protects the dogs from the microwaves so they don't burst during the heating. Also the water gets hot which helps warm them too. You can actually see the difference where the dogs float out of the water. In three minutes, you have a good ballpark style dog from fridge to bun. Not perfect, but easy, quick and lazy.
It is fair to say that I don't do a huge amount of real-time SQL. As an application developer, the vast majority of SQL I write is in Stored Procedures and packages. Very infrequently, I need to do a manual insert statement. So why do I always forget to drop the VALUES keyword in a T-SQL statement when using a sub-query? I mean every time! So here it is. A representative INSERT statement with sub-query: insert into UserRoleMembership
(userIdx, roleName)
(
select 488, roleName from Roles
where appidx = 18
and roleName not in ( select roleName from UserRoleMembership where userIdx = 488 )
)
Now I won't forget.
My home server finally died this week. Even my daughter was inconvenienced. The old PII on a SE440BX-2 has been a faithful, long lived servant these many years, but finally passed on. I bought this board a long long time ago and have been running it 24x7 as my home server for over 5 years now. I don't remember exactly how long, as it was 3 major upgrades ago. BTW, you can still run a nice server on 256MB RAM for file, print, Web, and FTP with Win2003. I believe the failure was with some component of the BX2 finally wearing out. On to newer hardware! I purchased a 35W Celeron to run the server on now. Going to put it in a quiet Antec case with a Hi-Eff PSU. Should be a simple and low-cost build. Only spent $200 so far including the case (most expensive part), PSU, CPU, motherboard and optical (SATA). I happen to have 1GB of DDR2 from a mistake purchase last year that I will use. Yes, the comic feeds are down and will be for a few days. Sorry. I will get them up first thing. *Heavy Sigh*
No, really, what is wrong with that company? During the Super Bowl (oops, now I owe the NFL money for using their trademark), they ran ads for their new laptop/notebook/purse. The advert focused on one crucial feature: it's size. It fits in an interoffice envelope. That's it. It fits in an envelope. Ok. So? Who buys a computer because it fits in an envelope? Who cares!? Does it run the latest software, games, 3D-rendering suites? We don't know. Wireless? Firewire/USB/Bluetooth? No idea. Two buttons on a mouse? Does it even have one? But I can sent it to you via Interoffice mail! This is but the latest example of what's wrong with Apple. If it doesn't matter what your computer is capable of, do you even need to have one? Especially one that is that overpriced? I am tired of this company diluting the computing gene pool. Call me old; call me a tech-weenie; call me whatever you want. Form is important; but for a tool, NEVER over function. Never. Get out of the business and go sell purses. Of course, then they'll claim they invented them....
|