Archive for 'Tech Talk'
Dashboarding
Right, it’s been a while… how does this work again? Right. Anyway. I’ve been following Mark Bernstein’s posts on building a dashboard in Tinderbox and enjoying them… and puzzling out how to implement them, in a lot of cases. One thing I wanted to do, once I figured out how the example he gave in [...]
Posted: March 19th, 2009 under Tech Talk, Writing.
Comments: none
Coding Horror: You’re Doing It Wrong
[From Coding Horror: You're Doing It Wrong] Jeff Atwood talks about templating engines (for generating html) being wrong… and I agree, with code like this: <%foreach (var User in Users) { %> <div class=”action-time”><%= ActionSpan(User)%></div> <% if (User.IsAnonymous) { %> <div class=”gravatar32″><%= RenderGravatar(User)%></div> <div class=”details”><%= RepSpan(User)%><br/><%= Flair(User)%></div> <% } else { %> <div class=”anon”>anonymous</div> <% [...]
Posted: February 5th, 2009 under QI Software, Tech Talk, WebObjects.
Comments: 1
Active Life Outdoor Challenge
Okay, so we got a Wii a few weeks ago (it might be two now). And we’ve been playing Wii Sports after the kids go down to bed. And just today we got this: Active Life Outdoor Challenge Wow. Okay, so I may have ruined any (you know me) street gamer cred I may have [...]
Posted: September 16th, 2008 under General, Tech Talk.
Comments: 1
Boston Area Mac Developers
I think I’ve mentioned it before (I have), but if you’re a Boston area Mac developer you’re really sitting pretty at the moment. There sure is a lot of interest in Mac developers coming across my wire these days.
Posted: June 27th, 2008 under Tech Talk.
Comments: none
A Short Story Word Cloud
I’m addicted! This is from the short story “A Short Story” (I’m fantastically lazy sometimes)… which I’m nearly certain I’ll be posting on RedRoom.com really soon. Again, cloud by Wordle.
Posted: June 19th, 2008 under General, Tech Talk, Writing.
Comments: none
“Destiny Calling” and Wordle…
Caught this fun little tag cloud service the other day… and created one for “Destiny Calling,” the story I recently posted to the RedRoom.com: See more at Wordle…
Posted: June 18th, 2008 under Tech Talk, Writing.
Comments: none
Testing Services in your App
A handy tool for testing services in your app is in the good old LaunchServices framework: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -f Running it without flags will print out usage info… a great tool to save you time logging in and out.
Posted: January 31st, 2008 under QI Software, Tech Talk.
Comments: none
Mac Devs in the Boston area
Anyone looking for Mac dev (Cocoa) work in the Boston area (Woburn), drop me a line. It’s not with me, which has to be a positive.
Posted: December 20th, 2007 under Tech Talk.
Comments: 1
Mark Bernstein: NeoVictorian 1: Civilization and its Discontents
Interesting first shot by Mark Bernstein, with promises for more: Mark Bernstein: NeoVictorian 1: Civilization and its Discontents Why do I say we are unhappy? … • Our scientific conferences are filled with papers that focus on incremental improvements observed when asking unskilled laborers (whom we call “novices”) to perform office chores. We call this [...]
Posted: October 16th, 2007 under General, Tech Talk.
Comments: none
NaNoWriMo Technology Suggestions
Took a look at this thread over on the geared up NaNoWriMo.org site and figured I’d write down my favorite tech suggestions. It’s basically culling my tools from this post, as well as a few of the general tools from this post: Writer.app for drafting, Tinderbox and OmniOutliner for thought organization and outlining, Mellel for [...]
Posted: October 11th, 2007 under NaNoWriMo, Tech Talk, Writing.
Comments: none