<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: hasty_pudding</title><link>https://news.ycombinator.com/user?id=hasty_pudding</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 21:50:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hasty_pudding" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hasty_pudding in "Ibiza locals living in cars as party island sees rents soar"]]></title><description><![CDATA[
<p>News needs sensationalism.<p>Thanks for posting another side of this.<p>What you're saying makes a lot of sense.</p>
]]></description><pubDate>Sun, 07 Apr 2024 02:35:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=39957693</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39957693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39957693</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Tonal.js: Functional music theory lib"]]></title><description><![CDATA[
<p>what languages don't use objects to implement non-primitive data structures?<p>like a binary tree for example</p>
]]></description><pubDate>Thu, 04 Apr 2024 16:26:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=39932557</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39932557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39932557</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Tonal.js: Functional music theory lib"]]></title><description><![CDATA[
<p>What languages on Earth implement non-primitive data structures without objects?<p>I guess maybe low level c and assembly where you implement everything as bits in physical memory?</p>
]]></description><pubDate>Thu, 04 Apr 2024 14:49:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=39931126</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39931126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39931126</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Tonal.js: Functional music theory lib"]]></title><description><![CDATA[
<p>you know how unsufferable it is when people bog a conversation down with semantics instead of ideas.<p>the point is obvious.<p>Being that every single language on Earth uses objects for non-primitive data structures that should be inferrable to a reasonable person.<p>a data structure in that context is clearly an ordered grouping of objects versus an unordered/loose grouping of objects.</p>
]]></description><pubDate>Thu, 04 Apr 2024 14:07:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=39930594</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39930594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39930594</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Tonal.js: Functional music theory lib"]]></title><description><![CDATA[
<p>Very far</p>
]]></description><pubDate>Thu, 04 Apr 2024 13:59:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=39930483</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39930483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39930483</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Tonal.js: Functional music theory lib"]]></title><description><![CDATA[
<p>You definitely need generic node objects to define the nodes.<p>You could have a completely stateless class/object that would manipulate those nodes and add them and remove them from the data structure.</p>
]]></description><pubDate>Wed, 03 Apr 2024 22:45:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=39924281</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39924281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39924281</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Tonal.js: Functional music theory lib"]]></title><description><![CDATA[
<p>What they mean is functions and data are separate, emulating a more functional paradigm and less mutable state.<p>The functions are kept pure and the data is kept pure.<p>As opposed to an object oriented programming style in which data and functions share the same object and create bug ridden state machines thats not as easy to reason about.<p>Some further explanation about this:<p><a href="https://www.goodreads.com/quotes/702062-immutable-objects-are-simple-they-can-only-be-in-one" rel="nofollow">https://www.goodreads.com/quotes/702062-immutable-objects-ar...</a><p>a semi-nuanced discussion:<p><a href="https://www.reddit.com/r/scala/comments/ejwsp1/is_mutability_really_that_bad/" rel="nofollow">https://www.reddit.com/r/scala/comments/ejwsp1/is_mutability...</a><p>you can just Google mutable state to find more info.<p>separating your data structures and functions in many cases will make your code cleaner and more bug free.</p>
]]></description><pubDate>Wed, 03 Apr 2024 22:34:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39924161</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39924161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39924161</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Tonal.js: Functional music theory lib"]]></title><description><![CDATA[
<p>"all functions are pure, there is no data mutation, and entities are represented by data structures instead of objects."<p>God i love to see this</p>
]]></description><pubDate>Wed, 03 Apr 2024 21:16:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=39923260</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39923260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39923260</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Avoid blundering: 80% of a winning strategy"]]></title><description><![CDATA[
<p>The problem is you don't know if it's a blunder until after.</p>
]]></description><pubDate>Tue, 02 Apr 2024 11:48:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=39904663</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39904663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39904663</guid></item><item><title><![CDATA[New comment by hasty_pudding in "UV-K5 is the most hackable handheld ham radio yet"]]></title><description><![CDATA[
<p>don't know what you're getting downvoted it is true</p>
]]></description><pubDate>Fri, 29 Mar 2024 12:51:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=39863453</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39863453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39863453</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Treemap of World GDP by Purchasing Power Parity (PPP) 2020"]]></title><description><![CDATA[
<p>Wait but the dollar has a higher exchange rate than Chinese currency as well.</p>
]]></description><pubDate>Thu, 28 Mar 2024 11:57:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=39850112</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39850112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39850112</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Florida's DeSantis signs law restricting social media for people under 16"]]></title><description><![CDATA[
<p>I wonder if kids on social media is going to be looked at in a hundred years like we look at kids smoking cigarettes from 100 years ago.</p>
]]></description><pubDate>Wed, 27 Mar 2024 12:47:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=39838339</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39838339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39838339</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Australian Digital ID Bill to be passed without debate"]]></title><description><![CDATA[
<p>Here's sort of a non-legalese take on it.<p>Its a bit sensational but I couldn't find anything with a nonsensational balanced take on it.<p><a href="https://www.skynews.com.au/insights-and-analysis/labors-intrusive-digital-id-bill-paves-the-way-for-a-social-credit-dystopia-and-time-is-running-out-to-stop-it-from-becoming-law/news-story/7e3984bc1ad188e64ec2af968bf52b93" rel="nofollow">https://www.skynews.com.au/insights-and-analysis/labors-intr...</a></p>
]]></description><pubDate>Wed, 27 Mar 2024 12:41:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=39838284</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39838284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39838284</guid></item><item><title><![CDATA[New comment by hasty_pudding in "Austria is sleepwalking toward a far-right victory"]]></title><description><![CDATA[
<p>My thoughts exactly.<p>What if the left has been destroying their country through unchecked spending and immigration and the right are the only people awake enough to see it?</p>
]]></description><pubDate>Wed, 27 Mar 2024 12:22:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=39838091</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39838091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39838091</guid></item><item><title><![CDATA[New comment by hasty_pudding in "When did dogs become our best friends?"]]></title><description><![CDATA[
<p>lawnlove.com<p>"Dont believe everything you read on the internet"<p>- Abraham Lincoln</p>
]]></description><pubDate>Tue, 26 Mar 2024 02:38:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=39823780</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39823780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39823780</guid></item><item><title><![CDATA[New comment by hasty_pudding in "When did dogs become our best friends?"]]></title><description><![CDATA[
<p>dogs are omnivores.<p>most kibble is vegetable based</p>
]]></description><pubDate>Mon, 25 Mar 2024 19:20:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=39820290</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39820290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39820290</guid></item><item><title><![CDATA[New comment by hasty_pudding in "When did dogs become our best friends?"]]></title><description><![CDATA[
<p>My dog has pooped in my backyard for years and nothing but thick quality grass everywhere.<p>probably because most kibble is vegetable based and vegetable based poop is good for the grass.<p>maybe you fed your dog more meat?<p>if your dog's poop is killing the grass you're doing something seriously wrong with its diet.</p>
]]></description><pubDate>Mon, 25 Mar 2024 19:15:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39820229</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39820229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39820229</guid></item><item><title><![CDATA[New comment by hasty_pudding in "When did dogs become our best friends?"]]></title><description><![CDATA[
<p>Most dogs are extremely particular about where they poop and don't poop on concrete and asphalt if they have any other choice.</p>
]]></description><pubDate>Mon, 25 Mar 2024 19:13:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=39820206</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39820206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39820206</guid></item><item><title><![CDATA[New comment by hasty_pudding in "When did dogs become our best friends?"]]></title><description><![CDATA[
<p>DONT EAT THE POOP.<p>and you won't get that disease.<p>Problem solved.<p>And dont let your kids eat any animal poop</p>
]]></description><pubDate>Mon, 25 Mar 2024 19:12:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=39820194</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39820194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39820194</guid></item><item><title><![CDATA[New comment by hasty_pudding in "When did dogs become our best friends?"]]></title><description><![CDATA[
<p>Using an A.I. article from lawnlove.com as a source....okayyyy<p>This country has really gone downhill with education<p>My teachers would have yelled at me for having a source like that.</p>
]]></description><pubDate>Mon, 25 Mar 2024 18:51:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=39819956</link><dc:creator>hasty_pudding</dc:creator><comments>https://news.ycombinator.com/item?id=39819956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39819956</guid></item></channel></rss>