<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: epogrebnyak</title><link>https://news.ycombinator.com/user?id=epogrebnyak</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 06 May 2026 14:15:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=epogrebnyak" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by epogrebnyak in "Three Inverse Laws of AI"]]></title><description><![CDATA[
<p>Does this make any problem that two of the three laws are formulated as negation - not to do something? If not antropomorphising then what, without 'not'? I like third law formation better because there is no 'not'.</p>
]]></description><pubDate>Wed, 06 May 2026 06:34:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48032993</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=48032993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48032993</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Monad Tutorials Timeline"]]></title><description><![CDATA[
<p>Some tutorials seem to predate introduction of monad itself, it seemed... )</p>
]]></description><pubDate>Fri, 01 May 2026 16:19:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47976548</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=47976548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47976548</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Show HN: Hacker News archive (47M+ items, 11.6GB) as Parquet, updated every 5m"]]></title><description><![CDATA[
<p>Ahhh I get it the moment I asked, there are usually no votes on comments</p>
]]></description><pubDate>Wed, 18 Mar 2026 19:49:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47430559</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=47430559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47430559</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Show HN: Hacker News archive (47M+ items, 11.6GB) as Parquet, updated every 5m"]]></title><description><![CDATA[
<p>Wonder why median votes count is 0, seems every post is getting at least a few votes - maybe this was not the case in the past</p>
]]></description><pubDate>Wed, 18 Mar 2026 19:47:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47430549</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=47430549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47430549</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>I just released an update to a command line utility that inspects PATH environment variable. It's in Python, switched to uv from poetry, added new color scheme with rich and made some change to the logic how symlinks are processed.<p><a href="https://github.com/epogrebnyak/justpath" rel="nofollow">https://github.com/epogrebnyak/justpath</a><p>Also wrote a small clone in Rust, just to try the language: 
<a href="https://github.com/epogrebnyak/justpath.rs" rel="nofollow">https://github.com/epogrebnyak/justpath.rs</a><p>So far Python is easier for me, but I transferred some code organisation ideas from Rust to Python.<p>Extra benefit of Rust is that you can get a runnable binary, in Python, well there is a lot you are installing even for a simple utility.<p>Someone made a PR on brew installer for the Python utility, but it seems fully claude code and I'm not sure it is the best way to package brew.</p>
]]></description><pubDate>Mon, 09 Mar 2026 14:37:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47309717</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=47309717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47309717</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Minimal Accounting Library in Python"]]></title><description><![CDATA[
<p>The core of the library in under 350 lines of code, and it enables to create a chart of accounts, open a ledger, and post entries to ledger, as well as to close ledger properly at accounting period end.<p>The resulting reports are income statment and balance sheet. Trial balance can be shown at any time.<p>Best effort made to document library usage in an end-to-end example in README - needs just Chart, Book and Entry classes to perform. List of simplifications and assumptions used also in README.</p>
]]></description><pubDate>Sat, 26 Oct 2024 18:17:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=41956622</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=41956622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41956622</guid></item><item><title><![CDATA[Minimal Accounting Library in Python]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/epogrebnyak/abacus-minimal">https://github.com/epogrebnyak/abacus-minimal</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41956621">https://news.ycombinator.com/item?id=41956621</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 26 Oct 2024 18:17:55 +0000</pubDate><link>https://github.com/epogrebnyak/abacus-minimal</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=41956621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41956621</guid></item><item><title><![CDATA[New comment by epogrebnyak in "MLMY: Machine Learning My Way – A List of Topics"]]></title><description><![CDATA[
<p>I was reviewing my previous work - a website called Econometrics Navigator that provides some links to open source textbooks and blogs and felt I wanted to put together a list of topics in econometrics, machine learning and deep learning in a perspective. Can think of it as a review checklist or perhaps a (self) study guide. So far nothing beyond the titles, but will appreciate the comment on structure, additions or changes.</p>
]]></description><pubDate>Fri, 29 Mar 2024 19:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=39868064</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=39868064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39868064</guid></item><item><title><![CDATA[MLMY: Machine Learning My Way – A List of Topics]]></title><description><![CDATA[
<p>Article URL: <a href="https://docs.google.com/document/d/e/2PACX-1vT9ZkQJDDimZuPgBb7_hUJ40lm8LhqzL45HwIcYRYHw0AQkwA7pcqg0AIE7Gwf3QpAnZ34-BrFrWovO/pub">https://docs.google.com/document/d/e/2PACX-1vT9ZkQJDDimZuPgBb7_hUJ40lm8LhqzL45HwIcYRYHw0AQkwA7pcqg0AIE7Gwf3QpAnZ34-BrFrWovO/pub</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39868062">https://news.ycombinator.com/item?id=39868062</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 29 Mar 2024 19:31:57 +0000</pubDate><link>https://docs.google.com/document/d/e/2PACX-1vT9ZkQJDDimZuPgBb7_hUJ40lm8LhqzL45HwIcYRYHw0AQkwA7pcqg0AIE7Gwf3QpAnZ34-BrFrWovO/pub</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=39868062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39868062</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Show HN: Justpath – a simple utility to explore the PATH environment variable"]]></title><description><![CDATA[
<p>Thanks for explaining, looks very clever. Is this syntax part of bash?</p>
]]></description><pubDate>Tue, 27 Feb 2024 20:43:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=39529622</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=39529622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39529622</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Show HN: Justpath – a simple utility to explore the PATH environment variable"]]></title><description><![CDATA[
<p>Actually funny enough does not do that - cool possible feature<p>Should it be `justpath --contains .`?<p>Opened issue here:  <a href="https://github.com/epogrebnyak/justpath/issues/10">https://github.com/epogrebnyak/justpath/issues/10</a></p>
]]></description><pubDate>Tue, 27 Feb 2024 10:09:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=39522290</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=39522290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39522290</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Show HN: Justpath – a simple utility to explore the PATH environment variable"]]></title><description><![CDATA[
<p>How does (N[-1]) get resolved?</p>
]]></description><pubDate>Mon, 26 Feb 2024 19:14:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=39515626</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=39515626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39515626</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Show HN: Justpath – a simple utility to explore the PATH environment variable"]]></title><description><![CDATA[
<p>For me the use case was trying to understand what directories should I clean from path and if there where duplicates. Just something to help understand if my PATH on Windows was repetitive or not.</p>
]]></description><pubDate>Mon, 26 Feb 2024 19:09:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=39515569</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=39515569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39515569</guid></item><item><title><![CDATA[New comment by epogrebnyak in "Show HN: Justpath – a simple utility to explore the PATH environment variable"]]></title><description><![CDATA[
<p>Thanks! Indeed an itch that was both on Linux and Windows - so a tool that I could use in either environment</p>
]]></description><pubDate>Mon, 26 Feb 2024 19:07:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=39515532</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=39515532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39515532</guid></item><item><title><![CDATA[Show HN: Justpath – a simple utility to explore the PATH environment variable]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/epogrebnyak/justpath">https://github.com/epogrebnyak/justpath</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39493363">https://news.ycombinator.com/item?id=39493363</a></p>
<p>Points: 76</p>
<p># Comments: 26</p>
]]></description><pubDate>Sat, 24 Feb 2024 17:32:29 +0000</pubDate><link>https://github.com/epogrebnyak/justpath</link><dc:creator>epogrebnyak</dc:creator><comments>https://news.ycombinator.com/item?id=39493363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39493363</guid></item></channel></rss>