Jun 07

Plurk. Yuck. Sounds so muck like pork. or bork. I’d like to give you some colour on what’s behind the name so you are not as quick to brush it off.

  • Plurk as stalkerati central: People + Lurk = Plurk
  • Plurk as an amalgam of Play + Work: Play-Work. Plurk is what scientists do. It is the enthusiastic, energetic application of oneself to the task at hand as a child excitedly plays; it is the intense arduous, meticulous work of an artist on their life-long masterpiece; it is joyful work.
  • Plurk as acronym: Peace, Love, Unity, Respect, Karma
  • Verb potential: “Oh I googled this –> Oh I plurked it” Easy enough to wrap around in any form. Plurked, plurking, plurkers, plurks. Little p, big P, it’s catchy, snippy and sweet.

So next time you say Plurk, don’t say ewww, but chew on it for a little longer and have a happy day (at work, plurking the day away!).

Plurk Me!

May 13

Here’s how to synchronize your Mac’s system time to the nearest atomic clock here in the Philippines…

PAGASA (Philippine Atmospheric, Geophysical and Astronomical Services Administration) Press Release:

DOST-ASTI, through the Philippine Research Education and Government Information Network Project (PREGINET) announces the availability of a Network Time Protocol (NTP) server for public access. This is made possible through a partnership with the Time Service Division of PAGASA. PAGASA, as mandated by law, is the official agency that will disseminate the Philippine Standard Time (PST). In connection with this, PAGASA acquired a Global Positioning System Common View (GPSCV) time transfer system which basically provides a timing signal. The GPSCV is composed of a rubidium clock (used for maintaining accurate time), a computer, and a GPS receiver to receive timing signals from the GPS satellites.

To disseminate the time signal received by the GPSCV system in the Internet, PAGASA designates ASTI and DOST-Bicutan to setup their own public NTP servers that will directly connect to the GPSCV system. PAGASA has one public NTP server (ntp.pagasa.dost.gov.ph) as well, and a web-based time reference at their website. ASTI’s NTP server (ntp2.asti.dost.gov.ph) is now also available and DOST-Bicutan’s will be up and running in the near future.

What is NTP?

NTP is a network protocol that synchronizes clocks of hosts and routers in the Internet. NTP is very useful in applications where time accuracy is very important. It is used in network monitoring and measurements, intrusion detection systems, and cryptographic timestamping services, among others. Furthermore, the fact that everyone who uses the NTP service will now have one unified time reference, there will be no longer any excuse why people should blame time for late appointments, late submission of reports, and generally unsynchronized time references.

How to Avail of the NTP Service:

To avail of the service, one must have a client software that will connect to the NTP server. Open System Preferences, then the Date & Time preference pane… and under Internet Time you can connect to ASTI’s NTP server by specifying its hostname (ntp2.asti.dost.gov.ph) or PAGASA’s (ntp.pagasa.dost.gov.ph) in your configuration.

May 07

So you’ve got the Monday blues, and are looking for something stimulating, perhaps even intellectual to waste some time with? Look no further for we’ve got the perfect thing for you. How Many Countries Can You Name is a very simple, yet effective game in which all you need to do is think of, and type into your browser, as many countries names as you possibly can. In five minutes. With nearly 300 countries in the world, it’s just as much a game of ‘how fast can you type?’ as it is ‘just how many countries can you name?’

In the name of research (honest!), we’ve been playing with this a little, and managed to get the number of remaining (i.e. un-named) countries down towards the 200 mark, but we’re sure that readers can do better!

Feb 26

I did some hacking with Word Press today to replace its built-in search with Google Adsense Search. It was fairly easy, and I’ll explain how in this post.

First you’ll need to setup your Adsense account and get your search code. During the setup process you will be asked an important set of questions which controls how the search results are displayed. By default, Google opens a separate window to display your search results. This resulted in an ugly format, and lacked my WordPress theme. Choose the options as shown in the window below:

adsense.png

This should result in Google providing you to pieces of code, the Search Box code, and Search Results code. Use the Search box code in your leftcolumn.php theme file to replace the search box that WordPress defines.
I made some changes to Google’s generated code to make it fit my left column, and to make sure it posted to the index.php. Google uses a lot of hidden form fields to define the search results. We will use one of these hidden fields to tell our theme index.php file to display search results instead of the blog posts.

Here’s the portion of my hacked theme index.php that displays Google’s Adsense-enabled search:

At the top of my index.php, before the blog post code:

<div class=”centreblock”>
<?php if(isset($_GET[’client’])) { ?>

<!– Google Search Result Snippet Begins –>
<div id=”googleSearchUnitIframe”>&tl;/div>

<script type=”text/javascript”>
var googleSearchIframeName = ‘googleSearchUnitIframe’;
var googleSearchFrameWidth = 700;
var googleSearchFrameborder = 0 ;
var googleSearchDomain = ‘www.google.com’;
</script>
<script type=”text/javascript”
src=”http://www.google.com/afsonline/show_afs_search.js”>
</script>
<!– Google Search Result Snippet Ends –>
<?php } else {?>

Now, further down the file, you will see this:

<?php
include_once(’leftcolumn.php’);
include_once(’rightcolumn.php’);
?>
</div> <!– centreblock –>

We need to add the following line:

<?php } // end google search if ?>
<?php
include_once(’leftcolumn.php’);
include_once(’rightcolumn.php’);
?>
</div> <!– centreblock –>

Of course, depending on your WordPress theme, your actual code might be different.

Feb 08

What is this?
This guide tells you how to install OSX 10.4.9 on your Intel or AMD Windows machine, dual booting with Vista. This guide is for information purposes only.

Why is this guide better than the previous ones I found here?
This revision is written for uphucks new install DVD and I cleared up all confusion about step 12.

Read this before reading the guide:
There are only two ways to install OSX 10.4.9 legally on your Windows computer:
1. Become an Apple developer
2. You can also buy an Intel Mac (I would recommend the Mac Pro!), install Windows Vista on it using Apple’s Boot Camp and remove OSX completely, so that you have a legally bought osx86 licence. This method isn’t confirmed and some people say it’s illegal because the EULA says that you aren’t allowed to install OSX on non-Apple hardware.
This means that for most people it is ILLEGAL to install osx on their computer. If you aren’t an Apple developer, leave page now. This site is in no way liable or responsible for the actions of its visitors.

IMPORTANT: DOWNLOADING OSX86 (a prepatched OSX 10.4.9 install image) IS ILLEGAL. Don’t ask me where you can download OSX86, not in a comment, not by e-mail, not by phone, not by sending a telegram and not by any other way you can imagine. Just don’t ask me. If you don’t know it and still want it, become an Apple developer or BUY A MAC!

EVEN MORE IMPORTANT: You need a processor that supports at least SSE2 to make this work.
You can check this with a program called CPU-Z (
http://cpuid.com/cpuz.php).

MINIMUM REQUIREMENTS

- processor that supports at least SSE2 (see above)
- prepatched OSX 10.4.9 install image (see step 1. for more info)
- Vista install DVD
- chain0 (search google, you’ll find it within a few seconds)

Free Web Hosting

Got at least SSE2? Go on and install and dual boot OSX 10.4.9 and Vista on your computer!

1. Get a prepatched OSX 10.4.9 install image. Search for ‘uphuck’ on usenet or bittorrent for more information about this: don’t ask me where you can find it!

2. Burn the image to an empty DVD recordable (+R or –R, no rewritable dvd!)

Use your favorite burn program for this (I recommend Nero Burning Rom or Alcohol 120%)

3. Create at least 6GB of unallocated space:

- Press the windows logo in the bottom left corner of you screen (assuming that you’re using Windows Vista)
- Right click ‘computer’ and select ‘manage’
- Select ‘Disk Management’ in the ‘Computer Management’ screen.
- Select a partition with at least 6GB of free space
- Right click it and hit ’shrink volume”, type in the amount of space to shrink (at least 6GB) and hit ‘Shrink’.
- Close all open windows.

4. Hit WINDOWS BUTTON + R and type ‘diskpart’ (without quotes)

5. Type in (press enter after you typed in a line):

list disk
select disk [the number of your disk]
create partition primary id=af
list partition
select partition [the number of your new osx partition]
active (if this doesn’t work, try ’set active’ without quotes)

6. Insert the OSX install disk and reboot your computer, follow the installation steps on your screen. Read everything carefully and select the right packages!

7. After finishing the installation, OSX should boot up. Play with it for a few moments and then proceed to the next step.

8. Insert your Vista install disk and press reboot. Boot up Vista’s install disk.

9. After booting the install disk, click repair system and press next. Open the command window and type ‘diskpart’. Then type:

list disk
select disk [the number of your disk]
list partition
select partition [the number of your windows partition]
active (if this doesn’t work, try ’set active’ without quotes)

10. Reboot into Windows Vista.

11. Copy chain0 to the root of the Vista partition (mostly C:/)

12. Press WIN+R and type ‘cmd’. And type:

bcdedit /copy {current} /d “Mac OS X” (just leave the {current} there and don’t change it)
bcdedit /enum active
bcdedit /set [ID] PATH \chain0 (replace [ID] with you identifier: http://janschneiders.googlepages.com/idosx.gif)

13. Now you can reboot your computer and you’ll see a nice dual boot menu!

14. You now have a fully working OSX 10.4.9 system.

15. Go to this page for tips about making OSX faster and changing the resolution. If you want support, If you want support, head over to our IRC channel and ask your question! To make things easier, please provide all information that you can give when asking a question (computer specifications, screenshot or photo of the error, previous Tiger installs worked (yes/no) etc.)

Free Web Hosting

...