ActiveState Founder Steps Aside
Lumpish Scholar writes "ActiveState founder Dick Hardt has quit. Or, as the press release puts it, "ActiveState Expands Board & Founder Steps Aside." No reason for the resignation was given, unless you count, "The company is looking to become a $100 million company, and they're looking for someone ... that [sic.] has that experience." ActiveState (profitably!) distributes its own proprietary products, and also both free and commercially supported versions of Perl, PHP, Python, Tcl, and XSLT, having given back significantly to the free / Open Source communities associated with those languages."
is to know when to step aside. Executives don't take note of this fact nearly often enough, especially in high tech. If more had taken such notice and taken action at the appropriate time I doubt we'd be in quite the economic situation we're in now.
Why does every company have to become $100M+ in size. Why can't they grow the market that they serve now? It's this need for disruptively fast riches that's driving the WorldCom silliness. It's really OK to be a small to medium company with steady growth.
My prediction is that they'll take on huge debts & expenses to try to expand, fail in 90% of their new "expansion" markets, and die completely or settle back to their same growth curve and niche only saddled with several times more debt. Are there any studies on companies trying for excessive growth?
Some random tips...
/etc/passwd, I think if you log in locally, it will set it up for you, but if you log in from the net it won't pull in the entire domain (probably for the good). do: /etc/passwd /etc/passwd
.bashrc, make sure you have a .bash_profile that sources .bashrc. I found out it's not done automatically.
1) Make sure you set up your
mkpasswd -l >
mkpasswd -d -u USERNAME >>
2) The Cygwin bash term (like if you go to the start menu and get a bash shell) takes the standard ANSI escape sequences. So you can do the normal PROMPT_COMMAND things and have your cwd in the title in the term window. I love this. Problem is, the termcap doesn't seem to totally jibe with termcaps on the Solaris machines I log in to, so I still have to use XTerms if I want scrolling in say man pages to work right. Set this up in the
3) cygstart (in the cygutils package) is your friend. It's the glue that integrates the Windows and Cygwin sides well. cygstart --open on a Windows App path will open it in a new window. cygstart --open on a doc will open the doc in the app associated with it in Windows. If you pass in paths from cygwin to a windows app, translate the path before. Here, $(cygpath -w unix_style_path) is your other friend.
4) If you want to open a cygwin app without the attendant DOS window, check out the run utility.
5) Look for "Command Prompt here" on Microsoft web sites. Then open up RegEdit, look for DosHere, and change the command to the path to your bash shell. Then you can open up bash shells in any directory. Nice.
$100 million is a stretch for a programming tools company. Metrowerks was acquired by Motorola for US$95 million in 1999. Metrowerks had good technology, a lock on the Mac development tools market, a key position in embedded systems development, and was the sole source for development systems for some major game machines. ActiveState has a bunch of second-tier open source development tools.