<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: agosz</title><link>https://news.ycombinator.com/user?id=agosz</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 07:46:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=agosz" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by agosz in "I write games in C (yes, C) (2016)"]]></title><description><![CDATA[
<p>That's so cool! I didn't know they open sourced it. Is your work also open? And how do you check that the frames don't change?<p>I love seeing people try to revive old games and improve them for players. I've made a couple of contributions to VCMI, an open source implementation of heroes of might and magic 3 that I used to play as a kid and it's so rewarding seeing people use those.</p>
]]></description><pubDate>Tue, 10 Feb 2026 20:13:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46966137</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=46966137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46966137</guid></item><item><title><![CDATA[New comment by agosz in "I write games in C (yes, C) (2016)"]]></title><description><![CDATA[
<p>If I may ask, how did you end up getting access to the code base? And what are you doing with it?</p>
]]></description><pubDate>Mon, 09 Feb 2026 09:35:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46943393</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=46943393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46943393</guid></item><item><title><![CDATA[New comment by agosz in "Astro is a return to the fundamentals of the web"]]></title><description><![CDATA[
<p>How does this compare to a static site generator like 11ty? What would be the benefits of Astro over that or another site generator?</p>
]]></description><pubDate>Wed, 09 Jul 2025 21:21:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44514855</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=44514855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44514855</guid></item><item><title><![CDATA[New comment by agosz in "Introducing command And commandfor In HTML"]]></title><description><![CDATA[
<p>That's what people say of C++ too. Too many features makes it harder to learn a language and ramp up on codebases; they'll have different standards on what they use.</p>
]]></description><pubDate>Fri, 07 Mar 2025 23:13:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43295861</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=43295861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43295861</guid></item><item><title><![CDATA[New comment by agosz in "C++26: Pack Indexing"]]></title><description><![CDATA[
<p>The compatibility can be solved with macros to toggle it on or off depending on how you're building. C++26 has constexpr sqrt.</p>
]]></description><pubDate>Fri, 24 Jan 2025 20:39:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=42816703</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=42816703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42816703</guid></item><item><title><![CDATA[New comment by agosz in "Supreme Court upholds TikTok ban, but Trump might offer lifeline"]]></title><description><![CDATA[
<p>This will ultimately benefit the current Big Tech incumbents. Tiktok was gaining ground rapidly on advertising money and I wouldn't be surprised if there was lobbying that stifled the competition.<p>Instead of banning TikTok, we should be trying to compete with them and make a better product that wins customers over. It's sad to see the US becoming more authoritarian and follow China's example.</p>
]]></description><pubDate>Fri, 17 Jan 2025 22:26:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=42743938</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=42743938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42743938</guid></item><item><title><![CDATA[New comment by agosz in "Valve is testing ARM64 support for popular games"]]></title><description><![CDATA[
<p>Yes, that's correct! Unfortunately ARM64 can't fully interface with x64 code (e.g. you can't translate an ARM64 CONTEXT to an x64 one directly due to differing numbers of registers), so the backwards compatibility is restricted to ARM64EC only.</p>
]]></description><pubDate>Tue, 24 Sep 2024 04:26:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41633103</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=41633103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41633103</guid></item><item><title><![CDATA[New comment by agosz in "Valve is testing ARM64 support for popular games"]]></title><description><![CDATA[
<p>ARM64EC doesn't really make your code JITable. It is ARM64 code with thunks to enable transitions to x64 code. That's why it runs at near native speeds; not because of the JIT. The x64 portions of the binary do get JITed though, but the ARM64EC portions are usually much faster.<p>All x64 code gets JITed but that's regardless of whether ARM64EC is used or not; ARM64EC allows ARM64 applications to interface with x64 binaries.</p>
]]></description><pubDate>Mon, 23 Sep 2024 22:39:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=41631343</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=41631343</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41631343</guid></item><item><title><![CDATA[New comment by agosz in "Valve is testing ARM64 support for popular games"]]></title><description><![CDATA[
<p>ARM64EC requires source and it produces an ARM64EC executable, which runs close to ARM64 speeds. x86/x64 executables are emulated.</p>
]]></description><pubDate>Mon, 23 Sep 2024 07:33:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41623356</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=41623356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41623356</guid></item><item><title><![CDATA[New comment by agosz in "How America's universities became debt factories"]]></title><description><![CDATA[
<p>> I went to Georgia Tech over other universities because it was in-state and Georgia has generous scholarships for students with good grades. So why does competition among schools not lower costs?<p>All the schools have access to loans that are guaranteed to be repaid. We still have the mindset that degrees are required for employment (I'm not commenting on whether that's good or bad; that's just the current cultural mindset). Because of this, schools have no incentives to control costs. The students will go regardless because they have access to money that will pay for the tuition, no matter how much it costs. There's no penalty for the universities to raise costs because they will get students anyways.</p>
]]></description><pubDate>Sat, 14 Sep 2024 18:31:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41541813</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=41541813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41541813</guid></item><item><title><![CDATA[New comment by agosz in "Leaving Neovim for Zed"]]></title><description><![CDATA[
<p>Can I use the VS Code C++ extensions still?</p>
]]></description><pubDate>Sun, 18 Aug 2024 19:46:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41284860</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=41284860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41284860</guid></item><item><title><![CDATA[New comment by agosz in "GitHub was down"]]></title><description><![CDATA[
<p>It's showing a few incidents now. Some things are still green though that don't seem to be working.</p>
]]></description><pubDate>Wed, 14 Aug 2024 23:13:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=41251526</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=41251526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41251526</guid></item><item><title><![CDATA[New comment by agosz in "Jiff: A brand new Datetime library for Rust, from the author of ripgrep"]]></title><description><![CDATA[
<p>MPL or CDPL</p>
]]></description><pubDate>Mon, 22 Jul 2024 10:05:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=41032654</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=41032654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41032654</guid></item><item><title><![CDATA[New comment by agosz in "Ask HN: Do you already see the impact of LLMs on the job prospects for dev's?"]]></title><description><![CDATA[
<p>I have tried using LLMs on the legacy C++ codebase that I work on, and the only thing it could reliably do was generate code for unit tests.<p>When I fix bugs, it's usually not helpful because I need to debug and track down where the bug is.<p>When I develop new features, it occasionally uses the wrong lock, or makes up APIs that don't exist. I find it gets in the way more for development.<p>For C# and .NET core, I found IntelliCode to be pretty useful.</p>
]]></description><pubDate>Wed, 17 Jul 2024 12:17:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=40985032</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=40985032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40985032</guid></item><item><title><![CDATA[New comment by agosz in "Compilers are too smart"]]></title><description><![CDATA[
<p>Yes, D. D has great support for compile-time function execution, and generics. You can generate code at compile time and use it with generics. It's what C++ should have been.</p>
]]></description><pubDate>Sun, 09 Jun 2024 20:24:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40627305</link><dc:creator>agosz</dc:creator><comments>https://news.ycombinator.com/item?id=40627305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40627305</guid></item></channel></rss>