<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: veexx103</title><link>https://news.ycombinator.com/user?id=veexx103</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 27 Sep 2026 02:02:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=veexx103" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by veexx103 in "How to keep enjoying programming in a world of LLMs"]]></title><description><![CDATA[
<p>For tasks you don't want to do (such as work-related ones), use an LLM.<p>For tasks you enjoy, write them yourself.</p>
]]></description><pubDate>Sat, 26 Sep 2026 10:14:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49855054</link><dc:creator>veexx103</dc:creator><comments>https://news.ycombinator.com/item?id=49855054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49855054</guid></item><item><title><![CDATA[New comment by veexx103 in "Show HN: Build a CPU from gates, in TypeScript, in the browser"]]></title><description><![CDATA[
<p>I once thought about generating visual representations of circuits created from code.<p>For instance, if you clicked on an n-bit adder,<p>you could see how it was recursively generated,<p>showing that it consists of a 1-bit adder combined with an (n-1)-bit adder.<p>I think that would be really interesting, but I just haven't had the time to actually do it.</p>
]]></description><pubDate>Thu, 24 Sep 2026 09:34:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49828289</link><dc:creator>veexx103</dc:creator><comments>https://news.ycombinator.com/item?id=49828289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49828289</guid></item><item><title><![CDATA[New comment by veexx103 in "Show HN: Build a CPU from gates, in TypeScript, in the browser"]]></title><description><![CDATA[
<p>Here is my code:<p><a href="https://github.com/mindChickey/circuit/tree/master/cirlisp" rel="nofollow">https://github.com/mindChickey/circuit/tree/master/cirlisp</a><p>There is no documentation, but I think the design is worth a look.<p>The specific language doesn't matter much; 
using TypeScript to run it in the browser is a good choice.<p>As for a graphical interface for wires and gates—I don't think it's necessary;<p>Expressing it directly in code is more efficient..</p>
]]></description><pubDate>Thu, 24 Sep 2026 06:45:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49827080</link><dc:creator>veexx103</dc:creator><comments>https://news.ycombinator.com/item?id=49827080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49827080</guid></item><item><title><![CDATA[New comment by veexx103 in "Show HN: Build a CPU from gates, in TypeScript, in the browser"]]></title><description><![CDATA[
<p>Ten years ago, I worked on something similar for my graduation project.<p>I drew inspiration from the circuit simulator in <i>SICP</i> and a tool called Logisim,<p>and used Lisp to design a circuit simulation library.<p>The core concept was:<p>Each function could generate a circuit module,<p>that accepted multiple input lines—each consisting of multiple bits,<p>and produced a single output line, which also consisted of multiple bits.<p>For example, an adder would take two $n$-bit lines as input and output a single $n$-bit line.<p>Using this simulation library, I also built a simple CPU and implemented a factorial function using its machine language.</p>
]]></description><pubDate>Thu, 24 Sep 2026 04:02:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49826111</link><dc:creator>veexx103</dc:creator><comments>https://news.ycombinator.com/item?id=49826111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49826111</guid></item><item><title><![CDATA[New comment by veexx103 in "Show HN: Timeline, a team project planner with a fast canvas Gantt view"]]></title><description><![CDATA[
<p>No, I'm also struggling with the naming issue.</p>
]]></description><pubDate>Sat, 19 Sep 2026 14:28:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49766862</link><dc:creator>veexx103</dc:creator><comments>https://news.ycombinator.com/item?id=49766862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49766862</guid></item><item><title><![CDATA[New comment by veexx103 in "Show HN: Quokka – a self-hosting, deterministic programming language"]]></title><description><![CDATA[
<p>I find that many languages   designed by enthusiasts are better than mainstream ones,<p>yet we are stuck suffering with the mainstream languages.</p>
]]></description><pubDate>Sat, 19 Sep 2026 13:26:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49766441</link><dc:creator>veexx103</dc:creator><comments>https://news.ycombinator.com/item?id=49766441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49766441</guid></item><item><title><![CDATA[New comment by veexx103 in "Show HN: Timeline, a team project planner with a fast canvas Gantt view"]]></title><description><![CDATA[
<p>The name of this project is too generic; it lacks distinctiveness.</p>
]]></description><pubDate>Sat, 19 Sep 2026 13:19:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49766379</link><dc:creator>veexx103</dc:creator><comments>https://news.ycombinator.com/item?id=49766379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49766379</guid></item></channel></rss>