Friday, December 31, 2010
Wednesday, December 29, 2010
Monday, December 20, 2010
Tuesday, December 14, 2010
Friday, December 3, 2010
Wednesday, December 1, 2010
migration experience with new imac
Thursday, November 25, 2010
Wednesday, November 24, 2010
Tuesday, November 23, 2010
Thursday, November 18, 2010
Tuesday, November 2, 2010
A sharp edge, that.
Shall I answer: "Faith, hope and love"?
That sounds beautiful.
But I would say--Courage.
No, even that is not challenging enought to be the whole truth.
Our task today is Recklessness.
Saturday, October 23, 2010
Friday, October 22, 2010
What art can do
Saturday, October 16, 2010
Friday, October 15, 2010
Wednesday, October 13, 2010
US Physics Professor takes APS to task on Global Warming
Wednesday, October 6, 2010
Pattern your business like this
Sunday, October 3, 2010
Saturday, October 2, 2010
Friday, October 1, 2010
ReminderTxt.com via email (beta)
Make the subject of your email message something like this:
to: post@remindertxt.com
subject: (today 5pm) Don't forget to stop at the grocery store on the way home!
If remindertxt.com doesn't know you, it'll send you a reply asking for your cell number.
Give it a try! Here are some other ideas for what you can say on the subject line:
(today 15min) remind me to call Michelle!
(today 10pm) Leave for your doctor's appointment
(20 min) go to the meeting!
(5:20pm) stop at the store on your way home
(tomorrow) Andre's birthday
(tomorrow 8am) Don't forget your briefcase today!
(4/1/10 10am) April fools! do a trick on someone.
(12/1/10 8am) plan christmas shopping
If it breaks, please send me feedback: ken@damrei.com
One thing: right now it'll default you to the Pacific timezone. :) email me your timezone and I'll set it for you.
ken.
Sunday, September 26, 2010
Saturday, September 25, 2010
Friday, September 24, 2010
"ozzie" reads my mail
Thursday, September 23, 2010
Wednesday, September 22, 2010
Getting started with Posterous
I have some small hope that with Posterous things could be different.
First, it works by sending an email to "post@posterous.com" to make your blog posts. What could be easier?! Second, you can tie in facebook, linkedin, google blog, etc. so that they all get updated with a new post when you send the email. Nice! Third, you can attach pictures, video and all sorts of things.
Seems easy and fun and more importantly: I might actually use it. You'll know I didn't if this is the last post for like 3 years.
Tuesday, March 2, 2010
Enjoying present chapters
Sunday, February 28, 2010
Dealing with mercy
I've been guilty and I've been punished for it plenty of times. I've been guilty and gotten away with it. I recognize the beauty and goodness and perfection there is in the world and admit I have sometimes chosen against it, reveling in the opposite instead. Were the Great Judge to render a verdict in a booming voice I'd hear GUILTY and the Judge would be just and right. I'd have no worthy defense.
Mercy is the engine of the change in my life. Whereas I stood guilty with no defense, there was another in the room, bright and perfect. "God was pleased to look on him and pardon me." How could it be...? As I walk out, breathing deep the air of freedom, knowing I do not deserve it, I have one response: gratitude. Gratitude for mercy fractures my heart into a thousand shards of joy, peace, excitement, wonder... and a will to worship this merciful one, to please Him. To live worthy of what I could not earn. To be a 'living sacrifice.' I want to show mercy, too, and be like him.
Thursday, February 25, 2010
cas 3.3.5 and utf8 passwords SUCCESS
authpost.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
Now we're back in business. Of course, that leaves me wondering: Did the utf8 passwords ever work before? I was operating under the assumption that I had tested the system last year to make sure foreign/special character passwords would be allowed. But if I wasn't sending utf8 passwords via HttpClient, I can hardly see how they could have been working. Perhaps that was just a gross oversight on my part.
Tuesday, February 23, 2010
Getting sourcecode to show in blogger
some code to show!
cas 3.3.5 and utf8 passwords
in /WEB-INF/web.xml I added the following filter:
SetCharacterEncodingFilter org.springframework.web.filter.CharacterEncodingFilter
encoding
UTF-8
forceEncoding
true SetCharacterEncodingFilter /*
And then on top.jsp and casLoginView.jsp I needed to add this line:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
And now we're back in business.
getting wireshark up on osx
Anyhow, I have wireshark and it looks great! However it didn't see any interfaces to monitor. After a quick google, i need to give my user permission to the bpf interface device. Here's the magic:
sudo chown {your account name} /dev/bpf*
I'm not going to run wireshark that often, I expect, so I'll modify the permissions for this session, but check out http://www.wireshark.org/lists/wireshark-users/200608/msg00014.html if you want the new permission to persist between reboots.