Uncategorized

CSS blur effect: introducing Foggy

There is no universal CSS attribute that corresponds to the blur effect. The “filter” attribute offers great possibilities, but it’s not widely adopted yet. Some people emulate blur by defining shadows in a clever way. Others draw on canvas. In this post I’d like to remind that it’s possible to make the blur effect with [...]



Deploying Tfoo and other Haskell applications to Heroku

Below I list steps necessary to run Tfoo (source) on Heroku. Although specific, it may help in deploying any Yesod application. May help in deploying arbitrary Haskell program too.



Why programming in Haskell on an iPad is a good idea

I have always sought ways to turn mobile devices into develoment platforms. The outcome has been particularily good in one setup, which I’d like to describe here. You needn’t to know Haskell to read this article. I will be focusing mostly on the environment, its quirks and its surprising attractiveness for every curious programmer.



Blog’s new look

The blog’s layout has changed a little today, you can see the transition in the image above. I like this look’s minimalism, cleanliness and unobtrusiveness. Now if only there were more actual blog posts here…



Ruby and Cocoa

  It seems that Ruby language and OSX Cocoa API don’t mix well in every scenario. It is common knowledge that making these two work together is as easy as using RubyCocoa or MacRuby. These however are not universal tools; let me show you some use cases below.



Proportional fonts in code

Apparently every once in a while there’s a programmer that bumps into the idea of writing code in Helvetica (or other non-monospace font). This happened lately to me, I did some research and below I’m posting the results.



Welcome note

Hi and welcome to my blog. There’s nothing below, mind ye, all the content should be above this post. This is just a welcome note (an awfully sincere one). Have fun!