<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: affenape</title><link>https://news.ycombinator.com/user?id=affenape</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 14 Aug 2026 09:14:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=affenape" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by affenape in "Escape IntelliJ: Scala and Kotlin LSPs on Emacs Eglot"]]></title><description><![CDATA[
<p>I've tried using RustRover over WSL2 multiple times with every new release, but it's been a huge disappointment every time. My fans constantly spin like crazy, memory vanishes into thin air, and typing is super laggy - it even overwrites random sections of the file sometimes. On top of that, the built-in terminal is totally unusable because it craps out and freezes the app whenever there's a large output.<p>PyCharm, on the other hand, was always great to use. But since VS Code gives me pretty much everything I need for my daily work without demanding too much from my system, I've finally moved away from JetBrains.</p>
]]></description><pubDate>Thu, 23 Jul 2026 09:45:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49019061</link><dc:creator>affenape</dc:creator><comments>https://news.ycombinator.com/item?id=49019061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49019061</guid></item><item><title><![CDATA[New comment by affenape in "C++26 is done: ISO C++ standards meeting Trip Report"]]></title><description><![CDATA[
<p>From the proposal, I see a bunch of new keywords and rules - alright given the language's heritage. But what happens if I "relocate" a variable value - would a "shell" remain or how exactly C++ is supposed to handle this:<p><pre><code>  auto value = create_value();
  if (some_cond) {
    consume_value(std::move(value)); // not sure whether it's move here, but I guess my point is clear
  }

  use_value(value);</code></pre></p>
]]></description><pubDate>Mon, 30 Mar 2026 18:33:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47577957</link><dc:creator>affenape</dc:creator><comments>https://news.ycombinator.com/item?id=47577957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47577957</guid></item><item><title><![CDATA[New comment by affenape in "C++26 is done: ISO C++ standards meeting Trip Report"]]></title><description><![CDATA[
<p>Finally, reflection has arrived, five years after I last touched a line in c++. I wonder how long would it take the committee, if ever, to introduce destructing move.</p>
]]></description><pubDate>Sun, 29 Mar 2026 18:46:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47565935</link><dc:creator>affenape</dc:creator><comments>https://news.ycombinator.com/item?id=47565935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47565935</guid></item><item><title><![CDATA[New comment by affenape in "Looking at Unity made me understand the point of C++ coroutines"]]></title><description><![CDATA[
<p>Not necessarily. A coroutine encapsulates the entire state machine, which might pe a PITA to implement otherwise. Say, if I have a stateful network connection, that requires initialization and periodic encryption secret renewal, a coroutine implementation would be much slimmer than that of a state machine with explicit states.</p>
]]></description><pubDate>Wed, 25 Mar 2026 12:49:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47516649</link><dc:creator>affenape</dc:creator><comments>https://news.ycombinator.com/item?id=47516649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47516649</guid></item><item><title><![CDATA[New comment by affenape in "Migrating to Positron, a next-generation data science IDE for Python and R"]]></title><description><![CDATA[
<p>> A %PRODUCTNAME% next generation editor/ide is released<p>> Look inside<p>> VS Code</p>
]]></description><pubDate>Fri, 28 Nov 2025 07:17:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46076317</link><dc:creator>affenape</dc:creator><comments>https://news.ycombinator.com/item?id=46076317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46076317</guid></item><item><title><![CDATA[New comment by affenape in "Nvidia's new 'robot brain' goes on sale for $3,499"]]></title><description><![CDATA[
<p>Can it run doom? Can it make doom come true?</p>
]]></description><pubDate>Mon, 25 Aug 2025 19:45:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45018134</link><dc:creator>affenape</dc:creator><comments>https://news.ycombinator.com/item?id=45018134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45018134</guid></item><item><title><![CDATA[New comment by affenape in "Microsoft Flight Simulator 2024: WebAssembly SDK"]]></title><description><![CDATA[
<p>For something having 2024 in its name I expected a more consistent error handling, but guess what:<p>* some functions like fsRenderCreate return 0 or 1 depending on the operation result;<p>* some like fsMapViewCreate say that a value less than 0 is returned on error;<p>* fsIOOpen says you should also consult with the fsIOGetLastError function on failure.<p>Hope somebody considers adding the errno.</p>
]]></description><pubDate>Tue, 29 Jul 2025 19:52:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44727561</link><dc:creator>affenape</dc:creator><comments>https://news.ycombinator.com/item?id=44727561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44727561</guid></item><item><title><![CDATA[New comment by affenape in "Material 3 Expressive"]]></title><description><![CDATA[
<p>Yikes... everything looks like jelly. Best served with Comic Sans MS.</p>
]]></description><pubDate>Fri, 16 May 2025 11:35:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44004128</link><dc:creator>affenape</dc:creator><comments>https://news.ycombinator.com/item?id=44004128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44004128</guid></item><item><title><![CDATA[New comment by affenape in "Nuclear fusion: WEST beats the world record for plasma duration"]]></title><description><![CDATA[
<p>Would be really NICE.</p>
]]></description><pubDate>Tue, 18 Feb 2025 21:46:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43095529</link><dc:creator>affenape</dc:creator><comments>https://news.ycombinator.com/item?id=43095529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43095529</guid></item></channel></rss>