Journal of Timothy Kenno Handojo

Further Improvement on the Blog

Performance Optimization

This is basically done by minimizing the amount of data transfered one way or another.

Downsizing favicon

This is the simplest.

I simply used ImageMagick to convert the format by running:

convert favicon.ico favicon.png

Then I replaced the old favicon with

mv f...

Continue Reading

Tuning My Blog

Resizing Images to Save Space

As the collection of my content grows, so would my need for data storage and network. Although hundreds of megabytes might not be that big, it can be cumbersome to transfer over the network. I would also like to keep things scalable.

I noticed that most of the space...

Continue Reading