RSS
Showing posts with label Web/ Tech. Show all posts
Showing posts with label Web/ Tech. Show all posts

to google translate

to google translate

Google Translate now provides you with slower pronunciation of words. This helps a lot of people (well, at least it helped me) learning languages, for details can be observed better this way.

How to access it? Do the old pronunciation thing first, then hit the button once more to hear slower pronunciation.

adam lewis' blogger find & replace

adam lewis

Learning English as a second language is hard. Or rather, it isn't, but a lot of my compatriots feel that way. And at the same time, it's sold as a necessary effort. "You need to speak English to travel the world!" How dare be born [sic] in a country where English is the vernacular? It's unfair!
-- Riccardo Orsini's comment on Frederick Bartlett's answer to Why do a lot of English-speaking French and Italians want us, as tourists, to speak their language when we visit their countries? --

So I've been told several times by my Chinese friends that my usage of Chinese commas are wrong. I used '、' instead of ',' on my other blog.

Chinese commas
Pictured left: wrong. Pictured right: riight.


Some of them, when I asked, told me the usage of '、' (or dùn hào, 顿号, as they called it) is creme de la creme, which is a way to preserve face. Either they don't know the answer or don't know how to explain it to me in English. Others laid it out in the open that they don't know. Only a few bothered to explain it to me, which I appreciated deeply.

'、' is not your usual comma. It is only used when you list some things, for example: His mother sent him fruits in boxes: oranges, peaches, grapes. This type of Chinese comma can be used between oranges and peaches, also between peaches and grapes.

',' however, can be used for listing things and other things. So it is safer to use. Hearing that, I planned to correct my writings accordingly.

The problem is, I've been using the incorrect '、' for as many as 75 posts. One post can contain multiple incorrect Chinese comma, too!

That's where Adam Lewis come to the rescue!

By a simple click here and there, all my posts now contain the correct commas. Imagine the relief from having to replace them one by one! :D

posts being searched for incorrect Chinese commas
But with a poor color choice for user interface.

i challenge you

windows defender

What is more unfortunate as a person with a name that is considered unique in your country, working in a group of massive companies of which computers are interconnected, than to have IFrameRefI virus spread from your computer?

facepalm
Add to that naming your computer with XXX-PC, where XXX is your name.


What exactly does this virus called IFrameRefI do? It assumes the name of the source computer, dabs '.eml' on its end, then duplicates itself into different folders. On that computer and on every other computers that are within reach of the infected computer, a.k.a all commputers in the network. Suddenly all computer bearers in said group of companies know your name, and not in a good way.

Note: You can take it down with Windows Defender bootable. I will write about it later, when I'm not too busy digging a hole under my desk hiding myself hoping to just disappear.

printing to epson t20 from ubuntu

epson pips download

With the risk of making this blog looks like a tech blog, I will show you how to print to Epson Stylus T20 from Ubuntu.

My Ubuntu is a fresh installation of version 10, so first I have to install PIPS. Pips can be downloaded from Epson website, but what is PIPS? On their own words, Photo Image Print System for Linux (hereafter "PIPS") is a printer driver (filter) for high quality printing from Linux using a Seiko Epson color inkjet printer. On mine, PIPS is something you install to avoid 'pips-wrapper' error during installation and 'scheduler could not execute a filter' error later when you try to operate the Epson printer.

However, currently Epson does not list Ubuntu. They only list Fedora 9, Mandriva 2008.1, and openSUSE 10.3.

epson pips download
Who needs all languages in the world when my operating system is not listed?


I settled for Fedora 9. Extracting the downloaded file to a folder on my Desktop, I open the terminal and login as root. I installed the .install file using './' command. That's it for PIPS. But the job is not over yet.

Go to System > Adm (Administrative? Sorry can't remember) > Printing > Add. Choose the type of the printer, Epson T20, forward, forward, finish. This time you're really done for. :D

aes vs tkip encryption

blackberry logo

Sorry for taking a long(er than usual) time to post. A few fays ago, upon being connected to the Wifi, my Blackberry suddenly lost its BB logo that usually appears on the upper-right corner.

Turns out someone changed Encryption on the Access Point's Wireless Security from 'AES' to 'TKIP or AES'.

Blackberries are not compatible with TKIP encryption.

some curious questions about redmi

RedMi

So I did bought a RedMi. Two questions:
1. How do we turn off auto rotate in RedMi's Gallery?
2. How do we turn off RedMi's auto correct in Notes?

n-computing

Microsoft's been in dispute with N-Computing since a long time ago, because this item can substitute a CPU without having to buy another copy of Windows.

Sometime later though, I think Microsoft won the case on the court, because N-Computing started removing their Q&A that stated that using their product would not make companies subject to copyright infringement by Microsoft, and started posting something like 'Must buy Windows <input type and version here> to use N-Computing'.

In October 2014 Microsoft enforce this through their Windows Update. If the main computer's Windows is updated, N-Computing will kick out any non-license-paying users.

The solution? Do not install the update starting from October 2014 and beyond! If it's already done, roll back using System Restore to any date before October 2014.

windows xp -- part two

windows xp

For some people automatic updates are very annoying. I will tell you how to turn off automatic updates on Windows XP.

There are four ways, for myself, I like to play safe by doing them all.
1. Go to Control Panel, make sure you are on Category view, then choose Security Center. Manage security settings for Automatic Updates, then turn it off.
2. Start > right click on My Computer > Properties > choose Automatic Updates Tab > turn it off.
3. Run > msconfig > choose Service Tab > make sure the box beside Automatic Update is not ticked.
4. Run > services.msc > double click on Automatic Update > make sure the auto start option is set to Disabled and the service itself is stopped.

windows xp

windows xp

Although Windows XP is no longer being updated by Microsoft, some people are still using it. And for those people, today I will show how to enable hibernation on Windows XP. Go to Control Panel, make sure you are on Classic view, then choose Power Options. Go to Hibernate tab, make sure Enable Hibernation is ticked.

And to actually do hibernate your computer: On shut down menu, press and hold Shift button, hibernate option will appear.

r-driver iii

This amazing device changes any hard disk, be it 2.5" IDE, 3.5" IDE, 5.25" IDE or SATA into portable hard disk you can access using USB 2.0 interface. The same goes for disk drive, from normal CD-Rom or DVD-Rom into portable!

Okay now I sound like a computer store salesperson. =_=

drupal and smarty

In my journey of learning CMSes, Smarty has the most steep (steepest?) learning curve. Until now I still cannot manage to install it on my computer.

Second place goes to Drupal, so awful, scratching my head deep trying to differentiate regions, zones, sections. Not included setting view up. Aargh!

forsaking delphi

I have been thinking for awhile why many programmers in mainland China stopped coding in Delphi altogether. Tonight it dawned on me, could it be because Delphi's code completion (Ctrl+ Space) conflicts with Chinese keyboard?