16
We upgraded our Skype clients recently, and this afternoon made an accidental discovery of a hidden feature in Skype’s chat window.
If you make a spelling goof–or, indeed, nearly any other goof–in a message you’ve sent in Skype’s IM window, you can fix it using Perl’s substitution syntax. In other words, if I was to type
I sent it to you're work email
and commit that, I could then type
s/you're/your/
(which means, in Perl, “substitute the second term wherever you find the first”) it would correct my earlier gaffe, and change the timestamp to indicate that I’d edited the message.
This only appears to work in the most-recent message sent, of course.
Here it is in action:
Technorati Tags: perl, regular expressions, skype
filed under: Uncategorized | comments (0) | read more...
15
When you incorporate a company, even a small one, you wind up on a bunch of mailing lists right away. We’ve received a lot of postal junk mail offering to sell us all kinds of office supplies (paperclips to furniture), legal advice, hiring advice, tax advice, etc. etc.
If it wasn’t already obvious that these companies were bottom-feeders, their data entry skills would tip us off. Lately there has been a wave of junk mail based on the erroneous idea that our company is “Common Medical, Inc.”
One hopes this won’t progress to the point where we’re getting pharmaceutical samples in the mail.
filed under: Uncategorized | comments (0) | read more...
29
As a longtime reader of Clive Thompson’s weblog, Collision Detection, I’m no stranger to the concept of “radical transparency“, which Thompson described in a recent Wired article. After all, here we are, posting entries in a weblog as we try to hack together a website which approximates the ideas we put in a business plan for a contest six months ago.
But it’s harder than we realized. Things will get easier, I suspect, when we have an actual site we can share with you; right now, my gut feeling is that talking about the site is promoting buzz about “vaporware.” When it’s real, we can talk about it, you can see what we’re talking about, and this weblog can be a conversation between you and us about how we can improve it.
Even the development process is hard to talk about. As you may have figured out, we’re working with Ruby on Rails, which has dramatically improved the time it takes to get us from ideas to HTML in the browser; both Noah and I have extensive experience in LAMP, and working in this framework is positively eye-opening. But we’re new at it, no question. We discover new things every day, every hour, and we spend a certain amount of time going back and re-doing things we’ve already done because we’ve discovered a way to do them better.
Discussing the details of every new discovery, things everyone else who’s been using Rails for months longer than we have already knows, doesn’t seem like a way to engender confidence in our users and potential investors. It’s scary stuff.
Instead, I find myself writing 300-word micro-essays as comments on tickets in our internal Trac system. (Trac, by the way, I am in love with. Have I mentioned that?)
filed under: Uncategorized | comments (0) | read more...
