watch this  

the official mrchucho blog

Greasemonkey for Kingdom of Loathing

Posted 2005 May 13

I’ve jumped on the latest bandwagon and written a Greasemonkey script for everyone’s favorite addiction web-based game, Kingdom of Loathing. In the initial release, I’ve injected support for access keys, so that you can play more of KOL using the keyboard. If you’ve every been suck in the Orc Chasm, you know how repetitive it can be to click “Use Item” over and over—just to read the dictionary!!!

It’s not as keyboard-friendly as NetHack, but it’s a start.

Visit the project page for more information and the download.

comments (2)

kol

Posted 2005 May 13

This is the main page for my Kingdom of Loathing Grease Monkey script.

Current Features
  • Adds keyboard navigation to the adventure and combat pages
Planned Features
  • Add Keyboard Shortcut “panel”
  • Display more information (e.g. effects of current moon phases, etc.)
Action Key[1]
Adventure Again a
Go Back to … b
Attack with … a
Use Item i
Use Skill s
Run Away r

1 All commands are Access Keys, so you will need to press ALT+key or Ctrl+key

Download: kol.user.js

comments (0)

Dashboard

Posted 2005 May 07
The interesting thing to note about the TV Tracker plugin is that uses Python for much of the work. The Apple engineers showed significant foresight by allowing the following:
<pre><code>
widget.system("/usr/bin/python main.py",null);
</code>
I’ve already found that this can help get around the restriction on XMLHttpRequest objects that prevents opening “external” URLs:
<pre><code>
            myXMLHTTPRequest = new XMLHttpRequest();
            myXMLHTTPRequest.onreadystatechange = processReqChange;

            widget.system(
                "/usr/bin/curl -o output.xml http://www.example.com/script.php");
            myXMLHTTPRequest.open("GET","output.xml",true);
            myXMLHTTPRequest.send(null);
            data = myXMLHTTPRequest.responseXML;
</code>
comments (0)

Tiger

Posted 2005 May 03

My copy of Tiger arrived this evening. I backed everything up to my FireWire drive and did a Clean Install. Wow.

I must say: the Dashboard effects - especially the ripple-load effect - are very cool. I also love the Dictionary: both the widget and the utility app are gorgeous. Spotlight seems interesting… I was surprised to find that there doesn’t (yet) seem to be an iChat plugin!

Though I’m loathe to sully my pristine installation, I need to get my apps installed. Oh, also, the RSS screensaver is wicked cool.

comments (0)

AVP Metal Sculpture

Posted 2005 May 01

My parents photographed this metal AVP sculpture outside of Phoenix, AZ.

AVP Metal Sculpture

larger

comments (0)

Paul Graham: Great Hackers

Posted 2005 May 01

I know this is Old News, but I finally got around to listening to Paul Graham on “Great Hackers”. I don’t think one could find a more lucid, succinct expression of so many things that programmers face.

comments (0)

Variations on Kayne West

Posted 2005 Apr 29

The way Madonna need the Kabbalah / The way Skee-Lo needed more royalties from “I wish I was a li’l bit talla” / That the way I need Allah.

via McSweeney’s

comments (0)

URL ABCs

Posted 2005 Apr 28
These are my URL ABCs:

A is for amazon.com/exec/obidos/subst/home/home.html/102-5969302-1258503 – Since I signed up for Amazon Prime, my Amazon habit is outta control!

B is for bloglines.com/myblogs/ – Bloglines is the Killer App

C is for cardhaus.com/ – Looking for Shadowfist cards… cough nerd cough

D is for dailynews.yahoo.com/news?tmpl=index2&cid=964 – zeitgeist

E is for ebay.com/ – ... buying Shadowfist cards…

F is for http://www.foodnetwork.com/food/recipes/recipe/0,,FOOD_9936_28928,00.html – Mmm. Wedding Soup.

G is for gmail.google.com/gmail – Best. Webmail. Ever.

H is for homepage.mac.com/crystalballmac/ – because PCGen is horrible

I is for insidemacgames.com/ – because there really are games for the Mac

J is for java.sun.com/COBOL 2000?

K is for kde-look.org/ – Still using Gnome

L is for blog.largeheartedboy.com/ – One of my favorite music blogs

M is for my.yahoo.com/ – Portal

N is for npr.org/templates/story/story.php?storyId=4557220 – Fresh Air interviews are the best and this is a good one.

O is for oreillynet.com/ – Technology Central

P is for https://www.paypal.com/ – ... paying for Shadowfist cards… Dork.

Q is for questionablecontent.net/ – Web comic.

R is for radar.oreilly.com/archives/2005/04/federal_weather_1.html – Free Weather Data for the Masses!

S is for slashdot.org/ – Surprise, surprise

T is for timewellspent.org/content/home.php – just ordered “Monsters Menace America”. This one is gonna be fun.

U is for ups.com/ – Where’s “MMA”?

V is for verba.chromogenic.net/archives/2005/01/cameramail.html – via defective yeti :)

W is for weather.com/weather/local/74104?lswe=74104&lwsa=WeatherLocalUndeclared – Is it Spring yet?

comments (0)

No Java5 Yet

Posted 2005 Apr 27

Looks like Java5 aka Tiger will not be released initially with the other Tiger, OS X 10.4. Oh well, I guess I can live a little longer without printf.

Though, in all fairness, this alternative works pretty well.

comments (0)

Anthems

Posted 2005 Apr 27

One of my favorite Broken Social Scene songs, “Anthems for a 17-Year-Old Girl”, has a video.

via chromewaves

comments (0)
atom rss