I've navigated five technology system transitions across 30 years. Now I work with revenue-stage SaaS CEOs on the AI transition - privately, as a thinking partner, with no agenda but theirs.
Engineering, product, executive - three disciplines, full depth. Chief architect. VP Product. CPO. CPTO. CEO. Four exits across every stage.
Most advisors see one slice - technical, product, or business. Three disciplines in full depth makes it possible to hold all of them simultaneously, without losing resolution when the conversation moves between them.
The CEOs I work with have read everything worth reading. The gap isn't information — it's that none of it maps onto their specific situation, and they've run out of people who can help make that translation without an agenda.
Skype Will Not Verify Phone - Google Voice Help
FYI - we have a google voice number for Food on the Table -and forward it to our SkypeIn number. However, at some point we realized that it wasn’t working. No matter what we did, we could not get a call to go thrugh Google Voice to SkypeIn.
Fortunately, I found an answer we had Skype set so that it would only"Receive Calls to my online number" from people in my contact list.
Fix for: can't use fluid with campfire anymore...
Now that 37signals centralized their user management, my existing Fluid-based campfire doesn’t work. Specifically, I can’t login because it keeps opening a new window in my regular browser to login, instead of completing the login within Fluid.
I googled for “can’t use campfire with fluid” and similar, and no luck. A little more digging and I found reference to Making Fluid Ssbs Browse Only Pages You Want - fluidapp | Google Groups.
All I had to do was to add launchpad.37signals.com to my whitelist of URL’s to browse in Fluid and it worked.
I’m posting this here so the next person may have a shorter route to find the answer.
Installing nokogiri Slicehost's Ubuntu Hardy
Here’s the steps to get nokogiri installed;
- sudo apt-get update
- sudo apt-get install libxml2-dev libxslt1-dev
- sudo gem install nokogiri
- sudo gem install racc
- sudo gem install rexical
- (at this point, when I tried "gem install how", it complained I didn't have RubyGems >= 1.3.1. which is required for "hoe")
- sudo gem install rubygems-update -v=1.3.4
- sudo update_rubygems
- sudo gem install hoe