<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: crimsonnoodle58</title><link>https://news.ycombinator.com/user?id=crimsonnoodle58</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 23:03:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=crimsonnoodle58" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by crimsonnoodle58 in "I've been waiting over a month for Anthropic to respond to my billing issue"]]></title><description><![CDATA[
<p>Same experience. We had a billing bug which put our organization into a loop. Couldn't cancel the subscription, couldn't add one, couldn't delete the users of the organization because of the lack of subscription, and so on. It was easier in the end to rename the organization to 'do not use' and create another one than wait a month for their non existent support.</p>
]]></description><pubDate>Thu, 09 Apr 2026 01:57:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47698488</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47698488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47698488</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Sonnet 4.6 Elevated Rate of Errors"]]></title><description><![CDATA[
<p>I'd say it was when OpenAI had a mass exodus due to them making a deal with the Department of War (which they then backtracked on [1]). This started the QuitGPT movement [2].<p>[1] <a href="https://www.bbc.com/news/articles/c3rz1nd0egro" rel="nofollow">https://www.bbc.com/news/articles/c3rz1nd0egro</a><p>[2] <a href="https://quitgpt.org/" rel="nofollow">https://quitgpt.org/</a></p>
]]></description><pubDate>Wed, 08 Apr 2026 07:28:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47686594</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47686594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47686594</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Ubuntu now requires more RAM than Windows 11"]]></title><description><![CDATA[
<p>Exactly. The headline is clickbait.<p>It doesn't matter how efficient your kernel or DE is if users expect to be able to load bloated websites in Chrome.</p>
]]></description><pubDate>Sun, 05 Apr 2026 13:18:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47649151</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47649151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47649151</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Ask HN: Is there any interest in a native Qt/C++ Discord client?"]]></title><description><![CDATA[
<p>As others have said, you are only risking being banned. You would be better off putting that effort towards a discord alternative with all the same features that people can move to.<p>With their recent hostilities regarding age verification [1], there has been a lot of interest in alternatives.<p>The only problem is people are used to all the features discord provides, and alternatives [2] currently are nowhere near feature parity.<p>[1] <a href="https://discord.com/press-releases/discord-launches-teen-by-default-settings-globally" rel="nofollow">https://discord.com/press-releases/discord-launches-teen-by-...</a><p>[2] <a href="https://www.teamspeak.com/" rel="nofollow">https://www.teamspeak.com/</a></p>
]]></description><pubDate>Sun, 05 Apr 2026 11:41:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47648374</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47648374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47648374</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Cursor 3"]]></title><description><![CDATA[
<p>I'm confused how and if Cursor is still relevant since the Claude Code VSCode extension came out.<p>The biggest downside for me with Cursor was losing access to gated Microsoft extensions like Python and C#. Even when vibing there are times you will still need a debugger or intellisense.<p>I note in the comments lots of people saying they are moving back and this latest move looks like the final nail in the coffin for Cursor.</p>
]]></description><pubDate>Thu, 02 Apr 2026 22:53:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47621232</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47621232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47621232</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Axios compromised on NPM – Malicious versions drop remote access trojan"]]></title><description><![CDATA[
<p>In the case of compromised code, the attacker has already loaded what he wants, so loading extra code from raw.githubusercontent.com is not the issue, or our threat model. We are already compromised!<p>The issue is that code then extracting secrets and data from your organisation, ie. data exfil.<p>raw.githubusercontent.com can not be used to submit data to, it's read only, but github.com obviously can.<p>Note, if you really needed github.com access in your application or environment, then you need to use SSL interception (using squid or a firewall) and allow certain URLs and methods ie. GET requests only from your organisations path, to make it safe.</p>
]]></description><pubDate>Tue, 31 Mar 2026 22:15:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47594200</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47594200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47594200</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Axios compromised on NPM – Malicious versions drop remote access trojan"]]></title><description><![CDATA[
<p>Thats true. Setting to 7 days saves you from a supply chain attack, but opens you to zero days. Another example why network filtering is a better solution.</p>
]]></description><pubDate>Tue, 31 Mar 2026 14:07:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47587612</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47587612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47587612</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Claude Code's source code has been leaked via a map file in their NPM registry"]]></title><description><![CDATA[
<p>They only need to look at one language to get a statistically meaningful picture into common flaws with their model(s) or application.<p>If they want to drill down to flaws that only affect a particular language, then they could add a regex for that as well/instead.</p>
]]></description><pubDate>Tue, 31 Mar 2026 13:06:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47586805</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47586805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47586805</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Axios compromised on NPM – Malicious versions drop remote access trojan"]]></title><description><![CDATA[
<p>Setting min-release age to 7 days is great, but the only true way to protect from supply chain attacks is restricting network access.<p>This needs to be done (as we've seen from these recent attacks) in your devenv, ci/cd and prod environments. Not one, or two, but all of these environments.<p>The easiest way is via using something like kubernetes network policies + a squid proxy to allow limited trusted domains through, and those domains must not be publicly controllable by attackers. ie. github.com is not safe to allow, but raw.githubusercontent.com would be as it doesn't allow data to be submitted to it.<p>Network firewalls that perform SSL interception and restrict DNS queries are an option also, though more complicated or expensive than the above.<p>This stops both DNS exfil and HTTP exfil. For your devenv, software like Little Snitch may protect your from these (I'm not 100% on DNS exfil here though). Otherwise run your devenv (ie vscode) as a web server, or containerised + vnc, a VM, etc, with the same restrictions.</p>
]]></description><pubDate>Tue, 31 Mar 2026 12:29:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47586362</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47586362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47586362</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Axios compromised on NPM – Malicious versions drop remote access trojan"]]></title><description><![CDATA[
<p>More like the Trivy incident (which led to the compromise of LiteLLM).</p>
]]></description><pubDate>Tue, 31 Mar 2026 05:20:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47583032</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47583032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47583032</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "DOOM Over DNS"]]></title><description><![CDATA[
<p>I had the same idea!<p>Another silly (compression-based) idea I had was to:<p>- Index say google images, or something else with a large amount of URL -> data<p>- Find patterns in the indexed data that match patterns in your data, such that storing the URL and an offset into the data (or something more complex) would be smaller than the data chunk you are trying to compress<p>- Repeat for all chunks<p>- After you're done you can run it again and again. Infinite compression!<p>Yes the user has to download WAY more data that what they are trying to extract, and you'd need an insanely large index to be able to compress, but hey it was an idea.</p>
]]></description><pubDate>Fri, 27 Mar 2026 02:23:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47538460</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47538460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47538460</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "GrapheneOS will remain usable by anyone without requiring personal information"]]></title><description><![CDATA[
<p>Related and also on the front page:
<a href="https://news.ycombinator.com/item?id=47479183">https://news.ycombinator.com/item?id=47479183</a></p>
]]></description><pubDate>Sun, 22 Mar 2026 23:28:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47483460</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47483460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47483460</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "GrapheneOS refuses to comply with new age verification laws for operating system"]]></title><description><![CDATA[
<p>Lets up the ante.<p>After seeing how easily California bent OS developers (commerical and open source) to comply with their local laws, Canada decides they will go one further. They aren't happy with a simple date field that can be easily fudged. So they pass a law that requires all OS's to continually scan the biometrics of users using the OS. ie. Camera if it has one, fingerprint reader once an hour, voice analysis, etc.<p>They also refuse to allow computers to be sold in their country unless OS developers comply with their law.<p>Do you think you'll see such enthusiam to comply? Or will the line be drawn at some point?</p>
]]></description><pubDate>Sun, 22 Mar 2026 23:14:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47483361</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47483361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47483361</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "GrapheneOS refuses to comply with new age verification laws for operating system"]]></title><description><![CDATA[
<p>Why? Why should Linux ever implement local laws like this as core functionality? Especially invasive/anti-privacy ones.<p>If someone wants to introduce an age-verification-ca-module, fine, but not make it core. Yes I understand systemd is not the kernel, but its ubiquitous enough.<p>That just says to every country around the world; Windows, Mac, and even Linux is on board too, let's make it law also!<p>I dunno, I always expected Linux to be the last bastion of freedom and not to capitulate so easily.</p>
]]></description><pubDate>Sun, 22 Mar 2026 21:29:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47482368</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47482368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47482368</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Quillx is an open standard for disclosing AI involvement in software projects"]]></title><description><![CDATA[
<p>I would think the term 'vibe coded', 'vibed', '100% vibes', etc would be far more appropriate and well known, than 'lorem ipsum' when it comes to generating code without reviewing the output.<p>If I saw that badge on someones github I would think it had something to do with lorem ipsum text generation, rather than anything to do with AI.</p>
]]></description><pubDate>Mon, 16 Mar 2026 05:01:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47395361</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47395361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47395361</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Microsoft Authenticator to nuke Entra creds on rooted and jailbroken phones"]]></title><description><![CDATA[
<p>GrapheneOS user. Disappointing they consider our OS rooted when its actually more secure than stock Android.<p>So if I'm locked out of my 365 sysadmin user by this, what then?<p>Hopefully disabling the hardened memory allocator, as suggested by the article, holds them off for a while..</p>
]]></description><pubDate>Wed, 11 Mar 2026 21:37:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47342353</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47342353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47342353</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Emails to Outlook.com rejected due to a fault or overzealous blocking rules"]]></title><description><![CDATA[
<p>We experienced this exact error this week. Only affected outlook.com users, and not 365 users. Had to supply MS support with proof of ownership of the IP. The whole process took about a week to resolve.</p>
]]></description><pubDate>Wed, 04 Mar 2026 19:45:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47252801</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47252801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47252801</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "Stolen Gemini API key racks up $82,000 in 48 hours"]]></title><description><![CDATA[
<p>Is this part of the keys didn't use to be a secret, now they are issue with google? [1] If so they have a good case on their hands.<p>[1] <a href="https://news.ycombinator.com/item?id=47156925">https://news.ycombinator.com/item?id=47156925</a></p>
]]></description><pubDate>Tue, 03 Mar 2026 13:11:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47231788</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47231788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47231788</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "PostmarketOS in 2026-02: generic kernels, bans use of generative AI"]]></title><description><![CDATA[
<p>Thanks for the clarification. Not that I agree with their stance (the exact same could have been said at the start of the industrial revolution) but I respect it nonetheless.</p>
]]></description><pubDate>Fri, 27 Feb 2026 13:44:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47180424</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47180424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47180424</guid></item><item><title><![CDATA[New comment by crimsonnoodle58 in "PostmarketOS in 2026-02: generic kernels, bans use of generative AI"]]></title><description><![CDATA[
<p>Exactly, you can use it for some tasks. But why "explicitly forbid generative AI".<p>If you use AI to make repetitive tasks less repetitive, and clean up any LLM-ness afterwards, would they notice or care?<p>I find blanket bans inhibitive, and reeks of fear of change, rather than a real substantive stance.</p>
]]></description><pubDate>Fri, 27 Feb 2026 13:35:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47180340</link><dc:creator>crimsonnoodle58</dc:creator><comments>https://news.ycombinator.com/item?id=47180340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47180340</guid></item></channel></rss>