You Are Here Home > Annoying Stuff

Annoying Stuff

IE 7 tabs are slow, I know why now

It turns out that it’s Google toolbar, try uninstalling it and you will see the difference.
I tried installing the latest version of Google toolbar but it didn’t really make much difference.

It made some difference when I disabled some buttons on the toolbar though, such as bookmarks.
My buttons are now: news, pop up blocker, PageRank, spell checker and Autofill.

Probably some of these buttons try to contact some server for some reason when you open a new tab and it makes everything slow.

IE 7 tabs are slow, I know why now
Comments (0)   Filed under: Annoying Stuff,Web Browsers   Posted by: Codehead

WHM-Cpanel account transfer function is NOT flawless

I thought it was great but we have so many problems now with big accounts and I don’t know why they offer this problematic feature.

WHM-Cpanel account transfer function is NOT flawless
Comments (0)   Filed under: Annoying Stuff,Server   Posted by: Codehead

I will buy a MAC and dump Vista in the garbage

I am sick and tired of Windows and Internet Explorer and all of their problems, some of you might think it’s just fine and you don’t have any issues with these products, but I do complicated stuff and some times lose all my work.

What are you doing every day at Microsoft? Apparently you are not doing your job properly, open source and free applications are more stable than your products.

I can’t believe a huge software company with that many employees releases these garbage pieces of software for people to use and charges a lot of money for them and I’m sure they know about it, but the question is why?
Why is it like this?
Don’t you have enough smart people to figure these issues out?
Don’t you have enough smart people to fix these bugs?
If you do have smart people then what are they doing every day going to work for Microsoft?

Your products are all buggy and you release new versions!!!!!!!!! How about you fix the old ones first? How about you test your products a lot and make them with good quality so they are not this buggy in the first place?

Do you care about your customers? They lose their work and it’s annoying to pay a lot of money for garbage products.

Microsoft, you lost me, I know I don’t matter at all but you lost me and I will buy a MAC and install Linux on this computer instead of this piece of crap “Windows Vista Home Premium” which is a copy of MAC OS 10 anyway. Windows is a copy of MAC in the first place anyway.
http://www.google.com/search?q=Windows+copies+MAC

I will buy a MAC and dump Vista in the garbage
Comments (4)   Filed under: Annoying Stuff   Posted by: Codehead

highscalability.com and some funny comments they make

1-
One of them which is posted on: (Until now at least 9/4/2008)

http://highscalability.com/digg-architecture

In the “Lessons Learned” section says:
Tune MySQL through your database engine selection. Use InnoDB when you need transactions and MyISAM when you don’t. For example, transactional tables on the master can use MyISAM for read-only slaves.

InnoDB tables are mostly faster than MyISAM. The only thing MyISAM supports is full-text search which is crappy and slow on large datasets anyway.

2-
On the same page:
They moved nearly all work out of the database and into applications, including joins, an operation we normally think of as the job of the database.

a) If you want to join tables from your PHP scripts, that means putting a query in a loop and that means sending a query 10, 15 or 20 times to MySQL and get the results and put the results together some how.
This is slow your application down dramatically…
On the other hand, you can let MySQL handle; MySQL is written in C which is a lot (I mean a lot) faster than PHP; it is also designed to do joins and things like that and knows how to optimize your joins; it is made to be fast!
(This also applies to most database servers)

b) If you want to move sorts to PHP, then you are in so much trouble, say you have 1,000,000 users in a table and you want to get your latest 10 users sorted by username, do you know what you have to do?
You have to load all 1,000,000 users to an array in PHP and then use a usort with a custom function that compares the usernames and the problem with this is that PHP will probably run out of memory in the first place and if not, it will take a long time.

If you follow these 2 “lessons” you will make web applications that suck so bad that you either have to rewrite them or add 1 server per 10 extra users per second…

highscalability.com and some funny comments they make
Comments (0)   Filed under: Annoying Stuff,Server Performance,Web Development   Posted by: Codehead

SEOmoz Guy, PHP doesn’t suck really

I agree, PHP, is easy to learn, use and abuse and makes many people who don’t know anything about server and web development feel like experts, but that doesn’t mean PHP sucks, those developers suck.

Recently I read on SEOmoz:

There is no mileage in buying vBulletin for $160. It can’t be any good at that price – and is probably written in PHP. You are looking for a cool project to write in Ruby and here’s your chance.

Just in case the author doesn’t know, here is a list of sites that are powered by PHP:
1 – Facebook (http://www.facebook.com/index.php)
2 – Wikipedia (http://en.wikipedia.org/wiki/Index.php)
3 – Yahoo! bookmarks (You have to login)
4 – Stumbleupon (http://www.stumbleupon.com/index.php but redirects to http://www.stumbleupon.com/)
5 – SEOmoz itself! (http://www.seomoz.org/index.php)
6 – Flickr (http://www.niallkennedy.com/blog/uploads/flickr_php.pdf Flickr even uses Smarty template engine!)
There are more but I think this is enough.

Now vBulletin which is also written in PHP, is a state of the art forum software that is running some of the biggest communities on the web such as:
1 – Digital Point
2 – Site Point
3 – RC Groups
etc. ect.

That’s all.

SEOmoz Guy, PHP doesn’t suck really
Comments (0)   Filed under: Annoying Stuff,PHP,Web Development   Posted by: Codehead

Windows Vista pisses me off

Last night I was doing some stuff and had all kinds of open apps.
I went away for like 15 minutes and apparently Windows Vista updated itself and restarted my computer!!!
It probably told me that it’s going to do it but the fact that it just goes ahead and does it is really stupid.

I don’t know who in Microsoft makes these design decisions but it makes me angry that they don’t respect the user.

The reason behind it might be that the updates are important for security or all the other problems Vista has but it’s stupid and it shouldn’t restart my computer without my permission.

It also tries to remember what you where doing but in a retarded way and I lost stuff.

I’m really considering moving to Linux and trowing this piece of crap operating system into trash.

Windows Vista pisses me off
Comments (7)   Filed under: Annoying Stuff,General   Posted by: Codehead

Don’t upgrade to Internet Explorer 8 beta, yet

Yes, many people did and they are complaining.
It’s a beta product and it’s not meant to be for users. You can safely (well…) upgrade to Internet Explorer 8 when it’s not beta anymore.

It has so many issues, Internet Explorer 7 has so many problems already and I can’t imagine what sort of issues Internet Explorer 8 “Beta” has…

Here are some stories:
http://news.cnet.com/8301-10805_3-10028458-75.html

The definition of beta software:
http://en.wikipedia.org/wiki/Software_release_life_cycle#Beta

Beta software is for users who want to participate in testing an unfinished product.

Don’t upgrade to Internet Explorer 8 beta, yet
Comments (0)   Filed under: Annoying Stuff,General,Web Browsers   Posted by: Codehead
« Newer Posts