<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: trashymctrash</title><link>https://news.ycombinator.com/user?id=trashymctrash</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 26 May 2026 18:23:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=trashymctrash" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Perplexity's "Incognito Mode" is a "sham," lawsuit says]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/tech-policy/2026/04/perplexitys-incognito-mode-is-a-sham-lawsuit-says/">https://arstechnica.com/tech-policy/2026/04/perplexitys-incognito-mode-is-a-sham-lawsuit-says/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47620529">https://news.ycombinator.com/item?id=47620529</a></p>
<p>Points: 11</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 02 Apr 2026 21:37:27 +0000</pubDate><link>https://arstechnica.com/tech-policy/2026/04/perplexitys-incognito-mode-is-a-sham-lawsuit-says/</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=47620529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47620529</guid></item><item><title><![CDATA[Ask HN: Have you successfully treated forward head posture ("nerd neck")?]]></title><description><![CDATA[
<p>I am struggling with regular tension headaches and stiff neck muscles. When standing at a wall, there is about one hand width between the wall and the back of my head. For my partner it's just a finger width.<p>I have seen lots of videos that claim to be able to treat nerd neck, but some of them are conflicting. Example: some say "don't do chin tucks", some say the opposite. I am suspicious of grifters and would like to find trustworthy advice.<p>Has anyone here successfully treated nerd neck, and if yes, how did you do it and what where the improvements that you noticed? I am envisioning some sort of "program" that I need to follow, but I have no idea if I can do this by myself, or if I actually need to go to a physiotherapist.<p>In short: there is a ton of advice out there, but I trust the HN crowd more and would be very happy to hear some anecdotes. Thank you!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47376169">https://news.ycombinator.com/item?id=47376169</a></p>
<p>Points: 60</p>
<p># Comments: 44</p>
]]></description><pubDate>Sat, 14 Mar 2026 12:52:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47376169</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=47376169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47376169</guid></item><item><title><![CDATA[New comment by trashymctrash in "The L in "LLM" Stands for Lying"]]></title><description><![CDATA[
<p>If you read the next couple of paragraphs, the author addresses this:<p>> That said, Steam's policy has been recently updated to exclude dev tools used for "efficiency gains", but which are not used to generate content presented to players.<p>I only quoted the first paragraph, but there is more.</p>
]]></description><pubDate>Thu, 05 Mar 2026 08:52:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47259281</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=47259281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47259281</guid></item><item><title><![CDATA[New comment by trashymctrash in "I found a useful Git one liner buried in leaked CIA developer docs"]]></title><description><![CDATA[
<p>If you squash your PR before merging, then this alternative worked really well for me:<p><pre><code>  git fetch --prune && git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -D</code></pre></p>
]]></description><pubDate>Fri, 20 Feb 2026 14:59:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47088828</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=47088828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47088828</guid></item><item><title><![CDATA[New comment by trashymctrash in "The Future of AI Software Development"]]></title><description><![CDATA[
<p>i was initially confused because i couldn’t find it in the article, but then i found what you quoted here: <a href="https://martinfowler.com/articles/expert-generalist.html" rel="nofollow">https://martinfowler.com/articles/expert-generalist.html</a></p>
]]></description><pubDate>Wed, 18 Feb 2026 18:57:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47064768</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=47064768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47064768</guid></item><item><title><![CDATA[New comment by trashymctrash in "macOS 26's Cut Corners"]]></title><description><![CDATA[
<p>Is „Dyehoe“ in the title a typo? Otherwise I don’t get it</p>
]]></description><pubDate>Tue, 13 Jan 2026 13:43:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46600826</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=46600826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46600826</guid></item><item><title><![CDATA[New comment by trashymctrash in "GraphQL: The enterprise honeymoon is over"]]></title><description><![CDATA[
<p>What I liked about GraphQL was the fact that I only have to add a field in one place (where it belongs in the schema) and then any client can just query it. No more requests from Frontend developers like „Hey, can you also add that field to this endpoint? Then I don’t have to make multiple requests“. It just cuts that discussion short.<p>I also really liked that you can create a snapshot of the whole schema for integration test purposes, which makes it very easy to detect breaking changes in the API, e.g. if a nullable field becomes not-nullable.<p>But I also agree with lots of the points of the article. I guess I am just not super in love with REST. In my experience, REST APIs were often quite messy and inconsistent in comparison to GraphQL. But of course that’s only anecdotal evidence.</p>
]]></description><pubDate>Sun, 14 Dec 2025 18:52:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46265659</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=46265659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46265659</guid></item><item><title><![CDATA[New comment by trashymctrash in "How I, a non-developer, read the tutorial you, a developer, wrote for me"]]></title><description><![CDATA[
<p>I think you are misreading the parent comment here.</p>
]]></description><pubDate>Mon, 22 Sep 2025 10:29:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45331444</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=45331444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45331444</guid></item><item><title><![CDATA[New comment by trashymctrash in "Slack has raised our charges by $195k per year"]]></title><description><![CDATA[
<p>never used the web app, but never noticed any sluggishness with the desktop app.<p>now my company „forces“ me to us Microsoft Teams and i’m thinking back to the good old days with Slack.</p>
]]></description><pubDate>Thu, 18 Sep 2025 07:13:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45286528</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=45286528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45286528</guid></item><item><title><![CDATA[Manage for Success, Not Comfort]]></title><description><![CDATA[
<p>Article URL: <a href="https://terriblesoftware.org/2025/05/16/manage-for-success-not-comfort/">https://terriblesoftware.org/2025/05/16/manage-for-success-not-comfort/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44407877">https://news.ycombinator.com/item?id=44407877</a></p>
<p>Points: 6</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 28 Jun 2025 20:23:44 +0000</pubDate><link>https://terriblesoftware.org/2025/05/16/manage-for-success-not-comfort/</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=44407877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44407877</guid></item><item><title><![CDATA[16B Apple, Facebook, Google and Other Passwords Leaked]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.forbes.com/sites/daveywinder/2025/06/18/16-billion-apple-facebook-google-passwords-leaked---change-yours-now/">https://www.forbes.com/sites/daveywinder/2025/06/18/16-billion-apple-facebook-google-passwords-leaked---change-yours-now/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44316114">https://news.ycombinator.com/item?id=44316114</a></p>
<p>Points: 17</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 19 Jun 2025 06:48:01 +0000</pubDate><link>https://www.forbes.com/sites/daveywinder/2025/06/18/16-billion-apple-facebook-google-passwords-leaked---change-yours-now/</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=44316114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44316114</guid></item><item><title><![CDATA[New comment by trashymctrash in "Cursor 1.0"]]></title><description><![CDATA[
<p>this maybe? <a href="https://liveswebench.ai/" rel="nofollow">https://liveswebench.ai/</a></p>
]]></description><pubDate>Wed, 04 Jun 2025 21:05:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44185549</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=44185549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44185549</guid></item><item><title><![CDATA[New comment by trashymctrash in "Ask HN: Is there a way to block Trump on all my devices?"]]></title><description><![CDATA[
<p>looks useful. thanks</p>
]]></description><pubDate>Wed, 06 Nov 2024 13:35:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42062052</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=42062052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42062052</guid></item><item><title><![CDATA[Ask HN: Is there a way to block Trump on all my devices?]]></title><description><![CDATA[
<p>I don’t want to spend mental CPU cycles on anything Trump related, but it’s hard to escape that.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42061603">https://news.ycombinator.com/item?id=42061603</a></p>
<p>Points: 9</p>
<p># Comments: 13</p>
]]></description><pubDate>Wed, 06 Nov 2024 13:00:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42061603</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=42061603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42061603</guid></item><item><title><![CDATA[CoinStats Security Breach: 1,590 Wallets Compromised]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/CoinStats/status/1804633869372559788">https://twitter.com/CoinStats/status/1804633869372559788</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40765829">https://news.ycombinator.com/item?id=40765829</a></p>
<p>Points: 9</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 23 Jun 2024 08:57:36 +0000</pubDate><link>https://twitter.com/CoinStats/status/1804633869372559788</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=40765829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40765829</guid></item><item><title><![CDATA[New comment by trashymctrash in "Difftastic, a structural diff tool that understands syntax"]]></title><description><![CDATA[
<p>If you are curious, here is how you can integrate it into a Jetbrains IDE: <a href="https://glyphy.com/a/2022/structural-diff-with-difftastic-and-jetbrains-ides/" rel="nofollow">https://glyphy.com/a/2022/structural-diff-with-difftastic-an...</a><p>I tried it, but unfortunately it's not as seamless as it could be, so I reverted back to Jetbrain's native diffing, which is quite good anyway.</p>
]]></description><pubDate>Fri, 22 Mar 2024 10:50:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=39789341</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=39789341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39789341</guid></item><item><title><![CDATA[New comment by trashymctrash in "I don't want anything your AI generates"]]></title><description><![CDATA[
<p>> You're effectively attempting to bully people out of their own opinions for the sake of your convenience.<p>Maybe it's just me, but "bully" seems like a very exaggerated choice of words here.</p>
]]></description><pubDate>Thu, 01 Feb 2024 11:59:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39215043</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=39215043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39215043</guid></item><item><title><![CDATA[New comment by trashymctrash in "Henry Kissinger Has Died"]]></title><description><![CDATA[
<p>it now uses bing to perform searches. so i think he is probably correct to assume that it did that. it would show up as „performing search with bing“ in the chat history.</p>
]]></description><pubDate>Thu, 30 Nov 2023 11:58:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=38472441</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=38472441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38472441</guid></item><item><title><![CDATA[Hangman with AI Generated Pictures]]></title><description><![CDATA[
<p>Article URL: <a href="https://daydreams.ai/">https://daydreams.ai/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37912705">https://news.ycombinator.com/item?id=37912705</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Oct 2023 10:00:20 +0000</pubDate><link>https://daydreams.ai/</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=37912705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37912705</guid></item><item><title><![CDATA[Ask HN: How would you setup the pricing for a GraphQL API?]]></title><description><![CDATA[
<p>Most APIs usually price the user per request, I believe. How are you handling this with your GraphQL API that you are selling, or a GraphQL that you are paying for?<p>I couldn't find any helpful resources when googling this topic, so any insights would be appreciated. Thank you</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35639100">https://news.ycombinator.com/item?id=35639100</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 20 Apr 2023 12:46:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=35639100</link><dc:creator>trashymctrash</dc:creator><comments>https://news.ycombinator.com/item?id=35639100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35639100</guid></item></channel></rss>