-
Recent Posts
Recent Comments
Archives
- April 2021
- January 2021
- December 2020
- November 2020
- October 2020
- November 2014
- October 2014
- September 2014
- August 2014
- May 2014
- April 2014
- March 2014
- October 2013
- September 2013
- August 2013
- June 2013
- April 2013
- March 2013
- September 2012
- July 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
Categories
Meta
Author Archives: joelgranados
Mutt. Delete Duplicate Mails.
I just have to say this: Mutt is awesome!!! Its just as easy as Press “T” to activate pattern tagging Input “~=<enter>” To tag all duplicated mails Press “;” to input an action Input “d” do delete tagged. And that … Continue reading
Posted in Uncategorized
Leave a comment
Bootstrapping Debian package
Debian packages depend on a “Debian” directory. While you could create this by hand, there is a faster way: you can use dh_make. Here is what I used to get started: Things to what’d out for : You have to … Continue reading
icecc needs not to be in “native” mode
RocksDB was taking a bit too much time to compile so I decided to try out icecc. When I executed it I noticed on the icecream-sundae monitor that my “second” machine was not being used. After a lengthy debugging I … Continue reading
Posted in Uncategorized
Tagged -march=native, build cluster, build farm, icecc, icecream-sundae, native compile
Leave a comment
Add included files to your ctags file
To add the headers to the ctags file I found this little gem. And I ended up using it like this: I’m still missing the implementation of the header files though. for another day…
Posted in Uncategorized
Tagged C, ctags, ctags-universal, tag C header, tag header files
Leave a comment
Deoplete works well for latest vim
Neocomplete does not work with my current version of VIM. so I had to install an alternative. Deoplete is writen by Shougo and does the simple autocompletion that I expected to start with. Easy install with Bundles https://github.com/Shougo/deoplete.nvim
Posted in Uncategorized
Leave a comment
GPG links/tutorials/FAQ
Will not write yet another tutorial about how to setup GPG. I will link to the ones that I used to do several things. Settup up GPG https://oguya.ch/posts/2016-04-01-gpg-subkeys/ https://blog.tinned-software.net/create-gnupg-key-with-sub-keys-to-sign-encrypt-authenticate/ Setting up subkeys https://oguya.ch/posts/2016-04-01-gpg-subkeys/ https://wiki.debian.org/Subkeys Setting up GPG for SSH authentication … Continue reading
Always remember the clockwise/spiral rule
From time to time I need to go back and see how to “read” the const pointer order when declaring in C++. Here is a good reminder/link for it. And try to always append a const in order for it … Continue reading
Posted in Uncategorized
Leave a comment
Simple git commit auto fill
Back in the days when I worked for RedHat I remember having a neat autocomplete git hook that filled in my git commit message. I liked the way it was formatted and I remember it being something similar to this. … Continue reading
Posted in Uncategorized
Tagged auto-gen, automatic git commit, commit generator, git
Leave a comment
Phenology Detection At IBIMET
I was a visiting researcher at the Institute of BIoMETeorology (IBIMET) in Sassari Italy in the month of July 2013. My work there was directed at applying known research from the Richardson lab for using color responses to characterize phenological behavior. You can … Continue reading