Showing posts with label rage. Show all posts
Showing posts with label rage. Show all posts

Thursday, April 21, 2011

Some Assembly Required

I just had a major freak out as a result of lots of stupid things related to romhacking. Although I only really addressed one of them. I am not going to list every example, but if you read the list of my posts on this page and working your way back you may find I do a lot of rather condescending post regarding someone's programing.

Maybe I am just full of myself. But I do think a lot of the ASM done on that site is sloppy and buggy. I guess it really doesn't matter when I usually make my own or modify others for my needs, but there is something, as I said, that often hurts part of "the inner programmer in my soul". I think of everything this is the thing I am most snobby and dickish about, mostly because it's a thing I think is very important to get right. I mean, I am not a professional, but I scrutinize and am effected by all the programing I see. I mean both my other rage topics were also about programing or design related subjects, and I have a lot more I could gripe about for hours.

Then again my semi-perfectionist nature is probably partly (but probably no where near majority) responsible for my ingrained lazyness. If I can't do something right, I feel like I shouldn't do it, and I tend to be over ambitious. So yeah.

Really it's easy for anyone to be a dick about somethings and I was up all night, not that that matters much.

Still I have to say it:
ASM RAAAAGGGEEEE!!!

Sunday, December 19, 2010

Registry Locks

Attention software programmers: If you want to use window's registry system to store data, do me and yourself a huge favor:

DON'T.

It's a badly designed badly implemented system filled with idiotic obscure CLSIDs and stupid shit, and if I have to clean up another botched install by deleting obscure keys no one can find, I will seriously hunt you all down and force you all to program software with the use in mind for once.

You know back in the day we put configuration in a file in the same directory of the application. That people, ya know, knew where it was and how to edit it. I know! Allowing the user to modify stuff! How crazy and primitive! Also we could delete stuff without worrying about tedious uninstall processes. So glad we got out of that and decided to make things 500 times more complicated! That sure improved user efficiency! We even had system configuration in files and people could actually change it with a text editor! Surly that is madness! I mean all the service people would be out of a job if configuration settings were actually easy to fix!

There is only one appropriate thing to do at this point
MICROSOFT RAAAAGGGEEEE!!!

Tuesday, May 4, 2010

CSS RAAAAAGGGGGGEEE!!!

Today I was browsing the net when suddenly Google looked different. The search bar had big ugly black text, the buttons also had big ugly text, and the text on the search bar was misaligned. I thought I had accidentally enabled something that made the text bigger and the whole layout was out of wack, but no. No, this was actually on purpose. Surly, I thought, there must be some option to turn it back to normal, but no, there isn't. Even though on my Linux computer with Firefox it looks as it should so the old style sheet must exist somewhere. This isn't the first time this has happened recently, Youtube also decided to change their layout to something god-awful without any way to change back. Before that they did a lesser version with their channel pages which I still refused to use because it's ugly and slow.

The thing is, looking through comments and statements about the changes it is clear 90% of the people hate it. Honestly yes, most of it could be "They Changed It Now It Sucks" kicking in, but it's still ugly to me and there is no way I can see to change it back. It's funny because alternative style sheets have been in the CSS spec since day one as far as I know, and like only one or two sites actually use it... probably mostly because so few uses realize it exists. I doubt very much Google or Youtube (which is owned by Google) is going to do anything about it, no matter how much people complain.

There is a unwritten rule on the net that the more popular a site is, the shitter it's layout is. This was true for myspace, facebook, maybe deviantart, etc. This is the main reason I avoid them (well, that and myspace and facebook being filled with stupid morons). Until recently, google (and youtube, mostly) has been immune. Unfortunately Google got hold of the "attempt to pretty things up and just make them more ugly" bug. Google's charm and it's key asset has always been simplicity, but now they just took a big dump on that. I mean, sure, I worked hard on this blog and like the fancy style stuff I have done, but this is a blog, and I clearly wouldn't use this type of layout for anything even approaching actual utility in the way Google does. Google is not an art project, it is not meant to have anything but basic style elements.

Luckily there is hope. Firefox plugins like Stylish and some sites and services let you completely bypass the crummy layout and replace it with one of your choice. I am a little concerned that Stylish will slowdown my laptop, and a little reluctant to use less reliable third party sites for searching and videos (though Google custom search might work in that regard), but I may have to use this if Google doesn't get it's act together right now.

But until that happens I have one thing to say:
CSS RAAAAGGGEEEE!!!
(although that's more HTML rage, marquee CSS isn't supported in browsers yet.)

Edit: Looks like the font on the text input field was fixed, so that's good. Still don't like the new look in general though.

Edit edit: Upon reflection, the text input field is misaligned only on my laptop. Must be because my laptop and desktop have different fonts installed or something.