Skip to main content
Menu
No articles found matching your search.
Language

Category

DIY

baking programs
Life

baking programs

baking a cake and building a program from source have a lot in common, and both will leave you satisfied once they've finished cooking

Read more
playing with colors
Tech

playing with colors

palette-viewer on github Today I decided I wanted to have a little “old school” fun, so instead of working on some WordPress theme/plugin, I went for the “lemme write some php from scratch” approach. I was having a look at some color palettes for I’m not gonna tell ya, and it was quite hard for me to mix them together in my mind and decide which color goes where and how to use it, so after thinking about it for a while, I decided I’d narrow my options to 6 colors per palette, and in order to better visualize them, I wrote a small php page to help me.

Read more
gify.sh - back to bash scripting
Tech

gify.sh - back to bash scripting

gif image created using gify.sh Today I’ll present you a useful script that will help you create amazing gifs from your still photos using a couple tools from the IMAGEMAGIK suite, so without further ado, here it is, straight from github’s gists. Download as ZIP archive what the code does is quite simple, it takes a few arguments and helps you resize your images while keeping the original proportions. Put the code in your path and let’s put it to work.

Read more