<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: TheBestTvarynka</title><link>https://news.ycombinator.com/user?id=TheBestTvarynka</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Jul 2026 05:23:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TheBestTvarynka" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by TheBestTvarynka in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>I'm working on the Obsidian plugin for building and rendering family graphs [1]. I started my own genealogy research in 2025 and did not want to store data on a 3rd-party platform. Obsidian was a great decision. The only thing I needed is a tree (graph) viewer for family members relationships (something like myheritage.com has). So, I built my own with a lot of interactivity on top.<p>[1]: <a href="https://github.com/TheBestTvarynka/grafily" rel="nofollow">https://github.com/TheBestTvarynka/grafily</a></p>
]]></description><pubDate>Mon, 13 Jul 2026 13:30:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48892403</link><dc:creator>TheBestTvarynka</dc:creator><comments>https://news.ycombinator.com/item?id=48892403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48892403</guid></item><item><title><![CDATA[New comment by TheBestTvarynka in "Tree Drawing Using Reingold-Tilford Algorithm"]]></title><description><![CDATA[
<p>Hi, there<p>About a month ago, I worked on a simple tree-drawing software. Existing explanations of the Reingold-Tilford algorithm confused me a lot. I decided to try to explain it by myself.<p>In my blog post, I really tried to cover every aspect and every step of the algorithm. Hope someone will find it useful.<p>If you have any ideas for improving my explanations, please share.</p>
]]></description><pubDate>Mon, 02 Feb 2026 07:58:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46853550</link><dc:creator>TheBestTvarynka</dc:creator><comments>https://news.ycombinator.com/item?id=46853550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46853550</guid></item><item><title><![CDATA[Tree Drawing Using Reingold-Tilford Algorithm]]></title><description><![CDATA[
<p>Article URL: <a href="https://tbt.qkation.com/posts/draw-tree-using-reingold-tilford-algorithm/">https://tbt.qkation.com/posts/draw-tree-using-reingold-tilford-algorithm/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46853549">https://news.ycombinator.com/item?id=46853549</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 02 Feb 2026 07:58:43 +0000</pubDate><link>https://tbt.qkation.com/posts/draw-tree-using-reingold-tilford-algorithm/</link><dc:creator>TheBestTvarynka</dc:creator><comments>https://news.ycombinator.com/item?id=46853549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46853549</guid></item><item><title><![CDATA[Show HN: Cryptography, JWT, and ASN1 Debuggers]]></title><description><![CDATA[
<p>Hello HN,<p>For the last 3 years, I have been working on a tool that helps me debug ASN.1-encoded data (keys, certificates, Kerberos/CredSSP/SPNEGO/etc tokens, and more), cryptographic operations, and JWTs.
This app is available online; you can try it [0] (no sign-in/up needed).<p>First, this app supported only various cryptography operations.<p>Then, I started working with JWTs a lot, and I did not like jwt.io design at all. So, I made my own JWT debugger without ads, banners, and other crap.<p>And last but not least, I also implemented the ASN1 debugger over the years. The best feature is that you can edit the ASN1 tree directly on the page [1].<p>I'm happy that I wrote this tool. I use it often to help me debug my protocol implementations. I know that some of my friends use the JWT debugger and ASN1 parser from this tool. Maybe some of you will find it helpful too.<p>The app is open-source [2]. All computations are performed on the client side. Related submissions: [3], [4].<p>[0]: <a href="https://crypto.qkation.com/" rel="nofollow">https://crypto.qkation.com/</a><p>[1]: <a href="https://news.ycombinator.com/item?id=46255464">https://news.ycombinator.com/item?id=46255464</a><p>[2]: <a href="https://github.com/TheBestTvarynka/crypto-helper" rel="nofollow">https://github.com/TheBestTvarynka/crypto-helper</a><p>[3]: <a href="https://news.ycombinator.com/item?id=46255464">https://news.ycombinator.com/item?id=46255464</a><p>[4]: <a href="https://news.ycombinator.com/item?id=46267963">https://news.ycombinator.com/item?id=46267963</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46737351">https://news.ycombinator.com/item?id=46737351</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 23 Jan 2026 20:20:03 +0000</pubDate><link>https://crypto.qkation.com/</link><dc:creator>TheBestTvarynka</dc:creator><comments>https://news.ycombinator.com/item?id=46737351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46737351</guid></item><item><title><![CDATA[New comment by TheBestTvarynka in "Ask HN: What Are You Working On? (December 2025)"]]></title><description><![CDATA[
<p>For the last 3 years, I have been working on a web tool to help me at work: debugging ASN1-encoded data (keys, certificates, Kerberos/CredSSP/SPNEGO/etc data structures, and more) and performing various cryptographic operations. This app is available online; you can try it [0] (no sign-in/up needed).<p>This December, I reached a huge milestone: I implemented ASN1 tree editing [1]. Now I can edit the ASN1 tree directly in the browser (read my blog post for more details: [2]).<p>I'm happy that I wrote this tool. I use it often to help me debug my protocol implementations and/or debugging. I know that some of my friends use the JWT debugger and ASN1 parser from this tool. Maybe some of you will find it helpful too.<p>[0]: <a href="https://crypto.qkation.com/" rel="nofollow">https://crypto.qkation.com/</a><p>[1]: <a href="https://news.ycombinator.com/item?id=46255464">https://news.ycombinator.com/item?id=46255464</a><p>[2]: <a href="https://tbt.qkation.com/posts/announcing-crypto-helper-0-16/" rel="nofollow">https://tbt.qkation.com/posts/announcing-crypto-helper-0-16/</a></p>
]]></description><pubDate>Sun, 14 Dec 2025 22:48:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46267963</link><dc:creator>TheBestTvarynka</dc:creator><comments>https://news.ycombinator.com/item?id=46267963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46267963</guid></item><item><title><![CDATA[Show HN: Online ASN1 DER parser and editor]]></title><description><![CDATA[
<p>Hello HN,<p>For the last 3 years, I have been working on a tool to help me debug ASN1-encoded data (keys, certificates, Kerberos/CredSSP/SPNEGO/etc data structures, and more) and cryptographic operations.<p>A few days ago, I shipped a significant feature: ASN1 tree editor. Now it can parse and edit the ASN1 tree directly on the page. I found it very useful and may be helpful for others.<p>Follow the link and try it. Short manual:<p>* hold `ctrl` and click on the tree node title to edit;<p>* hold `ctrl` and move the mouse between nodes to add a new node;<p>* hold `ctrl` and move the mouse to the start of the node title to remove the node.<p>A complete user guide with images can be found in my blog post: <a href="https://tbt.qkation.com/posts/announcing-crypto-helper-0-16/" rel="nofollow">https://tbt.qkation.com/posts/announcing-crypto-helper-0-16/</a>.<p>Overall, this tool can also perform many crypto-algorithms and has a JWT debugger. But that's another story :)<p>* All computations are performed inside your browser.<p>* This site does not set or use cookies.<p>* This site does not store data in the browser to be shared, sent, or sold to third parties.<p>* No personal information is shared, sent, or sold to third parties.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46255464">https://news.ycombinator.com/item?id=46255464</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 13 Dec 2025 15:56:23 +0000</pubDate><link>https://crypto.qkation.com/asn1</link><dc:creator>TheBestTvarynka</dc:creator><comments>https://news.ycombinator.com/item?id=46255464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46255464</guid></item><item><title><![CDATA[Ask HN: Software for Managing Family History]]></title><description><![CDATA[
<p>I decided to write down my family history, and I'm looking for special software to help me with it.<p>I want the information to be structured. I want to navigate easily between persons, places, events, timelines, see interconnected items, etc.<p>The best option I found is logseq (https://github.com/logseq/logseq). Are there any better options? How do you manage your family history?<p>UDP:
I just found Wiki.js (https://js.wiki/). It also looks like a good option.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42578387">https://news.ycombinator.com/item?id=42578387</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 02 Jan 2025 20:20:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42578387</link><dc:creator>TheBestTvarynka</dc:creator><comments>https://news.ycombinator.com/item?id=42578387</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42578387</guid></item></channel></rss>