<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: arcadialeak</title><link>https://news.ycombinator.com/user?id=arcadialeak</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 10 Jun 2026 08:48:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=arcadialeak" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by arcadialeak in "The beauty and simplicity of the good old C-style void* in C++"]]></title><description><![CDATA[
<p>char* is an exception to strict aliasing rules of C++ precisely to facilitate the author's use case. You would still need a reinterpret_cast to make it work, but it's actually good because it makes the intent clearer, and the cast would have still happened either way to read the raw bytes.</p>
]]></description><pubDate>Tue, 09 Jun 2026 10:36:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48459217</link><dc:creator>arcadialeak</dc:creator><comments>https://news.ycombinator.com/item?id=48459217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48459217</guid></item><item><title><![CDATA[New comment by arcadialeak in "Rapira (Рапира) – Soviet programming language interpreter"]]></title><description><![CDATA[
<p>There is also an independent open-source interpreter for 1C language (which is to this day reported to be extensively used in Russian enterprise) implemented in C#. I haven't tried it myself, but just though that it's also worth mentioning here as the project seems to be actively worked on:
<a href="https://github.com/evilbeaver/onescript" rel="nofollow">https://github.com/evilbeaver/onescript</a></p>
]]></description><pubDate>Thu, 28 May 2026 09:59:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48306813</link><dc:creator>arcadialeak</dc:creator><comments>https://news.ycombinator.com/item?id=48306813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48306813</guid></item><item><title><![CDATA[New comment by arcadialeak in "C constructs that still don't work in C++"]]></title><description><![CDATA[
<p>> std::string_view or std::span should be used instead<p>That is for when the owner is a std::string or an owning range respectively. But a raw pointer does still make sense as a non-owning view over a single element, doesn't it? I'm new to C++ so I might be wrong.</p>
]]></description><pubDate>Mon, 25 May 2026 06:44:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48264108</link><dc:creator>arcadialeak</dc:creator><comments>https://news.ycombinator.com/item?id=48264108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48264108</guid></item><item><title><![CDATA[New comment by arcadialeak in "Neoclassical C++: segmented iterators revisited"]]></title><description><![CDATA[
<p>Why does any mention of C++ nowadays turn into a Rust debate? These can coexist even in a single project via C ABI. Also, despite the vast syntax and semantic differences, an experienced dev will be able to apply most of their knowledge from one to the other.</p>
]]></description><pubDate>Sun, 24 May 2026 10:11:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48256030</link><dc:creator>arcadialeak</dc:creator><comments>https://news.ycombinator.com/item?id=48256030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48256030</guid></item><item><title><![CDATA[New comment by arcadialeak in "Neoclassical C++: segmented iterators revisited"]]></title><description><![CDATA[
<p>Since you are already making use of LLMs, you could also ask questions about the code that it produces. I've been asking Google's AI overview and Deepseek while doing my first ever C++26 project, usually not to produce any code but to give advice or list possible approaches to implementing a feature. It's a very slow path, to the point that my project has currently more git commits than lines of code, but I'm convinced that it will pay off in the long run.</p>
]]></description><pubDate>Sun, 24 May 2026 10:05:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48256009</link><dc:creator>arcadialeak</dc:creator><comments>https://news.ycombinator.com/item?id=48256009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48256009</guid></item></channel></rss>