<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: sgtlaggy</title><link>https://news.ycombinator.com/user?id=sgtlaggy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 10:28:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sgtlaggy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sgtlaggy in "Turtle WoW classic server announces shutdown after Blizzard wins injunction"]]></title><description><![CDATA[
<p>Similar to the XML config you mentioned, WoW uses/used a plaintext config file where a realmlist URL can be set.</p>
]]></description><pubDate>Mon, 20 Apr 2026 04:01:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47830273</link><dc:creator>sgtlaggy</dc:creator><comments>https://news.ycombinator.com/item?id=47830273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47830273</guid></item><item><title><![CDATA[New comment by sgtlaggy in "Backing up Spotify"]]></title><description><![CDATA[
<p>Music might have higher quality audio-only files as provided where Youtube might have it combined with video and a generic compression algorithm applied as with all other uploaded videos.</p>
]]></description><pubDate>Sat, 20 Dec 2025 23:58:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46340902</link><dc:creator>sgtlaggy</dc:creator><comments>https://news.ycombinator.com/item?id=46340902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46340902</guid></item><item><title><![CDATA[New comment by sgtlaggy in "Smoke in the cabin of two 737 MAX caused by Load Reduction Device system [video]"]]></title><description><![CDATA[
<p>> everyone inside the plane gets cooked in 39 seconds<p>From the video, the 39 second figure is for the cockpit if the pilots don't get their masks on in time. The passenger cabin would be uncomfortable but wouldn't (or just didn't in that case) reach lethal levels given the volume.</p>
]]></description><pubDate>Wed, 12 Feb 2025 01:08:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43020552</link><dc:creator>sgtlaggy</dc:creator><comments>https://news.ycombinator.com/item?id=43020552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43020552</guid></item><item><title><![CDATA[New comment by sgtlaggy in "Python 3.11 vs 3.10 performance"]]></title><description><![CDATA[
<p>Concurrency in Python is a weird topic, since multiprocessing is the only "real" concurrency. Threading is "implicit" context switching all in the same process/thread, asyncio is "explicit" context switching.
On top of that, you also have the complication of the GIL. If threads don't release the GIL, then you can't effectively switch contexts.</p>
]]></description><pubDate>Wed, 06 Jul 2022 15:41:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=32002599</link><dc:creator>sgtlaggy</dc:creator><comments>https://news.ycombinator.com/item?id=32002599</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32002599</guid></item><item><title><![CDATA[New comment by sgtlaggy in "AltWinDirStat"]]></title><description><![CDATA[
<p>I've also been using WizTree for quite a while, but recently learned WinDirStat scans the filesystem instead of trusting the NTFS metadata because it can sometimes be incorrect(?) and is a bit tricky due to poor documentation.
The WDS developer actually addressed this in AWDS's issues 4[1] and 19[2] a few years ago, and even said he's contemplating supporting the MFT but it seems he hasn't gotten around to it.<p>1: <a href="https://github.com/ariccio/altWinDirStat/issues/4#issuecomment-81891153" rel="nofollow">https://github.com/ariccio/altWinDirStat/issues/4#issuecomme...</a>
2: <a href="https://github.com/ariccio/altWinDirStat/issues/19#issuecomment-374919072" rel="nofollow">https://github.com/ariccio/altWinDirStat/issues/19#issuecomm...</a></p>
]]></description><pubDate>Thu, 31 Mar 2022 21:51:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=30872591</link><dc:creator>sgtlaggy</dc:creator><comments>https://news.ycombinator.com/item?id=30872591</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30872591</guid></item><item><title><![CDATA[New comment by sgtlaggy in "Lua and Python (2020)"]]></title><description><![CDATA[
<p>I have mostly the same feelings, though my only experience is with WoW and Payday 2 addons.
A big gripe of mine is there's really only one namespace. If something is exported, it goes to the aether and everything can see it, making it very difficult to track where variables are defined and modified.</p>
]]></description><pubDate>Fri, 15 Jan 2021 20:12:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=25795720</link><dc:creator>sgtlaggy</dc:creator><comments>https://news.ycombinator.com/item?id=25795720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25795720</guid></item></channel></rss>