<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: lucms_</title><link>https://news.ycombinator.com/user?id=lucms_</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 08:32:32 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lucms_" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lucms_ in "Nabokov's guide to foreigners learning Russian"]]></title><description><![CDATA[
<p>The gender of a noun in the native language is sometimes the opposite in the other language, so it can be difficult in its own way as well. At least this was my experience when briefly learning german as a portuguese speaker. In this sense learning english was easier, although it happened kinda passively by just being on the internet too much.</p>
]]></description><pubDate>Wed, 24 Dec 2025 13:21:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46375340</link><dc:creator>lucms_</dc:creator><comments>https://news.ycombinator.com/item?id=46375340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46375340</guid></item><item><title><![CDATA[New comment by lucms_ in "Show HN: Nova JavaScript Engine"]]></title><description><![CDATA[
<p>Isn't data-oriented design about organizing the data in a way that reflects the most common access patterns of the program?
The approach of placing all numbers in a big number vector, all Arrays into a big Array vector, and so on, would be "data-oriented design" if it actually reflects the most common access patterns. So, is it the case that when you read a number you also want all those other numbers that come together with it in the cache line? Is that the case for Arrays? For DataViews? In other words, does this approach to allocating memory reflect the most common data access patterns in JavaScript programs?
I'm not saying it's a bad approach, and I'm not even trying to imply that it's not DOD, I'm genuinely asking.<p>Edit: maybe a better question is: does it reflect the most common data access patterns of a JavaScript Engine?</p>
]]></description><pubDate>Mon, 18 Nov 2024 18:07:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=42175089</link><dc:creator>lucms_</dc:creator><comments>https://news.ycombinator.com/item?id=42175089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42175089</guid></item></channel></rss>