Random


9
Dec 11

Our online responsibilities as consumers

I recently stumbled across a tweet that mentioned the failure of a top brand to call someone back after 6 days. This tweet was then retweeted by 3 other individuals, totaling a reach of 6660 Twitter users. The tweet read as follows “Been waiting for 6 days for FNB to get back to me to open my account. I think I’ll rather speak to Steve.” Although everyone is entitled to their opinion, I found it odd that this person felt the need to have a go at the brand as it appears that this individual was willing to wait 6 days for action and only then decided that enough was enough. At any time, this individual could have called FNB in order to open her account, but instead decided it was a great idea to let the “whole world” know her story.

What happened next can be described as a petty argument, but one I’m willing to stand by as a responsible online consumer. Although Walter Pike had some pretty good suggestions and comments regarding the situation, I still believe it’s our duty not to fly off the handle, throwing wild punches at Brands for small matters, especially if we land up retweeting sentiments that we have nothing to do with. Walter had absolutely nothing to do with this situation yet he thought it was necessary to spread the negative sentiment around for the reason, as he put it, to inform FNB that they need to pay attention to the individual who originally created the rant. Why didn’t Walter just tweet something along the lines of “Hey @rbjacobs, @thisperson needs your help”.

Walter mentioned that brands are not tarnished by what people say but rather by what they do. I disagree. Brands are tarnished by both what people say and what the brands do. Yes, it’s great to see a brand embrace negative comments and overcome them and that does have a ripple effect to those that witness the act, but what about those that just see the negative comments and land up not seeing how the brand reacted, for whatever reason.  There’s nothing wrong with brands being held accountable in a public forum but we as consumers need to be aware that there’s a difference between small grievances  over what could be genuine mistakes, versus more serious client service issues.

Walter

 


9
Oct 11

The Siri Equivalent for Android: Vlingo

Vlingo Personal AssistantAs most of you would have heard by now with the massive international hype surrounding the iPhone 4S, Siri is an amazing app with artificial intelligence that is said to make our lives easier. I was quite upset by this as I love my Android device, so I quickly started scouring the net for an equivalent. My search ended when I found Vlingo, an Android app that has been out for quite some time now and already boasts many features that Siri has. Granted that it’s not as sophisticated and feature-rich as Siri, but it gets the job done, and remarkably well at that.

Tell your phone what to do!  The Vlingo Virtual Assistant turn your words into action.  Vlingo combines voice to text technology with its “intent engine” to help you quickly complete your desired action.   Simply speak to your phone or type a command through the ActionBar to get just about anything done while on the go.

Vlingo 3.0 Features:

  • Texting
  • Voice Dialing
  • Searching on Google
  • Navigation and directions
  • SafeReader
  • Facebook and Twitter updates
  • and more

 

 

 


8
Oct 11

How to move a large database from one Linux server to another

Suppose you have a virtual server with a massive database that you need to move from one Linux server to another. Let’s also assume that you don’t have copious amounts of bandwidth at your disposal to download and upload the SQL files. I have found that the simplest method to move large files between two servers, is by using an application called rsync.

rsync is a software application and network protocol for Unix, Linux and Windows systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate.

Simply follow the steps below to transfer your database to a new Linux server.

 

1. Backup your database.

mysqldump -u root -p database_name > dumpfilename.sql

Once complete, type “ls -al” to view the details of your SQL file for interest’s sake.

ls -al

2. Compress your file.

gzip dumpfilename.sql

Take a look at this site for more information on compressing files in Linux

3. Install rsync on BOTH servers.

sudo yum install rsync

4. Transfer the file to your new server.

rsync -v -e ssh dumpfilename.sql.gz root@ipaddress_of_your_server:~

“dumpfilename.sql.gz” represents the zipped file that we just compressed using step 2 above.
“~” represents the home directory.
“root” represents your SSH username
“ipaddress_of_your_server” represents the, you guessed it, IP address of your server.

5. Decompress the file on the new server

gzip -d dumpfilename.sql.gz

6. Create your mysql database on the new server
Remember to keep the name the same as the old server’s database as we will be attempting to import it to a database with the same name.

7. Import your SQL file

mysql -u root -p  dbname < dumpfilename.sql

Your database move is complete!

Let me know if you need help or get stuck by using the comment section below.


8
Oct 11

iPhone 4S vs Nexus 4G

With all the international hype around the launch of the new iPhone 4S, there’s already news of an Android-equivalent that is soon to be launched. The Nexus 4G is said to be launched in a few months (Fall in the States) and could be a massive competitor to the already popular iPhone 4S. Let’s take a look at the comparison between the new iPhone 4S and the proposed Nexus 4G (not to be confused with the Nexus S 4G)

 

iPhone 4SiPhone 4S

  • A dual-core 1 GHz ARM Cortex-A9 processor, PowerVR SGX543MP2 GPU, Apple A5 chipset.
  • 640 x 960 pixels, 3.5 inches (~330 ppi pixel density).
  • 8 MP, 3264×2448 pixels, autofocus, LED flash.
  • iOS 5.
  • Siri.
  • iCloud cloud service.
  • 1080p@30fps, LED video light, video stabilization, geo-tagging.

 

Nexus 4G (rumoured specs)
Nexus S 4G

  • A dual-core 1.2GHz or 1.5GHz CPU, either an OMAP 4460 or an ultra low-power 28nm Krait-based Snapdragon.
  • 720p HD display.
  • 1-megapixel front camera/5-megapixel rear camera.
  • Android 4.0 (Ice Cream Sandwich).
  • No physical Android buttons! Everything will be software-based.
  • 1080p HD video capture/playback.
  • 4G LTE radio.
  • Rumoured “Personal Assistant” Siri-equivalent

I am seriously looking forward to the Nexus 4G or any Android 4.0 device. Rumour has it that the artificial intelligent Siri-equivalent “Personal Assistant” that will feature on the Android 4.0 OS will be smarter and better.


16
Jun 11

New Parenting Forum for South Africa

Kiddies CornerMy fiance has just revamped her website, KiddiesCorner (an online business directory for businesses that focus on babies, kids and parents) and relaunched it with a new Parenting Forum! This forum will allow parents to ask questions, share information and simply join a community of parents that care.

Simply join the forum and start discussing issues that are important to you or pose a question on something you would like to find the answer to. The goal of this forum is to get as many parents registered so that we can create a community of parents that are willing to share information and help others!

For more information on the forum, contact Tam at tam(at)kiddiescorner.co.za