<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" >

  <channel>
    <title><![CDATA[Комментарии / Профиль ctrld]]></title>
    <link>https://habr.com/ru/users/ctrld/comments/</link>
    <description><![CDATA[Хабр: комментарии пользователя ctrld]]></description>
    <language>ru</language>
    <managingEditor>editor@habr.com</managingEditor>
    <generator>habr.com</generator>
    <pubDate>Tue, 05 May 2026 19:25:29 GMT</pubDate>
    
    
      <image>
        <link>https://habr.com/ru/</link>
        <url>https://habrastorage.org/webt/ym/el/wk/ymelwk3zy1gawz4nkejl_-ammtc.png</url>
        <title>Хабр</title>
      </image>
    

    
      

      
        
  
    <item>
      <title>24.11.2011 12:59:55 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/133215/#comment_4425142</guid>
      <link>https://habr.com/ru/articles/133215/#comment_4425142</link>
      <description><![CDATA[После того, как лет семь назад перестал заниматься коммерческими сервисами почты (системы от 10K ящиков), удивляюсь — зачем строить такие системы, если есть Google Mail for Domains…]]></description>
      <pubDate>Thu, 24 Nov 2011 12:59:55 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>17.08.2011 14:37:26 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/126442/#comment_15135739</guid>
      <link>https://habr.com/ru/articles/126442/#comment_15135739</link>
      <description><![CDATA[Вы раскрываете персональные данные, приводя фотографии адресов посылок.]]></description>
      <pubDate>Wed, 17 Aug 2011 14:37:26 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>26.06.2011 18:04:52 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/122762/#comment_15049715</guid>
      <link>https://habr.com/ru/articles/122762/#comment_15049715</link>
      <description><![CDATA[Спасибо, прочувствовал снова ностальгию по Z80, 48 KB и реализации цвета.]]></description>
      <pubDate>Sun, 26 Jun 2011 18:04:52 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>16.11.2010 19:22:18 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/108240/#comment_3426176</guid>
      <link>https://habr.com/ru/articles/108240/#comment_3426176</link>
      <description><![CDATA[По поводу тюнинга параметров сетевого драйвера. Я сегодня работал с e1000, удалось сократить с 39K interrupts при дефолтовых настройках до 220 параметром InterruptThrottleRate=100<br/>
<br/>
rmmod e1000<br/>
modprobe e1000<br/>
procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----<br/>
 1 0 0 3680984 48968 35420 0 0 0 7 39964 35 0 1 99 0<br/>
 0 0 0 3680984 48968 35420 0 0 0 0 39954 33 0 1 99 0<br/>
<br/>
rmmod e1000<br/>
modprobe e1000 InterruptThrottleRate=100<br/>
 0 0 0 3668768 49288 38696 0 0 0 0 220 35 0 0 100 0<br/>
 0 0 0 3668768 49288 38696 0 0 0 0 224 41 0 0 100 0<br/>
<br/>
Параметры e1000: <a href="http://www.intel.com/support/network/sb/CS-009209.htm">www.intel.com/support/network/sb/CS-009209.htm</a>]]></description>
      <pubDate>Tue, 16 Nov 2010 19:22:18 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>14.03.2010 15:38:10 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/84217/#comment_11061990</guid>
      <link>https://habr.com/ru/articles/84217/#comment_11061990</link>
      <description><![CDATA[Сорри, плохо получилось. Вот сылка на gist<br/>
<a href="http://gist.github.com/332038">gist.github.com/332038</a>]]></description>
      <pubDate>Sun, 14 Mar 2010 15:38:10 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>14.03.2010 15:37:04 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/84217/#comment_11061988</guid>
      <link>https://habr.com/ru/articles/84217/#comment_11061988</link>
      <description><![CDATA[Я вот такую формулу использую, запускается на 10.6.2 нормально<br/>
require 'formula'<br/>
<br/>
class Mc &lt;Formula<br/>
 url 'http://www.midnight-commander.org/downloads/34'<br/>
 md5 '5bd69a47b4a0bd6904623a50863b1eeb'<br/>
 homepage 'http://www.midnight-commander.org/'<br/>
 version '4.7.1'<br/>
<br/>
depends_on 'glib'<br/>
<br/>
def install<br/>
 system &quot;./configure&quot;, &quot;--prefix=#{prefix}&quot;, &quot;--disable-debug&quot;, &quot;--disable-dependency-tracking&quot;, &quot;--with-screen=ncurses&quot;<br/>
 system «make install»<br/>
 end<br/>
end<br/>
]]></description>
      <pubDate>Sun, 14 Mar 2010 15:37:04 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>17.08.2009 12:23:48 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/67242/#comment_13501533</guid>
      <link>https://habr.com/ru/articles/67242/#comment_13501533</link>
      <description><![CDATA[Я тоже столкнулся с особенностью File Vault и как раз из-за того, что Time Machine нормально не бекапит его, отказался от шифрования.<br/>
Собираюсь попробовать обойти проблему через SuperDuper]]></description>
      <pubDate>Mon, 17 Aug 2009 12:23:48 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>07.03.2009 17:03:37 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/53817/#comment_9058486</guid>
      <link>https://habr.com/ru/articles/53817/#comment_9058486</link>
      <description><![CDATA[Абсолютно согласен.<br/>
Почему-то многие типичные менеджеры звонят не для того, чтобы решить вопрос, а выступить (или заставить выступить) службой психологической разгрузки.<br/>
Я решаю вопрос просто. В email пишу, что все вопросы обсуждаются либо по email, либо во время регулярных встреч лично. А звонки принимаю только от непосредственного руководства, все остальные идут лесом.]]></description>
      <pubDate>Sat, 07 Mar 2009 17:03:37 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>22.07.2008 12:07:08 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/29739/#comment_12331771</guid>
      <link>https://habr.com/ru/articles/29739/#comment_12331771</link>
      <description><![CDATA[Дыры в безопасности (а они есть в большем или меньшем) количестве. Здесь же стоит задать себе вопрос - кому это выгодно.<br />
И можно связать это с недавним событием http://www.seonews.ru/news/.info_news/3300/]]></description>
      <pubDate>Tue, 22 Jul 2008 12:07:08 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>22.07.2008 10:06:28 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/29711/#comment_796156</guid>
      <link>https://habr.com/ru/articles/29711/#comment_796156</link>
      <description><![CDATA[Я когда-то отучил пользователей такое делать. Через неделю прошелся еще раз по рабочим местам. И где бы вы думали был у многих прикреплен пароль? Правильно - под клавиатурой :-)]]></description>
      <pubDate>Tue, 22 Jul 2008 10:06:28 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>21.07.2008 19:41:55 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/29393/#comment_12324849</guid>
      <link>https://habr.com/ru/articles/29393/#comment_12324849</link>
      <description><![CDATA[Согласен, слегка погорячился.<br />
Без электроники тоже не всегда хорошо. Год назад у меня был выезд на три недели. Решил отдохнуть от железок, взял с собой одну бумажную книгу, iPod и КПК оставил дома. В итоге книгу прочитал в самолете, потом чуть не выл от того, что не было чего почитать.]]></description>
      <pubDate>Mon, 21 Jul 2008 19:41:55 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>20.07.2008 14:28:28 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/29393/#comment_12324837</guid>
      <link>https://habr.com/ru/articles/29393/#comment_12324837</link>
      <description><![CDATA[(((-:<br />
Но согласитесь, это гораздо естественнее, чем тащить с собой танк-электрошокер на радиоуправлении.<br />
Или же ноутбука с UPS'ом 1.5 kVA... Поверьте, это не шутка - сам такое видел. Мне показалось, что у меня галюцинации, когда я услышал из соседней палатки звук загружающегося Windows. Утром оказалось, что это была не галюцинация...]]></description>
      <pubDate>Sun, 20 Jul 2008 14:28:28 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>19.07.2008 16:56:43 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/29393/#comment_12324831</guid>
      <link>https://habr.com/ru/articles/29393/#comment_12324831</link>
      <description><![CDATA[Статья о дебилах. Даже в простейшем походе выходного дня для детей дошкольного возраста все это не нужно.<br />
Нужно хоть слегка отдыхать от электронного хлама.<br />
<br />
А вот что весело - это рисование ночью налобными фонариками всяких фигур, например "ХУЙ".]]></description>
      <pubDate>Sat, 19 Jul 2008 16:56:43 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>29.06.2008 09:15:20 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/28108/#comment_735469</guid>
      <link>https://habr.com/ru/articles/28108/#comment_735469</link>
      <description><![CDATA[Все-таки hjkl полезны. Даже сейчас слишком часто сталкиваюсь на зоопарке UNIX'ов (от HP-UX до FreeBSD) с тем, что стрелки не работают адекватно.]]></description>
      <pubDate>Sun, 29 Jun 2008 09:15:20 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>22.06.2008 16:02:15 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/27786/#comment_9175958</guid>
      <link>https://habr.com/ru/articles/27786/#comment_9175958</link>
      <description><![CDATA[Я лично предпочту потерять прибыль, чем общаться с неадекватными ублюдками. Хорошо, что таких один на сотню. И пересиливать себя, улыбаясь хамству - таким никогда не страдал. Хам идет подальше. Телефонный разговор разрывается на середине слова, на email'ы настраивается фильтр в trash. Конечно же, это если нет предоплаты. Если есть - разрыв контракта с возвратом денег.<br />
Нужно подумать о включении пункта "хамство клиента приравнивается к форсмажору".]]></description>
      <pubDate>Sun, 22 Jun 2008 16:02:15 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>20.06.2008 13:45:46 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/27651/#comment_716147</guid>
      <link>https://habr.com/ru/articles/27651/#comment_716147</link>
      <description><![CDATA[Абсолютный бред. На технологическое новшество браузер в 3D никак не тянет, даже со скидкой на трехлетнюю давность. А аппаратное затухание никому толком не нужно - только время на отрисовку отнимает.]]></description>
      <pubDate>Fri, 20 Jun 2008 13:45:46 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

      

      

    
  </channel>
</rss>
