My Top 5 Artists (Week Ending 2010-7-4) -
Imported from Last.fm Tumblr by JoeLaz
Change default application associated with an extension
PS3™ PC Update | System Updates | Support - PlayStation.com
My Top 5 Artists (Week Ending 2009-4-26) -
Imported from Last.fm Tumblr by JoeLaz
Sometimes it’s necessary remove some commits temporarily from your topic branch. If you use git-revert to do that, your commit will be lost, and any change on this branch that requires a merge with master will remove that commit from master too. So for these cases there is “git-rebase -i”.
With interactive rebase you can choose the commits that will stay or not. That’s cool, because you can create a branch from your master and then remove only the commits related with features that are not good to go. So your deploy can be done from this other branch.
So, next time you need release just some commits from your master, remember of “git-rebase -i”.
I used to work with Javascript much more than I’m working lately. I’m working more with backend and infrastructure tasks. Furthermore, I really like any kind of work with Javascript, and his frameworks like jQuery, PrototypeJS and Sencha (old ExtJS).
During 1 year, I spent 40 hours per week extending and creating components for ExtJS and applying these new components inside a project called Servus, but just now, 3 years after I left the company that is the owner of that product, it was released.
Took a long time until we could release something, because at that moment, code all the logic in both sides, server and client, sounded like much bad work. The good thing is that now, they have a Javascript client, and an API to be consumed by other kind of clients. Like an iPhone app, for example.
But using this kind of library is almost like code everything 2 times.
Sencha seems to be one of the most complete and stable frameworks to emulate desktop behaviors. I’m not a big fan of this kind of stuff on web, I think is a little bloated, and make the user load several files that aren’t really necessary, just to some visual impression, BUT Sencha Touch really got my attention. Focused on mobile devices, has a nice weight and follow the same patterns from ExtJS, what is nice, since you have everything built using Javascript, and a nice structure to keep your code organized. Lazy loaders and many other things that really makes your life easier.
So, for all of you that wanna try something really different, and learn something about Javascript, mainly how to write good code, please, take a look into Sencha.
P.S: jQuery FTW!! :-)
Some time ago, I has some troubles using RGhost and RGhost-Rails because of issues on my environment, to be precise, issues with my Ghostscript install. I was rushing with one project and I lost much time investigating the issue, so I was obliged to change from RGhost to Prawn (that have no external dependency).
But I really like - and prefer - to create PDF using EPS templates, what made me dig into this issue a little more. So that’s I found the solution.
Installing a most recent version of Ghostscript, make the things works again. I don’t know why, but 8.60 version has some issues here. Installing the 8.63 fixed the error: “Unrecoverable error, exit code 1”.
Bellow the link to download and the page that I found this:
http://idisk.mac.com/yhonda-Public/Ghostscript-8.63.pkg.zip
http://sites.google.com/site/imaximaimath/download-and-install/easy-install-on-mac-os-x