Lost By Translation.
Bonus link - Why Teller Is So Cool.
Saturday, November 24, 2007
Wednesday, November 21, 2007
Logitech do the right thing...
I've just noticed that Logitech have released Logitech Control Center 2.4. In the past LCC has sucked because it installed APE. Well, now thats changed... "Unsanity's Application Enhancer (APE) is no longer installed and needed". Heck, I might even give it a try.
Update: Eyw, read the comments. I'll wait for 2.4.1....
Update: Eyw, read the comments. I'll wait for 2.4.1....
Monday, November 19, 2007
Busy Busy....
What I find hard? Testing. Doubly hard, TDD. Triply hard, BDD. But dammit, I will do this new code base right for a change. Well, righter.
Busy at the moment working on Lendery. A simple application, I suspect, but I thought I'd mention it.
Lendery replaces my previous Libr project as I realised that Libr was a lot of work for users creating a library which they may only get one use out of per thing loaned. And thus Lendery was inspired. It lets you record who you loaned something to by their email address (initially) and uses email to tell them (after authenticating the account.... a once only event per email address)... sign up and you can create an identity of multiple email addresses (akas) and the ability to manage your loans on the web.
Well, thats the plan.
Busy at the moment working on Lendery. A simple application, I suspect, but I thought I'd mention it.
Lendery replaces my previous Libr project as I realised that Libr was a lot of work for users creating a library which they may only get one use out of per thing loaned. And thus Lendery was inspired. It lets you record who you loaned something to by their email address (initially) and uses email to tell them (after authenticating the account.... a once only event per email address)... sign up and you can create an identity of multiple email addresses (akas) and the ability to manage your loans on the web.
Well, thats the plan.
Thursday, November 15, 2007
Twitterific defined
Twitterific: An application designed to display a nice yellow box over one third of it's UI explaining why Twitter isn't working at the moment. Alledgedly, twitters from your followed folk occasionally leak past this yellow box.
What I'd like in a clock/radio....
I like alarm clock/ipod playing/radios. I also like dawn wake-up lamps. But currently my bedside table has both on it. Now this is a tad redundant. I'd prefer just a straight lamp and an alarm clock/radio.
So here's the idea. An alarm clock/radio which had a connection (wired or wireless... I think wireless might be easier, and be easier to make international) to a plug adapter (which would be country specific). You plug your favourite lamp into the adapter and plug it in. You now control your lamps on/off and brightness from the alarm clock/radio. And when the alarm is due to go off, the alarm clock/radio starts ramping up the light brightness half an hour earlier.
Better still, the plug adapters could be sold seperately, and you could "pair" one or two of them to the radio so you could raise the lights on two lamps. And there could be a version for permanant installation in a socket, so you could have a "dawn enabled" socket.
Would you want one?
So here's the idea. An alarm clock/radio which had a connection (wired or wireless... I think wireless might be easier, and be easier to make international) to a plug adapter (which would be country specific). You plug your favourite lamp into the adapter and plug it in. You now control your lamps on/off and brightness from the alarm clock/radio. And when the alarm is due to go off, the alarm clock/radio starts ramping up the light brightness half an hour earlier.
Better still, the plug adapters could be sold seperately, and you could "pair" one or two of them to the radio so you could raise the lights on two lamps. And there could be a version for permanant installation in a socket, so you could have a "dawn enabled" socket.
Would you want one?
Saturday, November 10, 2007
Tuesday, October 30, 2007
iChat supports "/me"
iChat now (apparently undocumented) supports "/me"
/me is happy
/me does a little dance
/me is happy
/me does a little dance
So when you go to the chemists....
You've got a question to ask them... "Are you a Catholic Pharmacist?" because now, there's a good chance your Catholic pharmacist will not be doing their job and instead be trying to apply their "morality" to your life.
On the plus side, at least Pope "But I wasn't a Nazi" Benedict XVI has made it explicit, welcome to the "War On Molecules".
"We cannot anesthetize consciences as regards, for example, the effect of certain molecules that have the goal of preventing the implantation of the embryo or shortening a person's life"
On the plus side, at least Pope "But I wasn't a Nazi" Benedict XVI has made it explicit, welcome to the "War On Molecules".
Sunday, October 28, 2007
Just a warning for Leopard upgraders.... You may have APE even though you never installed it.
The following appears to be true... APE screws up the Leopard install. What people may not realise is that they may not know they have APE installed. If you have ever installed Logitech Control Center, then this installs APE. If you uninstall Logitech Control Center, it doesn't get removed. It's why I don't install Logitech Control Center any more, and I bet that a metric shit load of the people getting 'blue screens' are people who've installed Logitech's mouse/keyboard support software.
So, if you are going for an upgrade, if you have Logitech Control Center, uninstall it and manually remove APE... This is the FAQ for APE.
So, if you are going for an upgrade, if you have Logitech Control Center, uninstall it and manually remove APE... This is the FAQ for APE.
Friday, September 28, 2007
I am integral to the project!
Sunday, September 23, 2007
So I'm writing code....
Well, I'm back to writing code, though I'm enjoying working in Ruby on Rails and Netbeans 6.0.
So what am I writing? Well, it's called Libr and the idea is that you can use it to keep track of things that you have loaned to other people. Say you have a book you want to lend to someone, and lets assume that you are 'Adam' and the someone is 'Joe' and you have accounts on Libr already set up. Adam creates a taggle for the book; a taggle has all the essential information about the book and it can generate a taggle code, which you can write/label the physical book with. Adam then goes to his "Borrowers" list which are all the people Adam has a lending relationship with. Adam adds Joe to his list, then goes back to the books taggle and selects lend, and then selects Joe and sets a date when he wants the book back. The taggle is now lent.
When Joe logs in, possibly after being prompted via RSS or email, he can see that Adam has lent him a book. If Joe has the book, then he selects "Confirm", and the book is now a confirmed loan.
A couple of days before the loan period is up, Joe is reminded that the book is due to be returned. He returns the book, and then clicks Return next to the taggle. Adam is notified by email or RSS and can confirm his reciept of the loan.
And that's the basics of Libr.
So what am I writing? Well, it's called Libr and the idea is that you can use it to keep track of things that you have loaned to other people. Say you have a book you want to lend to someone, and lets assume that you are 'Adam' and the someone is 'Joe' and you have accounts on Libr already set up. Adam creates a taggle for the book; a taggle has all the essential information about the book and it can generate a taggle code, which you can write/label the physical book with. Adam then goes to his "Borrowers" list which are all the people Adam has a lending relationship with. Adam adds Joe to his list, then goes back to the books taggle and selects lend, and then selects Joe and sets a date when he wants the book back. The taggle is now lent.
When Joe logs in, possibly after being prompted via RSS or email, he can see that Adam has lent him a book. If Joe has the book, then he selects "Confirm", and the book is now a confirmed loan.
A couple of days before the loan period is up, Joe is reminded that the book is due to be returned. He returns the book, and then clicks Return next to the taggle. Adam is notified by email or RSS and can confirm his reciept of the loan.
And that's the basics of Libr.
Friday, September 21, 2007
Friday, September 07, 2007
Thursday, September 06, 2007
Tuesday, September 04, 2007
Sunday, September 02, 2007
Saturday, September 01, 2007
Sunday, August 26, 2007
ClearBlue...
You've seen the television ad for the ClearBlue pregnancy tester?
"The most advanced technology you will ever pee on".
That bugs me. I keep adding "deliberately".
"The most advanced technology you will ever pee on".
That bugs me. I keep adding "deliberately".
Thursday, August 02, 2007
Not Overheard
"So like Vista came up and offered 'Revert to last good configuration' so I selected it and it rebooted in Windows 2000"
Thursday, July 19, 2007
Safari searching....
I like searching from the address bar. I liked Sogudi, the plugin for Safari which let you do just that. But it don't work with Safari 3 Beta. So I went hunting and found SafariSIA which doesn't claim to work with Safari 3 but, after a brief try out, I can say, it does appear to work.
And yes, I'm trying Safari 3 again, the 3.0.2 beta seems to have addressed a bunch of issues I had. So here we go again.
And yes, I'm trying Safari 3 again, the 3.0.2 beta seems to have addressed a bunch of issues I had. So here we go again.
Subscribe to:
Posts (Atom)


