<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: zetaposter</title><link>https://news.ycombinator.com/user?id=zetaposter</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Jul 2026 00:44:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=zetaposter" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by zetaposter in "Mistakes with Rust smart pointers: when Deref goes wrong"]]></title><description><![CDATA[
<p>Thanks!<p>Apparently you can now ZOLA_VERSION to _any_ version you desire in v1 and the build system will install it on demand. I didn't realize that part had changed.<p>On the other hand, v2 doesn't even have Zola; my builds failed with a "failed to find zola command".<p>I guess we're now set for life, and will never have to wait for Cloudflare to update the image in order to bump the version. Less headaches for everyone.<p>Source: <a href="https://developers.cloudflare.com/pages/platform/language-support-and-tools/" rel="nofollow noreferrer">https://developers.cloudflare.com/pages/platform/language-su...</a></p>
]]></description><pubDate>Mon, 10 Jul 2023 16:20:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=36668571</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=36668571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36668571</guid></item><item><title><![CDATA[New comment by zetaposter in "How to think about async/await in Rust"]]></title><description><![CDATA[
<p>I should add that the concurrent algorithm I described for processing data from a socket, i.e asynchronously read data fragment (i + 1) then do work on data fragment i, would only be optimal if the throughout of the work you do on the data is higher than reading throughout.<p>Even if the above condition doesn't hold, you would have to be very careful to do better with threads.<p>Is it just an arbitrary design decision that NodeJS is single-threaded?</p>
]]></description><pubDate>Wed, 05 Jul 2023 16:24:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=36602694</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=36602694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36602694</guid></item><item><title><![CDATA[New comment by zetaposter in "How to think about async/await in Rust"]]></title><description><![CDATA[
<p>async/await is about superimposing useful CPU computations with slow I/O operations.<p>For example, you would read data fragment D0 from a network socket, and right before doing any work on it, you ask the OS to fetch data fragment D1, etc. 
This would is faster than reading and working in distinct time intervals. And despite whatever you seem to believe, it would also be faster than reading and working using thread parallelism. Because even if you eliminate the synchronization overhead or you devise a good lock-free algorithm, thread context switches still have a massive overhead, not to mention issues related to memory bandwidth and cache coherence.<p>Still, how does one gather the nerve to call a feature present in most modern languages, from C# to Zig, a hype?</p>
]]></description><pubDate>Wed, 05 Jul 2023 16:10:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=36602473</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=36602473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36602473</guid></item><item><title><![CDATA[New comment by zetaposter in "Demanding polished work is a power play designed to take options away from you"]]></title><description><![CDATA[
<p>No author name? No post index?<p>What's the point of an anonymous block of text published on the internet?</p>
]]></description><pubDate>Sat, 07 Jan 2023 16:48:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34289797</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=34289797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34289797</guid></item><item><title><![CDATA[New comment by zetaposter in "Ask HN: What are your predictions for 2023?"]]></title><description><![CDATA[
<p>Are you high?</p>
]]></description><pubDate>Mon, 26 Dec 2022 21:53:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=34142304</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=34142304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34142304</guid></item><item><title><![CDATA[Source Code Is Not Enough]]></title><description><![CDATA[
<p>Article URL: <a href="https://fuzzypixelz.com/blog/source-code-is-not-enough/">https://fuzzypixelz.com/blog/source-code-is-not-enough/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33448083">https://news.ycombinator.com/item?id=33448083</a></p>
<p>Points: 9</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 03 Nov 2022 07:32:51 +0000</pubDate><link>https://fuzzypixelz.com/blog/source-code-is-not-enough/</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=33448083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33448083</guid></item><item><title><![CDATA[New comment by zetaposter in "Everyone going to World Cup must have this app, experts are sounding the alarm"]]></title><description><![CDATA[
<p>- Sir, you have to install this application, it's available on both iOS and the Google Play Store.<p>- Do you have a Debian package?<p>- I beg your pardon?<p>- My Pinephone runs a modified version of Debian, the Universal Operating System.<p>- ... What is that?<p>- Oh fine. I'll settle for a Flatpack then.<p>- I'm not sure I follow.<p>-Does Qatar's Law require me to have an Android phone xor an iPhone?<p>- No ... ?<p>- Well your Law specification is incomplete and buggy.<p><i>you get arrested for obstruction of justice</i></p>
]]></description><pubDate>Sat, 15 Oct 2022 06:43:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=33212383</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=33212383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33212383</guid></item><item><title><![CDATA[New comment by zetaposter in "HomeBrew: Don't Link OpenSSL"]]></title><description><![CDATA[
<p>Um. What the hell?<p>The linker/compiler discrepancy sounds incredibly weird. This Linux levels of "things don't work together as expected" but how can a uniform system developed by a sole company include nonsense like this?</p>
]]></description><pubDate>Thu, 06 Oct 2022 12:05:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=33107157</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=33107157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33107157</guid></item><item><title><![CDATA[Joining the Church of Emacs]]></title><description><![CDATA[
<p>Article URL: <a href="https://fuzzypixelz.com/blog/joining-the-church-of-emacs/">https://fuzzypixelz.com/blog/joining-the-church-of-emacs/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33060527">https://news.ycombinator.com/item?id=33060527</a></p>
<p>Points: 132</p>
<p># Comments: 66</p>
]]></description><pubDate>Sun, 02 Oct 2022 21:35:21 +0000</pubDate><link>https://fuzzypixelz.com/blog/joining-the-church-of-emacs/</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=33060527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33060527</guid></item><item><title><![CDATA[New comment by zetaposter in "“Rust is safe” is not some kind of absolute guarantee of code safety"]]></title><description><![CDATA[
<p>Yeah ... Just reboot the machine and make me loose all my work, bro.</p>
]]></description><pubDate>Sun, 02 Oct 2022 15:00:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=33056427</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=33056427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33056427</guid></item><item><title><![CDATA[New comment by zetaposter in "Neovim 0.8 Released"]]></title><description><![CDATA[
<p>A text editor without a well rounded GUI story isn't worth it for me. There are all these desperate projects each with their own focus, ranging from "simple graphics acceleration" to "tons of bells and whistles, animations and ad-hoc UI extensions".<p>UI should be thought out at PRs and issues, but the same people who develop the main core.  But they don't have to, because they're making a terminal application, which has its use cases.<p>But I so no reason why I should type my text in a terminal, when I can use a proper GUI application.<p>And I'm not even suggesting VSCode, even Emacs is better in this regard, which is what I use.</p>
]]></description><pubDate>Fri, 30 Sep 2022 19:12:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=33039346</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=33039346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33039346</guid></item><item><title><![CDATA[Yet Another Blog]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.fuzzypixelz.com/blog/yet-another-blog/">https://www.fuzzypixelz.com/blog/yet-another-blog/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32192868">https://news.ycombinator.com/item?id=32192868</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 22 Jul 2022 15:17:36 +0000</pubDate><link>https://www.fuzzypixelz.com/blog/yet-another-blog/</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=32192868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32192868</guid></item><item><title><![CDATA[New comment by zetaposter in "GCC Rust Approved by GCC Steering Committee"]]></title><description><![CDATA[
<p>1. GCC has more backends than LLVM.
2. Competition is good in general.
3. I expect this will trigger inconsistencies between GCC and rustc; because Rust doesn't really have a specification. Which will force both parties to discuss and solve them.</p>
]]></description><pubDate>Mon, 11 Jul 2022 17:43:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=32059235</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=32059235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32059235</guid></item><item><title><![CDATA[We got Linux on the iPhone, iPad and other idevices]]></title><description><![CDATA[
<p>Article URL: <a href="https://konradybcio.pl/linuxona7/">https://konradybcio.pl/linuxona7/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31679293">https://news.ycombinator.com/item?id=31679293</a></p>
<p>Points: 426</p>
<p># Comments: 175</p>
]]></description><pubDate>Thu, 09 Jun 2022 09:42:59 +0000</pubDate><link>https://konradybcio.pl/linuxona7/</link><dc:creator>zetaposter</dc:creator><comments>https://news.ycombinator.com/item?id=31679293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31679293</guid></item></channel></rss>