Archive for the ‘Computers’ Category

Chrome

Sunday, March 1st, 2009

 

A screenshot of Google Chrome

A screenshot of Google Chrome

I have been using Google Chrome for six months and so far it has been an awesome.  It beats any other browser I have run on my laptop in terms of speed.  Opening a tab on Chrome takes less than a second whereas on IE sometimes it hangs up to 15 seconds before a new tab is usable.  Pages load many times faster.  The memory footprint is much nicer than FireFox.

Chrome gives me a lot more viewing space.  No toolbars for stuff I don’t need.  A status bar only appears in the corner when information is presented.  No title bar is shown; just the tab bar which has the title of the page anyway.

The single address bar makes combines searching the web, entering an address, and recalling bookmarks all in one.  Also the start page with a “most visited” listing which resembles the Opera speed dial updates by itself depending on the sites you visit most often.

The only minor issue that I have encountered with Chrome is that some sites are still not rendered correctly (possibly not a Chrome problem, but a HTML, CSS, or JavaScript problem).  Another issue is that since browser updates are installed automatically sometimes a “bad apple” release is pushed out without me knowing.  This happened late last year when a release of Chrome crashed every time I tried to open a drop down menu.

So yes overall Chrome has been and will be my browser of choice for normal web-surfing.  Speed is the main selling point for me, and so far Chrome trumps all the other browsers in that category.

How many monitors is enough?

Friday, February 27th, 2009

Someday I’d like a room like this: :)

 

Mitch Hailes Office

Mitch Haile's Office

The details of the office can be found on his site.  Six monitors, three computers in the office, and more in the network closet.

I currently have 2 monitors on my desk plus my laptop.  In addition I have a desktop computer under my desk.

How many monitors/computers do you have on your desk?

Google Chrome

Monday, September 1st, 2008

Google Chrome Logo

Finally Google is releasing a beta of its browser application, Google Chrome.  Scheduled release date is tomorrow (Tuesday September 2nd, 2008).

Google Chrome uses the WebKit rendering engine, which is currently being used in Apple’s Safari browser among others.  I personally prefer Safari’s speed at loading pages, and I hope Google Chrome using the same engine can achieve same or better speeds than Firefox or Internet Explorer.

Also it seems like each tab in Google Chrome will be run in its own process, which should make memory leaks easier to manage (well hopefully there won’t be any to start off with).

The Google Chrome team put together a comic book outlining the development for this browser.  Very interesting read.

Google Blogoscoped has a post on Google Chrome quickly listing a few features and also another post with screenshots of the new browser.  Google’s official blog also has a post mainly for announcing Google Chrome’s release date.  Yet another post on All Things Digital discusses Google’s tactical moves invading the browser market.

htop – an improved “top”

Tuesday, August 26th, 2008

For the past few months I’ve been playing around with a VPS purchased from Linode (more about Linode may be blogged about at a later date). While setting things up I’ve come across many tutorials about various things, and I’ve decided to create a Linux category here just so that I can keep track of good tutorials and share them with you :)

First is htop, which is a great replacement for the default top utility. There are downfalls to top, like not being able to scroll down the process list, and easy shortcuts for sorting and managing processes. I don’t know why I haven’t found this earlier! Would have saved me a lot of time trying to figure out how to use top and why I couldn’t see all the processes.

This tutorial at Go2Linux outlines the installation method.

MyBB – Database Import

Wednesday, August 6th, 2008

Ever since MyBB had a facility to create database backups, we have had questions on why there wasn’t a similar facility to import backups.  The following reasons were taken into account while designing this feature:
1) Security: Reason: If a user somehow managed to get into an administrative account with the correct permissions, they could potentially revert your forum to an earlier state, or run arbitrary SQL queries on your database. The Alternative: The use of an externally-installed database administration application reduces the chances that a malicious user can perform these actions on your database through MyBB.
2) Focus: Reason: We are developing a bulletin board system. We are focused on bringing you the features that will help run your bulletin board. Although database backup and restore are important tools, they are not used on a day-to-day basis in your forum’s administration. The backup function has more frequent use than the restore anyway. Our development resources are limited and we do not have the capacity to develop a fully-featured database administration program into the bulletin board software. The Alternative: Third-party database administration programs are specifically developed for the purpose of managing your database. Their features are more robust than what we can provide. Just like how we concentrate on BBS features, their development teams concentrate on what their product is: database administration.
3) Weight: Reason: In order to keep the MyBB package a reasonable size, we have to be conscious of what features are implemented. It is a waste of both physical and human resources to have a large package (clunky to install and update) with a steep learning curve (difficulty of usage). The Alternative: Dedicated database administration solutions have the ability to incorporate more useful administrative features because that is their focus.
4) Reliability: Reason: In the hypothetical case where an import facility is indeed incorporated into MyBB, the requirement of using it is a working version of MyBB. Let’s say you just upgraded to MyBB 1.4, but you do not like it. Your database backup is 30MB. You start restoring it via the MyBB 1.4 Admin CP, but the restore times out part way. Your database is now half MyBB 1.2.x and half MyBB 1.4.x and neither version will operate correctly. You will need to resort to a third-party database administration program anyway to complete the process of reverting. A doctor can’t heal himself if he is unconscious. The Alternative: A third-party database administration program does not depend on anything you are operating on. Even if an operation times out, this does not affect the program, you will be able to use the same program to correct the problem.

I hope this sheds some light on the rationale behind not including a database import feature.

MyBB 1.4 Released

Sunday, August 3rd, 2008

We released MyBB 1.4 to the masses this weekend.  I wouldn’t say it’s “overdue” but it’s about time we had this release out the door.  We still haven’t managed to get the “self-fix” module working for MyBB to fix itself, so as usual support threads are pouring into the MyBB Community Forums.  Unfortunately I was caught up in school and work to do as much development as I wanted to for 1.4, but the other developers did a great job recoding the entire Admin CP, and all the other things.

Hope you enjoy MyBB 1.4.