<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: gnuvince</title><link>https://news.ycombinator.com/user?id=gnuvince</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 06:39:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gnuvince" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gnuvince in "Sam Altman's response to Molotov cocktail incident"]]></title><description><![CDATA[
<p>> Separately; Sam's belief that "AI has to be democratized; power cannot be too concentrated." rings incredibly hollow. OpenAI has abandoned its open source roots. It is concentrating wealth - and thus power - into fewer hands. Not more.<p>We should call it what it really is: oligapolization of intellectual work. The capital barrier to enter this market is too high and there can be no credible open source option to prevent a handful of companies from controlling a monster share of intellectual work in the short and medium term. Yet our profession just keeps rushing head first into this one-way door.</p>
]]></description><pubDate>Fri, 10 Apr 2026 23:34:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47725242</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=47725242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47725242</guid></item><item><title><![CDATA[New comment by gnuvince in "my-new-rust-binary-search"]]></title><description><![CDATA[
<p>> Just look at the code. How could it be simpler?<p>Cannot tell if this is a joke.</p>
]]></description><pubDate>Sat, 07 Sep 2024 20:21:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=41476239</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=41476239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41476239</guid></item><item><title><![CDATA[New comment by gnuvince in "Greppability is an underrated code metric"]]></title><description><![CDATA[
<p>I like the more robotic "Objects: 1" or "Objects: 2", since it avoids the pluralization problems entirely (e.g., in French 0 is singular, but in English it's plural; some words have special when pluralized, such as child -> children or attorney general -> attorneys general). And related to this article, it's more greppable/awkable, e.g. `awk /^Objects:/ && $2 > 10`.</p>
]]></description><pubDate>Tue, 03 Sep 2024 10:42:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=41433437</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=41433437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41433437</guid></item><item><title><![CDATA[New comment by gnuvince in "Window Maker: X11 window manager with the look and feel of the NeXTSTEP UI"]]></title><description><![CDATA[
<p>I went to Blackbox because its UI elements were smaller (title bars are more narrow, no 64x64 dock icons) which gave me more real estate on my 1024x768 monitor. I then migrated to Openbox because that had more active development at the time.<p>This year, I've switched to herbstluftwm, a tiling window manager that's really nice and works in a way that agrees with me.</p>
]]></description><pubDate>Thu, 29 Aug 2024 12:07:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=41389954</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=41389954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41389954</guid></item><item><title><![CDATA[New comment by gnuvince in "Window Maker: X11 window manager with the look and feel of the NeXTSTEP UI"]]></title><description><![CDATA[
<p>Back in 1998-1999, I was interested in installing and using Linux in large part because I thought that the screenshots of Window Maker that I saw online were so damn pretty. When I finally got to use it, I liked how "solid" it felt; the menus were big and large, they stuck to the screen even if you moved your mouse off of them, etc. I don't use Window Maker anymore, but it'll forever hold a special place in my heart.</p>
]]></description><pubDate>Wed, 28 Aug 2024 22:07:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=41384956</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=41384956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41384956</guid></item><item><title><![CDATA[New comment by gnuvince in "I sped up serde_json strings by 20%"]]></title><description><![CDATA[
<p>I get a progress bar when I run `cargo clean` because it's so large.</p>
]]></description><pubDate>Sat, 24 Aug 2024 12:30:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41337744</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=41337744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41337744</guid></item><item><title><![CDATA[New comment by gnuvince in "Mimalloc Cigarette: Losing one week of my life catching a memory leak (Rust)"]]></title><description><![CDATA[
<p>I need to find a pithy way to express "we use a garbage collector to avoid doing manual memory management because that'd require too much effort; but since the GC causes performance problems in production, we have spent more effort and energy working around those issues and creating bespoke tooling to mitigate them than the manual memory management we were trying to avoid in the first place would've required."</p>
]]></description><pubDate>Wed, 21 Aug 2024 19:11:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=41313234</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=41313234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41313234</guid></item><item><title><![CDATA[New comment by gnuvince in "Why not parse `ls` and what to do instead"]]></title><description><![CDATA[
<p>Is there a reason to prefer `while read; ...;done` over find's -exec or piping into xargs?</p>
]]></description><pubDate>Tue, 25 Jun 2024 13:03:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=40788091</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=40788091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40788091</guid></item><item><title><![CDATA[New comment by gnuvince in "GNU Nano 8 comes with modern key bindings"]]></title><description><![CDATA[
<p>Probably because some terminals interpret Ctrl+S as a "pause the terminal" command and if you don't know about it, it looks like your editor has frozen.</p>
]]></description><pubDate>Sat, 01 Jun 2024 12:26:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40545174</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=40545174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40545174</guid></item><item><title><![CDATA[New comment by gnuvince in "Modernizing the AntennaPod Code Structure"]]></title><description><![CDATA[
<p>I absolutely <i>loved</i> AntennaPod back when I had an Android phone -- I actually never really "attended" to it though: I installed it, it worked, never gave me any issue. Now that I own an iPhone, I really miss having a quality app like AntennaPod.</p>
]]></description><pubDate>Mon, 20 May 2024 21:19:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=40420537</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=40420537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40420537</guid></item><item><title><![CDATA[New comment by gnuvince in "Someone has been attempting to DDoS us for weeks and we do nothing"]]></title><description><![CDATA[
<p>> I'm mostly not following what is under a DDoS attack. Is it their web page mostly consisting of marketing material with static pages?<p>Yes.</p>
]]></description><pubDate>Sat, 30 Mar 2024 11:10:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=39873727</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=39873727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39873727</guid></item><item><title><![CDATA[New comment by gnuvince in "Why Rust is worse than C for programming low-level hw"]]></title><description><![CDATA[
<p>Your mention of a "universal API" reminded me of the paper "Some Were Meant for C" [1] in which the author argues that one of the most important feature of C is its "communicative design", i.e., its ability to manipulate any memory -- whether this memory originates from the program or is foreign -- with the usual C operators (+, *, [], <<, >>, etc.)<p>[1] <a href="https://www.humprog.org/~stephen//research/papers/kell17some-preprint.pdf" rel="nofollow">https://www.humprog.org/~stephen//research/papers/kell17some...</a></p>
]]></description><pubDate>Tue, 05 Mar 2024 18:57:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=39607750</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=39607750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39607750</guid></item><item><title><![CDATA[New comment by gnuvince in "V Language Review (2023)"]]></title><description><![CDATA[
<p>Isn't that our entire industry though?</p>
]]></description><pubDate>Sat, 24 Feb 2024 18:52:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=39494107</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=39494107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39494107</guid></item><item><title><![CDATA[New comment by gnuvince in "EmacsConf Live Now"]]></title><description><![CDATA[
<p>- I use Emacs every day as my primary (and only) programming text editor.<p>- Having nearly 20 years of experience using Emacs, it's just a totally natural fit for me.<p>- I program primarily in Rust. I use the built-in LSP client, eglot, to communicate with rust-analyzer and have IDE features such as jump-to-def, find-refs, find-impls, auto-import, auto-format, semantic rename, etc. It works just as well as VSCode/Codium (which I tried for about a week to make sure I wasn't missing out; I wasn't.) I also do the odd shell script, Python script, YAML config, Dockerfile, etc. for which Emacs is also well-suited.<p>- As far as I know, I'm the only person in the company using Emacs. There's a few vim/neovim users, but the vast majority of people are using VSCode. Having paired with many, I don't think that I'm slower for using Emacs; in fact, I think that I am in many cases faster because I am so familiar with the text operations that I don't even think about them, I just do them.<p>- Overall, I don't see any reason for me to switch away from Emacs at the moment, especially since LSP really blurred the distinction between "text editor" and "IDE".<p>- I typically don't recommend that programmers try Emacs if they're not already familiar with it. Partly because I don't want them to ask me questions, but mostly because their natural tendency is to try and reproduce their VSCode/JetBrains/Visual Studio workflow. This usually causes frustration, because the way to use Emacs effectively is different from the way to use a product like VSCode that aims to have a good out-of-the-box experience.</p>
]]></description><pubDate>Sat, 02 Dec 2023 17:05:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=38500005</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=38500005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38500005</guid></item><item><title><![CDATA[New comment by gnuvince in "Code is run more than read"]]></title><description><![CDATA[
<p>Sorry, yes I did.</p>
]]></description><pubDate>Fri, 01 Dec 2023 20:25:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=38491846</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=38491846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38491846</guid></item><item><title><![CDATA[New comment by gnuvince in "Code is run more than read"]]></title><description><![CDATA[
<p>I've been calling the thinking of the parent "trickle-down devonomics": that by making the code better for the user, the benefits will trickle down to the users. Obviously, as the name suggests, that never happens. Devs get the quality of life and users end up paying for our disregard.</p>
]]></description><pubDate>Fri, 01 Dec 2023 11:27:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=38485579</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=38485579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38485579</guid></item><item><title><![CDATA[New comment by gnuvince in "Push ifs up and fors down"]]></title><description><![CDATA[
<p>> The side effect: some people remarked that the code looked like C<p>Did you understand this comment to be positive or negative?</p>
]]></description><pubDate>Thu, 16 Nov 2023 12:09:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=38288559</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=38288559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38288559</guid></item><item><title><![CDATA[New comment by gnuvince in "Push ifs up and fors down"]]></title><description><![CDATA[
<p>Somewhere, somewhen, we, as software developers, started thinking that other programmers would rather extend code rather than modify it. This has led us to write code that tries to predict the use cases of future programmers and to pre-emptively include mechanisms for them to use or extend our code. And because it has seeped so deeply into our culture, if we don't do this -- engage in this theater -- we get called out for not being good software engineers.<p>Of course, the extra hooks we put in to allow re-use and extensibility usually results in code that is slower and more complex than the simple thing. Worse, very often, when a customer needs a new feature, the current extension hooks did not predict this use case and are useless, and so the code has to be modified anyway, but now it's made 10x more difficult because of the extra complexity and because we feel that we have to respect the original design and not rip out all the complexity.<p>I like Knuth's quote [1] on this subject:<p>> I also must confess to a strong bias against the fashion for reusable code. To me, “re-editable code” is much, much better than an untouchable black box or toolkit. I could go on and on about this. If you’re totally convinced that reusable code is wonderful, I probably won’t be able to sway you anyway, but you’ll never convince me that reusable code isn’t mostly a menace.<p>[1] <a href="https://blog.jj5.net/blog/2021/05/21/knuth-on-reusable-code/" rel="nofollow noreferrer">https://blog.jj5.net/blog/2021/05/21/knuth-on-reusable-code/</a></p>
]]></description><pubDate>Thu, 16 Nov 2023 11:59:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=38288491</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=38288491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38288491</guid></item><item><title><![CDATA[New comment by gnuvince in "Building a high performance JSON parser"]]></title><description><![CDATA[
<p>I like this video because there's a lot of a good actionable advice before he gets into SIMD code.</p>
]]></description><pubDate>Mon, 06 Nov 2023 00:02:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=38157132</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=38157132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38157132</guid></item><item><title><![CDATA[New comment by gnuvince in "Jai Programming Language – Resources and Information"]]></title><description><![CDATA[
<p>*Sokoban</p>
]]></description><pubDate>Sat, 02 Sep 2023 11:28:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=37360497</link><dc:creator>gnuvince</dc:creator><comments>https://news.ycombinator.com/item?id=37360497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37360497</guid></item></channel></rss>