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

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

  <channel>
    <title><![CDATA[Комментарии / Профиль colorbit]]></title>
    <link>https://habr.com/ru/users/colorbit/comments/</link>
    <description><![CDATA[Хабр: комментарии пользователя colorbit]]></description>
    <language>ru</language>
    <managingEditor>editor@habr.com</managingEditor>
    <generator>habr.com</generator>
    <pubDate>Thu, 23 Apr 2026 21:20:18 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>17.09.2025 14:09:16 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/bothub/articles/944578/#comment_28847912</guid>
      <link>https://habr.com/ru/companies/bothub/articles/944578/#comment_28847912</link>
      <description><![CDATA[<p>Grok еще позволяет бесплатно генерировать видео</p>]]></description>
      <pubDate>Wed, 17 Sep 2025 14:09:16 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>16.12.2024 13:38:33 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/866898/#comment_27680046</guid>
      <link>https://habr.com/ru/articles/866898/#comment_27680046</link>
      <description><![CDATA[<p>Не боитесь "засрать" ТМН распыляемым веществом мишени?</p>]]></description>
      <pubDate>Mon, 16 Dec 2024 13:38:33 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>07.08.2024 09:31:57 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/834254/#comment_27137502</guid>
      <link>https://habr.com/ru/articles/834254/#comment_27137502</link>
      <description><![CDATA[<details class="spoiler"><summary>В 3D смотрится отлично </summary><div class="spoiler__content"><iframe id="66b33f01315cc3d4a14e71a8" src="https://embedd.srv.habr.com/iframe/66b33f01315cc3d4a14e71a8" class="embed_video embed__content" allowfullscreen="true"></iframe><p></p></div></details><p></p>]]></description>
      <pubDate>Wed, 07 Aug 2024 09:31:57 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>27.06.2024 12:21:00 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/824900/#comment_26979154</guid>
      <link>https://habr.com/ru/articles/824900/#comment_26979154</link>
      <description><![CDATA[<p>Выглядит как античный артефакт </p>]]></description>
      <pubDate>Thu, 27 Jun 2024 12:21:00 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>10.04.2024 13:21:38 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/bothub/articles/806491/#comment_26709027</guid>
      <link>https://habr.com/ru/companies/bothub/articles/806491/#comment_26709027</link>
      <description><![CDATA[<p>Вместо разложения по синусам и косинусам (преобразование Фурье) сигнал (функция от  времени) можно раскладывать по бесконечно большому количеству базисов.</p><p>Например очень удобными являются компактные во времени базисы (вейвлет преобразование)</p><p>P.S.: Существует ли мнимая единица в реальности?)</p>]]></description>
      <pubDate>Wed, 10 Apr 2024 13:21:38 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>03.04.2024 13:03:35 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/ruvds/articles/803519/#comment_26683701</guid>
      <link>https://habr.com/ru/companies/ruvds/articles/803519/#comment_26683701</link>
      <description><![CDATA[<p>Узнал на фото свой родной город - Архангельск ))</p><p></p>]]></description>
      <pubDate>Wed, 03 Apr 2024 13:03:35 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>29.03.2024 11:52:06 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/803415/#comment_26665799</guid>
      <link>https://habr.com/ru/articles/803415/#comment_26665799</link>
      <description><![CDATA[<p>Полученное решение данных уравнений более полное. Все&nbsp;"степени двойки"&nbsp;четные и содержаться в полученном ряду.</p>]]></description>
      <pubDate>Fri, 29 Mar 2024 11:52:06 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>29.03.2024 11:23:59 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/803415/#comment_26665691</guid>
      <link>https://habr.com/ru/articles/803415/#comment_26665691</link>
      <description><![CDATA[<p>В Wolfram Mathematica можно решить в пару строк:</p><pre><code>sol = Solve[8000000 n/m - 100000000 f == 0, {n, m, f}, 
   Integers] //. {C[1] -&gt; c1, C[2] -&gt; c2}
Multicolumn[
 TableView[#, Headers -&gt; {{с1, c2, m, n, f}}, Alignment -&gt; Center] &amp; /@
   Table[{c1, c2, m, n, f} //. sol[[1]], {c1, 1, 10, 1},
{c2, 1, 10,1}],2]</code></pre><details class="spoiler"><summary>Изображения</summary><div class="spoiler__content"><figure class="full-width "><img src="https://habrastorage.org/getpro/habr/upload_files/46a/80b/e7e/46a80be7e4c4f652c46063cc801690a0.PNG" alt="Аналитическое решение" title="Аналитическое решение" width="1572" height="327"><div><figcaption>Аналитическое решение</figcaption></div></figure><figure class="full-width "><img src="https://habrastorage.org/getpro/habr/upload_files/159/b01/863/159b01863ed8d6fca4e399798dc1d840.png" alt="Результаты расчета" title="Результаты расчета" width="1659" height="2798"><div><figcaption>Результаты расчета</figcaption></div></figure><p></p></div></details><p></p>]]></description>
      <pubDate>Fri, 29 Mar 2024 11:23:59 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.11.2023 18:38:05 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/773402/#comment_26156176</guid>
      <link>https://habr.com/ru/articles/773402/#comment_26156176</link>
      <description><![CDATA[<p>Не совсем понял, чем "толерантный доверительный интервал" отличается от обычного доверительного интервала?</p>]]></description>
      <pubDate>Mon, 13 Nov 2023 18:38:05 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>11.05.2023 18:43:03 </title>
      <guid isPermaLink="true">https://habr.com/ru/news/732252/#comment_25539254</guid>
      <link>https://habr.com/ru/news/732252/#comment_25539254</link>
      <description><![CDATA[<p>Ждем!</p>]]></description>
      <pubDate>Thu, 11 May 2023 18:43:03 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>03.08.2022 20:08:34 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/680536/#comment_24595272</guid>
      <link>https://habr.com/ru/articles/680536/#comment_24595272</link>
      <description><![CDATA[<p>Рекомендую к прочтению научно-фантастический цикл Ника Горькавого <a href="https://fantlab.ru/work116160" rel="noopener noreferrer nofollow">"Астровитянка"</a></p>]]></description>
      <pubDate>Wed, 03 Aug 2022 20:08:34 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>23.02.2022 19:34:04 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/653081/#comment_24109341</guid>
      <link>https://habr.com/ru/articles/653081/#comment_24109341</link>
      <description><![CDATA[<p>Значительным преимуществом некоторых платных менеджеров финансов (например ДзенМани) является возможность коннектиться к ЛК большинства банков и автоматический грабить транзакции, а не заносить их руками. Возможно ли реализовать подобный функционал в Firefly III?</p>]]></description>
      <pubDate>Wed, 23 Feb 2022 19:34:04 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>28.11.2021 19:55:53 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/591563/#comment_23761183</guid>
      <link>https://habr.com/ru/articles/591563/#comment_23761183</link>
      <description><![CDATA[<p>Возможно ли добавить бота в личный диалог?</p>]]></description>
      <pubDate>Sun, 28 Nov 2021 19:55:53 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>16.10.2021 15:20:10 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/ruvds/articles/583120/#comment_23597394</guid>
      <link>https://habr.com/ru/companies/ruvds/articles/583120/#comment_23597394</link>
      <description><![CDATA[<p>Интересно, возможно ли возникновение солитонов в подобной системе? Здесь тоже система взаимодействующих осцилляторов.</p><p><a href="https://www.youtube.com/watch?v=mCAABYiR9YM" rel="noopener noreferrer nofollow">https://www.youtube.com/watch?v=mCAABYiR9YM</a></p>]]></description>
      <pubDate>Sat, 16 Oct 2021 15:20:10 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.10.2021 18:23:35 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/timeweb/articles/582280/#comment_23588584</guid>
      <link>https://habr.com/ru/companies/timeweb/articles/582280/#comment_23588584</link>
      <description><![CDATA[<blockquote><p>Недавно закончили исследование, которое говорит, что в течение 6 лет можно пить мелатонин ежедневно, это безопасно.</p></blockquote><p>Было бы интересно прочитать оригинальную статью. Может быть кто-нибудь знает её название или DOI?</p>]]></description>
      <pubDate>Wed, 13 Oct 2021 18:23:35 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>26.06.2021 18:47:35 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/vdsina/articles/564578/#comment_23194160</guid>
      <link>https://habr.com/ru/companies/vdsina/articles/564578/#comment_23194160</link>
      <description><![CDATA[<p>В Keepass автоввод можно гибко настроить под любой порядок ввода логина и пароля</p>]]></description>
      <pubDate>Sat, 26 Jun 2021 18:47:35 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>22.05.2021 18:43:44 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/sberbank/articles/558266/#comment_23067080</guid>
      <link>https://habr.com/ru/companies/sberbank/articles/558266/#comment_23067080</link>
      <description><![CDATA[+ процент на остаток]]></description>
      <pubDate>Sat, 22 May 2021 18:43:44 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>16.03.2021 19:25:59 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/547246/#comment_22814594</guid>
      <link>https://habr.com/ru/articles/547246/#comment_22814594</link>
      <description><![CDATA[Windows-планшет можно подключить в качестве второго экрана к ноутбуку?]]></description>
      <pubDate>Tue, 16 Mar 2021 19:25:59 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>03.03.2021 19:04:46 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/skillfactory/articles/544428/#comment_22761656</guid>
      <link>https://habr.com/ru/companies/skillfactory/articles/544428/#comment_22761656</link>
      <description><![CDATA[Ждем ответ от AlexGyver]]></description>
      <pubDate>Wed, 03 Mar 2021 19:04:46 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>30.01.2021 14:19:09 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/539930/#comment_22614590</guid>
      <link>https://habr.com/ru/articles/539930/#comment_22614590</link>
      <description><![CDATA[Интересно, на каком факультете в ЛЭТИ вы учились?]]></description>
      <pubDate>Sat, 30 Jan 2021 14:19:09 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

      

      

    
  </channel>
</rss>
