Archive for the ‘Uncategorized’ Category

Things to keep in mind about HTTP/2

This talk is just unbelievably helpful.

Posted on September 21, 2017 at 9:52 am by sergeyt · Permalink · Leave a comment
In: Uncategorized

Redmine Time logging via commit checklist

Redmine has a very handy feature, called Time tracking feature, that allows you to log the time your spent working on a code via a commit message. However, it didn’t fly out-of-the-box in my case. If you find yourself in a similar situation you could take a look at the checklist below to verify that […]

Posted on January 16, 2015 at 3:15 pm by sergeyt · Permalink · Leave a comment
In: Uncategorized

Introduction to algorithms

I highly recommend everyone to view this outstanding MIT course dedicated to algorithms and their efficiency. This course is especially interesting to those who, as myself, want to lift a veil of the education process in the US and how different subjects are being taught.

Posted on May 26, 2010 at 5:26 pm by sergeyt · Permalink · Leave a comment
In: Uncategorized

Hard to be NonStop

Just a short set of commands to verify and reset disk status on NonStop platform: scf status disk $DATA02 scf info disk $* scf status disk $DATA02, detail scf reset $DATA02 scf start $DATA02

Posted on November 27, 2009 at 12:22 pm by sergeyt · Permalink · Leave a comment
In: Uncategorized