publishing code online
If you ever needed to publish a few lines of code online, you probably noticed that it is quite difficult to do on the major blogging platforms. I found a good way to workaround this functionality lack, using a third site to host the code, called Pastie. It allows you to post code there, and even split the same post on different sections, meaning whater you want: separate parts of the same file, different files, you name it.
Categories: programming
