<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: LandenLove</title><link>https://news.ycombinator.com/user?id=LandenLove</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 15:22:48 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=LandenLove" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by LandenLove in "Driving in China as a Tourist"]]></title><description><![CDATA[
<p>That was an interesting read! I've been driving in Japan for the last 3 years. Mostly rural, so it's pretty chill. But city driving can be stressful and chaotic. I don't think my heart could take driving in Chinese cities. As the author wrote, having mopeds everywhere would be stressful.<p>I didn't know that the IDP does not work with China. I needed an IDP to drive in Japan for my first year. After the first year, I got a Japanese driver's license.<p>Also, it was funny how many times the author mentioned WeChat. You really do use it everywhere in China!</p>
]]></description><pubDate>Mon, 06 Jul 2026 00:00:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48799232</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48799232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48799232</guid></item><item><title><![CDATA[New comment by LandenLove in "What any website can see about you"]]></title><description><![CDATA[
<p>Yeah. Websites like <a href="https://amiunique.org" rel="nofollow">https://amiunique.org</a> show more details about your browser.</p>
]]></description><pubDate>Tue, 30 Jun 2026 01:14:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48727451</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48727451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48727451</guid></item><item><title><![CDATA[New comment by LandenLove in "Age verification is just a precursor to automated attribution of speech"]]></title><description><![CDATA[
<p>I just heard about that. Won't work in the long term. Either the spammers will create a tool to bypass it, or they will continue to run services in third world countries where people complete captchas for pennies.</p>
]]></description><pubDate>Mon, 29 Jun 2026 23:51:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48726860</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48726860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48726860</guid></item><item><title><![CDATA[New comment by LandenLove in "Age verification is just a precursor to automated attribution of speech"]]></title><description><![CDATA[
<p>You are right that foreign powers abuse these platforms, but I don't personally believe that the platforms care. They just want to sell ads. Controversy will likely drive more traffic and more ad conversions.</p>
]]></description><pubDate>Mon, 29 Jun 2026 23:50:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48726844</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48726844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48726844</guid></item><item><title><![CDATA[New comment by LandenLove in "Age verification is just a precursor to automated attribution of speech"]]></title><description><![CDATA[
<p>I imagine that the companies who purchase these ads will see a drop in conversions and start to ask questions.</p>
]]></description><pubDate>Mon, 29 Jun 2026 23:48:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48726827</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48726827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48726827</guid></item><item><title><![CDATA[New comment by LandenLove in "Age verification is just a precursor to automated attribution of speech"]]></title><description><![CDATA[
<p>It might be a nice stock boost in the short term, but the goal for a majority of these companies is to sell ads. If advertisers see a drop in conversions, I doubt the platforms could keep the fake user ruse going for long.</p>
]]></description><pubDate>Mon, 29 Jun 2026 23:46:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48726809</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48726809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48726809</guid></item><item><title><![CDATA[New comment by LandenLove in "Age verification is just a precursor to automated attribution of speech"]]></title><description><![CDATA[
<p>My theory is that age verification is just another way to push human verification. These large tech companies need a way to verify a user is a real person and not an AI bot. Both for displaying ads to real users and cutting down on spam.<p>Nobody would support a "give away my anonymity online so I can be shown an ad for Coca Cola" bill. But it's easier to sell a law to boomers and lawmakers if you use the disguise of "It's for the children ." As if any of these companies care about the well being of children. See Meta confirming their platforms affect the mental health of children and doing nothing about it. Also platforms like TikTok and YouTube optimizing their algorithms for stealing user's attention spans.</p>
]]></description><pubDate>Mon, 29 Jun 2026 04:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48714739</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48714739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48714739</guid></item><item><title><![CDATA[New comment by LandenLove in "Half-Life 2 in a Browser"]]></title><description><![CDATA[
<p>I found GDScript to be quite powerful in terms of functionality. I don't have experience in professional game Dev to be aware of the benefits of C# beyond it being the industry standard for Unity.<p>Single threaded audio is a big concern. I haven't implemented music in my game yet to know if it is a deal breaker.<p>The main problem that I have run into is shader compilation stutters on the compatibility render. Makes the game basically unplayable. My work around was to spawn certain objects on the main menu out of sight to force compilation. I believe the forward renderer has some pre-compilation.</p>
]]></description><pubDate>Thu, 25 Jun 2026 10:20:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48671397</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48671397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48671397</guid></item><item><title><![CDATA[New comment by LandenLove in "Half-Life 2 in a Browser"]]></title><description><![CDATA[
<p>As much as I dislike webdev stuff, I love the way you can distribute entire programs through WASM. Super cool stuff! For those who are interested, I recommend checking out Godot for exporting games on the web. It's really easy to do and you can host it on Itch.io</p>
]]></description><pubDate>Thu, 25 Jun 2026 06:23:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48669705</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48669705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48669705</guid></item><item><title><![CDATA[New comment by LandenLove in "GTA 6 Physical Copies Won't Include a Disc, Will Just Be a Code in a Box"]]></title><description><![CDATA[
<p>I love TF2 as well! To be a little less negative, I will say that game engines like Godot give me lots of hope for the future. It sets a good foundation for future game devs to make something great. Also, game devs now have access to lots of different platforms to publish their games.</p>
]]></description><pubDate>Thu, 25 Jun 2026 05:51:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48669471</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48669471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48669471</guid></item><item><title><![CDATA[New comment by LandenLove in "GTA 6 Physical Copies Won't Include a Disc, Will Just Be a Code in a Box"]]></title><description><![CDATA[
<p>Again, that was a personal take. I understand millions of people are still able to enjoy modern video games.<p>I am primarily an FPS gamer. Old school COD was great. I also love older version of Minecraft. Also most Valve games. Portal 2 being my favorite.<p>If I had to summarize my major problems with modern games/game industry they are this: Unrelatable stories (to me personally), micro transactions, poor optimization, and planned obsolescence (You can never player Overwatch 1 ever again). Then there are other bonus problems like the fortnite-ification of games, E.g., putting every IP know to man into a single game.<p>Also, loot boxes. Horrible, disgusting business practice. Literally selling gambling to children.</p>
]]></description><pubDate>Thu, 25 Jun 2026 05:40:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48669408</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48669408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48669408</guid></item><item><title><![CDATA[New comment by LandenLove in "GTA 6 Physical Copies Won't Include a Disc, Will Just Be a Code in a Box"]]></title><description><![CDATA[
<p>I don't know what the degradation for NAND storage is, but another aspect that I didn't mention in my original comment is the fragility of disc based media. In terms of scratches and other damage.</p>
]]></description><pubDate>Thu, 25 Jun 2026 05:06:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48669156</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48669156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48669156</guid></item><item><title><![CDATA[New comment by LandenLove in "GTA 6 Physical Copies Won't Include a Disc, Will Just Be a Code in a Box"]]></title><description><![CDATA[
<p>I was completely unaware that PS5 discs could hold that much data! But that leads me to the next question, what is the read time look like on that? lol. I found this manual on google for the ps5 disc drive, but I don't understand these units.<p>Read speed
BD-ROM (66 GB/100 GB) ~10×CAV
BD-ROM (25 GB/50 GB) ~8×CAV
BD-R/RE (25 GB/50 GB) ~8×CAV
DVD ~3.2×CLV</p>
]]></description><pubDate>Thu, 25 Jun 2026 05:03:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48669140</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48669140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48669140</guid></item><item><title><![CDATA[New comment by LandenLove in "GTA 6 Physical Copies Won't Include a Disc, Will Just Be a Code in a Box"]]></title><description><![CDATA[
<p>In my opinion, disc based games have been a ridiculous way to sell modern games because they are physically incapable of storing the amount of game data required for modern AAA games. I understand that they still exist because of the resale value, but solid state storage similar to Nintendo Switch cards makes more sense to me.<p>On an even more personal note, very few modern games, if any, are worth purchasing for my own enjoyment. The gaming landscape overall has dropped so low that I don't even care anymore.</p>
]]></description><pubDate>Thu, 25 Jun 2026 04:30:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48668899</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48668899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48668899</guid></item><item><title><![CDATA[New comment by LandenLove in "Blogging can just be stating the obvious"]]></title><description><![CDATA[
<p>I have a simple blog if anyone is interested: <a href="https://landenlove.com/" rel="nofollow">https://landenlove.com/</a></p>
]]></description><pubDate>Thu, 25 Jun 2026 01:10:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48667558</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48667558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48667558</guid></item><item><title><![CDATA[New comment by LandenLove in "The deadly rise of giant trucks and SUVs"]]></title><description><![CDATA[
<p>I hate everything about modern vehicles. Built cheaply, yet cost a fortune. Are filled with laggy infotainment computers that requires subscriptions and replace reliable and easy to locate climate controls. They are the size of tanks despite having a smaller bed size than a Japanese kei car. The list goes on and on.</p>
]]></description><pubDate>Wed, 24 Jun 2026 00:02:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48653385</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48653385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48653385</guid></item><item><title><![CDATA[New comment by LandenLove in "The deadly rise of giant trucks and SUVs"]]></title><description><![CDATA[
<p>Seems like they put a lot of time and effort into this article. It's a shame that I cannot read it because it is covered by, "Sale ends soon. $0.50/week for your first six months year. Subscribe!", on my screen.</p>
]]></description><pubDate>Tue, 23 Jun 2026 23:58:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48653348</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48653348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48653348</guid></item><item><title><![CDATA[New comment by LandenLove in "Chuwi Minibook X"]]></title><description><![CDATA[
<p>I have one of these. It's a fun little laptop. My biggest complaint is that it has noticeable coil whine when running under high load.</p>
]]></description><pubDate>Fri, 05 Jun 2026 04:30:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48407957</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48407957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48407957</guid></item><item><title><![CDATA[New comment by LandenLove in "Gmail thinks I'm stupid, so I left"]]></title><description><![CDATA[
<p>Despite using Firefox, I keep chrome installed in case there is a website that requires it. I have recently started receiving Windows 11 notifications from Chrome, advertising their new AI features. This happens one two different devices. I haven't launch chrome on either of them for some time.<p>It is maddening how much they are pushing this useless and inaccurate garbage on us.</p>
]]></description><pubDate>Tue, 02 Jun 2026 23:27:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48377633</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48377633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48377633</guid></item><item><title><![CDATA[New comment by LandenLove in "CT scans of BYD car parts"]]></title><description><![CDATA[
<p>The part where they highlight the rippling in the lithium battery was interesting. They mention it can accelerate degradation over time. It's unclear if this specific example is within tolerances, but I have seen in other CT scans how dramatic the lithium rippling can become.<p>But overall, yeah, this is mostly an advertisement. They have other videos on their YouTube where they scan random items.</p>
]]></description><pubDate>Tue, 02 Jun 2026 23:23:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48377605</link><dc:creator>LandenLove</dc:creator><comments>https://news.ycombinator.com/item?id=48377605</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48377605</guid></item></channel></rss>