Originally posted by Axewielder
View Post
Announcement
Collapse
No announcement yet.
Windows Vista sucks monkey nuts!
Collapse
X
-
I want REAL change. I want dead bodies littering the capitol.
- Newc
-
Originally posted by Axewielder View PostThe AK's also didn't play well with Microsoft's own version control systems like SourceSafe. If you tried to check it in, the read only file attributes would tear that thing to shreds. It didn't handle it gracefully, either...you would just get subtle errors in your kernels that took a few days to debugI want REAL change. I want dead bodies littering the capitol.
- Newc
Comment
-
Microsoft also made a mess of the QFE's (quick fix engineering) on the AK's. These are basically patches. We had a very structured build process where version numbers actually meant something. Microsoft pushes these out to their partners on Jetstream, which is a glorified FTP server. Well, one of our directors, who is very observant, noticed that the datetimes on the QFE's were changing as well as the binary contents, but not the version numbers. Microsoft was rebuilding and reposting critical software components under the exact same version numbers, and not telling anybody, and were doing it more than once. Shame!_________________________________________________
"Artists should be free to spend their days mastering their craft so that working people can toil away in a more beautiful world."
- Ken M
Comment
-
I found a number of race conditions in the core communications code. When ActiveSync used to run over serial (a bastardized PPP implementation), things were a real mess. The device would send out the "CLIENT" command, and instead of waiting 3 seconds for a timeout, would shoot out "CLIENT" immediately 2 or 3 times right in a row. You could grab any old iPaq, hook it up to HyperTerminal, and watch the comms start to croak (this is with nothing even talking to it!). It turns out the low level unimodem driver had a background thread which was inadvertantly triggering multiple timeout events because of poor multithreaded programming. The worst part was, because it was in core OS code, we were contractually prevented from fixing it. So, we had to ship software with a known defect that was easily fixable. Thanks again._________________________________________________
"Artists should be free to spend their days mastering their craft so that working people can toil away in a more beautiful world."
- Ken M
Comment
-
Apart from looking like it's trying to emulate a Mac, I don't see what's so special about Vista. I'm happy with XP Pro.Fuck ebay, fuck paypal
"Finger on the trigger, back against the wall. Counting rounds and voices, not enough to kill them all" (Ihsahn).
Comment
-
Originally posted by wilkinsi View PostApart from looking like it's trying to emulate a Mac, I don't see what's so special about Vista. I'm happy with XP Pro.
Axewielder: Wow I haven't heard anything about PPP in over 10 years! Brought back some memories of configuring Win 3.11 for our 1200 baud internet connection.Scott
Comment
-
Originally posted by rjohnstone View PostWow... just wow.
Does your head hurt when you have to think for yourself?Fuck ebay, fuck paypal
"Finger on the trigger, back against the wall. Counting rounds and voices, not enough to kill them all" (Ihsahn).
Comment
-
Originally posted by wilkinsi View PostNo it doesn't. Go on, what's so good about it?
More stable than XP, definitely more secure, easier to maintain (although the reconfigured Control Panel takes some getting used to) and it just flat out works.
I've not had a single BSOD with Vista. Had more than I care to count with XP.
The only time Vista ever crapped out was due to me trying to make it run shit that wasn't designed to run under Vista. That was MY fault, not Vista's.
Also, the layout of Windows Explorer is cleaner and more organized than it is under XP.
Integration with Office 2007 is fantastic.
As for look and feel, one of the primary icon designers for Vista used to be an icon designer for Apple.
The transparency effects in Vista were around long before (Longhorn betas) they showed up in any Mac OS.
So to say one looks like the other is sort of true... they both copy from each other when it comes to UI design..-Rick
Comment
-
Shit I disagree, Vista crashes a lot on my friends pc, and it was built with vista and with all vista compitable hardware.
The worst piece of crap ever, it sucks ass.
I'd rather use windows 98.
i can't think of anything good to say about it, cept DX 10 i guess...
Xp just works.
I never have a problem with it, it never crashes, the crashes i have had are due usually to video card drivers when playing video games ect.
That's it.
While it's not perfect, it will be all i ever use if i am forced to go Vista or the new OS which looks and acts just like Vista, i'll switch to MAC.
Never will i install that hideous piece of crap on my machine.
Comment
-
Originally posted by Trem View PostShit I disagree, Vista crashes a lot on my friends pc, and it was built with vista and with all vista compitable hardware.
And each one has a driver that was not written by Microsoft.
Again, how is a hardware failure (most commonly caused by poorly written 3rd party drivers) Vista's fault?
Probably running Vista Home Basic too I bet.
Here's where I'll agree. That POS should have never been released.
It's so stripped down that most of the "Vista Certified" drivers for graphics cards don't even work.
That's mainly because the rendering engine is neutered beyond belief in Home Basic.-Rick
Comment
-
Originally posted by rjohnstone View PostAgain, how is a hardware failure (most commonly caused by poorly written 3rd party drivers) Vista's fault?
OK as a third party Windows driver guy, let me break this shit down for you. Microsoft constantly screws over the guys who are writing drivers. They create these layers (somtimes called MDD's) that the driver guys have to write their drivers against. The trouble is, these MDD's get very convoluted over time, to the point where they are no longer comprehensible. No real documentation exists for them. Sure, documentation exists, but it is so full of errors and stubbed explanations that it is worthless. So, the real documentation is this "reference code" that Microsoft provides, which somehow seems to work. It's hard to tell what most of it does, so driver guys mostly copy and paste and color between the lines, and when you have to go outside the lines...god help you. Now add on major OS overhauls, and baffling changes to the MDD's which appear without warning, and that's how you get where we are at today._________________________________________________
"Artists should be free to spend their days mastering their craft so that working people can toil away in a more beautiful world."
- Ken M
Comment
-
Also...unlike writing drivers for Linux, when you are writing drivers for Windoze, you spend countless hours having to debug issues in the OS for which you don't have the source code. Fun._________________________________________________
"Artists should be free to spend their days mastering their craft so that working people can toil away in a more beautiful world."
- Ken M
Comment
-
Originally posted by Axewielder View PostOK as a third party Windows driver guy, let me break this shit down for you. Microsoft constantly screws over the guys who are writing drivers. They create these layers (somtimes called MDD's) that the driver guys have to write their drivers against. The trouble is, these MDD's get very convoluted over time, to the point where they are no longer comprehensible. No real documentation exists for them. Sure, documentation exists, but it is so full of errors and stubbed explanations that it is worthless. So, the real documentation is this "reference code" that Microsoft provides, which somehow seems to work. It's hard to tell what most of it does, so driver guys mostly copy and paste and color between the lines, and when you have to go outside the lines...god help you. Now add on major OS overhauls, and baffling changes to the MDD's which appear without warning, and that's how you get where we are at today.
There are plenty of drivers out there that work just fine with Vista.
This tells me there are plenty of programmers out there that can fully comprehend what is given to them and produce solid code.
I quit writing code back around the time Windows 95 was released, so I have no idea what Microsoft has been doing with the code base since then.
I mainly wrote financial programs for filling out title forms for title agencies.-Rick
Comment
Comment