How to rent in NYC (or anywhere)
Second article of a series dedicated to moving to the US.
»Second article of a series dedicated to moving to the US.
»This is intended to be the first article of a series dedicated to moving to the US.
»Talking with a friend, who is a travel blogger from Argentina (writes in Spanish) I realized there are way too many airplanes with a surprisingly good and funny painting job.
»I know. It’s trendy. If you find yourself having a ginormous video and a request from design asking to be a full-bleed background video on a hero of the page, this will likely be useful for you. I do recommend hosting the video in any platform that does the processing of the video and re-rendering multiple qualities to automatically provide users with the best they can consume, as YouTube does. But for those of you who will self-host videos, this will be probably the way to go.
»A little background: a colleague of mine was trying to install this useful library (to process RAW photo files as Ian Wootten has written about) which doesn’t have a very user-friendly README file on their GitHub repo. He was getting the following error:
Traceback (most recent call last):
File "a.py", line 1, in <module>
import OpenImageIO as oiio
ImportError: No module named OpenImageIO
brew update
to make sure you have the latest version.brew install python
. That should take care of installing pip
as well (which is the Python package manager, and it is very useful most of the times, though it doesn’t have openimageio
support yet.)brew install homebrew/science/openimageio
, or the whole science
module. I did only the first./usr/local/Cellar/openimageio/1.7.7_1/lib/python2.7/python/OpenImageIO.so
or similar.python -c 'import sys; print sys.path'
would return an array of all paths where it tries to find modules on import. In my case, I just took the last “site-packages” one, which was /Library/Python/2.7/site-packages
– Please note this path might defer with yours.ln -s /usr/local/Cellar/openimageio/1.7.7_1/lib/python2.7/python/OpenImageIO.so /Library/Python/2.7/site-packages/OpenImageIO.so
Yeah. Long time without writing here. I have lost about 2 or 3 hours of my life trying to configure it. So I think it deserves a post so anyone googling can find it.
It is as simple as adding the following to your config.yaml
file:
A little bit of background here: Conectar Igualdad is the Argentinian government’s official program to give one netbook to every student and teacher in public high schools, special education schools and teachers’ institutes. I am part of a mailing list of super nerds called #Nardoz and we are mostly argentinians (both men and women) and we love technology.
»Being depressive is being sick. Depression is illness. And when I’m sick there’s plenty of stuff I want to do that I can’t do. And if I try to do it anyway, the result won’t be great.
»It has been very pleasing to me to have learnt from quite experienced people. Even though at some point in my short career I was more noisy than I would like to admit, I had tried to listen anyways.
»It’s been a while. I’m still quite young but I started to see things in a different way. I’ve decided to write down what changed my mind last November, so I chose ghost as platform because Collis convinced me.
»Recently, Andrés Pagella just gave me a really interesting article. “On being a senior engineer” is a must-read even if you find hard to follow a huge article in English. I spent invested about an hour in order to finish it. And I will highlight the parts I liked the most:
»