<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: DauntingPear7</title><link>https://news.ycombinator.com/user?id=DauntingPear7</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 23 Jun 2026 02:39:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=DauntingPear7" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by DauntingPear7 in "Performance of Rust Language [pdf]"]]></title><description><![CDATA[
<p>Yeah rust has issues. Have you tried splitting your project into multiple crates if possible?</p>
]]></description><pubDate>Tue, 26 May 2026 18:20:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48283661</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48283661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48283661</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Google Declaring War on the Web"]]></title><description><![CDATA[
<p>AI, as it stands, only can save you time with non-human interaction “intellectual” tasks on a computer. So really not much</p>
]]></description><pubDate>Thu, 21 May 2026 01:25:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48216648</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48216648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48216648</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Canvas is down as ShinyHunters threatens to leak schools’ data"]]></title><description><![CDATA[
<p>Grades, records, etc I would assume. Someone else pointed out that they recently acquired <a href="https://www.parchment.com/" rel="nofollow">https://www.parchment.com/</a> so they may have also been able to scoop up those records too</p>
]]></description><pubDate>Fri, 08 May 2026 00:29:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48056921</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48056921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48056921</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Valve releases Steam Controller CAD files under Creative Commons license"]]></title><description><![CDATA[
<p>I got 2. 1 for me and 1 for my brother. I sat with the page loaded and waiting. It opened a few minutes early and I was able to still order a 2nd about 5 minutes into sale</p>
]]></description><pubDate>Wed, 06 May 2026 17:02:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48038605</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48038605</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48038605</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Apple agrees to pay iPhone owners $250M for not delivering AI Siri"]]></title><description><![CDATA[
<p>It’s for the iPhone 15 pro and 16 lineup</p>
]]></description><pubDate>Wed, 06 May 2026 14:43:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48036866</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48036866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48036866</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Apple discontinues $599 base Mac mini. Entry-level model starts at $799 with 512"]]></title><description><![CDATA[
<p>this sucks. I am going to be graduating soon and hopefully will land a job shortly thereafter. I would have loved to get my hands on one of the cheaper models to toy with but looks like that wont be happening :/</p>
]]></description><pubDate>Mon, 04 May 2026 04:40:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48004711</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48004711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48004711</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Agentic Coding Is a Trap"]]></title><description><![CDATA[
<p>i think this is large part due to the horrific healthcare system we have here in the US. I have personally witnessed family struggle to get help from doctors because they don't interact with a patient's health outside of immediate action items like filling a prescription, writing a summary, charting, writing a referral, etc. They spend 0 time looking into what could actually be wrong with them outside of their immediate knowledge/guess. I would like to think this is due to the shortage of doctors we have here (self inflicted) and the high demands we place on them. It really just sucks to be told to take some med, wait 3 months, and then have to communicate for them between doctors while filling out the same form 3 times.</p>
]]></description><pubDate>Mon, 04 May 2026 04:38:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48004696</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48004696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48004696</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "LLMs Are Not a Higher Level of Abstraction"]]></title><description><![CDATA[
<p>I don't think they fit in as a layer of abstraction, but instead are outside of it. An abstraction simplifies away the inner workings of what is being abstracted. The LLM exists outside of your code. It is not part of it, thus, it is not abstracting it away. If this were the case, a coworker would be an abstraction to code they own (you could argue this, but I think it erodes the meaning of abstraction). LLMs behave like program synthesizers rather than another layer of abstraction. They take natural language as input, and using fancy math produce a (hopefully) relevant and useful output based on that input. They can produce layers of abstraction, but are not part of a program's abstraction stack.<p>However, they can abstract away the need to understand implementation, similar to a coworker. They can summarize behavior, be queried for questions, etc, so you don't have to actually understand the inner workings of what is going on. This is a different form of abstraction than the typical abstraction stack of a program.</p>
]]></description><pubDate>Mon, 04 May 2026 04:34:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48004670</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48004670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48004670</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Use Cheaper Models with Claude"]]></title><description><![CDATA[
<p>no because they dont have the same level of responsibility, care, or ability to learn. They do not fulfill the need of a beginner in the field, though they can output code. I'd argue that a junior is more than that</p>
]]></description><pubDate>Mon, 04 May 2026 04:23:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48004606</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48004606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48004606</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "LLMs Are Not a Higher Level of Abstraction"]]></title><description><![CDATA[
<p>theyre like an advanced form of program synthesis. Something that operates outside of the abstraction layering.</p>
]]></description><pubDate>Mon, 04 May 2026 04:19:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48004589</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=48004589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48004589</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Porsche will contest Laguna Seca in historic colors of the Apple Computer livery"]]></title><description><![CDATA[
<p>I had an IT job where I got to replace ink in enterprise printers and the tactility was great. I completely understand the convenience of always plugged in and connected drives, but for some media it would be great to have some clicks or tactility when plugging things in, and having more plug and play storage options. I miss the days of plugging in a “thing” which holds a defined media or set of media. Game disks and cartridge support on PC, even if it isn’t practical, would be great to see</p>
]]></description><pubDate>Sun, 03 May 2026 16:13:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47998423</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47998423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47998423</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "It’s Toasted"]]></title><description><![CDATA[
<p>Perhaps it’s not about the length of life but instead the quality of life. Gambling addiction is bad but doesn’t necessarily reduce lifespan in a way comparable to smoking, for example.</p>
]]></description><pubDate>Fri, 01 May 2026 10:02:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47972956</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47972956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47972956</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Ramp's Sheets AI Exfiltrates Financials"]]></title><description><![CDATA[
<p>Has XKCD made another Bobby tables comic for prompt injection?</p>
]]></description><pubDate>Wed, 29 Apr 2026 18:47:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47952638</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47952638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47952638</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "We need a federation of forges"]]></title><description><![CDATA[
<p>They’re referring to the Jujutsu VCS <a href="https://docs.jj-vcs.dev/latest/" rel="nofollow">https://docs.jj-vcs.dev/latest/</a></p>
]]></description><pubDate>Wed, 29 Apr 2026 14:19:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47948847</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47948847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47948847</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Period tracking app, Flo, found to be selling user data to Meta"]]></title><description><![CDATA[
<p>A nontrivial issue is how the app looks, unfortunately</p>
]]></description><pubDate>Tue, 28 Apr 2026 17:08:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47937324</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47937324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47937324</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Period tracking app, Flo, found to be selling user data to Meta"]]></title><description><![CDATA[
<p>I will say, with codex/cc access and a free weekend you could make an app that covers like 99% of this app’s purpose. The harder part would be the art/making it cutesy, as some other commenters have pointed out. Plain SwiftUI or compose just isn’t eye catching enough</p>
]]></description><pubDate>Tue, 28 Apr 2026 16:45:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47936959</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47936959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47936959</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "“Why not just use Lean?”"]]></title><description><![CDATA[
<p>Hmm like the “new” JS Fetch api with `then` chaining? What about map, filter, reduce? Anonymous functions? List comprehensions? FP is everywhere. Pure FP code isn’t seen very often, as side effects are necessary for most classes of programs, but neither is pure OOP code, as not everything is dynamically dispatched, nor imperative code, as Objects or functions may more cleanly describe/convey something in code.</p>
]]></description><pubDate>Mon, 27 Apr 2026 18:16:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47925204</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47925204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47925204</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "ChatGPT Images 2.0"]]></title><description><![CDATA[
<p>You can by changing the view before the gallery</p>
]]></description><pubDate>Tue, 21 Apr 2026 23:42:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47856409</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47856409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47856409</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Anna's Archive loses $322M Spotify piracy case without a fight"]]></title><description><![CDATA[
<p>Malformed files that are designed to exploit known (or unknown) parsing vulnerabilities in whatever ebook reading software</p>
]]></description><pubDate>Thu, 16 Apr 2026 02:30:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47787956</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47787956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47787956</guid></item><item><title><![CDATA[New comment by DauntingPear7 in "Show HN: Tired of logic in useEffect, I built a class-based React state manager"]]></title><description><![CDATA[
<p>I don’t see how? You can do all sorts of FP in js and it even has some of it in its built in APIs. .then comes from FP</p>
]]></description><pubDate>Thu, 09 Apr 2026 01:00:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47698127</link><dc:creator>DauntingPear7</dc:creator><comments>https://news.ycombinator.com/item?id=47698127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47698127</guid></item></channel></rss>