<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: henadzit</title><link>https://news.ycombinator.com/user?id=henadzit</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Apr 2026 04:50:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=henadzit" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by henadzit in "Ask HN: What are you working on? (May 2025)"]]></title><description><![CDATA[
<p>I'm working on a open-source schema migration tool for tortoise-orm. tortoise-orm is a mature Python async ORM but it lacks a good migration tool. It isn't a super exciting project but it is something that people request over and over again.<p><a href="https://github.com/henadzit/tortoise-pathway">https://github.com/henadzit/tortoise-pathway</a></p>
]]></description><pubDate>Mon, 26 May 2025 10:03:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=44095798</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=44095798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44095798</guid></item><item><title><![CDATA[New comment by henadzit in "Ask HN: What are you working on? (April 2025)"]]></title><description><![CDATA[
<p>I'm on a schema migration tool for tortoise-orm. tortoise-orm is a mature async ORM but it lacks a good migration tool. It isn't a super exciting project but it is something that people request over and over again.<p><a href="https://github.com/henadzit/tortoise-pathway">https://github.com/henadzit/tortoise-pathway</a></p>
]]></description><pubDate>Tue, 29 Apr 2025 10:18:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=43830686</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=43830686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43830686</guid></item><item><title><![CDATA[New comment by henadzit in "Ask HN: What are you working on? (March 2025)"]]></title><description><![CDATA[
<p>Working on a schema migration tool for tortoise-orm (Python async ORM)<p><a href="https://github.com/tortoise/tortoise-orm/" rel="nofollow">https://github.com/tortoise/tortoise-orm/</a></p>
]]></description><pubDate>Sun, 30 Mar 2025 22:39:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=43528441</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=43528441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43528441</guid></item><item><title><![CDATA[New comment by henadzit in "Ask HN: What are you working on? (February 2025)"]]></title><description><![CDATA[
<p>I'm working on an open-source event tracking infrastructure using AWS and Apache Iceberg. Think Heap or Mixpanel but you own the data, the data is in your data like within seconds and it's dirt cheap.<p><a href="https://github.com/manymetrics/manymetrics">https://github.com/manymetrics/manymetrics</a></p>
]]></description><pubDate>Tue, 25 Feb 2025 17:38:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43174925</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=43174925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43174925</guid></item><item><title><![CDATA[New comment by henadzit in "Ask HN: What are you working on (September 2024)?"]]></title><description><![CDATA[
<p>I'm working on an open-source event tracking infrastructure based on AWS (think Heap or Mixpanel but all infrastructure is in your AWS account and you own the data). It's incredible how much can be done just by combining AWS services.<p><a href="https://github.com/manymetrics/manymetrics">https://github.com/manymetrics/manymetrics</a></p>
]]></description><pubDate>Sun, 29 Sep 2024 21:32:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=41690855</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=41690855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41690855</guid></item><item><title><![CDATA[New comment by henadzit in "I Created a GPT-3.5 Powered Telegram Bot Using Only AI Tools"]]></title><description><![CDATA[
<p>It would be great if GPT-3.5 could remember everything it did as part of this project. So if you ask it a week later, you won't need to clarify the context.</p>
]]></description><pubDate>Wed, 15 Mar 2023 18:04:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=35172313</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=35172313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35172313</guid></item><item><title><![CDATA[New comment by henadzit in "YouTube approves ad by Belarusian gov with journalist from hijackd Ryanair plane"]]></title><description><![CDATA[
<p>Belta (the state news agency) was using YouTube for propaganda for almost a year since the protests in 2020 in Belarus. Videos of "confessions" by beaten protestors were very common. I'm not sure how much the government spends on ads but you can hardly watch anything on YouTube without stumbling into a propaganda video.</p>
]]></description><pubDate>Tue, 25 May 2021 20:26:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=27282147</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=27282147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27282147</guid></item><item><title><![CDATA[New comment by henadzit in "Why is load balancing gRPC tricky?"]]></title><description><![CDATA[
<p>Nice read! I can add that from my experience using DNS for load balancing isn't the best idea because of the complexities with the DNS caching. The DNS caching happens on DNS resolvers, OS level but also some clients do it too which might be tricky to watch for. Basically you might end up with an IP address of a failed server and no way of retrying until TTL of the DNS record expires.</p>
]]></description><pubDate>Fri, 14 May 2021 09:15:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=27152348</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=27152348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27152348</guid></item><item><title><![CDATA[New comment by henadzit in "533M Facebook users' phone numbers and personal data have been leaked online"]]></title><description><![CDATA[
<p>Telemarketing or political campaigns. Check out the Robocall article on wiki. In Europe it depends on the country. In Poland I receive a few calls daily but they are people calling me, not bots. Never received a robocall here.</p>
]]></description><pubDate>Sat, 03 Apr 2021 19:48:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=26684123</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=26684123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26684123</guid></item><item><title><![CDATA[Belarus2020.org Spoofing]]></title><description><![CDATA[
<p>Article URL: <a href="https://docs.google.com/document/d/1YzoznlvrRFRjXxE0qfkSgDvo_xmUTSmTWUHDI-PITSg/edit?usp=sharing">https://docs.google.com/document/d/1YzoznlvrRFRjXxE0qfkSgDvo_xmUTSmTWUHDI-PITSg/edit?usp=sharing</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24100825">https://news.ycombinator.com/item?id=24100825</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 09 Aug 2020 16:43:56 +0000</pubDate><link>https://docs.google.com/document/d/1YzoznlvrRFRjXxE0qfkSgDvo_xmUTSmTWUHDI-PITSg/edit?usp=sharing</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=24100825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24100825</guid></item><item><title><![CDATA[New comment by henadzit in "Which companies had the most fake followers in the Twitter bot purge?"]]></title><description><![CDATA[
<p>Some companies lost close to half of their followers. Looks like a good sign of cheating. It's interesting that Twitter lots 12% of followers, I guess following Twitter is the first thing that comes to mind to bot makers when they try to make accounts look real.</p>
]]></description><pubDate>Tue, 31 Jul 2018 18:09:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=17655535</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=17655535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17655535</guid></item><item><title><![CDATA[New comment by henadzit in "What industry has the highest revenue per employee?"]]></title><description><![CDATA[
<p>All Big Four tech companies are there... except Amazon.</p>
]]></description><pubDate>Tue, 10 Jul 2018 05:37:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=17495714</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=17495714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17495714</guid></item><item><title><![CDATA[New comment by henadzit in "Post a boarding pass on Facebook, get your account stolen"]]></title><description><![CDATA[
<p>It would also help if tickets had a "No photography" icon on them and a note about them having private information.</p>
]]></description><pubDate>Sat, 23 Sep 2017 12:54:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=15319522</link><dc:creator>henadzit</dc:creator><comments>https://news.ycombinator.com/item?id=15319522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15319522</guid></item></channel></rss>