<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, 28 Aug 2026 07:59:22 +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 "Humanity has the debate about AI consciousness backwards"]]></title><description><![CDATA[
<p>It's a subtle issue. Supposing "consciousness" here means the subjective, first-person experience of one's own, we don't really know anyone else other than ourselves to be conscious. I only have evidence of the existence of my own subjective experience. I can only experience my feelings, my thoughts, my sights, my hearings, not of anybody else's. We are all pretty sure that every other human is conscious, and animals, and so on, but it's something that our brains have to do for us, not something that we empirically, evidentially know to be true -- to the point, in fact, that we can get fooled, as in the case of LLMs passing the Turing test.<p>What the author seems to observe is that this non-evidential judgement that other beings are conscious is due to us caring about them. The brain creates this perception so that we care about them, form bonds, work together, and so on -- evolution selects for cooperation. So the question of whether we will think of AI as conscious is that of whether we will care for it like we care for another being. And, in this regard, the author points out that "intelligent agents" that appear to do this work effectively together.<p>My personal point of view is that it's unclear what being an AI is in order for us to even talk about it being conscious. Is it the computations happening in the GPU according to a set of weights? Is it the weights themselves? Is it the architecture? Does it include the code around it, that gives it the context and prompt, and hooks the response to a terminal, or to a client host, etc.?</p>
]]></description><pubDate>Thu, 27 Aug 2026 18:00:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49468770</link><dc:creator>lucms_</dc:creator><comments>https://news.ycombinator.com/item?id=49468770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49468770</guid></item><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>