<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: feelamee</title><link>https://news.ycombinator.com/user?id=feelamee</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 11:48:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=feelamee" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by feelamee in "C++: Freestanding Standard Library"]]></title><description><![CDATA[
<p>why?
Before comments about LLM I didn't notice this. After I compared pre-LLM posts and post-LLM and looks like AI was used to write/edit this article. 
But.. why should I matter? Why my ignorance of this fact insane you?</p>
]]></description><pubDate>Sat, 11 Apr 2026 12:07:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47729866</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=47729866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47729866</guid></item><item><title><![CDATA[New comment by feelamee in "We've raised $17M to build what comes after Git"]]></title><description><![CDATA[
<p>sure, but solving conflicts is still hard in git. This can be simplified.</p>
]]></description><pubDate>Sat, 11 Apr 2026 11:42:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47729731</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=47729731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47729731</guid></item><item><title><![CDATA[New comment by feelamee in "We've raised $17M to build what comes after Git"]]></title><description><![CDATA[
<p>the one feature which I have never seen in VCS is ability to stick commit message not just to all changes, but specifically to line/hunk.
It looks like very intuitive for me - I don't want to invent "references style" to say something about specific changed line in my commit - I want comment this line directly.</p>
]]></description><pubDate>Sat, 11 Apr 2026 11:38:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47729709</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=47729709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47729709</guid></item><item><title><![CDATA[New comment by feelamee in "Helix: A post-modern text editor"]]></title><description><![CDATA[
<p>why?
There is LSP support included. Pretty usable. Of course this is not fully IDE, but I don't expect this from "editor"</p>
]]></description><pubDate>Sat, 07 Mar 2026 17:18:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47289504</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=47289504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47289504</guid></item><item><title><![CDATA[New comment by feelamee in "Defer available in gcc and clang"]]></title><description><![CDATA[
<p>your words...
> C++ implementations of defer are either really ugly<p>I agree with @pjmlp - you need to write wrappers around the C api.<p>But if you..
> If I'm gonna write RAII wrappers around every tiny little thing that I happen to need to call once<p>use them <i>just once</i>.. so, why care about ugliness, just write ugly code <i>just once</i>? Code can't be perfect.</p>
]]></description><pubDate>Sat, 21 Feb 2026 17:57:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47103042</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=47103042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47103042</guid></item><item><title><![CDATA[New comment by feelamee in "Defer available in gcc and clang"]]></title><description><![CDATA[
<p>if you do it once - why do you care about "ugly" scope_exit?
btw, writing such wrappers is easy and does not require a lot of code.</p>
]]></description><pubDate>Fri, 20 Feb 2026 13:52:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47088046</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=47088046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47088046</guid></item><item><title><![CDATA[New comment by feelamee in "I write games in C (yes, C) (2016)"]]></title><description><![CDATA[
<p>yes, but not soo much as my production C++.
I know that that's our choice, but I underline the difference between C and C++ here</p>
]]></description><pubDate>Tue, 10 Feb 2026 01:36:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46954222</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46954222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46954222</guid></item><item><title><![CDATA[New comment by feelamee in "I write games in C (yes, C) (2016)"]]></title><description><![CDATA[
<p>Of course people do" virtual functions" in C, but  I think this is not an argument despite C.
I noticed that making virtual in C++ is sooo easy that people start abusing it. This making reading/understanding/debugging code much harder (especially if they mess this up with templates).
And here C is a way - it allow but complicates "virtual". So, you will think twice before using it</p>
]]></description><pubDate>Sun, 08 Feb 2026 00:39:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46930028</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46930028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46930028</guid></item><item><title><![CDATA[New comment by feelamee in "C++ Modules Are Here to Stay"]]></title><description><![CDATA[
<p>> Ever compiler has their own version of PCH and they all work different in annoying ways.<p>I don't care because I use cmake</p>
]]></description><pubDate>Sat, 07 Feb 2026 12:27:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46923305</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46923305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46923305</guid></item><item><title><![CDATA[New comment by feelamee in "C++ Modules Are Here to Stay"]]></title><description><![CDATA[
<p>We live with that for *decades*. For me this is not a <i>daily</i> problem. So yes, this is not compelling, unfortunately.</p>
]]></description><pubDate>Sat, 07 Feb 2026 12:26:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46923300</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46923300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46923300</guid></item><item><title><![CDATA[New comment by feelamee in "Start all of your commands with a comma (2009)"]]></title><description><![CDATA[
<p>do you publish dotfiles and scripts anywhere? I'm interested to see them</p>
]]></description><pubDate>Sat, 07 Feb 2026 12:19:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46923263</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46923263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46923263</guid></item><item><title><![CDATA[New comment by feelamee in "Start all of your commands with a comma (2009)"]]></title><description><![CDATA[
<p>can someone explain security consideration of placing scripts into $HOME?
Some time ago I moved all my scripts to /usr/local/bin, because I feel that this is better from security perspective.</p>
]]></description><pubDate>Sat, 07 Feb 2026 12:12:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46923228</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46923228</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46923228</guid></item><item><title><![CDATA[New comment by feelamee in "We (As a Society) Peaked in the 90s"]]></title><description><![CDATA[
<p>not every.
I have not lived in 90s at all, I am from the current millennium, but.. I am nostalgic about 90s. This is strange, but I feel nostalgia about times I never live</p>
]]></description><pubDate>Mon, 02 Feb 2026 00:11:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46850796</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46850796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46850796</guid></item><item><title><![CDATA[New comment by feelamee in "Implementing a tiny CPU rasterizer (2024)"]]></title><description><![CDATA[
<p>> Triangles are easy to rasterize<p>sure, rasterizing triangle is not so hard, but.. you know, rasterizing rectangle is far far easier</p>
]]></description><pubDate>Fri, 30 Jan 2026 16:52:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46826727</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46826727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46826727</guid></item><item><title><![CDATA[New comment by feelamee in "C++ Modules Are Here to Stay"]]></title><description><![CDATA[
<p>why use modules if PCH on your diagram is not much worse in compile times?</p>
]]></description><pubDate>Thu, 29 Jan 2026 19:09:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46814960</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46814960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46814960</guid></item><item><title><![CDATA[New comment by feelamee in "Fil-Qt: A Qt Base build with Fil-C experience"]]></title><description><![CDATA[
<p>rust is not complex for C++ experts.
Both have the same concepts.
For beginners of course rust is harder, but that didn't mean <i>bad for beginners</i></p>
]]></description><pubDate>Mon, 19 Jan 2026 16:44:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46681115</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46681115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46681115</guid></item><item><title><![CDATA[New comment by feelamee in "Clicks Communicator"]]></title><description><![CDATA[
<p>The user interface looks very similar to Niagara Launcher. I found it a really fresh and comfortable alternative to the default android launchers</p>
]]></description><pubDate>Fri, 02 Jan 2026 19:12:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46468227</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46468227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46468227</guid></item><item><title><![CDATA[New comment by feelamee in "A production bug that made me care about undefined behavior"]]></title><description><![CDATA[
<p>wow, can you elaborate how adding a string field can break some assumptions?</p>
]]></description><pubDate>Mon, 29 Dec 2025 21:42:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46426076</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46426076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46426076</guid></item><item><title><![CDATA[New comment by feelamee in "map::operator[] should be nodiscard"]]></title><description><![CDATA[
<p>> This is why other systems languages are taking off (besides the expressiveness or memory safety bandwagon) is because there are clear instructions in the docs on what this does with examples of how to use it properly.<p>I have never seen better documentation for programming languages than cppreference.
Can you list such docs?</p>
]]></description><pubDate>Thu, 25 Dec 2025 09:00:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46383157</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46383157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46383157</guid></item><item><title><![CDATA[New comment by feelamee in "map::operator[] should be nodiscard"]]></title><description><![CDATA[
<p>> sometimes that’s actually what you meant — you’re calling it only for its side effect. Back in 2022, Stephan T. Lavavej estimated of unique_ptr::release that “90% of discards are a bug, but 10% are maybe valid…<p>What are these 10% valid cases? Does someone have an example</p>
]]></description><pubDate>Thu, 25 Dec 2025 08:48:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46383088</link><dc:creator>feelamee</dc:creator><comments>https://news.ycombinator.com/item?id=46383088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46383088</guid></item></channel></rss>