-
Google, here I go!
Just a quick note: I’ve been hired by Google. I will be a “Software Engineer in Test”. I start to work on May 28th on Dublin, Ireland. We, Sandra and I, are leaving Buenos Aires on May 20th.
-
Tramp
I have just learned about Tramp. An extension to Emacs that let’s you edit file remotely. Very nice. Kate can also do it through the fish KIO, but sometimes Emacs is such a good editor. If you normally edit files on remote server and you like Emacs, check Tramp. I don’t have special attachment to…
-
SVGs in .Net using Cairo and Gtk+ (and C#)
If I was using C it would have been simply a couple of calls to librsvg, but on C# things got a bit more ugly because Rsvg, the wrapper around librsvg is not finished. And other bindings are also missing. Just getting a Cairo context out of a Gtk.DrawingArea was not as simple as I…