Free Republic
Browse · Search
General/Chat
Topics · Post Article


1 posted on 10/20/2010 8:28:53 AM PDT by ShadowAce
[ Post Reply | Private Reply | View Replies ]


Navigation: use the links below to view more comments.
first previous 1-2021-26 last
To: ShadowAce

IE is a bloated piece of crap and it loads way to slow with all the overhead it uses.

I quit using Bill’s POS years ago and ain’t looked back.


45 posted on 10/20/2010 9:15:33 AM PDT by Vendome (Don't take life so seriously... You'll never live through it.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

Active-friggn’-X

nuff said.


51 posted on 10/20/2010 9:32:02 AM PDT by roamer_1 (Globalism is just Socialism in a business suit)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

They hate because it’s l33t to hate M$, because it’s l33t.


52 posted on 10/20/2010 9:34:11 AM PDT by tacticalogic
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

Well, no IE9 for me. XP is still on my machine.


53 posted on 10/20/2010 9:35:18 AM PDT by listenhillary (A very simple fix to our dilemma - We need to reward the makers instead of the takers)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce
>And here’s where we come to the real issue—the whole reason that geeks can’t stand Internet Explorer:
>
>Geeks everywhere were forced to use Internet Explorer at work even when there are better browsers, forced to support it for corporate applications, forced to make sure web sites still work in IE, and we couldn’t convince everybody to switch to a better browser.

Why then do the geeks [especially the programming ones] not hate C, C++, and Unix?
C is fairly obvious, the lack of index-checking on arrays is the reason for most all of the stack-overwrite error/security vulnerabilities.
The typing system is horrible, characters in particular ARE NOT SIGNED! (And even if you were to define the "sign-bit" as a case-indicator that utterly falls apart for languages with more than 2-cases, like German which has a Title-Case).
The Syntax makes it easy to make errors, one of my 'favorites' is the assignment-in-condition-checks e.g. if (user = administrator) { ... };
    Another is the the non-regularity of the operator-assignment shorthands; "!=" should apply 'not' and then assign the result.
The lack of strings is annoying and, in reality, the natural result of the lack of "real arrays" in C, that is they lack information on the valid indecies.
The OpenGL API is a good example of how nasty things the become in the C world; in particular because of the lack of procedure-overloading AND the lack of strong-typing, AND the lack of arrays.

As for OSes, Unix and its derivatives inherit a lot of the mentalities of C, simply because that language is so "close" to the OS.
The storage of everything, config-file wise, as [unstructured] text is fairly annoying. There are no guarantees on the structure of the text, as there would be in .INI files which retain the readability of plain-text while giving the advantage of grouping together 'attribute/value' pairs in its 'sections'.

Having said all that, it's odd that so many geeks embrace things like C/C++ after having been forced in academia to use C/C++, I would think that once in the "real-world" they would use better tools. Like Delphi (or even VB) for deving GUIs, LISP for lots of scripting tasks (EASY to write a parser), and so forth. The .NET ability to use multiple languages is probably underused with the MS pushing for everything/examples to be in C#; but I'm of the opinion that different languages for different domains is a good idea. Now, in order to avoid being wholly negative I should offer what I perceive as superior alternative to the C/C++ paradigm (imperative/procedural).
Ada:


58 posted on 10/20/2010 9:46:27 AM PDT by OneWingedShark (Q: Why am I here? A: To do Justly, to love mercy, and to walk humbly with my God.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

this was outstanding, btw:

http://www.howtogeek.com/wp-content/uploads/2010/10/sshot201010181040747.jpg


60 posted on 10/20/2010 9:49:34 AM PDT by SunkenCiv (The 2nd Amendment follows right behind the 1st because some people are hard of hearing.)
[ Post Reply | Private Reply | To 1 | View Replies ]


Navigation: use the links below to view more comments.
first previous 1-2021-26 last

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson