Sunday Congregational Prayers

January 31st, 2010

As part of being a member at Holy Trinity Church I am asked to do the congregational prayer sometimes as part of a rotation. I don't think I'm fantastic at formulating quality prayers of length at this point in time, so I tend to default to finding what I think is a high-quality old prayer, update it's language, and adapt it as I see fit. So far I'm a fan of Charles Spurgeon, as I think he has some really quality congregational prayers that hit on the major points of the gospel and he isn't afraid to be bold.

Since I doubt I'm the only one out there who needs assistance on Sunday mornings, I'm going to publish my adaptations for your use. If you really feel the need to credit anyone, credit Spurgeon, since it's 80-90% his. I usually don't offer credits when I pray, as I think it's distracting from what we should be doing- coming to God in prayer and reverence.

 

A Big Pet Peeve

January 23rd, 2010

One thing that absolutely drives me nuts is when other blogs, news sites, or other sources of information do not include the year of the entry, or even the entire date itself. What the heck?! Take this for example. I was searching for information about the AA/BA deal and Google gave me this site. Great, except how do I know how old this was? Maybe it was referencing another deal 4 years ago? Ugh. I had to dig into the -trash- comments for a datestamp.

I see this problem strewn everywhere especially with blog posts. Great that you published a few nice posts 3 days ago… or was it 3 days and 3 years? Always frustrates me.

 

Making Diffs

January 15th, 2010

Because I always forget…

diff -rupN original/ new/ > original.patch

The Source

 

Just Because a Chair Is Expensive Doesn't Make It Good

January 7th, 2010

Jeff Atwood (who I must admit I only really read when someone links to him) wrote an article awhile ago about his thoughts on the chair you use for work. He's a fan of Herman Miller, and for the most part this is rightly deserved. When I worked with Accenture, everyone had Aeron's, and while it is possible to be uncomfortable in them, most of the time I was very happy with it and didn't think anything of it.

Our chairs

 

Palm Pre Emulator on Linux (Networking)

January 2nd, 2010

I updated my Pre emulator to the 1.3.5 SDK, only to notice none of the Internet applications worked. I searched and found one post by a guy on Stack Overflow with an incredibly unhelpful answer of RTFM (which, TFM does not even apply here).

I spent some time and figured it out. So, if you run into this problem, solve it as follows:

Log into your emulator via novacom:

$ novacom -t open tty://

Show the network routes (note the default gateway):

$ ip route show

Edit /etc/resolv.conf and change the line there to the same one as the default gateway.

$ vi /etc/resolv.conf

NB you may need to remount the filesystem as readwrite. I forget if this is the case.

My resolv.conf was 10.0.2.3, when it should have been 10.0.2.2. If you’ve never used vi before, press “i” to begin edit mode, then when you’re done, press the ESC key, and then press “ZZ” (upper case z twice).

You should notice your Pre emulator suddenly has network access again.

 

Getting Rid of X-Lite

December 15th, 2009

At work we use SIP/VoIP, and since I'm the one without a hard phone (e.g., a real phone), I use a soft phone (e.g., software + headset) when I need to make or take a call. I've been using X-Lite for the past few months, which by all outward appearances is a solid, working softphone. However, it's become increasingly annoying to me since it:

  • Likes to forget to make my headset the default audio device
  • Refuses to allow me to use the “Transfer” feature (pay upgrade)
  • Pops up that annoying as hell “Video” window on start
  • Has an ugly interface
  • Sometimes just freezes randomly

I've been trying to find an alternate softphone, and finally seem to have. 3CX Phone seems to work like a charm, doesn't nag me to pay for anything (I don't even think there is a paid version), and lets me easily transfer calls, etc.

We'll see how it goes on call quality, but so far, so good. Eat it, X-Lite.

 
Search for Posts
Popular Tags
 
Archives
2010
 
Recent Comments
 
© 2008 Will McGugan.

A technoblog blog, design by Will McGugan