Archive for the ‘Computing’ Category
Sunday, July 4th, 2010
I was trying to post 3 used items for sale yesterday, but managed to do only 2 because I still don’t have access to the 3rd item’s photographs. I posted 2 items: 1. Polygon Zero 2007 Region: Selangor Name: Ady Romantika Email: adyrom[email protected] Telephone number: 01XXXXXXXXX, not shown in the ad Category: Other Vehicles, For [...]
Tags: Business, Malaysia
Posted in Business, Computing, Malaysia | Comments Off
Saturday, June 19th, 2010
It has been a while since I posted something technical so here goes. This article is meant for someone who has done PHP development before, and already has a web server and a working PHP installation. Traditionally in the old days these are the things that I do to debug my PHP code: Put in [...]
Tags: Computing, Development, PHP
Posted in Computing | Comments Off
Monday, April 26th, 2010
Facebook is an application, so it’s normal that it has glitches and problems. The first one I saw last week while writing a like button plugin is the incorrect number of likes a like button displays: It’s obvious there were 4 likes for the post but it randomly displays 2 of my friends. When not [...]
Tags: Facebook
Posted in Computing | Comments Off
Thursday, April 22nd, 2010
Today, I saw that Facebook introduced some new features, and one intriguing feature is called “Facebook Social Plugin“. It would be very interesting to have blog posts to be simply “liked”, and having information displayed about activities and recommendations related to your website. So I decided to take 30 minutes of my break time and [...]
Tags: Facebook, Plugin, WordPress
Posted in Computing, WordPress | Comments Off
Tuesday, February 16th, 2010
There is something very wrong with the wireless module on the DELL Precision M4300 I am currently using – after a while files begin to get corrupted and Windows will fail to write the event log. I have just had the motherboard changed by DELL last Monday. In the office I did not have any [...]
Tags: Computing, Hardware
Posted in Computing, Hardware | Comments Off
Wednesday, January 20th, 2010
You can consider this as an honest and sincere opinion from me, as a Malaysian and a heavy Internet user. Maybe, if Rais reads this it will be much fun. It’s all because of this news article: Malaysians advised against being immersed in Facebook, Twitter. In twitter, the tag #yorais has been spreading like mad. [...]
Tags: Computing, Life, Malaysia
Posted in Computing, Malaysia, Technology | Comments Off
Friday, July 24th, 2009
No, you don’t need to. This morning I struggled to convince someone that the server does not need a reboot. It was because of this: Increasing the number of file handles on Linux workstations. ulimit – Provides control over the resources available to the shell and to processes started by it, on systems that allow [...]
Tags: Linux
Posted in Linux | Comments Off
Tuesday, May 26th, 2009
Borrowing Google’s term – I have lately been using a flaky connection when connecting to the Internet. What I noticed is that my Yahoo! Messenger list becomes static and no custom messages are being updated. When I looked at my friend’s list, the custom message I set wasn’t showing. I was also not able to [...]
Tags: Software, Yahoo!
Posted in Computing, Yahoo! | Comments Off
Friday, April 10th, 2009
For real? The black box with two terminals is a 12V battery, and it looks like a lead-acid battery. Is it a DELL? Is it an IBM? Is it an HP? No, it is a Google. That’s right people, it’s a unit of many Google’s server inside its data center containers. It’s a 2U thick [...]
Tags: Computing, Google, Hardware
Posted in Computing, Google | Comments Off
Friday, March 6th, 2009
I received an email yesterday: Dear Ady Romantika We see you have been a valued member since 2004-12-29. Many of our clients have asked for a notice when we post special savings, we are pleased to provide that. Please find the latest specials that are available for the month of February. It’s from RegFly, [...]
Tags: Business, Computing, Hosting
Posted in Business, Computing | Comments Off
Sunday, March 1st, 2009
Have people been stealing images from your websites? Well, there are not so many interesting images in this site so I don’t really have that problem. You can add a watermark to your image, but I guess everyone knows that. Another form of image theft also involves bandwidth theft. It’s has many names – hotlink, [...]
Tags: Computing, Development, Hosting
Posted in Computing | Comments Off
Saturday, February 21st, 2009
No, it’s not possible unless you have their passwords. From my moonlighting jobs and previous jobs I usually include myself in the SysAdmin or IT email groups or distribution lists. I received a good one yesterday (translated from Malay): Dear IT, Need your help to delete 3 emails sent by John Doe to 3 [...]
Tags: Computing
Posted in Computing, Humor | Comments Off
Thursday, February 19th, 2009
No, there is nothing wrong with OpenID, and there is nothing to worry about security or privacy. Giant players like Yahoo! and Google has also been implementing OpenID for quite some time. I lost my account at Stack Overflow because I was using WordPress.com as an OpenID. Well, I lost it for about a day [...]
Tags: Computing
Posted in Computing, Technology | Comments Off
Thursday, February 19th, 2009
I’ve recently received a chain of emails, originated from a celebrity in Malaysia on how Facebook is a device used by CIA and how CIA is harvesting data of the world population in order to reach world domination. The email was quite elaborate, and I am impressed by the level of thinking the celebrity has. [...]
Tags: Computing
Posted in Computing | Comments Off
Saturday, February 14th, 2009
I have always thought it’s difficult to migrate Perl CGI script to Windows. I was wrong, and today I learned how to do it. The configuration part is actually 100% similar! # This line will ensure only .cgi and .pl files are executed as CGI AddHandler cgi-script .cgi .pl Alias /request/ "C:/request/" <directory "C:/request"> [...]
Tags: Development
Posted in Computing | Comments Off