<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: aninteger</title><link>https://news.ycombinator.com/user?id=aninteger</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 05:29:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aninteger" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aninteger in "Gemma 4 on iPhone"]]></title><description><![CDATA[
<p>Having Scarlett Johansson's voice might not be so bad or even something less robotic.</p>
]]></description><pubDate>Sun, 05 Apr 2026 21:29:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47654059</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=47654059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47654059</guid></item><item><title><![CDATA[New comment by aninteger in "I hate: Programming Wayland applications"]]></title><description><![CDATA[
<p>XCB did not largely replace Xlib. In fact, some (all?) implementations of Xlib are built on top of XCB.</p>
]]></description><pubDate>Sun, 22 Mar 2026 17:45:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47480076</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=47480076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47480076</guid></item><item><title><![CDATA[New comment by aninteger in "DECwindows Motif"]]></title><description><![CDATA[
<p>Time to port this to Wayland using Claude code, right?</p>
]]></description><pubDate>Thu, 29 Jan 2026 06:42:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46806635</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=46806635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46806635</guid></item><item><title><![CDATA[New comment by aninteger in "Let's write a toy UI library"]]></title><description><![CDATA[
<p>You could submit your PR to Nakst's Luigi toolkit: <a href="https://github.com/nakst/luigi" rel="nofollow">https://github.com/nakst/luigi</a><p>You don't have to make a complete alternative. You can add calls to ATK (accessibility toolkit) on Linux/Unix platforms. I'm not sure what needs to be done on Win32 platforms though.</p>
]]></description><pubDate>Mon, 22 Dec 2025 21:25:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46359278</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=46359278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46359278</guid></item><item><title><![CDATA[New comment by aninteger in "The C++ standard for the F-35 Fighter Jet [video]"]]></title><description><![CDATA[
<p>It doesn't but it definitely "implements" a single inheritance tree (with up casting/down casting) which I believe Xt toolkits (like Motif) also did.</p>
]]></description><pubDate>Mon, 08 Dec 2025 03:56:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46188124</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=46188124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46188124</guid></item><item><title><![CDATA[New comment by aninteger in "The C++ standard for the F-35 Fighter Jet [video]"]]></title><description><![CDATA[
<p>The best example I can think of is the Win32 controls UI (user32/Create window/RegisterClass) in C. You likely can't read the source code for this but you can see how Wine did it or Wine alternatives (like NetBSD's PEACE runtime, now abandoned).<p>Actually the only toolkit that I know that sort of copied this style is Nakst's Luigi toolkit (also in C).<p>Neither really used inheritance and use composition with "message passing" sent to different controls.</p>
]]></description><pubDate>Mon, 08 Dec 2025 03:20:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46187923</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=46187923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46187923</guid></item><item><title><![CDATA[New comment by aninteger in "Vibe Coding in the 90s"]]></title><description><![CDATA[
<p>Vibe coding in the 90s was probably like learning C and pointers for the first time and then deciphering strange errors when you couldn't figure out how scanf worked, so you added asterisks and ampersands to the code until it compiled.</p>
]]></description><pubDate>Sat, 25 Oct 2025 00:11:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45700353</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=45700353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45700353</guid></item><item><title><![CDATA[New comment by aninteger in "Contracts for C"]]></title><description><![CDATA[
<p>There seems to be at least 2 lcc forks (lcc-win32/win64, and pelles-c) that have their own small communities. Although maybe they are dead.</p>
]]></description><pubDate>Tue, 09 Sep 2025 12:54:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45181291</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=45181291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45181291</guid></item><item><title><![CDATA[New comment by aninteger in "WebAssembly: Yes, but for What?"]]></title><description><![CDATA[
<p>I guess <a href="https://github.com/jart/cosmopolitan">https://github.com/jart/cosmopolitan</a> might just be the WebAssembly for the command line then.</p>
]]></description><pubDate>Tue, 08 Jul 2025 21:58:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44504437</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=44504437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44504437</guid></item><item><title><![CDATA[New comment by aninteger in "Gecode is an open source C++ toolkit for developing constraint-based systems"]]></title><description><![CDATA[
<p>For some reason I pictured this software as a system for developing memory or CPU constrained software. Like granting only 1 mb of memory and maybe having functions executed in a certain number of "clock ticks"</p>
]]></description><pubDate>Sat, 05 Jul 2025 15:01:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=44473227</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=44473227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44473227</guid></item><item><title><![CDATA[New comment by aninteger in "Hacktical C: practical hacker's guide to the C programming language"]]></title><description><![CDATA[
<p>> Less controversially, when you write C, you write for a virtual machine described by the C spec, not your actual hardware.<p>Isn't this true for most higher level languages as well? C++ for instance builds on top of C and many languages call into and out of C based libraries. Go might be slightly different as it is interacting with slightly less C code (especially if you avoid CGO).</p>
]]></description><pubDate>Mon, 14 Apr 2025 15:47:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=43682625</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=43682625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43682625</guid></item><item><title><![CDATA[New comment by aninteger in "Why Is This Site Built with C"]]></title><description><![CDATA[
<p>The article also mentioned the size of the dependency (over 400 mb)</p>
]]></description><pubDate>Mon, 31 Mar 2025 00:58:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=43529500</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=43529500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43529500</guid></item><item><title><![CDATA[New comment by aninteger in "Best Buy and Target CEOs say prices are about to go up because of tariffs"]]></title><description><![CDATA[
<p>I guess it's time to print out those "I did this!" stickers of Trump and put them next to the price tags.</p>
]]></description><pubDate>Wed, 05 Mar 2025 02:40:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=43261977</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=43261977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43261977</guid></item><item><title><![CDATA[New comment by aninteger in "Decompilation of Minecraft: Legacy Console Edition"]]></title><description><![CDATA[
<p>> If you are on Ubuntu 18.04...<p>Probably best to use a slightly newer Ubuntu.</p>
]]></description><pubDate>Thu, 27 Feb 2025 02:25:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43190667</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=43190667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43190667</guid></item><item><title><![CDATA[New comment by aninteger in "Linux as co-operative Windows process (2017)"]]></title><description><![CDATA[
<p>I wonder if something like this might make a comeback for workers that are blocked from using wsl/hyperv on their corporate laptops. For me I've been using msys2 as an "alternative" since I'm unable to use wsl. It's not the same but it's all I got.</p>
]]></description><pubDate>Sun, 09 Feb 2025 16:12:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=42991528</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=42991528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42991528</guid></item><item><title><![CDATA[New comment by aninteger in "The Microsoft 365 Copilot launch was a disaster"]]></title><description><![CDATA[
<p>Pretty impressive, only $20 grand?</p>
]]></description><pubDate>Mon, 27 Jan 2025 03:18:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42837038</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=42837038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42837038</guid></item><item><title><![CDATA[New comment by aninteger in "Liberux: Linux phone"]]></title><description><![CDATA[
<p>The point is that since the price isn't listed, it's likely high or very high.</p>
]]></description><pubDate>Thu, 23 Jan 2025 13:37:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42803849</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=42803849</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42803849</guid></item><item><title><![CDATA[New comment by aninteger in "Curl-Impersonate"]]></title><description><![CDATA[
<p>I think we should list the sites where this fingerprinting is done. I have a suspicion that Microsoft does it for conditional access policies but I am not sure of other services.</p>
]]></description><pubDate>Mon, 30 Dec 2024 14:32:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42549569</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=42549569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42549569</guid></item><item><title><![CDATA[New comment by aninteger in "Trinity Desktop Environment (TDE)"]]></title><description><![CDATA[
<p>> It's like the FAQ is trying to hint that TDE is the "real" KDE, a continuation of the same project initiated by Matthias Ettrich (who, afaict, has no connection to TDE), and that the KDE Foundation's project is an impostor.<p>Certainly that's one interpretation. The other interpretation is exactly what is said and no more. Where did this "imposter" accusation come from?</p>
]]></description><pubDate>Fri, 13 Dec 2024 03:34:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42405722</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=42405722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42405722</guid></item><item><title><![CDATA[New comment by aninteger in "Goodbye, Rust. I wish you success but I'm back to C++ (sorry, it is a rant)"]]></title><description><![CDATA[
<p>At first I thought you were serious, but I can appreciate a good attitude with sarcasm.</p>
]]></description><pubDate>Thu, 28 Nov 2024 23:42:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42269481</link><dc:creator>aninteger</dc:creator><comments>https://news.ycombinator.com/item?id=42269481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42269481</guid></item></channel></rss>