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

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

  <channel>
    <title><![CDATA[Комментарии / Профиль hellman]]></title>
    <link>https://habr.com/ru/users/hellman/comments/</link>
    <description><![CDATA[Хабр: комментарии пользователя hellman]]></description>
    <language>ru</language>
    <managingEditor>editor@habr.com</managingEditor>
    <generator>habr.com</generator>
    <pubDate>Wed, 06 May 2026 00:39:02 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>13.10.2016 19:24:16 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/312634/#comment_9858770</guid>
      <link>https://habr.com/ru/articles/312634/#comment_9858770</link>
      <description><![CDATA[<blockquote>Эти числа считались безопасными при достаточно большой величине простого числа (например, более 10^15</blockquote><br/>
<br/>
Вообще-то 1024 бита это примерно 10^308.<br/>
<br/>
Добавлю ещё, что основная фишка того ресёрча в том, что они показали существование слабых <a href="https://en.wikipedia.org/wiki/Safe_prime">безопасных</a> простых. Среди произвольных простых найти слабое число для DH (в т.ч. и бэкдор) намного проще.]]></description>
      <pubDate>Thu, 13 Oct 2016 19:24:16 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>03.07.2016 20:15:50 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/304616/#comment_9685626</guid>
      <link>https://habr.com/ru/articles/304616/#comment_9685626</link>
      <description><![CDATA[Можно взять произвольный граф, ребрам назначить вес 1, несуществующим рёбрам назначить вес -INF. Размер вырастет полиномиально. Клика с ребрами исходного графа даст максимальный вес.]]></description>
      <pubDate>Sun, 03 Jul 2016 20:15:50 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>30.05.2016 09:09:05 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/infopulse/articles/302146/#comment_9634078</guid>
      <link>https://habr.com/ru/companies/infopulse/articles/302146/#comment_9634078</link>
      <description><![CDATA[<blockquote>Аннотация в Java, как и декораторы в Python, аттрибуты в C#, комментарии к методам в любом языке и т.д. — должны быть метаданными</blockquote><br/>
<br/>
Python-декораторы здесь не в тему]]></description>
      <pubDate>Mon, 30 May 2016 09:09:05 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>29.02.2016 19:06:25 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/278151/#comment_8787585</guid>
      <link>https://habr.com/ru/articles/278151/#comment_8787585</link>
      <description><![CDATA[Что за &quot;порталы&quot;?..<br/>
]]></description>
      <pubDate>Mon, 29 Feb 2016 19:06:25 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>28.02.2016 11:19:47 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/278075/#comment_8786463</guid>
      <link>https://habr.com/ru/articles/278075/#comment_8786463</link>
      <description><![CDATA[Можно рекурсивно:<br/>
<br/>
<pre><code class="python">from collections import defaultdict

recdict = lambda: defaultdict(recdict)

data = recdict()
data[&quot;qwe&quot;][&quot;asd&quot;] = 123</code></pre>]]></description>
      <pubDate>Sun, 28 Feb 2016 11:19:47 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>24.02.2016 17:14:58 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/277865/#comment_8783327</guid>
      <link>https://habr.com/ru/articles/277865/#comment_8783327</link>
      <description><![CDATA[Вы бы ещё helloworld &quot;проанализировали&quot;<br/>
]]></description>
      <pubDate>Wed, 24 Feb 2016 17:14:58 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>21.02.2016 15:46:40 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/277679/#comment_8780569</guid>
      <link>https://habr.com/ru/articles/277679/#comment_8780569</link>
      <description><![CDATA[<blockquote>мне пришлось использовать препроцессинг, каюсь, но другого способа я не нашел</blockquote><br/>
парсить как положено? например как в <a href="https://github.com/ikotler/pythonect">https://github.com/ikotler/pythonect</a><br/>
<br/>
<blockquote>`curl {avatar_url} &gt; {destination}</blockquote><br/>
если <b>avatar_url = &quot;; rm -rf /&quot;</b>, что будет? от баша например можно ожидать, что <b>echo $var </b> не выполнит лишних команд (хотя $var и может раскрыться в несколько аргументов), а в этом вашем shellpy всё плохо<br/>
]]></description>
      <pubDate>Sun, 21 Feb 2016 15:46:40 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.02.2016 13:40:02 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/276957/#comment_8772065</guid>
      <link>https://habr.com/ru/articles/276957/#comment_8772065</link>
      <description><![CDATA[Тогда ещё <a href="http://graphics.stanford.edu/~seander/bithacks.html">graphics.stanford.edu/~seander/bithacks.html</a>]]></description>
      <pubDate>Sat, 13 Feb 2016 13:40:02 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>03.02.2016 15:09:22 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/hexlet/articles/275501/#comment_8760225</guid>
      <link>https://habr.com/ru/companies/hexlet/articles/275501/#comment_8760225</link>
      <description><![CDATA[Добавьте (адекватных) задач на баттл. И для питона табуляцию пробелами, пожалуйста. Можете в баттлы тоже Ace запилить?]]></description>
      <pubDate>Wed, 03 Feb 2016 15:09:22 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>30.12.2015 10:10:40 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/274329/#comment_8722151</guid>
      <link>https://habr.com/ru/articles/274329/#comment_8722151</link>
      <description><![CDATA[Если не хочется выводить слишком много символов, можно использовать %hn — запись short'а. <br/>
<br/>
Вопрос, зачем нужно .0 в 134513876.0X?]]></description>
      <pubDate>Wed, 30 Dec 2015 10:10:40 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>21.12.2015 18:42:53 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/securitycode/articles/273629/#comment_8697441</guid>
      <link>https://habr.com/ru/companies/securitycode/articles/273629/#comment_8697441</link>
      <description><![CDATA[Колмогоровская сложность — очень теоретическая штука. Например, она невычислима…<br/>
То что вы написали про длину 2 — верно, но нету такого «языка программирования», для которого все строки длины N можно описать программами длины 2. То есть КС есть смысл рассматривать на совокупности строк, а не на одной конкретной.]]></description>
      <pubDate>Mon, 21 Dec 2015 18:42:53 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>21.12.2015 15:38:57 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/securitycode/articles/273629/#comment_8697243</guid>
      <link>https://habr.com/ru/companies/securitycode/articles/273629/#comment_8697243</link>
      <description><![CDATA[Ай-ай-ай, воровать тележки из супермаркетов нехорошо:<br/>
<div class="spoiler"><b class="spoiler_title">Скриншот</b><div class="spoiler_text"><img src="https://habrastorage.org/getpro/habr/comment_images/a15/969/bbd/a15969bbd327a4248629ab49e05417bf.png" alt="image"/> <br/>
</div></div>]]></description>
      <pubDate>Mon, 21 Dec 2015 15:38:57 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>15.12.2015 22:02:18 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/272935/#comment_8690435</guid>
      <link>https://habr.com/ru/articles/272935/#comment_8690435</link>
      <description><![CDATA[Интересно, как вы получили минус. Пытаюсь поставить плюс — «Нельзя голосовать за пользователей, у которых нет размещённых публикаций».]]></description>
      <pubDate>Tue, 15 Dec 2015 22:02:18 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>14.12.2015 16:17:05 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/272935/#comment_8688795</guid>
      <link>https://habr.com/ru/articles/272935/#comment_8688795</link>
      <description><![CDATA[Если вы сможете отличить шифротекст AES от «мусора» — это уже считается взломом AES.]]></description>
      <pubDate>Mon, 14 Dec 2015 16:17:05 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>14.12.2015 16:10:55 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/272935/#comment_8688781</guid>
      <link>https://habr.com/ru/articles/272935/#comment_8688781</link>
      <description><![CDATA[Хэш функций (с 512 битным хэшем) бесконечно много, кроме того их даже несчётное число (континуум). И даже если ограничить размер входа, 2^512 будет в экспоненте, т.е. число будет порядка 2^(2^512). И «хороших» хэш функций, в том числе и удобных для вычисления, там достаточно, уж поверьте.]]></description>
      <pubDate>Mon, 14 Dec 2015 16:10:55 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>14.12.2015 15:59:33 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/vk/articles/272893/#comment_8688763</guid>
      <link>https://habr.com/ru/companies/vk/articles/272893/#comment_8688763</link>
      <description><![CDATA[И первый участник на питоне аж на 22м месте (следующий 50й), печаль…<br/>
<br/>
PS: посмотрел игры, другого ожидал я от гонок. ]]></description>
      <pubDate>Mon, 14 Dec 2015 15:59:33 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>11.12.2015 19:13:44 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/plarium/articles/272901/#comment_8686643</guid>
      <link>https://habr.com/ru/companies/plarium/articles/272901/#comment_8686643</link>
      <description><![CDATA[Когда уже oculus rift выйдет :( Решился заказать DK2, а он уже «sold». Зато в мае обещали выпустить rift в Q1 2016, и предзаказы в конце 2015. Но предзаказов до сих пор нету… Интересно, у них проблемы или они просто серьезно готовятся?]]></description>
      <pubDate>Fri, 11 Dec 2015 19:13:44 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>23.11.2015 15:43:40 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/ua-hosting/articles/271507/#comment_8663831</guid>
      <link>https://habr.com/ru/companies/ua-hosting/articles/271507/#comment_8663831</link>
      <description><![CDATA[&gt; города тонут<br/>
<br/>
-&gt; увеличивается спрос на плавучие дата-центры -&gt; профит]]></description>
      <pubDate>Mon, 23 Nov 2015 15:43:40 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>18.11.2015 11:54:38 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/270117/#comment_8657561</guid>
      <link>https://habr.com/ru/articles/270117/#comment_8657561</link>
      <description><![CDATA[Напомнило <a href="http://habrahabr.ru/post/227253/">http://habrahabr.ru/post/227253/</a>]]></description>
      <pubDate>Wed, 18 Nov 2015 11:54:38 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.11.2015 11:26:53 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/270133/#comment_8653365</guid>
      <link>https://habr.com/ru/articles/270133/#comment_8653365</link>
      <description><![CDATA[Э, а где Контра :(]]></description>
      <pubDate>Fri, 13 Nov 2015 11:26:53 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

      

      

    
  </channel>
</rss>
