<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: balencpp</title><link>https://news.ycombinator.com/user?id=balencpp</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 09 Sep 2026 08:21:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=balencpp" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by balencpp in "Bonsai: Janestreet's UI Library"]]></title><description><![CDATA[
<p>Doesn't apply as much to Clojurescript due to it being dynamically typed and its flexibility. Sure, you often write a wrapper, but it's more of an abstraction and a good practice, not a necessity in cljs.</p>
]]></description><pubDate>Tue, 04 Aug 2026 01:11:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49163311</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=49163311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49163311</guid></item><item><title><![CDATA[New comment by balencpp in "Unexpected productivity boost of Rust"]]></title><description><![CDATA[
<p>R.E. scaffolding in C#, with upcoming .NET 10, it's really simple:
- Write code to myfile.cs
- `dotnet run myfile.cs`<p>That doesn't need scaffolding either. And the standard library is huge too; you could even add dependencies in that file.<p>And since we're talking about RAD, Python can't even compare to Clojure. Having a separate REPL "server" that you interact with from your text editor with access to the JVM's ecosystem and standard library inside of a "living" environment and structural navigation from being a LISP is pure RAD. Heck, I often start a REPL "server" inside chrome's devtools with scittle[1] if I need to rapidly and programmatically interact with a website and/or to script something; I haven't been able to do that anywhere else. Even pure JS.<p>[1]: <a href="https://github.com/babashka/scittle" rel="nofollow">https://github.com/babashka/scittle</a></p>
]]></description><pubDate>Fri, 29 Aug 2025 22:41:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45070222</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=45070222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45070222</guid></item><item><title><![CDATA[New comment by balencpp in "The Fall of Roam (2022)"]]></title><description><![CDATA[
<p>What are you implying by that?</p>
]]></description><pubDate>Mon, 19 May 2025 12:03:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44028901</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=44028901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44028901</guid></item><item><title><![CDATA[New comment by balencpp in "We fell out of love with Next.js and back in love with Ruby on Rails"]]></title><description><![CDATA[
<p>So you make incrementing a counter a full page reload?</p>
]]></description><pubDate>Sun, 04 May 2025 07:52:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43885248</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=43885248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43885248</guid></item><item><title><![CDATA[New comment by balencpp in ".NET 9 Is Out"]]></title><description><![CDATA[
<p>They’re not mutually exclusive. Most of the large performance improvements are from .NET, the runtime and compilers. They’re not related to C#.</p>
]]></description><pubDate>Thu, 14 Nov 2024 13:16:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=42135886</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=42135886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42135886</guid></item><item><title><![CDATA[New comment by balencpp in ".NET 9"]]></title><description><![CDATA[
<p>.NET has come to be a very solid, performant, cross-platform, productive runtime. I always come back to it for most projects. Thanks to everyone involved!</p>
]]></description><pubDate>Wed, 13 Nov 2024 07:58:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=42123819</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=42123819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42123819</guid></item><item><title><![CDATA[New comment by balencpp in "Ask HN: Do you still use Java?"]]></title><description><![CDATA[
<p>There is no lock-in to Microsoft in C#. It hasn't been like that for years, and it's only getting better. IDE wise, there is Rider, which is free now, and one of the best IDE experiences you will have in any language (I personally prefer using VSCode which also has great support nowadays despite its rough history).</p>
]]></description><pubDate>Tue, 12 Nov 2024 19:03:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42118517</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=42118517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42118517</guid></item><item><title><![CDATA[New comment by balencpp in "Rust for tokenising and parsing"]]></title><description><![CDATA[
<p>Did you discover Scala 3 and give it a thought? I think of it as Rust with an _overall_ stronger type-system, but where you don't have to worry about memory management. It has an amazing standard library, particularly around collections. You get access to the amazing JVM ecosystem. And more. Martin Odersky in fact sees Scala's future lying in being a simpler Rust.<p>Also, regarding F#. It runs on .NET, and indeed, since the ecosystem and community are very small, you need to rely on .NET (basically C#) libraries. But it's really not "tied" to Microsoft and is open source.</p>
]]></description><pubDate>Fri, 08 Nov 2024 19:19:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42089670</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=42089670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42089670</guid></item><item><title><![CDATA[New comment by balencpp in "Rust for tokenising and parsing"]]></title><description><![CDATA[
<p>I am genuinely curious too. .NET is a very mature, very performant runtime, and I think of F#, a beautiful, productive language, running on it a big pro. Perhaps things used to be different about/regarding Microsoft?</p>
]]></description><pubDate>Fri, 08 Nov 2024 19:07:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42089583</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=42089583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42089583</guid></item><item><title><![CDATA[New comment by balencpp in "I just tested ChatGPT Search vs. Google – here's the results"]]></title><description><![CDATA[
<p>Their flagship models are available for free for everyone: aistudio.google.com. You have the option to enable "search grounding" to get the same thing as ChatGPT Search.</p>
]]></description><pubDate>Sat, 02 Nov 2024 11:50:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42025800</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=42025800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42025800</guid></item><item><title><![CDATA[New comment by balencpp in "Ask HN: What do you use Clojure for?"]]></title><description><![CDATA[
<p>Offtopic: As an Iraqi Kurd, it's quite amazing (and surprising!) to find another Clojurian in Iraq. Also, the website looks and runs great!</p>
]]></description><pubDate>Tue, 15 Oct 2024 22:10:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41853628</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=41853628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41853628</guid></item><item><title><![CDATA[New comment by balencpp in "Ask HN: Why are people paying so much for Vercel?"]]></title><description><![CDATA[
<p>When was the last time you tried C#? These days, it's as simple as getting dotnet and executing "dotnet new <template> -o MyNewProject" to make a new project. Then "dotnet run" or "dotnet watch". Also, the VSCode extension (with C# Dev Kit) is pretty good nowadays compared to other languages (I personally find it as good as rust-analyzer), but certainly not as good as Rider for enterprises; I mainly use VSCode in fact.</p>
]]></description><pubDate>Mon, 22 Jul 2024 17:36:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41037094</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=41037094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41037094</guid></item><item><title><![CDATA[New comment by balencpp in "Microsoft will switch off Recall by default after security backlash"]]></title><description><![CDATA[
<p>There are many screen recorders that do not show a "giant banner", and even if there weren't, it's ~200 LoC to implement an efficient screen recorder for Windows that's hidden.</p>
]]></description><pubDate>Sat, 08 Jun 2024 15:12:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=40618039</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=40618039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40618039</guid></item><item><title><![CDATA[New comment by balencpp in "Gio UI – Cross-platform GUI for Go"]]></title><description><![CDATA[
<p>If you mean windows, it has been so many years since .NET has been able to run on many different platforms; and by now, most of the ecosystem supports majority of platforms too..<p>You get an amazing runtime with near native performance, access to value types, no type erasure, access to low-level operations when utmost performance is needed, very good cross platform and architecture SIMD support, three different great IDEs with two of them being cross-platform, AoT compilation that keeps getting better, WASM target with a good framework (Blazor), and so on.<p>Modern .NET is truly amazing and highly undervalued IMO.</p>
]]></description><pubDate>Sun, 19 May 2024 18:36:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40408850</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=40408850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40408850</guid></item><item><title><![CDATA[New comment by balencpp in "Gio UI – Cross-platform GUI for Go"]]></title><description><![CDATA[
<p>Why would you avoid .NET?</p>
]]></description><pubDate>Sun, 19 May 2024 07:47:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=40405096</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=40405096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40405096</guid></item><item><title><![CDATA[New comment by balencpp in "Dart/Flutter now has macros/metaprogramming"]]></title><description><![CDATA[
<p>Some form of static typing != proper static typing. The 'static typing' from Python (and other previously dynamic languages) do not come close to Dart's; neither does Typescript's.<p>All forms of null-safety aren't the same. The ergonomics differ.<p>Huge ecosystem != good tooling. But indeed, Rust has good tooling. Doesn't mean you can compare Rust to Dart though.<p>Rust's compile-time is improv<i>ing</i>, but why are we bringing in future items for comparison?</p>
]]></description><pubDate>Thu, 01 Feb 2024 14:10:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=39216066</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=39216066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39216066</guid></item><item><title><![CDATA[New comment by balencpp in "Julia as a unifying end-to-end workflow language on the Frontier exascale system"]]></title><description><![CDATA[
<p>Besides the 'correctness' issues, all of the issues that blogpost mentioned were fixed back then ASAP. Most of it arise from the usage of @inbounds, which to be fair, the documentation clearly tells you its usage is unsafe. Is it bad there were unrealized bugs in the official example? Yes. Did it get fixed immediately once reported? Yes. Mistakes happen everywhere else. I don't like the stance the blogpost took at all, and I find it quite misleading as it falsely implies Julia is bug-ridden. Personally, the number of bugs I've faced in Python is far more than the ones I've run into in Julia.</p>
]]></description><pubDate>Sun, 19 Nov 2023 10:47:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=38331378</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=38331378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38331378</guid></item><item><title><![CDATA[New comment by balencpp in "Julia as a unifying end-to-end workflow language on the Frontier exascale system"]]></title><description><![CDATA[
<p>I think the implication is that @inbounds turns out of bound memory accesses into undefined, silent behavior, which can stay hidden and cause weird bugs later on. Out of bounds without using @inbounds leads to an exception indeed.</p>
]]></description><pubDate>Sun, 19 Nov 2023 10:39:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=38331328</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=38331328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38331328</guid></item><item><title><![CDATA[New comment by balencpp in "Ask HN: Is there a technology you loved but had to abandon?"]]></title><description><![CDATA[
<p>I think Elixir is doing quite well now. It's by no means mainstream, but it's also not in the same category as Clojure; it's on a slow,steady positive trajectory.</p>
]]></description><pubDate>Thu, 28 Sep 2023 22:43:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=37696908</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=37696908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37696908</guid></item><item><title><![CDATA[New comment by balencpp in "Maybe Rust isn’t a good tool for massively concurrent, userspace software"]]></title><description><![CDATA[
<p>Yup. I think it's because Elixir has powerful LISP-like meta-programming facilities that it allows the seamless communication Rustler and Zigler provide. I haven't seen anything as good as Rustler for Python despite its popularity.</p>
]]></description><pubDate>Fri, 22 Sep 2023 08:17:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=37609348</link><dc:creator>balencpp</dc:creator><comments>https://news.ycombinator.com/item?id=37609348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37609348</guid></item></channel></rss>