<$BlogRSDURL$>
I rock, you suck
Donate to my Beer Fund


If you enjoyed/hated my blog/have money to burn/are crazy, why not give me your money?
All you have to do is click on the button above.
No? Well, go on to the posts below, then, you prick.


Friday, January 28, 2005
 
All M$ wants is for you to buy, buy, buy.

I have finally roused myself from my customary reclining position enough to remove the links to blogs that I no longer read or even browse, mostly because they've stopped updating for like half a century. It's not much of a loss for anyone, really, because of course, no one writes as well as I do.

A couple of years ago, I frequented this IRC channel on Galaxynet whose owner ran a bot that gave trivia quizzes. This bot kept track of the scores people who participated in the quiz were racking up. People, being the fucking morons that they are, actually started quarreling over the stupid quiz. Being the huge jerk that I am, I started dissing every participant whom I wasn't acquainted with. Since everyone there knew that the owner of the channel was my friend, no one really retaliated. Yes, I have the soul of a bully. What is it about those people who keep going on about "fair" games/fights, anyway? My interest is, has always been, and will always be, in winning. Seriously, I hate losing. I am an extremely sore loser. I fail to see the fucking point in playing if you're not going to win. The best kind of fight for me is one in which I'm the only one landing the blows. So, yes, if you see me getting into any competition or conflict, you can usually join my side, because that would usually be the winning side. On the other hand, you schmucks usually do nothing but hold me back, so forget what I just said.

Anyway, back to the topic at hand. One of the people in the conflict actually had the brazen gall to diss He Whom The Universe Revolves Around, namely, me. Basically, he thought he could get away with it because he was one of the top players in the channel. The fucktard actually used his trivia "skills" in his arguments. I hate it when people are stupid enough to retaliate against me, because it is my god-given right to walk all over them whenever I fucking feel like it. So out of pure spite, I decided to show him just how useful his trivia "skills" were. I decided to wreck the game by writing an mIRC script that would record the answers of the questions in a text file and, if the answer has previously been recorded, answer the question for me. Piece of cake. There were only about 10000 questions, and pretty soon, my script had almost all the answers. The motherfucker who started it all realised the error of his ways and apologised to the true god of trivia. Well, actually, he stopped frequenting the channel, but I see that as a form of apology. Whatever. The important thing is, I won.

(non-geeks are strongly encouraged to stop reading this post)

I really wrecked the game at the time, since it was pretty fucking obvious that I was cheating. You see, my script picked the answers from the file based on the question number, which appeared before the question itself did. So quite a few times, when the server was lagging, I actually answered before the question came out. Nobody said anything, however, probably because I banned anyone who spoke up. After some time, my friend (whom I had passed the script to) and I were the only ones playing trivia in that channel via the script. In an effort to save the game, the owner of the bot decided to add to the question pool. The script I wrote wasn't flexible enough to cope with that, and I decided that mIRC scripting itself wasn't powerful enough to do the job without a lot of messy kludges. So, what I decided to do was to write an IRC client of my own. Oh, I wasn't doing it to wreck the game anymore, since my antagonist was no longer there, but just for the challenge of it. At around the same time, I became seriously interested in Linux and the whole open source movement, so in order not to have to write the same program twice (yes, I do keep a Winblows partition, mostly for gaming), I chose Java as the language to use. Then, I forgot all about the project because school started.

Last December, though, I was bored and remembered it, so I got started on it again. Yes, I was reinventing the wheel, and yes, I know there's already a Java IRC client out there, but I've always preferred to learn by hacking rather than by reading code. I managed to get the basic GUI and the ability to connect to an IRC server up. Then, my attachment started, so I had to put it aside again. I'd pretty much figured out the difficult parts of it, anyway. I'm not really interested in doing all the string-parsing an IRC client is usually obliged to do, because it's tedious (it involves reading a lot of stuff about the IRC protocol which I had no interest in) and also, I already know how to parse strings. Still, it was enjoyable learning how to use Swing to make GUIs and how to use sockets in Java, which were my primary objectives for starting that project anyway. I'll probably complete it when I have nothing better to do, and I'll post the source code, just in case anyone wants to see it.

Wow, this whole post has been one huge digression. The point I originally wanted to make was that M$ sucks. I mean, seriously. I stopped doing the IRC thingy partly because a few days ago, I found a more interesting project to do. Since the target user is not a geek (a Winblows luser), however, I had to write a program that you could double-click to run, and also include GUI functionality besides. I decided to try using Visual C++, since I already have the student version of the compiler. It came with a textbook I purchased some time ago. On a side note, it's really lame, because when you run any executable compiled with it, the executable first gives you a message telling you that it was compiled with a student's version of the compiler and that you're not allowed to use it for commercial purposes. I mean, come the fuck on. Is that degree of penny-pinching really necessary? Besides, it wouldn't really be terribly difficult to remove that message by reverse engineering the executable itself. We're dealing with programmers here, remember? Like I said, really lame.

So like I was saying, I decided to use Visual C++. No, I can't use C# because what the fuck, how expensive is Visual Studio .Net? I didn't bother to check, but knowing M$, it probably costs an arm and a leg. Besides, C# is an almost complete ripoff of Java. So I got started. Google "java gui tutorial", and you get this. A series of clearly-written pieces of documentation. They give you explanations of all the various classes, their attributes and methods, how to use them, and code examples. From the developers of the language themselves, no less. From a cold standing start in Swing, I came up with this after two days or so.





Even though I'm pretty smart and Swing is easy, I have to give the developers of Java kudos for providing good tutorials that are easily found. You can google "java gui" or "writing java gui" and you get the same link. Google for "visual c++ gui tutorial", on the other hand, and the first link you get is this. A page which first tells you how cool Visual C++ is, how cool .Net is and why you should buy, buy, buy it. Nothing on the page remotely resembling a tutorial. If you're new to Visual C++, like I am, you won't know what the fuck Microsoft Foundation Classes, or MFC, is. Assuming that you miraculously know they help build GUIs, however, you may click on the link on that page that seems related to MFC.

What do you get? You get to download a code sample. No explanations. No tutorial. No "next . . . " link. I thought I specifically googled for "tutorials", motherfucker? If you've done any programming, you'd know that trying to learn a language by reading code written by other people is a fucking waste of effort. Let's put it this way. When you code an application, the GUI should be the least of your concerns. What you want is the functionality of the program, after all. If I wanted pretty pictures, I'd go download some porn or something. So the documentation for GUI APIs or libraries, if you want people to use them, should be easily accessible and easy to understand. I don't want to waste time thinking about how to create the GUI when I could be thinking about the algorithm for my program. So maybe you widen the search. Google for "visual c++ gui" and you get another link, by some guy calling himself Dr. GUI, once again telling you how cool visual c++ is. Of course, the page is hosted on msdn. We already have the product, motherfucker. Now we want to use it.

This shit is really telling on M$. They seem more interested in getting you to buy their product than in whether you're actually able to use it. I'm tempted to just flip them the bird, code my application in Java and then wrap it in a .exe file. However, that would give any readers of this article the chance to say that I'm giving up just because the shit is too hard for me or some nonsense like that. Oh, I know nobody really cares, but as I've mentioned before, I hate losing, even to a compiler or a programming language. So I've decided to doggedly figure out this shit so that I can publicly revile it and avoid it for the rest of my life. Fucking two bit software vendor that can't stand one bit of competition.
 
Comments:
well being the nice honest citizen that u are, i'm sure it's buy buy buy if u need the product. but i think there are alternatives lar. the only money ms rips off me is the OS that came bundled with the pc. for nearly everything else, there are free alternatives.
 
"a Winblows luser"?

Interesting. Your latest entry is "... buy buy buy" while mine is "Pay pay pay." (:
 
"I fail to see the fucking point in playing if you're not going to win."

but you hate microsoft for doing the same thing?

microsoft programs the best software because it caters to the dumb masses. better is not about the least bugs, or ease of use, it's about MAKING MONEY.

this is why linux sucks and microsoft rules. now stop being so fucking whiny, number two.

- the evil canadian
 
Fool! Linux is about world domination. Be prepared to fly over to Singapore and buy me a six-pack soon. MUAHAHAHAHA
 
Muhahahaha ... The other person you mentioned using the briliant script you provided must be me ! You are such a genius that makes my day in trivia . Should I post my identity ? Hahahahaha ...
 
Post a Comment
Back

Laughing at the cosmic gag reel since March '04!

Links
L.E.W.D (click to know more):


Fred And Phil

Fiction

Hot Babe Blogs:

Other Blogs (that are not quite as good as mine):


Unforgettables:

Recent Posts:

ARCHIVES

To Those Who Wish To Link Me:

Due to the fact that my ego is a humongous, bloated monstrousity, it is not highly unlikely that I wouldn't say no to your linking my blog, so there is no need to ask me.


Winners of Adrian Coolness Points:

The Feisty Bitch: For reasons best known to ourselves. (1)
The Feisty Bitch: For getting featured on the Sunday Times (2)
Adri: For being geeky enough to write recursive prose. (1)
Sheena: For really, really liking my blog. (1)
Sheena: For the use of her finger. (2)
Sheena: For getting on the Straits Times. (3)
Ivan: For referring to me as one of "Singapore's leading bloggers". (1)
Ivan: For coming up with the PubicLicezilla idea. (2)
The Big Fuck: For being such a big fuck. (1)
The Big Fuck: For making the miniature Badge of Lewdness. (2)
Anonymous fan: For making a cool finger. (1)
Celly: For appreciating the genius behind the Pagan Bible here. (1)
Icebreeze: For being wise enough to flatter me. (1)
Barffie: For furthering the LEWD cause by appearing in the papers. (1)
Blinkymummy: For furthering the LEWD cause by appearing in TWO papers within the space of two days, fuckin' A! (2)
Jess: For being observant enough to spot the similarity between Lewdites and Luddites. You rock, babe. (1)
Jiameei: For being my champion against anonymous hecklers. (1)


Powered by Blogger

Ablewise.com Free Classifieds - The Online Classifieds Solutions (TM)




free dating sites

Get custom programming done at GetACoder.com!