Writing
I don't write as much recently, but there's still plenty of essays.
Categories
-
Отзыв о доставке кофе с Square Mile Coffee Roasters
Уже два месяца мне присылают кофе из Square Mile Coffee Roasters, что в Лондоне.
-
Советы по выбору фильтровой кофеварки
Модель с термосом и не очень большую.
-
Кофейная зависимость
Люди обычно бросаются словами «кофейная зависимость», как будто они ничего не значат.
-
Be so kind and warn users before navigating from an unsaved form
I lost the text of the article I was just writing because I accidentally hit the Chrome shortcut for “Back” – Cmd+[ – it’s the same key that un-indents text in Sublime Text. So now I’m writing this new article after fixing my form.
-
How to use PaperTrail for soft-deletion
PaperTrail is the leading Ruby gem for ActiveRecord versioning. A less known fact is that once you use PaperTrail, you also get undeletion for free.
-
Memcached expiration time: a horrible API fail
The description of the memcached protocol says that the expiration time:
-
Some of my chef definitions that help deploy Rails apps
I DRYed up my Chef deploy scripts and extracted some definitions in to a cookbook: chef-rails-helpers.
-
How to find files with filenames that are too long
Here’s a neat regular expression trick that you can use to find pathnames longer than a certain length, say, 20 characters:
-
Two reasons not to use exFAT on your NAS
I’ve been using the exFAT file system on my Raspberry PI-powered NAS for awhile. I’ve chosen it because exFAT is the only “modern” filesystem that has read-write support in Windows, Linux and OS X. I use all three, so it was beneficial that the drive could be connected to any OS directly over a super-speed USB connection.
-
Windows context menu command to watermark images
Imagine someone asked you to provide an effective way to put watermarks on some images before posting them online.
-
How to configure Dual WAN on AsusWRT routers
The AsusWRT firmware supports something called "Dual WAN" - an option to have two Internet channels connected.
-
SSH key forwarding with Chef deploy from git
Overcoming hurdles in passing ssh-agent through user sessions
-
Рекомендую: читалку Marvin для iPhone
Посвящается памяти прекрасной читалки Stanza, которую съел Amazon.
-
Кемекс
Впечатления от ручной кофеварки Chemex
-
Рекомендую: сделать из Caps Lock "гиперклавишу"
Для начала, что такое «гиперклавиша»? Это дополнительная клавиша-модификатор. Такая, как Shift, Control, Alt (Option), Command, Windows. Вот так все просто.
-
Рекомендую: Humble New Tab Page для Chrome
Humble New Tab Page уже года два служит моей бессменной домашней страницей.
-
Рекомендую: наушники AKG Q460
От наушников я хотел:
-
Рекомендую: Scanner Pro - сканируй айфоном
Почему бы не отметить уходящий год серией от чистого сердца рекомендаций?
-
Отчет о хакатоне TCDisrupt Berlin 2013
TCDisrupt – такая конференция для стартаперов и стартапщиц, организуемая американской медийной компанией TechCrunch. В этом году TCDisrupt случился в Берлине, и мы в Railsware собрали команду для участия в традиционном для этих конференций хакатоне.
-
Improve your code with unit tests
As a way of ensuring buglessness, tests fail miserably.