<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: bulletmarker</title><link>https://news.ycombinator.com/user?id=bulletmarker</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 04 Sep 2026 09:12:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bulletmarker" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bulletmarker in "Go grandmaster Shin defeats AI KataGo with a two-stone handicap"]]></title><description><![CDATA[
<p>Annoyingly misleading. I read it that the human player was handicapped.</p>
]]></description><pubDate>Thu, 03 Sep 2026 20:44:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49556681</link><dc:creator>bulletmarker</dc:creator><comments>https://news.ycombinator.com/item?id=49556681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49556681</guid></item><item><title><![CDATA[New comment by bulletmarker in "Notebooks as reusable Python programs"]]></title><description><![CDATA[
<p>This is the top reply here but I completely disagree with it. Storing the output of running your source file back into your source file is one of the design decisions in Jupyter which I have always considered abhorrent and am very happy to see fixed by Marimo.</p>
]]></description><pubDate>Fri, 21 Mar 2025 23:40:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43441885</link><dc:creator>bulletmarker</dc:creator><comments>https://news.ycombinator.com/item?id=43441885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43441885</guid></item><item><title><![CDATA[New comment by bulletmarker in "Tcl Tutorial"]]></title><description><![CDATA[
<p>I wonder how this relates to Jim Tcl which you also originally authored?</p>
]]></description><pubDate>Mon, 17 Mar 2025 11:46:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43387455</link><dc:creator>bulletmarker</dc:creator><comments>https://news.ycombinator.com/item?id=43387455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43387455</guid></item><item><title><![CDATA[New comment by bulletmarker in "3blue1brown YouTube Bitcoin video taken down as copyright violation"]]></title><description><![CDATA[
<p>This is a good example of a sensationalist post title.</p>
]]></description><pubDate>Tue, 07 Jan 2025 12:26:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42621691</link><dc:creator>bulletmarker</dc:creator><comments>https://news.ycombinator.com/item?id=42621691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42621691</guid></item><item><title><![CDATA[New comment by bulletmarker in "GnuCash 5.9"]]></title><description><![CDATA[
<p>And since the CSV importer is terrible there are always a lot of edits to do unfortunately.</p>
]]></description><pubDate>Mon, 30 Sep 2024 19:34:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41701140</link><dc:creator>bulletmarker</dc:creator><comments>https://news.ycombinator.com/item?id=41701140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41701140</guid></item><item><title><![CDATA[New comment by bulletmarker in "The Waterfall Model was a straw man argument from the beginning (2015)"]]></title><description><![CDATA[
<p>If you follow the waterfall process faithfully then you guarantee mediocrity in what you produce.</p>
]]></description><pubDate>Mon, 16 Sep 2024 20:39:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41560601</link><dc:creator>bulletmarker</dc:creator><comments>https://news.ycombinator.com/item?id=41560601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41560601</guid></item><item><title><![CDATA[New comment by bulletmarker in "FastHTML – Modern web applications in pure Python"]]></title><description><![CDATA[
<p>FastHTML is very interesting and reading this thread has led me to discover htpy as well which I am shocked I have never seen before! The htpy website and docs are also great. So now I am a bit of a dilemma over which one to use.<p>I actually hate working in HTML with all those closing tags etc so I nearly always set up a build/make process to edit my templates in PUG format. When I paste my PUG->html output into <a href="https://h2x.answer.ai/" rel="nofollow">https://h2x.answer.ai/</a>, or run html2htpy over them, I get python code that basically looks the same as those PUG templates. What a realization that is! So I may as well create and edit them in python rather than PUG and exploit the power of my beloved python dev environment and tools (as nicely stated in that "Throw out your templates" essay <a href="https://github.com/tavisrudd/throw_out_your_templates">https://github.com/tavisrudd/throw_out_your_templates</a> reference from the htpy docs). Thanks very much Jeremy and Andreas for this fantastic insight :)</p>
]]></description><pubDate>Wed, 31 Jul 2024 01:01:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41115600</link><dc:creator>bulletmarker</dc:creator><comments>https://news.ycombinator.com/item?id=41115600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41115600</guid></item><item><title><![CDATA[New comment by bulletmarker in "Timeshift: System Restore Tool for Linux"]]></title><description><![CDATA[
<p>I have used pretty much the same setup for the last 6 years. I run borg to a small server then rclone the encrypted backup nightly to B2 storage.</p>
]]></description><pubDate>Tue, 23 Jul 2024 12:52:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41045449</link><dc:creator>bulletmarker</dc:creator><comments>https://news.ycombinator.com/item?id=41045449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41045449</guid></item><item><title><![CDATA[Pipxu – A Faster Alternative to Pipx]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/bulletmark/pipxu">https://github.com/bulletmark/pipxu</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40253988">https://news.ycombinator.com/item?id=40253988</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 04 May 2024 01:09:06 +0000</pubDate><link>https://github.com/bulletmark/pipxu</link><dc:creator>bulletmarker</dc:creator><comments>https://news.ycombinator.com/item?id=40253988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40253988</guid></item></channel></rss>