July 2010
15 posts
My Top 5 Artists (Week Ending 2010-7-25) →
Engenheiros do Hawaii (6)
Quiet Riot (5)
Nightwish (4)
Sonata Arctica (4)
Biquini Cavadão (4)
Imported from Last.fm Tumblr by JoeLaz
SQL to MongoDB →
Advanced Queries - MongoDB →
My Top 5 Artists (Week Ending 2010-7-18) →
Jason Mraz (39)
Jack Johnson (19)
Alice Cooper (8)
Matt Costa (6)
Brett Dennen (6)
Imported from Last.fm Tumblr by JoeLaz
Set newer portable Macs' sleep mode | Software |... →
Rails, Internationalization, and Tú | Viget Extend →
Mac: Restarting the Mac OS X Dock, Finder, Spaces... →
Unicorn: Rack HTTP server for fast clients and... →
My Top 5 Artists (Week Ending 2010-7-11) →
Engenheiros do Hawaii (7)
Twisted Sister (6)
Jason Mraz (5)
The Doors (5)
Danger Danger (4)
Imported from Last.fm Tumblr by JoeLaz
QVectors - Quality Free Vector Graphics →
jQuery : imgPreview Demos →
My Top 5 Artists (Week Ending 2010-7-4) →
KISS (7)
Nenhum de Nós (5)
Barão Vermelho (5)
Biquini Cavadão (4)
Alice Cooper (4)
Imported from Last.fm Tumblr by JoeLaz
Change default application associated with an... →
WGTools.com • Link Checker →
Presentation →
PS3™ PC Update | System Updates | Support -... →
June 2010
5 posts
My Top 5 Artists (Week Ending 2009-4-26) →
Engenheiros do Hawaii (3)
Biquini Cavadão (3)
Kid Abelha (2)
Ira! (2)
Cachorro Grande (2)
Imported from Last.fm Tumblr by JoeLaz
4 tags
Picking only some commits from master to work in a...
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...
6 tags
JS Framework Ext now is Sencha, and have a...
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...
4 tags
GPL Ghostscript 8.60: Unrecoverable error, exit...
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...
May 2010
1 post
4 tags
The importance of the changes in my life
After a long time without one word here, here I’m with a long text about nothing more than some thoughts about life.
What makes you happy? What makes you go forward? On my case is the unsure of the things that are to came, the unexpected.
The last weeks are beeing hard, a lot of changes and new challenges. Something to make me think about life, work, and what I really want.
More than...
March 2010
2 posts
6 tags
Ruby PDF Reports
RGhost and RGhost-Rails
I really like the report resulted from an EPS Template. RGhost do this with perfection - lines and elements very good defined on the document. Quick, precise and light - yeah - do all the job without a lot of processing and memory consumption.
I started on a project with RGhost, but some issues with my environment after installing the last version of Xcode or after...
February 2010
5 posts
4 tags
Prototype: A kind of mix between InFAMOUS and Hulk
Yeah, I played Prototype until the end. Nice game, not the best that I already played, but you can have a lot of fun with this game.
New York is the city, the year I can’t remember, but you start the game trying remember what happened to you and who are you.
As you can see at the screenshot, the game is very violent, with a lot of scenes with blood and mutilated bodies.
You can upgrade...
iphone-style-checkboxes: Turn boring checkboxes... →
thechangelog:
Progressively enhance your forms by turning boring old checkboxes into stylish iPhone-style toggle switches.
Dependencies: jQuery or Prototype + Scriptaculous
[Source on GitHub] [Homepage]
To run a find command limited to only the current directory and not search...
– Limit the depth of search using find | UNIX | Tech-Recipes
RMagick issues with ImageMagick 6.5.6-5 on Leopard
I know, RMagick is a pain in the ass. But sometimes you need handle with old projects or some dependencies that makes you do it. So, for these cases, you need it installed.
Normally you just do something like:
$ sudo gem install rmagick
But at this time, didn’t. My installation was not able to find the MagickWand.h file.
I decided remove all ununsed stuff from my computer, like MacPorts,...
Welcome to Journally's Blog
journally:
Regardless of how you landed here, please know that we would like you to feel welcomed. At this time the blog isn’t much but we can assure you that it will contain great insight into the Journally’s development process, inspiration and plans.
Please make sure to subscribe and follow to find out about our upcoming news.
Thank you,
Journally Team.
December 2009
5 posts
3 tags
For Rails 2.3 In line 619 you must to have:
my_options =...
– uninitialized constant FileColumn::ClassMethods::Inflector — WhatDoesThisErrorMean.com
Build It With Me →
3 tags
Working with different time zones? in_time_zone...
>> d = Time.now => Fri Dec 04 23:12:59 -0200 2009 >> d.in_time_zone("Buenos Aires") => Fri, 04 Dec 2009 22:12:59 ART -03:00
4 tags
Using Rails and SQLite and this error is showed: uninitialized constant...
– Retrospectiva / Ticket #731
September 2009
0 posts
4 tags
Async Observer →
If you need talk with beanstalk… :-)
August 2009
12 posts
Prefiro morrer de pé que viver sempre ajoelhado.
– Che Guevara
Getting RMagick, Leopard-Style
sudo port install tiff -macosx #disables the...
– How to build ImageMagick and install RMagick with MacPorts on Mac OS X Leopard | Educate. Liberate.
3 tags
HandBrake - Convert video to your iPhone/iPod →
2 tags
How do I upload an image with Sinatra (like... →
post '/upload' do
unless params[:file] &&
(tmpfile = params[:file][:tempfile]) &&
(name = params[:file][:filename])
@error = "No file selected"
return haml(:upload)
end
STDERR.puts "Uploading file, original name #{name.inspect}"
while blk = tmpfile.read(65536)
# here you would write it to its final location
STDERR.puts...
iClarified - Where To Download iPhone Firmware... →
Thanks to @caffo for the tip.
5 tags
Configure Phusion Passenger to test Rails... →
5 tags
Deployment Script Spring Cleaning - GitHub →
Rails for PHP Developers – Reference for PHP md5... →
I don’t know you guys, but I always forget this method!
On native, single-input, multiple file uploads « ... →
Koujou - Sweet Factory Goodness →
Fixture replacement for Rails, with one major difference: you don’t have to define a thing! (via @elomar)
2 tags
Mac Shortcuts | macfidelity →
While booting your Mac:
Hold C key to startup from CD-ROM (change password)
Hold T key to startup in Target Disk Mode
Hold N key to startup in Net
Hold Option key to select startup disk
Hold mouse button to eject removable discs
cmd + V for verbose boot mode
cmd + S for single user mode
cmd + Option + P + R to reset parameter RAM
cmd + X to boot Mac OS X
While using OS X /...
July 2009
20 posts
3 tags
Overlapr - Twitter User Comparisons →
1 tag