Feed

makevoid's blog

29 Jun 08:39

Install ImageMagick +perl on OSX with macports

ImageMagick logo

Here’s a simple solution to install ImageMagick with perl bindings on OSX 10.6 Snow Leopard.

Once you know how to do it it’s really simple, macports is very good at handling packages dependencies.

I have a perl script that i need to run that uses ImageMagick perl lib ( use Imag.. read more..

...
 
 
18 Mar 12:52

cladm - datamapper class textmate snippet

class ${1:${TM_FILENAME/(?:\A|_)([A-Za-z0-9]+)(?:\.rb)?/(?2::\u$1)/g}}
include DataMapper::Resource

property :id, Serial property :name, String ${2:}

end

p.s: syntax highlighting coming soon :)

...
 
15 Feb 23:47

SkiCams

SkiCams iPhone icon

Hello everyone,

I’m (sorta) proud of announcing you the new definitive mega ski web cam resource of the world (erm.. of Italy), and also has it’s own iPhone app!
*crowd applaudes*

skicams.it

Obviously I was joking, it’s my first iPhone app, it’s not very spe.. read more..

...
 
15 Feb 23:18

why develop for yourself rocks

You:

  • know what needs work and in what manner without saying it
  • can choose the work time / the time you spend improving yourself
  • can start building an idea, compare it with others then rinse and repeat
...
 
15 Feb 22:51

about internet nicknames

last name your family’s name
first name is the name your parents gave you
nickname is one you give to you, it’s like a tattoo, if you haven’t got one already think about chosing one.

For nicknames I think best nicknames has these characteristics:
- shouldn’t be too long
- it should be meaningful to you
- you should use them in all of your accounts/services you register on, so others can ide.. read more..

...
 
27 Jan 23:19

hello blog

O hai! It’s nice to see you from rails3, ruby1.9 .. yes! it works!

gems used here:

  • rails (3 beta)
  • datamapper (dm-core, dm-more)
  • haml
  • RedCloth (for markdown)
  • hpricot
...