<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: lilbigdoot</title><link>https://news.ycombinator.com/user?id=lilbigdoot</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 22:24:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lilbigdoot" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lilbigdoot in "Not everyone is using AI for everything"]]></title><description><![CDATA[
<p>I wonder if it's expertise gives you ability to see flaws and push the LLM past its acceptable point.<p>I haven't really used LLMs much for coding (sabbatical before LLMs got good at coding, now looking for work) but I found with chats that they are great at exploring well trodden territory but as soon as you go a little bit off the beaten path they flail horribly</p>
]]></description><pubDate>Sun, 14 Jun 2026 19:58:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48531969</link><dc:creator>lilbigdoot</dc:creator><comments>https://news.ycombinator.com/item?id=48531969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48531969</guid></item><item><title><![CDATA[New comment by lilbigdoot in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>If someone was interested in trying it, the thinkythoughts folder contains an ASP.NET server side blazor project with monaco and basic (but broken ;)) syntax highlighting and debug output from inference. I don't expect anyone to be interested but if they are and want samples please don't hesitate to ask :)</p>
]]></description><pubDate>Sun, 14 Jun 2026 19:40:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48531772</link><dc:creator>lilbigdoot</dc:creator><comments>https://news.ycombinator.com/item?id=48531772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48531772</guid></item><item><title><![CDATA[New comment by lilbigdoot in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>I've been working on a inference engine for a System F Omega inspired language and getting to a point where it is starting to feel good in small programs. I'm not sure why I started this, but I'm hoping to make something like an experience reminiscent of Lisp/Smalltalk by working in an interactive environment.<p>My goal with this language was to pick a set of primitives to compose and express as much as possible.<p>I don't have a demo up yet but if anyone was curious
<a href="https://codeberg.org/lilbigdoot/gloo/src/branch/thinkythoughts" rel="nofollow">https://codeberg.org/lilbigdoot/gloo/src/branch/thinkythough...</a><p>The two main features I am missing right now are recursive types (I want to do proper mutual recursion and have been procrastinating) and some form of type classes or implicit modules. Structural typing has been useful and I'm finding a lot of features are falling out for free from that.<p>Long term goal is to create something with performance within a reasonable range of C# / Java etc generally, with tools for opting out of GC. I don't plan on chasing zero cost memory safety, since I want to spend my "budget" on tooling and expressiveness.<p>Until the language semantics stabilize I plan on generating some pretty naive JS/TS to play around with real programs, and eventually target .NET and native (likely via C++ transpilation)</p>
]]></description><pubDate>Sun, 14 Jun 2026 19:34:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48531721</link><dc:creator>lilbigdoot</dc:creator><comments>https://news.ycombinator.com/item?id=48531721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48531721</guid></item></channel></rss>