<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: flotwig</title><link>https://news.ycombinator.com/user?id=flotwig</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 10 Sep 2026 14:17:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=flotwig" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by flotwig in "Handling cookies is a minefield"]]></title><description><![CDATA[
<p>It's funny that you mention NewCookie, there is actually a deprecated Set-Cookie2 header already: <a href="https://stackoverflow.com/q/9462180/3474615" rel="nofollow">https://stackoverflow.com/q/9462180/3474615</a></p>
]]></description><pubDate>Thu, 21 Nov 2024 18:34:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42207223</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=42207223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42207223</guid></item><item><title><![CDATA[New comment by flotwig in "No job? No shame. Younger workers are opening up about unemployment"]]></title><description><![CDATA[
<p><a href="https://archive.is/lNISY" rel="nofollow">https://archive.is/lNISY</a></p>
]]></description><pubDate>Sun, 11 Feb 2024 07:08:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=39333155</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=39333155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39333155</guid></item><item><title><![CDATA[New comment by flotwig in "How to colorize Game Boy games"]]></title><description><![CDATA[
<p>Before reading this, I assumed the method would involve rewriting large parts of the game's graphics code. But it sounds like the author is intercepting draw calls and changing them to use color instead! Looking forward to the rest of this series.</p>
]]></description><pubDate>Tue, 28 Nov 2023 02:25:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=38441527</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=38441527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38441527</guid></item><item><title><![CDATA[New comment by flotwig in "Despite just 5.8% sales, over 38% of bug reports come from the Linux community (2021)"]]></title><description><![CDATA[
<p>I was bracing myself for another "don't support Linux because packaging is a mess" post, but was pleasantly surprised. Only 3 of the Linux reported bugs were Linux-specific - all the others were real cross-platform bugs affecting everyone. Free QA, indeed.</p>
]]></description><pubDate>Thu, 23 Nov 2023 14:49:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=38393304</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=38393304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38393304</guid></item><item><title><![CDATA[New comment by flotwig in "Sorry You Missed It – Inside Rockstar North Blog Shut Down"]]></title><description><![CDATA[
<p>I'm glad someone archived this. I had a feeling this was going to happen when I saw how new the posts were.</p>
]]></description><pubDate>Thu, 23 Nov 2023 11:10:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=38391562</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=38391562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38391562</guid></item><item><title><![CDATA[New comment by flotwig in "Some unbreakable encryption keys are accidentally leaking online"]]></title><description><![CDATA[
<p><a href="https://archive.ph/3HmM6" rel="nofollow noreferrer">https://archive.ph/3HmM6</a></p>
]]></description><pubDate>Wed, 22 Nov 2023 17:14:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=38381957</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=38381957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38381957</guid></item><item><title><![CDATA[The First Rule of Programming: It's Always Your Fault (2008)]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.codinghorror.com/the-first-rule-of-programming-its-always-your-fault/">https://blog.codinghorror.com/the-first-rule-of-programming-its-always-your-fault/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37478899">https://news.ycombinator.com/item?id=37478899</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 12 Sep 2023 10:08:28 +0000</pubDate><link>https://blog.codinghorror.com/the-first-rule-of-programming-its-always-your-fault/</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=37478899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37478899</guid></item><item><title><![CDATA[New comment by flotwig in "The curl-wget Venn diagram"]]></title><description><![CDATA[
<p>Looks like cURL and SQLite have the same woes: <a href="https://www.sqlite.org/cves.html" rel="nofollow noreferrer">https://www.sqlite.org/cves.html</a><p>Previously I worked on an open source project that pulled in many third party libraries. Users would run their corpo vulnerability scanners on the project and find dependencies with open CVEs and demand fixes, not understanding that in our usage of the libraries, the vulnerability is not exposed.<p>I think in 4 years, we had users open roughly 50 issues like this, which corresponded to exactly 0 real world exploitable issues.<p>A central vuln DB makes sense for sysadmins, but too many make it the end-all-be-all.</p>
]]></description><pubDate>Mon, 04 Sep 2023 15:39:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=37381540</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=37381540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37381540</guid></item><item><title><![CDATA[New comment by flotwig in "Hackers can use credit bureaus to dox nearly anyone in America"]]></title><description><![CDATA[
<p>TransUnion is broken for me, has been for years. I have to reset my password every single time.</p>
]]></description><pubDate>Wed, 23 Aug 2023 02:16:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=37231115</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=37231115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37231115</guid></item><item><title><![CDATA[New comment by flotwig in "Show HN: SpacetimeDB – A database that replaces your server"]]></title><description><![CDATA[
<p>Funny to see another BitCraft here - I own <a href="https://BitCraft.io" rel="nofollow noreferrer">https://BitCraft.io</a>, although it's no longer an active company.</p>
]]></description><pubDate>Fri, 18 Aug 2023 19:29:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=37180861</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=37180861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37180861</guid></item><item><title><![CDATA[New comment by flotwig in "Internet Archive responds to recording industry lawsuit targeting obsolete media"]]></title><description><![CDATA[
<p>If a local university doesn't take them, the IA will - they accept donations of physical materials and will digitize and index them: <a href="https://help.archive.org/help/how-do-i-make-a-physical-donation-to-the-internet-archive/" rel="nofollow noreferrer">https://help.archive.org/help/how-do-i-make-a-physical-donat...</a></p>
]]></description><pubDate>Tue, 15 Aug 2023 07:35:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=37131235</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=37131235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37131235</guid></item><item><title><![CDATA[New comment by flotwig in "Wendelstein 7-X: Gigajoule energy turnover generated for eight minutes"]]></title><description><![CDATA[
<p>Please don't "move fast and break things" with nuclear fusion :-)</p>
]]></description><pubDate>Fri, 11 Aug 2023 20:56:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=37093904</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=37093904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37093904</guid></item><item><title><![CDATA[New comment by flotwig in "FedNow Is Live"]]></title><description><![CDATA[
<p><a href="https://archive.ph/FsEaf" rel="nofollow noreferrer">https://archive.ph/FsEaf</a></p>
]]></description><pubDate>Thu, 20 Jul 2023 16:13:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=36802705</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=36802705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36802705</guid></item><item><title><![CDATA[New comment by flotwig in "“Typo leak” exposes millions of US military emails to Mali web operator"]]></title><description><![CDATA[
<p>It sounds like the DOD already does block emails to .ml because of this issue:<p>> Lt. Cmdr Tim Gorman [...] said that emails sent directly from the .mil domain to Malian addresses “are blocked before they leave the .mil domain and the sender is notified that they must validate the email addresses of the intended recipients”.<p>I think the issue is people sending emails from personal accounts that the DOD cannot control. The article also mentions travel agents as another source of the email.</p>
]]></description><pubDate>Mon, 17 Jul 2023 16:22:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=36760135</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=36760135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36760135</guid></item><item><title><![CDATA[Nvidia to drop support for GameStream in 2023]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nvidia.com/en-us/geforce/forums/shield-tv/9/506448/gamestream-service-update/">https://www.nvidia.com/en-us/geforce/forums/shield-tv/9/506448/gamestream-service-update/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34042825">https://news.ycombinator.com/item?id=34042825</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 18 Dec 2022 20:28:33 +0000</pubDate><link>https://www.nvidia.com/en-us/geforce/forums/shield-tv/9/506448/gamestream-service-update/</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=34042825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34042825</guid></item><item><title><![CDATA[New comment by flotwig in "Wikipedia is not short on cash"]]></title><description><![CDATA[
<p>I felt the same way, which is why I started a recurring donation to WikiMedia. After about a year, they e-mailed me trying to convince me to <i>write WikiMedia into my will</i>. Check out this transparent attempt at manipulation:<p>> Many supporters like you who understand the usefulness of planning ahead have chosen to include a gift to Wikipedia in their will. They want to do more to protect free knowledge and are invested in building a legacy with Wikipedia to ensure their values live on for many years to come.<p>"If you understood the importance of planning ahead, you'd already have WikiMedia in your will, bozo"</p>
]]></description><pubDate>Wed, 12 Oct 2022 14:53:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=33177856</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=33177856</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33177856</guid></item><item><title><![CDATA[New comment by flotwig in "Extreme explorations of TypeScript's type system"]]></title><description><![CDATA[
<p>There are probably newer tools for this, but we use `eslint-plugin-expect-type` [0] for this:<p><a href="https://github.com/cypress-io/cypress/blob/develop/cli/types/tests/cypress-tests.ts" rel="nofollow">https://github.com/cypress-io/cypress/blob/develop/cli/types...</a><p>[0]: <a href="https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type" rel="nofollow">https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type</a></p>
]]></description><pubDate>Wed, 29 Jun 2022 23:20:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=31926949</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=31926949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31926949</guid></item><item><title><![CDATA[New comment by flotwig in "GitHub user sends notification to 400k users"]]></title><description><![CDATA[
<p>Approximately 61,761,765 emails sent, if we figure 1 email per comment per member. Nice!</p>
]]></description><pubDate>Sun, 05 Jun 2022 02:25:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=31627353</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=31627353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31627353</guid></item><item><title><![CDATA[New comment by flotwig in "Using a catch-all domain is a mistake"]]></title><description><![CDATA[
<p>> The truth is no one really sells your email – at least no legitimate companies.<p>`xfinity2@mydomain.com` is the only email that I've ever caught being sold via my catch-all email. I get a decent amount of phishing, scams, malware, etc. to that address. But I guess the author is still correct, since Xfinity/Comcast are sometimes less than legitimate.</p>
]]></description><pubDate>Wed, 01 Jun 2022 23:09:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=31589311</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=31589311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31589311</guid></item><item><title><![CDATA[New comment by flotwig in "Show HN: A tool to show your Spotify “Now Playing” status on your GitHub profile"]]></title><description><![CDATA[
<p>Just for fun. It adds a little personality to your profile page, plus it shows up when folks hover over your username across GitHub.</p>
]]></description><pubDate>Tue, 12 Apr 2022 14:29:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=31003229</link><dc:creator>flotwig</dc:creator><comments>https://news.ycombinator.com/item?id=31003229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31003229</guid></item></channel></rss>