One of the most remarkable features of this year’s Strataconf was the almost universal use of IPython notebooks in presentations and tutorials. This framework not only allows the speakers to demons…
ASCII delimited text solves the problems exporting and importing structured text files and is part of the design of the character set. Unfortunately a lot of people and systems use CSV and other printable delimiters such as tab that are broken by design.
Using GNU Stow to manage your dotfiles: How to manage the various configuration files in
your GNU/Linux home directory (aka “dotfiles” like .bashrc) using GNU Stow. I’ve immediately
started using this. I might, one day, blog about it.
A la Brett Terpstra, a short list of links I’ve bookmarked this week
Neovim: vim’s rebirth for the 21st century. An ambitious project by Thiago
de Arruda to bring vim to the 21st century.
Get started with rvm: this was a better introduction to RVM and
gemsets any documentation I’ve ever read on the RVM website. Highly
recommended!
Tabula: If you’ve ever tried to do anything with data provided to you in
PDFs, you know how painful this is — you can’t easily copy-and-paste rows of
data out of PDF files. Tabula allows you to extract that data in CSV format,
through a simple interface, running, if desired, locally.
OneNote: the premium note taking application from Microsoft has gone free
and multiplatform. I’ve tried the Mac version, and I have to confess that,
for being a 1.0, I’m impressed!
Here’s an interesting project by Peter Bengtsson of Mozilla to get an
overview of the pull requests for a given github repository. I’ve immediately
gave it a try at one of our clients and I have to say that it works like a
charm. Installation instructions can be found here.
I’ve finally bit it and started using Twitter bootstrap for my
website and the blog. It was a bit of work (partially done while flying to and
from Venice), but I took the occasion to do some spring cleaning.
The other day I set up the
App.net Comments widget
on this blog. Comments require an App.net or Facebook account, as the
Venn diagrams
of the two have one of the smallest intersection in the tech world :)
You would think nobody would ever never say something like that, but
x0054 disagrees. He
offers advice, (professional advice), on how not to get arrested. In case you
don’t believe him, he links to some guy (a Detective) on youtube. This is
2014 folks!
If you always wanted to automate the tedious process of exporting your
collection of papers in Papers to BibTeX here’s an Applescript
that does that:
{% gist 8471281 save_bib.scpt %}
To use it, you should invoke it when the focus on Papers is on the collection
(or selection of papers) that you want to export. The various variables
presented in the script, pretty self-explanatory, should allows for enough
customization.