Managing Ruby Gems using Homebrew

Whenever I publish a gem like doing, howzit, or na, I always suggest that if you have any trouble installing with , you should use . This is because the preferred way is to do it without (for multiple reasons), but those who don’t do anything else with Ruby and just want to use tools distributed as gems are almost definitely using the system Ruby, which won’t allow updating its gem folder without . I was recently turned onto another option, though, which is perfect for people who… homebrew, ruby, scripting

→ Continue reading

Gather, Shortcuts, Bookmarklets, and Paywalled Content

Gather is constantly improving at this point, and a lot of its rough edges have already been polished. I’m loving all the feedback I’m getting, both for fixing bugs and for adding new features. It’s hard to test something like Gather on every possible permutation of a web layout, so I appreciate hearing about edge cases (even if I do have to weigh how much effort they’re worth). bookmarklet, gather, shortcuts

→ Continue reading

Gather to nvUltra

I got a request to add a option to Gather. Makes sense; when you’re using it to save Markdown to notes, you’d want the title of the page to be the title of the note. You could parse that out of the Markdown version in several ways, but in some cases it might be easier to just call and get an undecorated string back. So that’s been added in v2.0.29. gather, markdown, nvultra

→ Continue reading