RandomSequence

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, June 18, 2012

Life's a Bitch

Posted on 8:11 PM by Unknown
When we are little, we master our physical self. Witness the toddler who can't seem to stop smearing his sleeves with food.

When we grow older, we master our emotional self. Witness the young adult who goes in and out of relationships. Witness the husband and wife who quarrels over little things every day.

When we are old, most of us (hopefully) would have discovered our true "self". We have achieved mastery of our inner nature.

Then it is time for us to leave the world.

Ain't life a bitch?
Read More
Posted in life and the universe | No comments

Tuesday, June 12, 2012

Booting to DOS from a USB memory stick

Posted on 4:30 AM by Unknown
Now that the floppy disk is ancient history and optical media is not far away, it seems we still have to boot to DOS from time-to-time to perform certain tasks, whether it is to flash a BIOS, or perform some hardware diagnostics. The preferred way of doing it these days is via a USB memory stick, and the easiest way to prepare your USB memory stick to boot to DOS is via a freeware tool called Rufus.


With Rufus, a few clicks is all you need to prepare your USB memory stick to boot to DOS. It comes with two DOSes embedded: MS-DOS and FreeDOS. No extra files are needed. After you are done preparing the stick, you can simply copy the extra application files you need over via Windows Explorer, whether it is to flash the BIOS or to diagnose that network card. It is pretty straightforward.

In addition, Rufus also lets you prepare the USB memory stick to boot to supported ISO images, including Parted Magic, Ultimate Boot CD, Windows 7 Setup etc., even Windows XP Setup (but I haven't tested it).

On an unrelated note, how I came across this tool was because I found myself having to help friends repair the Dell System Restore partition, twice, within the past few months. The DSRFix tool was immensely useful for that purpose, but I needed to boot to DOS from a USB memory stick. After scouring through the dozens of arcane/complicated instructions on the Web, this was the final solution I settled on. I am putting this on record because I am pretty sure it will come in handy for me again at another time!
Read More
Posted in dos | No comments

Saturday, June 9, 2012

Using Google Docs to monitor your website

Posted on 4:48 AM by Unknown
There are many different ways to monitor your website. You can run a program (eg. Integrio Uptime Scout) locally on your own machine, you can use a web service (eg. FreeSiteStatus), and now you can summon the might of the entire Google infrastructure to tackle this task (via Google Docs) for free.

The whole thing is surprisingly easy to setup. You first make a copy of this spreadsheet. Then within your own copy of the spreadsheet, change the URL to point to the website you wish to monitor and the email address to be notified for uptime and downtime.


Then in the Google Docs menu, select Tools –> Script Editor to bring up the script editor window. Then select Resources –> Current Script’s Triggers. Under the "Run" drop-down menu, select "isMySiteDown". Then under "Events", select "Time-driven", followed by “Minutes timer” and choose how often you want your website to be checked (eg. Every 15 minutes). Now save the trigger and authorize Google Docs, then re-save. To get the script to run, select Run -> IsMySiteDown.


The script is also relatively easy to understand and customize, so if you have any special requirement, it should be quite straightforward to modify the script and adapt it to your needs.
Read More
Posted in webapps | No comments

Friday, June 8, 2012

Speed comparison of USB 2.0 vs USB 3.0 portable hard drive

Posted on 1:01 PM by Unknown
Here are the CrystalDiskMark numbers of a USB 2.0 portable drive (Samsung G2 Portable 640GB):



and a USB 3.0 portable drive (Seagate Expansion 750GB):


So although the theoretical bandwidth of the USB 3.0 interface is much higher compared to USB 2.0 (48MB/s vs 480MB/s), it is limited by the throughput of the mechanical hard drive. So at best you are looking at a 2x throughput improvement when moving to USB 3.0 for mechanical disks.

Read More
Posted in hardware | No comments

Thursday, June 7, 2012

Youth Chess

Posted on 4:04 PM by Unknown
Calling all chess geeks in the Sioux Falls area.  Here's the deal: I have, for the past several years, had siouxfallschess.org registered and I've never done anything with it.  That said, with my two eldest sons reaching an age where they would like to play chess more with their friends, I'm considering starting up a youth chess club (for 8-12 year olds.)  The objective would be to meet once a week to go over some tactics, motifs, and strategies and in general to play some chess with players of similar skill levels.   At the same time, I'm basically thinking that my role will be first as a facilitator and second as a "coach".  Since I suck wildly at chess, I am looking for volunteers to help with the "teaching" aspects of a chess club.  If you're interested, drop me a line.
Read More
Posted in | No comments

Wednesday, June 6, 2012

Performance of SATA-to-SATA HDD caddy

Posted on 8:34 PM by Unknown
The CrystalDiskMark figures for the Cosair CSSD-F80GBP2 running in the slightly reengineered HDD caddy purchased from DealExtreme is as follows:


Not top-of-the-line, but very good for running virtual machines without being bogged down by the mechanical HDD.

Compared that to the Seagate ST9500420ASG, which is a 7200rpm unit that is probably pushing the performance limits of consumer-grade mechanical HDDs:


The 4K read/write performance of the SSD gives it the extra edge when running multiple VMs on the same machine.
Read More
Posted in hardware | No comments

64-bit Windows = 64-bit Java?

Posted on 7:01 AM by Unknown
Here's one of those counter-intuitive situations that give tech such a bad name and make even an experienced user such as yours truly (with over 20 years of IT involvement) want to throw my arms up in despair. If you are running a 64-bit version of Windows, which version of Java should you install? The 32-bit or 64-bit variety? If you choose 64-bit, you are wrong!

Take a look at this little snippet of information at the official Java website. If you are planning to use Java in your browser (IE, Firefox or Chrome), you'd better install the 32-bit version of Java. The reason is because most browsers are still 32-bit, and they can't access the Java runtime if it is 64-bit. And as far as I know, the 32-bit and 64-bit versions of Java cannot co-exist on the same system, so 32-bit is really the only way to go.

You probably only install the 64-bit version of Java on servers where you need the extra "omph" and in-browser Java support is not required. For the rest of us, we have to live in this totally counter-intuitive, crazy world of 32-bit Java within 64-bit Windows!
Read More
Posted in java | No comments

Thinkpad Edge E530 won't wake up from sleep

Posted on 5:37 AM by Unknown
I recently purchased a Thinkpad Edge E530 laptop from Lenovo. I think it is great value. I ordered it with the default 2GB RAM and bumped it up to a nice pair of Kingston HyperX 4GB DDR3 RAM, bringing the total up to 8GB. The whole thing costs me only about S$600.

But there was only one problem with the laptop. It wouldn't wake up from sleep or hibernate properly. I have to force power off the machine and boot it up again after sleep. I tried everything. Updating the BIOS. Updating the drivers. Nothing worked. It was frustrating.

After a tedious round of elimination testing, the culprit was finally tracked down to a HDD caddy that I purchased from DealExtreme. This is one of those gadgets that lets you install another harddisk into your space-scarce laptop by using the slot reserved for the optical drive. I use it to add a 120GB SSD drive into the laptop and use it to run certain I/O intensive applications (eg. virtual machines).

As luck would have it, I chanced upon a discussion in NotebookReview.com that talks about this issue on another laptop (but also involves a HDD caddy). I am not particularly knowledgeable about the hardware details, but apparently one of the pins (diagnostic SATA pin) is wrongly connected to ground and needs to be disconnected.


I am not very good with the soldering iron, and anyway the pads are spaced too closely together for my meager soldering skill. So armed with a small tweezer and a sewing needle, I set about trying to destroy the pin in question. Thankfully the pin itself is rather thin, so it didn't take long. A couple of minutes later, I had a clean break.

I put everything back together and powered on the laptop. Taking in a deep breath, I click on "Sleep". Hurray! The red LED on the laptop started to pulse, which indicates it is sleeping. Pressing the power button brought the laptop back to life, just as it was intended to. I couldn't be happier! Thanks to the wonderful folks who shared this piece of knowledge!
Read More
Posted in hardware | No comments

Make Google Chrome Portable the system default browser

Posted on 12:28 AM by Unknown
Making Chrome Portable the system default browser turned out to be more complicated than I'd expected.

I am currently running Windows 7 x64. I first tried Change Default Browser, which seems to be the tool recommended by everybody, but that didn't work for some reason. I tried a few other methods, but none of them worked. Finally I found salvation in this discussion, in the last post made by jonasformolo.

What is needed is to created the chrome.reg file, then fire up the text editor and replace all occurrences of:

  D:\\Softwares\\Portable\\Extracted\\GoogleChromePortable\\GoogleChromePortable.exe

with the full path to Chrome Portable on your system (mind the double backslashes!). Finally double-click to enter it into the registry.

However, there is one additional and crucial step to take which is missing in the original instructions. Since you can't easily edit the value in:

  HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GoogleChromePortableURL\shell\open\command

with a text editior (unless you have the unusual skill of being able to edit Unicode strings in pure hex), you need to fire up REGEDIT to change the path value.

Now run "Control Panel" and select "Default Programs". If you have done everything right so far, you should see this:



Now simply click on "Set this program as default", and Chrome Portable will be set as the system default browser.

Read More
Posted in chrome, windows | No comments

Monday, June 4, 2012

Best Android Apps

Posted on 11:11 AM by Unknown
There are a thousand lists of "top apps" out there.  SO, why write another one?  Because virtually every app list I've seen is full of truly awful apps.   My only conclusion is that syndicated bloggers and so-called "news" sites are "in-bed" with app developers to promote certain apps.

My obscurity in the blogosphere ensures that my app-list will be based on merit.  The apps I am listing here are exclusively apps I enjoy using.

Corey's Top 10 Android Apps
  1. Enhanced Email ($)
  2. Launcher Pro ($)
  3. Dolphin HD 
  4. Weather Bug Elite ($)
  5. Fast Reboot Pro ($)
  6. Advanced Task Killer
  7. Slacker Radio
  8. Tiny Flashlight + LED
  9. WiFi Analyzer
  10. Alarm Clock Plus 

There are a ton of games available on the Android, but many of them are ruined by one of three forms of monetizing the game:  push ads, in-game ads, and in-game item purchase. In the case of the first two, there are a couple of handy apps to help squash these.

To identify games with "push ads", you can use these apps:

  • AirPush Detector
  • TrustGo Ad Detector
  • Lookout Security Premium
To disable ads altogether on rooted phones, you can use the "AdFree" app.  That said, it doesn't disable the advertisement space, it just makes it so the pictures don't show-up.  Which, is mostly what I'm worried about, because I hate those types of distractions.
Read More
Posted in android, software | No comments

Sunday, June 3, 2012

Turning off numerical sorting in Windows Explorer

Posted on 7:25 AM by Unknown
Windows XP introduces the concept of "numerical sorting", where filenames in Windows Explorer are sorted by evaluating their numerical value instead of the ASCII order. For example, if you have a bunch of files:
 
  Doc111
  Doc22
  Doc3

they will be sorted as:

  Doc3
  Doc22
  Doc111

because 3 < 2 < 111, get it?

This is very confusing to those of us who expects things to be sorted logically i.e. in ASCII order. Who's the idiot who made this "numerical sort order" default on all Windows after XP?

Anyway, one way to right this wrong is as follows:
  1. Press [Win-R], type "gpedit.msc", then press [Enter] to bring up the Local Group Policy Editor.
  2. Select "User Configuration", "Administrative Templates", "Windows Components", and finally "Windows Explorer" in the treeview on the left of the editor.
  3. Double-click on "Turn off numerical sorting in Windows Explorer" in the "Setting" pane on the right of the editor.
  4. Select "Enable",  then click OK to save the changes.




Read More
Posted in windows | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Ubuntu: WebDAV + DAVfs2 + FUSE == Thunar Goodness
    One of the corner-stones of any *nix utility is that it should do a simple job and do it well. Every piece of software that I can think of ...
  • 110GB+ worth of photos/videos on a microSD memory card #2
    In my previous post, I talked about wanting to write a script to see how far I can squeeze 110GB worth of media (photos and videos). I wrote...
  • Thinkpad Edge E530 won't wake up from sleep
    I recently purchased a Thinkpad Edge E530 laptop from Lenovo. I think it is great value. I ordered it with the default 2GB RAM and bumped it...
  • Youth Chess
    Calling all chess geeks in the Sioux Falls area.  Here's the deal: I have, for the past several years, had siouxfallschess.org registere...
  • Taste of New York
    Today, a couple co-workers and I went to Taste of New York (TNY) for lunch. Its a new pizza joint in down-town Sioux Falls. Ordinarily, su...
  • Volume normalization of audio track in MP4 video files
    I am currently looking at how to "normalize" the volume of various video files without recompression, and documenting my findings ...
  • 110GB+ worth of photos/videos on a microSD memory card #1
    We have a family NAS where we keep all kinds of stuff. Well, actually it's an old laptop that functions as a server, with 3 x 3TB extern...
  • Children - The ultimate test in anger management
    Having just spent two full holiday weeks with my kids, it occurred to me this morning that raising young children is the ultimate test in an...
  • LastPass
    If you haven't switched over to LastPass, you need to, and NOW.  This is the coolest password manager I've ever seen.
  • Ubuntu 8.10 64-bit on an HP nx9420
    I had been delaying loading a 64-bit disto on my nx9420 since I wasn't entirely sure it would be kosher, but yesterday I had some time o...

Categories

  • a2dp
  • administrata
  • android
  • antivirus
  • avi
  • bluetooth
  • chrome
  • coding
  • culture
  • dos
  • eee
  • faith
  • family
  • fastdiet
  • firefox
  • gadgets
  • geeekry
  • geekery
  • hardware
  • homeschooling
  • howto
  • java
  • laptop
  • life and the universe
  • linguistics
  • link2sd
  • linux
  • migration
  • mp4
  • pdf
  • politics
  • printer
  • roomba
  • security
  • soapbox
  • software
  • transcode
  • travel
  • ubuntu
  • video
  • virtualization
  • webapps
  • windows

Blog Archive

  • ►  2013 (11)
    • ►  August (3)
    • ►  July (6)
    • ►  June (2)
  • ▼  2012 (25)
    • ►  December (2)
    • ►  November (4)
    • ►  October (4)
    • ►  September (1)
    • ▼  June (11)
      • Life's a Bitch
      • Booting to DOS from a USB memory stick
      • Using Google Docs to monitor your website
      • Speed comparison of USB 2.0 vs USB 3.0 portable ha...
      • Youth Chess
      • Performance of SATA-to-SATA HDD caddy
      • 64-bit Windows = 64-bit Java?
      • Thinkpad Edge E530 won't wake up from sleep
      • Make Google Chrome Portable the system default bro...
      • Best Android Apps
      • Turning off numerical sorting in Windows Explorer
    • ►  May (3)
  • ►  2011 (11)
    • ►  December (1)
    • ►  September (2)
    • ►  August (1)
    • ►  July (3)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2010 (10)
    • ►  December (2)
    • ►  October (1)
    • ►  September (1)
    • ►  August (2)
    • ►  July (1)
    • ►  May (1)
    • ►  March (1)
    • ►  February (1)
  • ►  2009 (29)
    • ►  December (2)
    • ►  November (2)
    • ►  September (1)
    • ►  August (3)
    • ►  July (2)
    • ►  June (5)
    • ►  May (2)
    • ►  April (2)
    • ►  March (6)
    • ►  February (3)
    • ►  January (1)
  • ►  2008 (57)
    • ►  November (2)
    • ►  October (4)
    • ►  September (1)
    • ►  July (8)
    • ►  June (3)
    • ►  May (8)
    • ►  April (12)
    • ►  March (6)
    • ►  February (8)
    • ►  January (5)
Powered by Blogger.

About Me

Unknown
View my complete profile