RadRails 3 is looking nice

TextMate had better start waking up.

Posted via web from Structurally Sound Treehouse

Posted at on 11/18/09 by | 0 comments | Filed under:

control-r for bash interactive search

Searching the Command History

One of the greatest features of the bash shell is command history, which makes it easy to navigate through past commands by navigating up and down through your history with the up and down arrow keys. This is fine if the command you want to repeat is within the last 10–20 commands you executed, but it becomes tedious when the command is 75–100 commands back in your history.

To speed things up, you can search interactively through your command history by pressing Ctrl-R. After doing this, your prompt changes to:

(reverse-i-search)`':  


Start typing a few letters of the command you're looking for, and bash shows you the most recent command that contains the string you've typed so far. What you type is shown between the ` and ' in the prompt. In the example below, I typed in htt:

(reverse-i-search)`htt': rpm -ql $(rpm -qa | grep httpd)  


This shows that the most recent command I typed containing the string htt is:

rpm -ql $(rpm -qa | grep httpd)  


To execute that command again, I can press Enter. If I want to edit it, I can press the left or right arrow key. This places the command on the command line at a normal prompt, and I now can edit it as if I just typed it in. This can be a real time saver for commands with a lot of arguments that are far back in the command history.

 

Posted via web from Structurally Sound Treehouse

Posted at on 11/12/09 by | 0 comments | Filed under:

Amazing Latte Art

Follow the link for more.

Posted via web from Structurally Sound Treehouse

Posted at on 11/11/09 by | 0 comments | Filed under:

Crappy People versus Crappy Systems

This tendency to look for individual goats – and heroes – isn’t just a problem that permeates the world of sports. It is reflected in many misguided ideologies and management practices, which focus excessive energy on hiring stars and weeding-out mediocre and poor performers, and insufficient energy on building a great system that enables most competent people to succeed.

Posted via web from Structurally Sound Treehouse

Posted at on 11/4/09 by | 0 comments | Filed under:

Where the Wild Things Are

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Purdue Basketball #6 in ESPN pre-season rankings!!

6. Purdue: Matt Painter has the squad to compete with Michigan State, led by one of the most improved players in the country the past two years in JaJuan Johnson. Robbie Hummel should be healthy and the Boilermakers are now a serious player in the Big Ten and nationally.

Posted via web from Structurally Sound Treehouse

Posted at on 10/29/09 by | 0 comments | Filed under:

What Startups Are Really Like

What people wished they'd paid more attention to when choosing cofounders was character and commitment, not ability.

Posted via web from Structurally Sound Treehouse

Posted at on 10/26/09 by | 0 comments | Filed under:

What?! Transforming Bumblebee Costume!


Posted via web from Structurally Sound Treehouse

Posted at on 10/22/09 by | 0 comments | Filed under:

Lamb's Farm

Posted via web from Structurally Sound Treehouse

Posted at on 10/3/09 by | 0 comments | Filed under:

Predators!!

Posted via web from Structurally Sound Treehouse

Posted at on 9/30/09 by | 0 comments | Filed under:

Ruby Enterprise Edition 1.8.7-20090928 released

Just how important is this release? Well, Twitter has beta tested this release and they’re reporting roughly 30% improvement in throughput. Keep reading to learn more and follow us on @phusion_nl for the latest updates.

Posted via web from Structurally Sound Treehouse

Posted at on 9/29/09 by | 0 comments | Filed under:

Seth's Blog: If Craigslist cost $1

If you lead a group that allows anyone to join, for free, your group might be large, but it's not tight, it's not organized to make important change. Commitment slows things down in the short run, but ultimately aligns interests.

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

And . . . leap!

How it should have ended.

Posted via web from Structurally Sound Treehouse

Posted at on 9/25/09 by | 0 comments | Filed under:

Anti-Photo Shield?! You can do that?!

Lasers sweep the surroundings and when they detect a CCD, they fire a bolt of light right at the camera to obliterate any photograph.

via wired.com

Too bad Chelsea can't win titles as well as Roman can zap photos.

Posted via web from Structurally Sound Treehouse

Posted at on 9/21/09 by | 0 comments | Filed under:

Kanye West accosts Steve Jobs on stage

Posted via web from Structurally Sound Treehouse

Posted at on 9/16/09 by | 0 comments | Filed under:

Promiscuous title #1: Vice president - (37signals)

Titles are mostly bullshit at the best of times, but “vice president” seems to be bullshit all the time.

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

What?! Awesome! RAMBO V Synopsis

Posted via web from Structurally Sound Treehouse

Posted at on 9/8/09 by | 0 comments | Filed under:

Is your product an Ice Cream Glove or a Snuggie?

Is it sad that I have purchased two Snuggies?
Is it even sadder that, in retrospect, I think the Ice Cream Glove is a more useful item?

Posted via web from Structurally Sound Treehouse

Posted at on 9/3/09 by | 0 comments | Filed under:

The bar for success in our industry is too low - (37signals)

Evernote, says they are generating about $79,000/month in revenue. Then the article goes on to say “By January 2011, Mr. Libin projects, the company will break even.”

$79,000/month and they won’t break even until January 2011. So every day they’re losing money until 2011. And the title of the piece is “Using ‘Free’ to Turn a Profit”. What? How can the Times let a headline like this slide?

What?! It costs Evernote more than $79K a month to operate? To most people, outside of the technology industry, Evernote is an unknown product.

Posted via web from Structurally Sound Treehouse

Posted at on 9/2/09 by | 0 comments | Filed under:

Fixing colors in Terminal.app on 10.6

It’s Snow Leopard day zero, so of course I had to upgrade. All in all, everything is great. (Especially the multiple monitor window migration fix!)

But the #1 thing that annoys me about all OS X releases in the colors in Terminal.app. They’re pretty much unusable on a dark background (especially the blue). For some time, there have been hacks to fix the problem. Well of course these hacks didn’t work on 10.6 anymore.

Never one to shy away from the problem, I dove in. And we have success!

Here’s how to make it work:

  • Find Terminal.app in Finder (/Applications/Utilities), right click, “Get Info”
  • There is a checkbox “Open in 32-bit mode”, Check it!
  • Install SIMBL. Plugsuit was installed on my machine before, it freaks out because of the 10.6 changes. SIMBL silently just works or doesn’t.
  • Get My updated TerminalColours SIMBL plugin. See the original post for details on how to install it.
  • Restart Terminal.app
  • Enjoy your readable colors!

This works because InputManagers still work in 32bit mode, but not 64bit mode. So by forcing Terminal.app to run in 32bit mode, SIMBL can still hook in. I just had to update TerminalColours to swizzle a new method that 10.6 uses to pick colors.

Hope you enjoy!

You will need to do this if you are using the ir_black Terminal and Vim theme on Snow Leopard.

Posted via web from Structurally Sound Treehouse

Posted at on 8/31/09 by | 0 comments | Filed under:

Saturday morning at Deerfield's bakery

Posted via email from Structurally Sound Treehouse

Posted at on 8/15/09 by | 0 comments | Filed under:

"Here's how you clean a toilet," he said.

"Here's how you clean a toilet," he said.

And he got down on his knees in front of the porcelain bowl -- in his pressed-starched-spotless dress uniform -- and scrubbed it with his bare hands until it shined.

To a 19-year-old assigned to clean toilets, which is almost by definition the worst possible job in the world, the sight of this high-ranking, 38-year-old, manicured, pampered disciplinary officer cleaning a toilet was a shock. And it completely reset my attitude. If he can clean a toilet, I can clean a toilet, I thought. There's nothing wrong with cleaning toilets. My loyalty and inspiration from that moment on were unflagging. Now that's leadership.

Posted via web from Structurally Sound Treehouse

Posted at on 8/11/09 by | 0 comments | Filed under:

Mike Birbiglia's "Porno for Parents" - Animated!

Posted via web from Structurally Sound Treehouse

Posted at on 8/2/09 by | 0 comments | Filed under:

DRIZNAH

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Apple Claims New iPhone Only Visible To Most Loyal Of Customers

"I am proud today to introduce to those who really, truly deserve it, our most incredible iPhone yet," announced Apple CEO Steve Jobs, extending his seemingly empty left palm toward the eagerly awaiting crowd. "Not only is this our lightest and slimmest model ever, but as any truly savvy Apple customer can clearly see, it's also the most handsome product we've ever designed."

Posted via web from Structurally Sound Treehouse

Posted at on 7/29/09 by | 0 comments | Filed under:

Real Men of Genius - Mr. One Strap Backpack User

This is like riding a bike in wheelie mode all the time.

Posted via email from Structurally Sound Treehouse

Posted at on 7/17/09 by | 0 comments | Filed under:

My almost perfect vim files

Vim is in. TextMate is out.

Here are my dot files and vim settings.

http://github.com/fredlee/mydotfiles/tree/master

Feel free to use these for the good of all people.

Some highlights:

  • ir_black is the best color scheme. I finally got it working with popups when running Vim in Terminal (i.e. not MacVim). Before anything that triggered a popup, such as word completion, or FuzzyFinder TextMate, was useless because the popup's color was the same as the backgrounds. You could not see what you were choosing.
  • Use 'jj', instead of 'esc'.
  • ',F' for Ack in Project
  • After a search, use the spacebar to toggle on/off highlighting the search results.
  • ',v' for a equally sized vertical split window
  • ',w' to move to the next window

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

$18M Being Spent to Redesign Recovery.gov Web Site

$18M Being Spent to Redesign Recovery.gov Web Site

What?! Who is doing this for them? Even at crazy high rates, this number is is nuts.

($200/hour)(40 hours/1 week)(52 weeks/1 year) = $416,000/year

5 year long project.

($416,000/year)*5 years = $2,080,000 (we still have not spent $18 million)

It is going to take about 8.5 people, 5 years at the cost of $18 million to "redesign" a web site? Forget "redesign". Let say they are actually going to "redo" the website. Sounds like that SOW was a winner.

Posted via web from Structurally Sound Treehouse

Posted at on 7/14/09 by | 0 comments | Filed under:

The Perfect iTunes Equalizer Setting

Posted via web from Structurally Sound Treehouse

Posted at on 7/10/09 by | 0 comments | Filed under:

Currently reading . . .

Posted via email from Structurally Sound Treehouse

Posted at on 7/8/09 by | 0 comments | Filed under:

So that's how he did that smooth criminal lean move!

I am sort of disappointed in this. I really thought he just had crazy calf muscles.

Posted via web from Structurally Sound Treehouse

Posted at on 6/27/09 by | 0 comments | Filed under:

Why ROI Is Broken - BusinessWeek

The real reason to actively distrust ROI projections is the other side of the equation: Most IT shops are punting when it comes to capturing the true cost of the investment. The reason is that almost half of the cost of new IT projects is labor and the only way to accurately measure labor costs is through time sheets. According to research by the Corporate Executive Board, fewer than 30% of the largest IT shops in the world have effective time-tracking capabilities.

For the remaining 70%, conventional wisdom indicates that "guesstimation" is okay—after all, labor costs are being measured in toto, so the overall portfolio cost appears right. However, this approach ignores the benefits of understanding project-level costs. Those costs inform portfolio prioritization, become the foundation for resource estimation and productivity improvements, underpin outsourcing initiatives, allow leadership to understand capacity peaks and valleys across the organization, and are the currency of the right conversation with individual business sponsors.

IT leaders looking to construct believable ROI metrics should not underestimate the value of time sheets and can follow these lessons to maximize their measurement potential:

• Make sure staff are convinced that the time sheets are not an attempt to micromanage activities. They must be motivated to hit utilization targets.
• Project managers should check in with their staff on a weekly basis to ensure that they are allocating their time to the appropriate project codes. In addition, codes must have caps on them to ensure projects are not being billed to in error.
• Loop in HR and compliance in advance in order to proactively manage staff overtime hours worked.

Posted via web from Structurally Sound Treehouse

Posted at on 5/8/09 by | 0 comments | Filed under:

Site-specific app for Rails docs

Posted via web from Structurally Sound Treehouse

Posted at on 5/6/09 by | 0 comments | Filed under:

I saw it on Oprah


So true. So true

Posted via web from Structurally Sound Treehouse

Posted at on 5/4/09 by | 0 comments | Filed under:

MF Bliki: FlaccidScrum


There's a mess I've heard about with quite a few projects recently. It works out like this:

  • They want to use an agile process, and pick Scrum
  • They adopt the Scrum practices, and maybe even the principles
  • After a while progress is slow because the code base is a mess

What's happened is that they haven't paid enough attention to the internal quality of their software. If you make that mistake you'll soon find your productivity dragged down because it's much harder to add new features than you'd like. You've taken on a crippling TechnicalDebt and your scrum has gone weak at the knees. (And if you've been in a real scrum, you'll know that's a Bad Thing.)

I've mentioned Scrum because when we see this problem, Scrum seems to be particularly common as the nominative process the team is following. For many people, this situation is exacerbated by Scrum because Scrum is process that's centered on project management techniques and deliberately omits any technical practices, in contrast to (for example) Extreme Programming.

Posted via web from Structurally Sound Treehouse

Posted at on 4/23/09 by | 0 comments | Filed under:

Crap Code Inevitable? Rumblings from ACCU.


In my keynote I attempted to show the historical trajectory that has led to the emergence of the software craftsmanship movement. My argument was that since the business practices of SCRUM have been widely adopted, and since teams who follow those practices but do not follow the technical practices of XP experience a relentless decrease in velocity, and since that decrease in velocity is exposed by the transparency of scrum, then if follows that the eventual adoption of those technical XP practices is virtually assured. My conclusion was that Craftsmanship was the “next big thing” (tm) that would capture the attention of our industry for the next few years, driven by the business need to increase velocity. (See Martin Fowler’s blog on Flaccid Scrum) In short, we are on a trajectory towards a higher degree of professionalism and craftsmanship.

Nicolai’s thesis was the exact opposite of mine. His argument was that we are all ruled by marketing and that businesses will do whatever it takes to cut costs and increase revenue, and therefore businesses will drive software quality inexorably downward. He stipulated that this will necessarily create a crisis as the defect rates and deadline slips increased, but that all attempts to improve quality would be short lived and followed by a larger drive to decrease quality even further.

Josuttis’ talk was an hour of highly depressing rhetoric couched in articulate delivery and brilliant humor. One of the more memorable moments came when he playacted how a manger would respond to a developer’s plea to let them write clean code like Uncle Bob says. The manager replies: “I don’t care what Uncle Bob says, and if you don’t like it you can leave and take Uncle Bob with you.”

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Lessons Learned: Validated learning about customers


The problem stems from selling each customer a custom one-time product. This is the magic of sales: by learning about each customer in-depth, they can convince each of them that this product would solve serious problems. That leads to cashing many checks. Now, in some situations, this over-selling would lead to a secondary problem, namely, that customers would realize they had been duped and refuse to re-subscribe. But here’s where a truly great sales artist comes in. Customers don’t usually mind a bait-and-switch if the switched-to product really does solve an important problem for them. These salesmen used their insight into what their customers really needed to make the sale and then deliver something of even greater value. They are closing orders. They are gaining valuable customer data. They are close to breakeven. What’s the problem?

This approach is fundamentally non-scalable. These founders have not managed, to borrow a phrase from Steve Blank, to create a scalable and repeatable sales process. Every sale requires handholding and personal attention from the founders themselves. This process cannot be delegated, because it’s impossible to explain to a normal person what’s involved in making the sale. The founders have a lethal combination of insight about what potential customers want and in-depth knowledge about what their current product can really deliver. As a result, potential customers are being turned away; they can only afford to engage with the customers that are best qualified.

Another great article from startuplessonslearned.blogspot.com.

The key phrase if "This approach is fundamentally non-scalable."

This reminds of every company I have ever worked at. But, one in particular stands out. If you know what I am talking about, holla!

Posted via web from Structurally Sound Treehouse

Posted at on 4/17/09 by | 0 comments | Filed under:

DiggBar Stories - All negative - My view


Stories:
DiggBar Blockers:
Editorial comment:

I cannot believe the amount of bad press this is getting.  Is it really that big of a deal?

Personally,  I think the DiggBar is a bad idea.  But, it is no different than any other shady method of increasing page views.

Is it really that surprising?  Digg's entire survival is based on always increasing page views.  By default, something like this was always going to happen.

The way I look at it is if Digg wants to do this, then so be it.  We don't have to use Digg.  And, over time, the "market" will either let Digg live or die.  And, mistakes like this will cause it to die.

I don't use Digg.  I have an account.  But, it is pretty much unused.  I have never found Digg to be useful in any way.

I do not use Digg for the following reasons.

* Crappy content.  Seriously.  Some of the stuff that makes it to the front page is utter trash.

* Way too much noise.  By "noise", I mean that Digg is completely useless for trying to find information.  The categories mean nothing.  And, the popularity of the article means nothing.  Relevance is apparently irrelevant.  When is the last time you went to Digg to find information about that programming problem?  Just saying . . .

* Too many immature users.  I know this cannot be controlled.  Regardless, it does lead to the uselessness of Digg.

* The concept of "Digging" is flawed.  How so?  What are you digging?  The article?  What if the article is something that people should read, but you are opposed to its content?  Do you "digg" it?  By "digging" it, are you saying that you agree with the content of the article?  Or, are you digging the title that the Digg user's added?  Do you go read the article, then read the title and summary, and then decide to digg it?  Maybe as a non-Digg user, I am missing the point.  If so, please put me in my place. 

Posted via web from Structurally Sound Treehouse

Posted at on 4/13/09 by | 0 comments | Filed under:

Yes! Kuyt to stay at Liverpool!


Liverpool forward Dirk Kuyt has signed a two-year extension to his Anfield contract, tying him to the Merseyside club until at least 2012.

The 28-year-old Holland international's current deal was due to expire at the end of next season and manager Rafael Benitez is delighted Kuyt has joined captain Steven Gerrard in committing his long-term future to Liverpool.

We all knew that there was no way Gerrard was leaving Liverpool. So, it was only a question of whether others we be resigned. Kuyt is a huge signing. He is like Park Ji Sung. Only better.

Posted via web from Structurally Sound Treehouse

Posted at on 4/3/09 by | 0 comments | Filed under:

A Paul Walker movie can't be bad, can it?


FAST AND FURIOUS left me annoyed, bored, and eager to get the hell out of the theater and see something better right away. If you go in with the lowest possible expectations, you might have a good time at all the glitzy cinematography and occasional scantily clad female. And director Lin certainly has an eye for making Diesel's straining pectorals look shiny and lumpy on film under a host of tight shirts, but beyond those few high points, there's really nothing here to recommend.

Still seeing this. But, maybe, I'll Netflix it.

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Gmail: If a sender and recipient both have Autopilot on?


What happens if a sender and recipient both have Autopilot on?

Two Gmail accounts can happily converse with each other for up to three messages each. Beyond that, our experiments have shown a significant decline in the quality ranking of Autopilot's responses and further messages may commit you to dinner parties or baby namings in which you have no interest

Ahahahahahahhahah!!!!

Posted via web from Structurally Sound Treehouse

Posted at on 4/1/09 by | 0 comments | Filed under:

Rail Spikes: 10 Cool Things in Rails 2.3


Posted via web from Structurally Sound Treehouse

Posted at on 3/30/09 by | 0 comments | Filed under:

MacBook Mini Rumor - Why does "thin" == "weak"?


I think this is a very plausible concept/rumor.

Personally, I think Apple should take all of their laptops into a more "Air-esque" fashion. Thinner, enclosed battery, remove the optical drive, less ports . . .

I would be first in line for a 15 inch MacBook Pro Air. But, why does "thin" equal "weak"? Is it an issue of CPU heat dispersion? Thin does not allow proper air flow?

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Oh, Apple, That Thing You Do (Part I) - The Mac Observer


Apple's generally doesn't give people raises because most employees are so happy to be working for Apple -- and fearful of being fired by Mr. Jobs -- they don't worry about raises. However, small bonuses are given for great work. Also, the giddiness over receiving a free iPhone can fold under the pressure of the spouse pointing out that a 3 percent raise for most is worth many, many iPhones and pays the household bills.

I wonder how true this statement is. How can any successful company in this day-and-age treat their employees like this? And, if it is true, why haven't we seen a decline is Apple's quality? The quality seems to have gone up.

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

8 PowerPoint Train Wrecks


Say it all together now, "Less is more".

Posted via web from Structurally Sound Treehouse

Posted at on 3/26/09 by | 0 comments | Filed under:

The four stages of programming competence « Devthought


Stage 4: Unconscious competence

This is the ultimate stage of programming mastery. It’s not only the result of accumulated knowledge, but the result of a set of logic rules that have been slowly imprinted on the individual’s mind through the years.

We know we’re dealing with such a person when one cannot help but admire the ease with which extremely complex solutions are provided. This type of programmer seems to smell, not think, his way to a solution.

Writing optimized, maintainable and secure code, applying design patterns and picking the right set of tools he’ll be working with come naturally. This guy can work with ease on multiple languages and platforms.

Posted via web from Structurally Sound Treehouse

Posted at on 3/24/09 by | 0 comments | Filed under:

Manton Reece: Defending Safari 4 tabs


The Safari 4 tabs are conceptually the right way to go. It's not tabs at all. Instead, think of it as an efficient way to dock multiple windows together.

I like the new tabs. Takes a little while to get used to. But, overall, it is probably the correct UI design.

Posted via web from Structurally Sound Treehouse

Posted at on 2/25/09 by | 0 comments | Filed under:

James Shore: The Decline and Fall of Agile


It's human nature to only do the stuff that's familiar and fun, and that's what has happened with Agile. People look at agile methods as a chinese menu of practices, choose the few that look cool, and ditch the rest. Unfortunately, the parts they leave out are the parts that make Agile work. Scrum makes it worse by ignoring important (but hard) agile engineering practices, and the Scrum Alliance makes it worse still with their armies of trainers--some good, some not--issuing dubious ScrumMaster certificates to people who demonstrated competence in connecting butt to chair for two days.

This is an important post and comments thread. Fred, re-read this later. It might confirm why Scrum is not working for your team.

Posted via web from Structurally Sound Treehouse

Posted at on 2/23/09 by | 0 comments | Filed under:

A possible cure for peanut allergies


Children with severe peanut allergies have been cured in the world's first successful treatment for the potentially fatal disorder, doctors have announced.

For someone with a niece with a severe peanut allergy, this is great news!

Posted via web from Structurally Sound Treehouse

Posted at on 2/20/09 by | 0 comments | Filed under:

Learning new Mac Leopard keyboard shortcuts


Learning new keyboard shortcuts

If you like to be a bit adventurous, or at least discover some new things every once in a while, here’s a great way of finding some new keyboard shortcuts. In any application, open the menu and take a look at what commands are available. Some of these commands have their keyboard shortcuts displayed right next to them. What you may not know is that some of these commands have alternate behaviours when you press a certain modifier, such as the key.

For example, open a Finder window and then open the File menu. Now press and hold the key without clicking any command. See how some menu items change to reflect the modifier being pressed? Try the ctrl key for some more commands. This works with some contextual menu items, too. Just try it out with some different types of files.

This works not only in Finder but in many applications too. It’s a great way of learning all those useful keyboard shortcuts that can make your Mac life more productive and enjoyable.

Posted via web from Structurally Sound Treehouse

Posted at on 2/18/09 by | 0 comments | Filed under:

I hate sandcastles.


i_hate_sandcastles

Posted via web from Structurally Sound Treehouse

Posted at on 2/16/09 by | 0 comments | Filed under:

Make It More Awesome - The Coffee Condiment Bar


I am starting a new series of posts.  I am calling them "Make It More Awesome" (MIMA . . . mee-mah) posts.  These are things I see everyday, and just think to myself, "Man, this sucks!  Someone really needs to innovate this!  Make it more awesome please!"

The Coffee Condiment Bar

I am not sure what this is called in the industry.  I am referring to that little table where you add cream, and sugar to your coffee.  This thing sucks.  Someone please make it more awesome!

Why does it suck:

  • Filthy - Starbucks is the worst. 
  • Lack of Space - Taking the cover off a steaming hot cup, adding cream and sugar, and then tasting it to make sure you added enough while carrying a bag is difficult enough.  Add a morning crowd.  Add a person next to you who has a 4 Venti's and roller laptop bag thing. 
  • Elbows - This is a recipe for disaster.  Elbows are everywhere!  Try taking a cover off one of those cups without doing a Dikembe Mutomo.
  • dikembe_mutombo_elbow
  • Bottleneck - Why don't they have more of these?  I don't feel like getting in another line after standing in line to get the coffee.
  • Room for cream - I do this.  We all do.  I want to add cream.  There is too much coffee.  What do you do?  Yeah, that's right.  Pour it into the trash.  Not sure, but pouring a molten hot liquid into a 4 inch hole while carrying a bag with a shaky non-caffeinated hand seems like a bad idea.  Just saying.
  • Out of half-and-half - Honestly, at least 50% of the times, the half-and-half is empty.  The other 50% of the time, they are out of sugar.  So, a 100% of the time, I am pissed.

How to MIMA:

  • Just make the area larger.  This will solve a lot of problems.
  • Make it 360 degress accessible.  Don't push it up against a wall.  The Borders near my home does this well.  The area is accessible from all angles, and it is in the middle of the cafe area.
  • Innovate the cream and sugar dispensing devices.  A "container of some sort" is so 90's.  How about some pump device that dispenses exact amounts.  Cream?  Pump, pump.  That's 2 creams.  Sugar.  Pump, pump, pump, pump, pump, pump. 
  • Copy McDonald's - Ever notice how McDonald's does this?  They have this device that pumps out the cream and sugar.  Quick and precise.  Adapt that to the condiment bar area.  I should just walk up, cover off, pump, pump, pump pump, and done!
  • Add a drain of some sort.  I could dispense water, and accept molten hot liquid for making room for cream.
  • Clean it!  Often!
  • Keep it stocked. 

Out.

Posted via web from Structurally Sound Treehouse

Posted at on 2/12/09 by | 0 comments | Filed under:

Kindle, it's me . . ..


Posted via web from Structurally Sound Treehouse

Posted at on 2/11/09 by | 0 comments | Filed under:

doane paper grid+lines notebook


I got my doane paper grid+lines notebook yesterday.  

http://doanepaper.com/

  • Paper cover (very heavy weight paper cover)
  • Pages seem to be thicker than the Moleskine's

I am looking forward to trying it out.  

moleskine_doanepaper

grid_lines

Posted via web from Structurally Sound Treehouse

Posted at on 2/10/09 by | 0 comments | Filed under:

Jason Mraz - I'm yours (live in Korea)


I love how the Korean crown just sits there and claps along.  Perfectly illustrates the culture.  The back up singer has some mad hand drumming and harmonizing skills.  I wonder if the crowd is understanding what he is saying during the improv'ed ending.  

Posted via web from Structurally Sound Treehouse

Posted at on 2/9/09 by | 0 comments | Filed under:

Learning all the time! (will make you awesome)


http://sethgodin.typepad.com/seths_blog/2009/02/learning-all-the-time.html

Why did you stop educating yourself when you graduated?

The #1 habit successful people share with me is this: They read books to learn. They do it often and with joy. It's cheap (or free, at the library or online) and portable and specific.

I love that last quote.  "They read books to learn . . . do it often . . . with joy."  Previously, I posted about how I like to ask job candidates what they are currently reading (http://structurallysoundtreehouse.com/favorite-non-technical-intervi).  I think Seth's post sums up my reasons for asking that question.  In other words, are you educating yourself?  Are you going to be successful?  Will you be awesome?!

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Hot Pot => Chinese Fondue


Yesterday, I had Hot Pot for lunch in Chicago's China Town.  I had never heard of this. 

If you have not either, educate yourself:  http://en.wikipedia.org/wiki/Hot_pot

It is this pot of regular and spicy broth in a two-section hot pot.  You get all raw meats, sea foods, vegatables, tofu, noodles, etc.  Cook the stuff in the hot pot.  Eat! 

The photos make it look kind of disgusting.  But, you just have to man up.  Get over it.

It was pretty awesome!

IMG00034

IMG00036

Posted via web from Structurally Sound Treehouse

Posted at on 2/4/09 by | 0 comments | Filed under:

The Uncanny Valley


Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Screen - The Terminal Windows Manger - The Awesome!


First, here is a good tutorial for using Screen:  http://www.linuxjournal.com/article/6340

Screen is great for keeping long running processes running.  This is especially useful if you are ssh'ed into a server.  But, I know people who live in Screen even locally.  Not sure what the benefit is of that.  But, to each his own.

Some Screen Commands

Whenever you see something like "ctrl+a, c", that means "ctrl+a" then press "c".

From the command line:

  • screen => Starts screen
  • screen -R => (Note that this is run from the command line, not from within screen.)  Re-attach all open screen windows.  This will re-attach you to the sweet processes running in screen.
  • screen -ls => Lists the currently running screen sessions.

From within a Screen session:

  • ctrl+a, c =>  starts a new screen shell (or window)
  • ctrl+a, p => go to previous window
  • ctrl+a, n => go to next window
  • ctrl+<number> => Each of your Screen windows are given a number.  You can navigate to one with this key binding.
  • ctrl+a, " =>  list all the active screen windows.  use "j" and "k" to navigate up and down the list.  hit enter to choose a window.  may be able to use the up or down arrow.
  • ctrl+a, shift+a => rename the screen window.  This is key.  I rename all my active Screen windows to something descriptive, such as "Mongrel Log" for the log file I am tailing.
  • ctrl+a, k => kill the current window.  This will kill any processes in that window.
  • ctrl+a, \ => kill all the windows
  • ctrl+a, d => detach screen.  This will remove you from screen.  But, all the screen windows you had active (which are running sweet processes) will still be running.

Fix the delete key issue

On my mac, the "delete" key does not delete when in screen.  You need to do this to fix it. On the system from which the screen command will be run, add the following line to the ~/.bashrc file.

alias screen='TERM=screen screen'

Make sure the restart the user's shell session.

.screenrc file

Create one of these in your ~ directory.  Anyone have a really sweet one?  Please share.

I don't have a lot of Screen customizations.  But, the one I must have is this one.  See the image below.

Here is what you need in order to get that:

hardstatus alwayslastline "%{= wk}%H | %-w%{+u r}%n %t%{= wk}%+w%{= wk}"

20081017.1 cnuapp@fatjade: /export/web

Posted via web from Structurally Sound Treehouse

Posted at on 2/3/09 by | 0 comments | Filed under:

Favorite non-technical interview questions asked and like to ask.


Have been asked:

If you could have one super power, what would it be?

My answer was:  

Teleportation.  Basically, I don't think time should be wasted simply because you need to get from point A to point B.  Now, if you want to take the scenic route to enjoy the beauty of nature, then that is fine.  I was just referring to efficiency and being awesome.

It turns out that my type of answer was a good one.  It indicates that I might like to get things done, work fast, or work hard.  In any case, I thought it was a half-way clever way of asking a pseudo psychological question without getting too crazy.

BTW:  This question was asked by John Scott (@jszilla).  John, sorry if I am giving away your secret "go to" question.  But, no worries.  No one reads this blog.

 

Like to ask:

What book is on your nightstand (in your book bag) right now?

I ask this question for the following reasons:

  • Does this candidate read?  I believe you need to constantly be searching and learning.  I don't care about the topic.  Just read.
  • I am genuinely interested.  Usually, this can lead to other questions about outside, non-technical interests.  It may reveal something about the candidates fit with the culture.
  • I may also, in the alternative, ask the Top 3 blogs you read everyday, or something like that.

 

Stupid non-technical questions I have been asked and I never ask:

What do you see yourself doing in 5 years?

Could there be a more useless question?!  There is no correct way to answer this!  It is just a stupid question that is asked when you do not know what else to ask.  

If anyone says, "I hope to be working here and have moved up the ranks."  I know that person is shoveling crap.  Why?  There is no way that person could possibly know that they want that.  It is the canned response to a stupid question.  If anyone can think of a legit reason for this question, please let me know.

Let's say you have a disagreement with a team member.  How do you resolve this?

Say it with me, "Well, I would really try to work with that individual and talk the issue through.  I would try to understand their viewpoint and give them the benefit of the doubt.  If that fails, then I would privately escalate the issue to my superior.  blah, blah, blah . . ."  

Is there a wrong answer to this except for, "I would not resolve it."?

Out.

Posted via web from Structurally Sound Treehouse

Posted at on 1/28/09 by | 0 comments | Filed under:

My current Desktop on my Mac


MinMaxClose_2560

It looks awesome! Click the link and download it for yourself!

Credit goes to here: http://-kol.deviantart.com/art/MinMaxCLose-63569813

Posted via web from Structurally Sound Treehouse

Posted at on 1/22/09 by | 0 comments | Filed under:

Currently Reading


I will post later about Pragmatic Thinking and Learning, and Outliers. There is just too much good stuff to keep to myself.

At any given time, I might be reading 3-4 books. A couple will be about programming/technology.  Another will be about management/innovation/marketing.  The last will be my "for fun" book. Usually, it is a fantasy novel. I started on the Wheel of Time series based on a recommendation from Jamis (@jamis).

pragmatic_thinking_and_learning

Pragmatic Thinking and Learning: Refactor Your Wetware (Pragmatic Programmers)

outliers

Outliers: The Story of Success

wot_eye_of_the_world

The Eye of the World (The Wheel of Time, Book 1)

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Awesome Firefox Add On: SiteLauncher


If you are a Mac user, and you are anything like me, you go back and forth between Firefox and Safari as your primary browser.  Firefox for its Add Ons, such as Firebug.  And, Safari for its Mac-esque-nes.

One "must have" Safari feature for me, was the ability to bind a keyboard shortcut to a bookmark that is in your Bookmarks Bar.  It is possible that you did not even know of this feature.  If you put a bookmark into your Bookmarks Bar, Safari will give it a Comand+<number> keyboard short cut.

safari_keyboard_shortcuts

 

Well, now, Firefox has something just as awesome!  SiteLauncher:  https://addons.mozilla.org/en-US/firefox/addon/10127

On a Mac, you hit control+alt.  A sweet looking HUD appears.  Hit a key.  Opens a site.

 

firefox_sitelauncher

Posted via web from Structurally Sound Treehouse

Posted at on 1/20/09 by | 0 comments | Filed under:

Awesome Firefox Add On: SiteLauncher


If you are a Mac user, and you are anything like me, you go back and forth between Firefox and Safari as your primary browser.  Firefox for its Add Ons, such as Firebug.  And, Safari for its Mac-esque-nes.

One "must have" Safari feature for me, was the ability to bind a keyboard shortcut to a bookmark that is in your Bookmarks Bar.  It is possible that you did not even know of this feature.  If you put a bookmark into your Bookmarks Bar, Safari will give it a Comand+<number> keyboard short cut.

safari_keyboard_shortcuts

 

Well, now, Firefox has something just as awesome!  SiteLauncher:  https://addons.mozilla.org/en-US/firefox/addon/10127

On a Mac, you hit control+alt.  A sweet looking HUD appears.  Hit a key.  Opens a site.

 

firefox_sitelauncher

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Lessons Learned: What does a startup CTO actually do?

Lessons Learned: What does a startup CTO actually do?

Posted at on 1/16/09 by | 0 comments | Filed under:

I, CTO


http://startuplessonslearned.blogspot.com/2008/09/what-does-startup-cto-actually-do.html

So, what is a CTO supposed to be doing all day?  I think Eric Ries, in the above post, sums it up pretty well.

The CTO's primary job is to make sure the company's technology strategy serves its business strategy.

So concise.  So correct.  The key phrase in that statement is "serves its business strategy".  Technology often forgets why it exists.  Why does technology exist?  It exists to serve some function.  If you work for a company, that function is for business.  And, if you are really lucky, that business is transforming the world, and culture.

He goes on to identify 5 (+1) key skills for a CTO.

  • Platform selection and technical design
  • Seeing the big picture (in graphic detail)
  • Provide options
  • Find the 80/20
  • Grow technical leaders
  • Own the development methodology
I think this is a great list of duties for a CTO.  It reads almost like a job description.  I think all technologists who aspire to be a leader in their field should find ways to improve these skills.

Below are my thoughts on some of those skills lists.

Provide options

Some technologists have a tendency just to "decide for you" and give you the "best" option, but that's dangerous. You can't have an honest dialog if one party knows all the answers.

"Some"?  I would say "most" technologists.  Usually, when a technologist says, "That's impossible."  What they really mean to say is "I don't want to do that because I don't know the technology you are talking about, and I kind of think you are an idiot, and by the way, I have this piece of code that I wrote 20 years ago that we should use, and basically, I don't care about the business, I care about Perl."  

Too many technologists only think about technology.  What good is technology if it is not meeting a business need?  Provide options.  Be a collaborator.  Collaboration is the key to honest dialog.  Collaboration builds trust.  So, get out of your cave and start collaborating.  

Find the 80/20

Once I understood what the objective of their feature was for customers, I could sometimes see a way to get 80% of the benefit for 20% of the cost.

Now, we are talking!  Everyone, all up and down the food chain, needs this skill!  

This is of ultimate importance for the CTO.  Why?  Because technology is friggin' expensive.  Because a technology project is never 100% done.  Because technology is never as easy as you think it is.  The key to "getting done" is getting 80% done.  Then, decide if doing the rest is part of the technical and business strategy.  If the CTO (or an leader for that matter) cannot grasp the 80/20 concept, costs will rise while project timelines increase.  A losing proposition indeed.

Grow technical leaders

By delegating and training, we create a corps of leaders who could step in to provide CTO-like services on demand. And by working together, we created a team whose whole was greater than the sum of its parts.

In other words, the CTO needs to mentor.  To me, this is a no-brainer.  For anyone in leadership, one of their main day to day activities should be to mentor.  ABM (Always be mentoring).  But, I am constantly amazed at how little mentoring is done.  I have found that when I mentor someone, it is always a growing experience for me.  I think I get more out of it than the mentee.  Why?  Teaching something is the best way to learn something.  Plus, you can't BS someone you work with everyday.

Out.

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Great Git site => gitready.com


http://gitready.com/

Quick snippets of Git tips and tutorials.

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Great Git site => gitready.com


http://gitready.com/

Quick snippets of Git tips and tutorials.

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

L.L.Bean: Bean Boot Gumshoe


http://www.llbean.com/webapp/wcs/stores/servlet/CategoryDisplay?categoryId=22812&storeId=1&catalogId=1&langId=-1&parentCategory=503394&feat=503394-tn&cat4=503383

llbean_gumshoe

Got these in the mail yesterday.  Just in time for this crazy cold weather in Chicago.

Gotta say that I like them so far.  They have that "I'm too cold to care what they look like, and that is what makes me more awesome than you" look to them.  Waterproof.  Warm (get the Thinsulate ones).  Comfortable.  Affordable.  Awesome.  If you get them, following L.L.Bean's sizing guide.  These run large.  No.  These run huge.

Posted via web from Structurally Sound Treehouse

Posted at on 1/15/09 by | 0 comments | Filed under:

L.L.Bean: Bean Boot Gumshoe


http://www.llbean.com/webapp/wcs/stores/servlet/CategoryDisplay?categoryId=22812&storeId=1&catalogId=1&langId=-1&parentCategory=503394&feat=503394-tn&cat4=503383

llbean_gumshoe

Got these in the mail yesterday.  Just in time for this crazy cold weather in Chicago.

Gotta say that I like them so far.  They have that "I'm too cold to care what they look like, and that is what makes me more awesome than you" look to them.  Waterproof.  Warm (get the Thinsulate ones).  Comfortable.  Affordable.  Awesome.  If you get them, following L.L.Bean's sizing guide.  These run large.  No.  These run huge.

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Awesome Gmail Labs Features


Create a Document

Ever wanted to create a document from an email conversation thread?  This is a great feature.  My emails contain all sorts of awesomeness, such as feature requests (that get shot down), technical specs, passwords to my money, and really good stuff.

gmail_create_a_doc

Send and Archive

I archive everything in order to keep a clean inbox.  Also, I don't label stuff.  I just search.  So, this is a great for me.

gmail_send_and_archive

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

Awesome Gmail Labs Features


Create a Document

Ever wanted to create a document from an email conversation thread?  This is a great feature.  My emails contain all sorts of awesomeness, such as feature requests (that get shot down), technical specs, passwords to my money, and really good stuff.

gmail_create_a_doc

Send and Archive

I archive everything in order to keep a clean inbox.  Also, I don't label stuff.  I just search.  So, this is a great for me.

gmail_send_and_archive

Posted via web from Structurally Sound Treehouse

Posted at on by | 0 comments | Filed under:

UI Show Down: MS Office Outlook v. Apple Mail


For me, it has been a long time since I have HAD to use MS Outlook.  Recently, because of "IT" issues, I have had to use MS Outlook via Crossover.  I am still on my Mac.  But, still . . . it kind of sucks.  I was struck and reminded of the UI design differences between MS and Apple.

Take a look.

ms_outloo_ui


apple_mail_ui

Posted via web from Structurally Sound Treehouse

Posted at on 1/13/09 by | 0 comments | Filed under: