Weekly Link Dump #1

Posted by Dmytro Shteflyuk on under Ссылки (4,191 views)

This is a first link dump in this blog, where I will list all interesting links that I have found in Internet. I plan to post link dumps once a week, so stay tuned to read most useful stuff with no effort. Todays topics are: organizing your CSS, top mistakes made by WordPress plugins authors, ways MySQL uses indexes, and the git version control advantages over the Subversion.

Read the rest of entry »

In reply to latest articles in Thoughtbot blog

Posted by Dmytro Shteflyuk on under Ссылки (11,585 views)

Last few weeks Thoughtbot publish lots of really stupid (gsub syntax manual; are you serious?) articles (WTF is Best practice: index every boolean column) in their blog. And yesterdays article about tailing your Rails log is the absolute leader, it’s freaking awesome. Hey guys, I’m waiting for other articles in this series: “@ in attribute names, what does it mean?”, “if-then-else statement usage best practices for Ruby on Rails senior developers”, “how to install a gem”.

Hey robots, we have a reply to your outstanding articles: A wonderful way to list your project files. Please read it carefully, you definitely will find something useful for you! Thanks to @labria for his great exploration.

10 recommendations on using HTML5 today (aka Homo-Adminus Blog 2.0 HTML5ified)

Posted by Dmytro Shteflyuk on under Development, Ссылки (8,198 views)

Homo-Adminus Blog

There was a lot of articles about HTML5 last days, so when Alexey Kovyrin asked me to help him with his new blog design I saw no other choice but using HTML5. There are a lot of new features added since HTML4, and some of them could be used today, like new elements <header>, <footer>, <nav>, <article>, <section>, etc. I think this is a nice addition to the HTML, because these elements add more sense to an unstructured markup. There is a buzzword “semantic” exists to describe this, but I don’t like buzzwords, so I would call it “sense”. So what features we could get from HTML5, that are supported by all modern browsers?

Read the rest of entry »

Человеческие вычисления

Posted by Dmytro Shteflyuk on under Ссылки · English (9,250 views)

На днях я наткнулся на отличное видео о бесплатном использовании человеческих ресурсов. Как можно заметить из моего резюме, я получил диплом кафедры “Интеллектуальные системы принятия решений” Харьковского национального университета радиоэлектроники. Не очень много запомнилось из курсов, которые нам читали (но я знаю что и где искать, если понадобятся знания, будьте уверены), но что четко отложилось в памяти,– это то, что существует куча задач, которые не могут быть легко решены: классификация изображений, поиск объектов, автоматическое построение баз знаний экспертных систем и т.д. Некоторые из этих задач частично решены и показывают удовлетворительные результаты (например, математические и статистические методы поиска объектов), другие имеют обходные решения (например, Google использует текст ссылок HTML для классификации изображений). Основная причина — компьютеры не настолько сообразительны, как люди (возможно, это не так уж плохо, вспомните фильм “Матрица”).

Read the rest of entry »