Category Archives: Software development

Случайное совпадение?

Рисовал сегодня прототипчик для простенького сервиса, который попадался как-то мне на глаза на просторах рунета. Суть проста: некий твиттероподобный сервис, где каждый может написать то, что он сейчас делает или только что сделал. На главной странице (шаблончик которой и представлен … Continue reading

Posted in Software development, Забавно | Tagged | 2 Comments

MS Visual Studio 10 CTP

It has been released yesterday. It includes C# 4.0, .NET 4.0, new editor (at least, they promised it) and some other things. Go and grab it here: MS download center This is VirtualPC image, so you don’t risk loading tons … Continue reading

Posted in Software development | Tagged | Leave a comment

Databases and humour

Jonatas keeps entertaining the office. It turned out that “database” in Portuguese would be “banco de dados” (which also means “bench of dice”). It was the first thing I noticed at his desk on my first day. But today he … Continue reading

Posted in Software development | Leave a comment

Про юзабилити

В Windows Vista наконец-то довели до ума режим переименования файлов. Взять хотя бы то, что по нажатию F2 (или выбору "Переименовать") выделяется только имя файла, а не вместе с расширением. Наверное, этой проблемы не существует для тех, у кого в … Continue reading

Posted in Software development | 1 Comment

Special comments

Yesterday night I had a dream about how it would be cool to highlight special kinds of comments, like TODOs and BUGs. But when I came to office, it turned out that JetBrains stole this idea a few days before. … Continue reading

Posted in Nemerle | 1 Comment

Useful tool

Lately I often needed to tune assembly binding redirection. Since I am lazy person, I would rather write programs to help me write programs than write programs. So that’s how this little tool appeared. It can add or remove binding … Continue reading

Posted in Software development | Leave a comment

Эх, были ж времена.

Сегодня решил посмотреть на очередной “программерский” текстовый редактор. Для опытов открыл исходники чата, который писал на втором курсе. Почувствовал за себя гордость: уже тогда я писал комментарии на английском. Форматирование кода почти отсутствует (эх, а ведь когда-то это мне не … Continue reading

Posted in Software development | Leave a comment

Фрактальные деревья

Как известно, человек может без устали смотреть как течет вода, как горит огонь и как работают другие люди. А я как-то вот в учебных целях написал рисовалку фрактальных деревьев и с тех пор стараюсь её не запускать, потому что не … Continue reading

Posted in Software development | 1 Comment