<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: obdev</title><link>https://news.ycombinator.com/user?id=obdev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 16:05:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=obdev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by obdev in "2025 was a disaster for Windows 11"]]></title><description><![CDATA[
<p>Well, we're in the anvil business. Unless someone pulls the cart himself using C++ and MFC, similar amounts of oat will be consumed to get to our destination. Based on my empirical observations, WinUI 3 with C# eats memory like a horse. I'm willing to stand corrected with more data.<p>Platform integrity and accessibility are the real concerns with Electron. What is the solution, though? Does anyone still have time and patience for the byproducts of WinDev vs DevDiv power plays, even at Microsoft?</p>
]]></description><pubDate>Sat, 03 Jan 2026 01:34:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46471829</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=46471829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46471829</guid></item><item><title><![CDATA[New comment by obdev in "2025 was a disaster for Windows 11"]]></title><description><![CDATA[
<p>How many browser tabs you have open right now?<p>I find JavaScript and its ecosystem atrocious in many ways, but several browser tabs and Electron/WebView apps running just fine on an early 2010s PC I employ.<p>I don't see an XAML based C# .NET desktop app performing marginally better than an equivalent well-written Electron app either. In both cases, GPU takes care of the graphics rendering, JIT and GC do what they do, and you might be able to offload the pain points over to C++ through WebAssembly and P/Invoke or COM objects.</p>
]]></description><pubDate>Thu, 01 Jan 2026 10:18:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46452881</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=46452881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46452881</guid></item><item><title><![CDATA[New comment by obdev in "Blender 4.5 LTS"]]></title><description><![CDATA[
<p>Blender 4.5 LTS Release Notes:<p><a href="https://developer.blender.org/docs/release_notes/4.5/" rel="nofollow">https://developer.blender.org/docs/release_notes/4.5/</a></p>
]]></description><pubDate>Tue, 15 Jul 2025 15:08:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44571945</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=44571945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44571945</guid></item><item><title><![CDATA[Blender 4.5 LTS]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.blender.org/download/releases/4-5/">https://www.blender.org/download/releases/4-5/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44571917">https://news.ycombinator.com/item?id=44571917</a></p>
<p>Points: 328</p>
<p># Comments: 100</p>
]]></description><pubDate>Tue, 15 Jul 2025 15:06:44 +0000</pubDate><link>https://www.blender.org/download/releases/4-5/</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=44571917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44571917</guid></item><item><title><![CDATA[New comment by obdev in "Gio UI – Cross-platform GUI for Go"]]></title><description><![CDATA[
<p>Not OP, but thank you for the detailed feedback. I've been considering various options, including Swing, for a small desktop tool.<p>May I ask how are the apps made with Electron, Tauri, Wails or other WebView-based GUI toolkits performing on macOS in these regards?</p>
]]></description><pubDate>Sun, 19 May 2024 20:06:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=40409416</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40409416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40409416</guid></item><item><title><![CDATA[New comment by obdev in "Gio UI – Cross-platform GUI for Go"]]></title><description><![CDATA[
<p>JavaFX is alive.<p>Check out what do people work on using JavaFX: <a href="https://www.jfx-central.com/links" rel="nofollow">https://www.jfx-central.com/links</a></p>
]]></description><pubDate>Sat, 18 May 2024 16:20:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=40400132</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40400132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40400132</guid></item><item><title><![CDATA[New comment by obdev in "ENIAC Simulator"]]></title><description><![CDATA[
<p>Package size advantage of Wails, Tauri and likes; is it worth giving up Chromium's integrity across platforms, thus dealing with Safari/WKWebView and WebKitGTK anomalies?</p>
]]></description><pubDate>Sat, 11 May 2024 20:26:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=40330438</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40330438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40330438</guid></item><item><title><![CDATA[New comment by obdev in "How big is the Flutter team?"]]></title><description><![CDATA[
<p>Indeed, Johan Vos of Gluon is the leader of the Project Mobile.<p>Swing remains a decent GUI toolkit, but it still requires native dependencies for stuff like OS file dialogs and other platform APIs, audio/video codecs, hardware-accelerated graphics.</p>
]]></description><pubDate>Sun, 05 May 2024 09:40:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=40263456</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40263456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40263456</guid></item><item><title><![CDATA[New comment by obdev in "How big is the Flutter team?"]]></title><description><![CDATA[
<p>Oracle still maintains JavaFX along with Gluon and others. New features and bug fixes are delivered on each release.<p>Java and JavaFX are being ported to iOS and Android as <i>Project Mobile</i> under the official OpenJDK umbrella.<p>JavaFX fresh builds are also seen on <i>jdk.java.net</i> now.</p>
]]></description><pubDate>Sun, 05 May 2024 06:47:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=40262776</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40262776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40262776</guid></item><item><title><![CDATA[New comment by obdev in "How big is the Flutter team?"]]></title><description><![CDATA[
<p>Tauri has a big community. Flutter has a big community. Do you believe Tauri can survive without a direct corporate backing, while Flutter can't?<p>It's not a rhetoric question. I'm in need of a native application toolkit, and I gravitate towards Tauri for technical reasons. However, I'm not sure if the Tauri project has enough cash flow to sustain a durable alternative to Flutter, Qt, Avalonia, JavaFX, Compose Multiplatform, and likes.</p>
]]></description><pubDate>Sun, 05 May 2024 00:13:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=40261374</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40261374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40261374</guid></item><item><title><![CDATA[New comment by obdev in "Uno: Create Beautiful Cross Platform .NET Apps Faster"]]></title><description><![CDATA[
<p>Thank you. Your software has indeed a decent feature set. I will definitely try it out as soon as possible. I wish you the best of luck with the business!</p>
]]></description><pubDate>Sat, 04 May 2024 05:23:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40255103</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40255103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40255103</guid></item><item><title><![CDATA[New comment by obdev in "Uno: Create Beautiful Cross Platform .NET Apps Faster"]]></title><description><![CDATA[
<p>How does Hydraulic Conveyor improve the distribution of cross-platform JavaFX applications, especially compared to the standard jlink/jpackage workflow?</p>
]]></description><pubDate>Fri, 03 May 2024 00:12:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40242707</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40242707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40242707</guid></item><item><title><![CDATA[New comment by obdev in "Ask HN: Best stack for building a desktop app?"]]></title><description><![CDATA[
<p>Java is indeed a great technology.<p>JavaFX, however, seems to have many unfixed bugs, even though it's actively maintained.<p>How do you overcome the obstacles when developing and deploying your JavaFX application[s], so it's working well for you?</p>
]]></description><pubDate>Thu, 02 May 2024 23:54:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=40242625</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40242625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40242625</guid></item><item><title><![CDATA[New comment by obdev in "Ask HN: Best stack for building a desktop app?"]]></title><description><![CDATA[
<p>Flutter is cool, but does Dart have a decent library ecosystem for the needs beyond a <i>rich client</i> application?</p>
]]></description><pubDate>Thu, 02 May 2024 22:43:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=40242196</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40242196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40242196</guid></item><item><title><![CDATA[New comment by obdev in "Ask HN: Best stack for building a desktop app?"]]></title><description><![CDATA[
<p>How is the Wails project being managed?<p>Does it have a backing company or enough sponsors to ensure its future?</p>
]]></description><pubDate>Thu, 02 May 2024 22:30:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=40242093</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40242093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40242093</guid></item><item><title><![CDATA[New comment by obdev in "Ask HN: Best stack for building a desktop app?"]]></title><description><![CDATA[
<p>How is the <i>developer experience</i> when building desktop apps using Tauri?<p>Is there a lot of friction between the Rust core and the TypeScript frontend?</p>
]]></description><pubDate>Thu, 02 May 2024 22:22:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=40242033</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40242033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40242033</guid></item><item><title><![CDATA[New comment by obdev in "Leaving Rust gamedev after 3 years"]]></title><description><![CDATA[
<p>So your magic ball tells you why did people hit the "flag" button on my post. Thank you for sharing that.<p>For a moment I thought every hint of criticism towards Rust is suppressed or censored by the Rust zealots.</p>
]]></description><pubDate>Sun, 28 Apr 2024 09:26:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=40187240</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40187240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40187240</guid></item><item><title><![CDATA[New comment by obdev in "Leaving Rust gamedev after 3 years"]]></title><description><![CDATA[
<p>I value good tooling as much as the next software engineer. We have good IDEs, build systems, package managers in Java and .NET lands; but we also have a decent environment of established, well-maintained libraries and frameworks.<p>Rust is deemed to have good tooling, but the third-party library ecosystem is following the NPM/RubyGems <i>culture</i> with all the fragmented dependencies, plus the added complexity of compile times due to lack of ABI compatibility.<p>Meanwhile, monolithic projects like Tokio also keep strengthening their reign among the small peasant crates.<p>I'm learning Rust, after decades of various languages with garbage collector, and I believe in the language itself and its tooling. But everything else about Rust irks me.</p>
]]></description><pubDate>Sat, 27 Apr 2024 08:41:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=40178393</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40178393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40178393</guid></item><item><title><![CDATA[New comment by obdev in "Leaving Rust gamedev after 3 years"]]></title><description><![CDATA[
<p>I mean, if we are allowed to lie in order to promote Rust, why don't we just smear all the C/C++ code bases in the world as security hazard needed to be sorted out ASAP?<p>Unless we already do...</p>
]]></description><pubDate>Sat, 27 Apr 2024 07:16:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=40177969</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40177969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40177969</guid></item><item><title><![CDATA[New comment by obdev in "Leaving Rust gamedev after 3 years"]]></title><description><![CDATA[
<p>Your post is "flagged" to oblivion, just like my earlier post questioning the "inclusive" culture of the Rust community.<p>What is it called when a person or group's actions don't match their words?</p>
]]></description><pubDate>Fri, 26 Apr 2024 19:43:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=40173308</link><dc:creator>obdev</dc:creator><comments>https://news.ycombinator.com/item?id=40173308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40173308</guid></item></channel></rss>