May 212010

An actual playable PacMan game to celebrate PacMan’s 30th birthday.

content

 

Although there was no announcement, a developer release of Google Chrome for the Mac is now available for download here. It’s not finished. When you run it for the first time, it will give you the option to import your bookmarks from Safari or Firefox, although the import doesn’t work yet.

One reason I use Google Reader is to share interesting articles in my shared items page. However, I find that I’m more productive when I use NetNewsWire, since I’m in control of how & when it fetches new items, so I spend less time reading news.

I’ve been looking for a way to share items in Google Reader from NetNewsWire. One way I did it was by subscribing to my NetNewsWire clippings feed, which I make publicly visible in Reader. It doesn’t appear in my shared items, though.

I’ve found a better solution, although it still isn’t perfect. This AppleScript is based on Google’s “Note in Reader” bookmarklet. It should be placed in NetNewsWire’s script folder. You can then choose ‘Post to reader’ in NetNewsWire’s script menu to open the selected news item in Safari and open a box to post it to your shared items.

tell application "NetNewsWire"
	set u to URL of selectedHeadline
end tell
tell application "Safari"
	make new document with properties {URL:u}
	delay 2
	do JavaScript "var  b = document.body;
var  GR________bookmarklet_domain = 'http://www.google.com';
if (b && !document.xmlVersion) {
    void(z = document.createElement('script'));
    void(z.src = 'http://www.google.com/reader/ui/link-bookmarklet.js');
    void(b.appendChild(z));
} else {}" in document 1
end tell

Oct 012008

Thanks to Google’s 2001 search index, I was able to find my original weblog and worldbeatplanet.

In 2001 I was using Radio Userland for my blog, which I hosted at editthispage.com.

Mike's Weblog in 2001
Uploaded with plasq‘s Skitch!

WorldBeatPlanet was a static page, long before I switched first to PHPNuke and finally to Drupal.

WorldBeatPlanet in 2001
Uploaded with plasq‘s Skitch!

I installed the Mac OS X 10.5.3 update a few hours ago, so far with no problems. One feature Apple didn’t mention in the release notes is that Address Book can now sync with Google contacts. The sync happens automatically with a .Mac sync, as well as when syncing with an iPhone. It worked very nicely for me, although I had a few duplicate entries to clean up.

Address Book Sync with Google
Uploaded with plasq‘s Skitch!

Apr 082008

I signed up for Google’s new App Engine beta and I’ve already started looking at the APIs. It looks very clean and well-designed. I’m not too familiar with Python, but it looks like it’s fairly simple to pick up. The language itself is easy and has some nice Lisp-like features that I really like. The hard part is getting familiar with the huge library of extension modules.

I’m thinking of possibly rewriting my2unz.com with App Engine, since Drupal can be really ugly when trying to integrate several third party modules with my own code.

Mar 242008

It looks like spammers are using Google Calendar now to send spam as invitations from their calendar. These people deserve to die.

Spam from Google Calendar
Uploaded with plasq‘s Skitch!

Via Andre Noel (Planet Ubuntu):

1. Go to Google
2. Type “find Chuck Norris�
3. Click on I’m Feeling Lucky

Click Fraud

Web Comments Off
Jan 072008

A lot of people have been posting referrals to a new site called bux.to on Twitter & elsewhere. It works by having you click ads and stay at the site for 30 seconds. This is click fraud, and it’s against the terms of service for Google AdSense and every other ad service.

There has been a lot of kvetching about Google Reader’s shared items feature. People say that it ‘sends their shared items sent to people in their mailbox’, which isn’t true. You need to explicitly add friends to Reader so you can see their shared items.

When you add someone to your friend list, you see their shared items in your feed list – that’s all.

Google Reader has always allowed you to share items. You have full control over which items you share and whether your shared items are public. I don’t know about everyone else but when it says your shared items are publicly accessible it means just that — everyone is able to see it. I always assumed I was sharing those items with the world.

Furthermore, not all of your items are publicly visible. You control the visibility of each tag, and only ‘shared items’ defaults to public.

Articles end up in your shared items only if you explicitly share them by clicking the ‘share’ icon on that item.

This isn’t a privacy violation. It’s a neat way to spread news.

New Gmail Feature

Web Comments Off
Dec 182007

This morning I discovered a new Gmail feature I haven’t seen mentioned anywhere yet. The More Actions menu has a new item, “Filter messsages like these”. It takes you straight to the Create Filter screen with the search criteria filled in based on the selected messages.

That was one of my favorite features of Eudora, so it was a welcome addition for me.

© 2010 /dev/random Suffusion WordPress theme by Sayontan Sinha

/dev/random is Digg proof thanks to caching by WP Super Cache