<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: deeThrow94</title><link>https://news.ycombinator.com/user?id=deeThrow94</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 05:36:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=deeThrow94" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by deeThrow94 in "The number of new apartments is at a 50-year high, but states expect a slowdown"]]></title><description><![CDATA[
<p>Also, it doesn't make sense to price homes in absolute terms. Surely relative to wage would be a better indication of the health of the market. Unless we can bring the wealthy to heel of course.</p>
]]></description><pubDate>Sat, 03 May 2025 08:39:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43877674</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43877674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43877674</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The Totalitarian Buddhist Who Beat SIM City (2010)"]]></title><description><![CDATA[
<p>If you can't learn from a shallow dismissal, that's your problem.</p>
]]></description><pubDate>Sat, 03 May 2025 08:21:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=43877618</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43877618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43877618</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The Totalitarian Buddhist Who Beat SIM City (2010)"]]></title><description><![CDATA[
<p>[flagged]</p>
]]></description><pubDate>Sat, 03 May 2025 04:51:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43876919</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43876919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43876919</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for programming than the math brain? (2020)"]]></title><description><![CDATA[
<p>Can you come up with some conception of recursion that doesn't involve symbols referring to themselves, directly or indirectly? Ie what is left of recursion when you remove the linguistic component?</p>
]]></description><pubDate>Sat, 03 May 2025 00:58:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=43876002</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43876002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43876002</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>I agree that there's enormous value in carving out mathematics from other linguistic reasoning, but I don't see defining as something as mathematic rather than linguistic is generally useful. You use the same skills to look for incoherency in both situations, but human language is generally <i>expected</i> to be incoherent on some level.<p>Besides, a lot of what people mean when they say they're bad at math is that they're bad at <i>arithmetic</i>, which is honestly understandable.</p>
]]></description><pubDate>Fri, 02 May 2025 18:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=43873431</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43873431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43873431</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>> We don't call this recursive... it's just incrementing x<p>That's not a recursive <i>function</i> as it's written, but you could certainly consider it a form of symbolic recursion. This just isn't a very useful characterization in an iterative/imperative context. You <i>could</i> frame incrementing as recursive, though—this is just peano axioms/church encoding.</p>
]]></description><pubDate>Fri, 02 May 2025 18:46:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=43873368</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43873368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43873368</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>That's fair. I agree that there's more to problem solving than just linguistic ability, so I rescind my claim that they're indistinguishable, but I still think there's a deep relationship between the two.<p>I have a very difficult time trying to extract the difference between "linguistic ability" and "critical thinking", though:<p>1. The core difference between "critical thinking" and "uncritical thinking" is the ability to discern incoherency from coherency.<p>2. Coherency is evaluated at the linguistic level: do the terms bind in meaningful ways to the problem? Do any statements contradict each other?<p>3. The remaining aspect is "creativity": can you come up with novel ways of approaching the problem? This is the hardest to tie to linguistic ability because it sort of exists outside our ability to operate within an agreed context.<p>So while I agree these are distinct skills, I still have difficulty identifying what remains in "critical thinking" after linguistic ability is addressed.</p>
]]></description><pubDate>Fri, 02 May 2025 18:40:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43873321</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43873321</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43873321</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for programming than the math brain? (2020)"]]></title><description><![CDATA[
<p>There are two ways that recursion intersects with language that are relevant here:<p>1. Our spoken and especially written grammar is recursive. We do handle this unconsciously. This is not related to our ability to reason about recursion at a high level, and recursive grammars are not necessary to do so. This is not a skill in the normal sense and we have only (very) limited ability to improve our capacity to interpret deeply nested grammars. <i>However, this is still a useful illustration of what recursion IS, which is why I brought it up.</i><p>2. Language also introduces the ability to <i>semantically</i> reason about recursiveness. This is still a linguistic thing—you need a symbol and relations among symbols in order for recursion to be meaningful—but this is a <i>skill</i> and is likely <i>very</i> related to linguistic skill. This is the part that really helps you to program: ultimately, you're just reasoning about symbols and looking for incoherency.</p>
]]></description><pubDate>Fri, 02 May 2025 18:24:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=43873189</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43873189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43873189</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>Recursive functions are just a subset of all possibly recursive concepts. In the case of human spoken language, the recursion exists in our characterization of the grammar. You could just as easily frame this in "iterative" terms just like you can make any recursive function iterative, but that's less convenient for analysis.<p>So in this case, "recursive function" would be "clause" or something like that; I'm no linguist. But clauses can embed clauses which can embed further clauses, etc.<p>I think <i>your</i> usage of recursive functions is just high-level logic—you're describing an inductive proof. We also frame a lot of our social games as recursive processes. But these are conscious processes that we can evaluate consciously; the recursion in spoken language is largely unconscious and very shallow.</p>
]]></description><pubDate>Fri, 02 May 2025 17:45:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43872796</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43872796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43872796</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>If you define recursion as a symbol referencing itself, either directly or indirectly, and if you define language as a system of relating symbols to each other, recursion is a linguistic concept, it is a concept that describes a relationship between symbols. There are good reasons to define each concept differently, but if you identify recursion empirically, recursion won't "actually" exist outside of the description of the process. It's our <i>characterization</i> of the process that reveals the recursive structure, even if that characterization doesn't actually exist outside of language.</p>
]]></description><pubDate>Fri, 02 May 2025 17:42:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43872764</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43872764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43872764</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>To be clear, the symbols themselves don't bother me so much as trying to refer to them in spoken english. I have no particular beef with the use of symbols in code, which can be quite readable.</p>
]]></description><pubDate>Fri, 02 May 2025 17:37:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=43872700</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43872700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43872700</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for programming than the math brain? (2020)"]]></title><description><![CDATA[
<p>>  That problem solving skills are relevant is pretty obvious, but language less so.<p>To me, problem solving ability is precisely the same as the ability to articulate the problem and a solution. I don't see a major difference.<p>If you can solve a problem but you can't articulate what the problem is or why the solution will address it, I wouldn't call you a good problem solver. If you can articulate the problem well but not come up with a solution, you're already doing better than a lot of programmers in the world, and I'd probably prefer working with you over someone who presents the solution without "showing their work".<p>In fact, what is problem solving without such articulation? It's hard to even grasp what the skill means in a raw sense. Arguably creativity in this context is just the ability to reframe a problem in a more approachable manner. Many times, if not most times, such framing implies some obvious solution or sets of solutions with clear tradeoffs.</p>
]]></description><pubDate>Fri, 02 May 2025 17:35:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=43872680</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43872680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43872680</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>I don't really know what you mean by "conjecture", but I thought apriori was implied by positing it as a linguistic construct. "Fundamental" doesn't imply empiricism at all. All of apriori knowledge for a language is a set of all sets of coherent statements: the outer set represents a set of implied axioms required to make the statements cohere. Recursion just broadens the complexity of the statements you can express, but it's fundamentally a concept that arises from language and can be evaluated for coherency (like all other apriori concepts).<p>Edit: added a definition of apriori knowledge.<p>Edit2: to put this another way, nobody is arguing that recursion doesn't exist. Or that it is empirically-derived. No, it's a useful construct to show certain relations.<p>Edit3: added a sentence<p>Edit4: The extent to which our own grammars are inherently recursive vs this being culture or technology is irrelevant to identifying the <i>concept</i> of recursion as an apriori, linguistic concept.<p>Edit5: i suppose you might also be referring to the idea that we naturally process recursion. I mean, we clearly, evidently do; whether or not that's inherent to being human is a separate question entirely. Hell in the free software world there's a whole recursive acronym meme that taps into some part of our brain and tickles it.</p>
]]></description><pubDate>Fri, 02 May 2025 16:49:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43872148</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43872148</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43872148</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>I'd argue none of that math is really necessary. While I have used most of my classes at least once, it was never a barrier to advancement in my career. Hell you could say the same thing about any of the theory. Like yea it's cool I know what a "merkle tree" is but it ultimately is a distraction from most of the skills you need to work with git.<p>Anyway, both computation and math are grouped under "apriori" knowledge. Any semantic distinction is ultimately silly. But we could just as easily be teaching programming as a craft in the context of the real world—I think this is closer to how it's done outside the US. I am not at all convinced the American style is what people ought to be paying for.</p>
]]></description><pubDate>Fri, 02 May 2025 16:46:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43872106</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43872106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43872106</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>I can't speak for other forms of FP, but symbol operators make communicating about haskell very annoying. Outside of that FP seems to be doing fine, IMO.</p>
]]></description><pubDate>Fri, 02 May 2025 16:43:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43872062</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43872062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43872062</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for programming than the math brain? (2020)"]]></title><description><![CDATA[
<p>How do you communicate an inductive proof without language? Even formal symbolic logic is fundamentally linguistic.</p>
]]></description><pubDate>Fri, 02 May 2025 16:40:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43872027</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43872027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43872027</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for learning programming than the math brain"]]></title><description><![CDATA[
<p>I'm a terrible speller; it's taken me ten years of typing "ammend" to learn its proper spelling. It also sort of goes against the "programmers are lazy" meme: why memorize what a computer can detect and correct?</p>
]]></description><pubDate>Fri, 02 May 2025 16:39:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43872011</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43872011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43872011</guid></item><item><title><![CDATA[New comment by deeThrow94 in "The language brain matters more for programming than the math brain? (2020)"]]></title><description><![CDATA[
<p>100% agree, I've been saying this for years. I'm terrible with arithmetic but great with symbols and relations. Recursion is also fundamentally linguistic, and although our internal "stacks" for processing it naturally are quite small, language remains the easiest demonstration of recursion in our daily lives.<p>Oddly, I also use spatial intuition when thinking about stuff like stacks and the shape of data structures.</p>
]]></description><pubDate>Fri, 02 May 2025 16:37:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43871991</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43871991</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43871991</guid></item><item><title><![CDATA[New comment by deeThrow94 in "Apple App Store guidelines remove ban on encouraging external payments in US"]]></title><description><![CDATA[
<p>I highly recommend reading Schumpeter, both "Business Cycles" and "Capitalism, Socialism and Democracy".<p>He discusses how motivations fundamentally change after profit margins peak and argues that profit after this point necessarily produces <i>less</i> economically efficient processes (in terms of the flow of demanded goods and services, not the shareholder, who <i>does</i> receive further productivity gains). In this context, undesired market advantage (legal or illegal) is just a symptom of profit, but it can be analyzed like any other sort of inefficiency. The core prescription is to nationalize the process or otherwise remove the profit motive around peak profit (which is, to be clear, not always easy or possible to identify... but in the worst case, this would open further opportunity for private capital to invest in the next generation of improvements).<p>He also discusses how failed investment cycles can resonate into market crashes faster than capital can rationally reallocate. Both of these above observations seem very very relevant to our current situation in the US today, and should cause everyone to look askance at people who <i>aren't</i> concerned about how healthy our political economy actually is.<p>> fundamentally undermined by science and technology creating a new market that upends the old one.<p>The kicker here is that there's no reason to expect either to continue yielding the same rewards. Some industries have projectable, plannable, investable growth patterns; others do not. Almost all the industries with predictable growth rely on consumption driven by yields from the lucrative exploitation of frontiers, mostly technological recently as you point out. I suspect that the market is going to get incredibly volatile as capital sees this frontiers dry up and adjusts expectations. ideally by cannibalizing itself and not eating us, but it might need a little help in that regard....</p>
]]></description><pubDate>Fri, 02 May 2025 15:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=43870901</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43870901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43870901</guid></item><item><title><![CDATA[New comment by deeThrow94 in "Apple App Store guidelines remove ban on encouraging external payments in US"]]></title><description><![CDATA[
<p>This is true, and it is disgusting.</p>
]]></description><pubDate>Fri, 02 May 2025 14:49:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=43870584</link><dc:creator>deeThrow94</dc:creator><comments>https://news.ycombinator.com/item?id=43870584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43870584</guid></item></channel></rss>