<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: 7h3kk1d</title><link>https://news.ycombinator.com/user?id=7h3kk1d</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 16:17:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=7h3kk1d" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 7h3kk1d in "Hazel: A live functional programming environment with typed holes"]]></title><description><![CDATA[
<p>Never in TypeScript is the equivalent of "bottom" where a value can never appear. The type holes in hazel are for incomplete types (during development) and work more like the any type in typescript where they are consistent with every value.</p>
]]></description><pubDate>Thu, 17 Jul 2025 18:44:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44596659</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=44596659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44596659</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "SVGs that feel like GIFs"]]></title><description><![CDATA[
<p>I don't think you do. The --in param on svg-term-cli worked for me locally.</p>
]]></description><pubDate>Tue, 08 Jul 2025 15:54:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44501176</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=44501176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44501176</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Reasoning models don't always say what they think"]]></title><description><![CDATA[
<p>I'm quite sure my grandma could not. You can make the argument these people aren't intelligent but I think that's a contrived argument.</p>
]]></description><pubDate>Fri, 04 Apr 2025 14:27:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=43582937</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=43582937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43582937</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Reasoning models don't always say what they think"]]></title><description><![CDATA[
<p>There's sentient humans who can't beat the first generation pokemon games.</p>
]]></description><pubDate>Thu, 03 Apr 2025 20:45:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=43575157</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=43575157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43575157</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Functional Programming Self-Affirmations"]]></title><description><![CDATA[
<p>I agree with regards to checked exceptions. Unfortunately Java doesn't support any form of polymorphism over thrown exceptions so it makes your code much harder to reuse. In languages that support polymorphic effects I imagine this is less of a concern.</p>
]]></description><pubDate>Tue, 26 Nov 2024 18:25:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42248390</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=42248390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42248390</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Functional Programming Self-Affirmations"]]></title><description><![CDATA[
<p>""Make illegal states unrepresentable" is way too expensive to implement."<p>This has not been my experience. The speed increase in development not having to worry about the unrepresentable cases have been very valuable. In addition as requirements change migrating old data hasn't been a huge concern. For code changes refactoring the types helps address new cases as well.</p>
]]></description><pubDate>Tue, 26 Nov 2024 18:23:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42248378</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=42248378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42248378</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Hazel: A live functional programming environment featuring typed holes"]]></title><description><![CDATA[
<p>I'm not sure I understand your point. Typed holes aren't trying to get rid of the concept of interfaces or well designed abstractions. Rather they aim to help deal with incomplete programs that are still under development.</p>
]]></description><pubDate>Fri, 01 Nov 2024 14:28:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42017232</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=42017232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42017232</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Hazel: A live functional programming environment featuring typed holes"]]></title><description><![CDATA[
<p>If you put the cursor on it you'll see an error message at the bottom. In this case the case expression is inexhaustive because it's only handling lists of size 0, 1, and 2.</p>
]]></description><pubDate>Fri, 01 Nov 2024 13:56:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=42016954</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=42016954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42016954</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Hazel: A live functional programming environment featuring typed holes"]]></title><description><![CDATA[
<p>You can play with it at <a href="https://hazel.org/build/dev/" rel="nofollow">https://hazel.org/build/dev/</a> but programs don't "crash" when they're incomplete so "1 + 5 + ?" will evaluate to "6 + ?" in the editor. So your program can evaluate as far as possible with the holes. If you're using Java and throw NotImplementedException you lose all context to what did work.</p>
]]></description><pubDate>Fri, 01 Nov 2024 13:55:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=42016944</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=42016944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42016944</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Hazel: A live functional programming environment featuring typed holes"]]></title><description><![CDATA[
<p>Hazel will also run incomplete programs around holes. Most untyped languages will just crash as soon as something is incomplete.</p>
]]></description><pubDate>Fri, 01 Nov 2024 13:50:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=42016909</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=42016909</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42016909</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Machine learning is still too hard for software engineers"]]></title><description><![CDATA[
<p>I think the above commenter is more critiquing the notion of relying on intuition all together.</p>
]]></description><pubDate>Tue, 22 Feb 2022 20:38:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=30433400</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=30433400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30433400</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Google Voice is killing SMS voicemail transcripts and Chrome Extension texting"]]></title><description><![CDATA[
<p>Do they have consumer app versions?</p>
]]></description><pubDate>Tue, 06 Aug 2019 16:09:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=20626481</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=20626481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20626481</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Sqlite to Rest"]]></title><description><![CDATA[
<p>Most are, but I have definitely worked on projects that weren't</p>
]]></description><pubDate>Wed, 10 Jul 2019 16:23:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=20403451</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=20403451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20403451</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Google Container for Firefox – Prevent Google from tracking you around the web"]]></title><description><![CDATA[
<p>Possibly add a merge trees feature?</p>
]]></description><pubDate>Fri, 30 Nov 2018 16:05:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=18570026</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=18570026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18570026</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Triplebyte Raises $10M from Initialized Capital, Marissa Mayer and Paul Graham"]]></title><description><![CDATA[
<p>I'd rather find a better long term fit quicker than have a pleasant process when looking.</p>
]]></description><pubDate>Thu, 01 Mar 2018 15:12:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=16492575</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=16492575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16492575</guid></item><item><title><![CDATA[New comment by 7h3kk1d in "Hello, declarative world"]]></title><description><![CDATA[
<p>I think the point is to consciously acknowledge what you're doing needs a side effect. It's similar with mutable state. Both state and side effects are completely necessary but should be isolated and controlled through known constructs.</p>
]]></description><pubDate>Tue, 15 Sep 2015 19:14:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=10222579</link><dc:creator>7h3kk1d</dc:creator><comments>https://news.ycombinator.com/item?id=10222579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10222579</guid></item></channel></rss>