Tagged: growl RSS

  • Al Sargent 1:46 am on March 12, 2009 Permalink | Reply
    Tags: add-on, browser, , , growl, , Safari   

    Evernote had a big update today. I just now tried out the new goods. Here’s a quick review:

    Mac Desktop client:
    + I love, love, love the new “Merge Notes” feature. Great way to clean up a big notebook. Thank you Evernote!
    - Unfortunately, there’s no way to export a merged note to anything other than an Evernote Archive. For instance, if you merge a bunch of jpeg images of scanned document, that you’ve brought into evernote, you cannot export them as one big jpeg image. Bummer.
    ~ I’m undecided whether the Growl notifications are nice or not. Maybe I’ll get used to them.

    Safari web clipper:
    + It works with Safari 4 public beta (build 5528.16). What’s nice is that it takes the title of a web page and saves it as the title of the note. A small thing, but saves 15-30 seconds each time you clip, which adds up when you clip many times a day.

    Firefox web clipper add-on:
    - Does NOT grab the title of a web page, as the Safari web clipper does. Duh. I can’t tell what advantage the web clipper add-on provides over a bookmarklet. Uninstalling for now.

    You using any of the new Evernote versions? If so, what do you think?

     
    • Jason 5:54 pm on March 13, 2009 Permalink | Reply

      My firefox web clipper DOES grab the title of a web page… I don’t know what’s wrong with yours…

    • Al Sargent 11:05 pm on March 13, 2009 Permalink | Reply

      Thanks for that datapoint. Which version of Firefox are you running?

  • Al Sargent 4:43 am on October 26, 2008 Permalink | Reply
    Tags: development, github, growl, inshoshi, meetup, open+source, , rake, , tdd, test driven development, testing, textmate   

    Observations from this month’s Silicon Valley Ruby on Rails meetup 

    Here are a couple of interesting things I learned at this month’s Silicon Valley Ruby on Rails meetup, specifically the first presentation by Michael Hartl of InsoshI.

    The first is how GitHub leverages the power of decentralization. Let me explain how I understand this work: GitHub encourages people to fork off of existing projects. So, if someone wants to add a fix to an open source project, they make their own, add the fix, and publish it on GitHub. Eventually they ping a core contributor to have their changes added back into the main branch. GitHub’s very good at merging changes back into a branch, so this is fairly painless.

    Here’s why this is so significant. Traditionally, it’s taken a long time for fixes to get much distribution. This is because there was only one central repository for any open source project. Before any fix could be checked into the main branch, it would have to get reviewed and approved. This would take time. What GitHub does is remove this bottleneck. So more fixes get published more quickly.

    You’d think forking would be a bad thing — a proliferation of nonstandard branches. But it isn’t. GitHub’s merge capabilities mean that these fixes find their way into the main branch.

    Seeing this presentation makes me wonder why any open source project would NOT be on GitHub.

    The second thing I learned was from watching how Michael does test-driven development. It’s all testing, all the time. I believe the tools being used were Rake, Growl, and Textmate. Tests are automatically run every minute or so in the background. Test results summaries are displayed in Growl alerts: a green box displaying how many tests passed, a yellow one with how many tests are undefined, and red with how many failed. The alerts fade from the screen after a few seconds.

    It’s not a big production, moonshot-style, let’s-run-the-nightly-test-suite kind of thing. Rather, it’s simple, continual testing that provides a steady drumbeat of feedback to the developer. Ambient is the best word that comes to mind.

    Words like these don’t really do it justice — you have to see it for yourself to fully appreciate what’s going on. It’s a subtle change, but one that I think will make a big change over time in terms of the quality and velocity of software development.

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel