Category Archives: Computing

Fix: Windows 7 Chinese characters showing up as squares

One of the things I really like about Windows 7 is its ability to recognise and show me my Chinese stuff properly without me manually installing the Asian language pack that I had to install in Windows XP to properly … Continue reading

Posted in Computing | Tagged , | 2 Comments

The end of the DVD / BD era

I think DVDs and Blu-ray discs (BDs) are reaching the end of their era soon, and I will explain why. Cost (US cents per gigabyte, quoted by Amazon today) DVD (still dominant in computers) hold about 4 GB of data. … Continue reading

Posted in Computing | Tagged , | Leave a comment

Installing Windows 7 from USB instead of DVD

Sounds incredible? Not to most tech wizards I guess. But for the rest of you muggles, this means that you don’t need to use a DVD drive in order to install Windows 7. Instead, just plug in a USB Thumbdrive, … Continue reading

Posted in Computing | Tagged , , , | Leave a comment

Java’s sleep(), suspend(), and resume()

As we all know, the very useful Java Thread methods sleep(), suspend(), and resume() have been deprecated. Many articles online tell us to use a control variable instead, by polling the status of the variable at key points in the … Continue reading

Posted in Computing | Tagged , | Leave a comment

http Keepalive

I was making a client program that connects to my server online a few days ago. Then I wondered about the kind of connection I needed to make with my server. It was a problem because: I cannot run external … Continue reading

Posted in Computing | Tagged , , | Leave a comment