<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: rivetfasten</title><link>https://news.ycombinator.com/user?id=rivetfasten</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 12:52:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rivetfasten" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rivetfasten in "“Your frustration is the product”"]]></title><description><![CDATA[
<p>"... the equivalent of a broadcast TV channel that only showed 7 minutes of actual TV content per hour, devoting the other 53 minutes to paid commercials and promotions ... Almost no one would watch such a channel."<p>QVC exists. That channel is ONLY ads.<p>Not to detract from the point, which seems to be "yes what this other guy said."</p>
]]></description><pubDate>Thu, 19 Mar 2026 13:14:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438859</link><dc:creator>rivetfasten</dc:creator><comments>https://news.ycombinator.com/item?id=47438859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438859</guid></item><item><title><![CDATA[New comment by rivetfasten in "RISC-V Is Sloooow"]]></title><description><![CDATA[
<p>Thanks for the post!<p>Question: While you would want any official arch built natively, maybe an interim stage of emulated vm builds for wip/development/unsupported architectures would still be preferable in this case?<p>Comparing the tradeoffs:
* Packages disabled and not built because of long build times.
* Packages built and automated tests run on inaccurately emulated vms (NOT cross compiled). Users can test. It might be broken.<p>It's an experimental arch, maybe the build cluster could be experimental too?</p>
]]></description><pubDate>Wed, 11 Mar 2026 17:28:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47338519</link><dc:creator>rivetfasten</dc:creator><comments>https://news.ycombinator.com/item?id=47338519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47338519</guid></item><item><title><![CDATA[New comment by rivetfasten in "Show HN: Skir – like Protocol Buffer but better"]]></title><description><![CDATA[
<p>I don't know the reason TextFormat was invented, but in practice it's way easier to work with TextFormat than JSON in the context of Protos.<p>Consider numeric types -<p>JSON: number aka 64-bit IEEE 754 floating point<p>Proto: signed and unsigned int 8, 16, 32, 64-bit, float, double<p>I can only imagine the carnage saved by not accidentally chopping of the top 10 bits (or something similar) of every int64 identifier when it happens to get processed by a perfectly normal, standards compliant JSON processor.<p>It's true that most int64 fields could be just fine with int54. It's also true that some fields actually use those bits in practice.<p>Also, the JSPB format references tag numbers rather than field names. It's not really readable. For TextProto it might be a log output, or a config file, or a test, which are all have ways of catching field name discrepancies (or it doesn't matter). For the primary transport layer to the browser, the field name isn't a forward compatible/safe way to reference the schema.<p>So oddly the engineers complaining about the multiple text formats are also saved from a fair number of bugs by being forced to use tools more suited to their specific situation.</p>
]]></description><pubDate>Mon, 09 Mar 2026 08:30:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47306243</link><dc:creator>rivetfasten</dc:creator><comments>https://news.ycombinator.com/item?id=47306243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47306243</guid></item><item><title><![CDATA[New comment by rivetfasten in "Loon: A functional lang with invisible types, safe ownership, and alg. effects"]]></title><description><![CDATA[
<p>This looks really nice! I'm excited to see it and am left with questions from perusing the site. Let me know if I missed it.<p>It's simple and also has an excellent choice of where to invest in powerful features. It looks like an elegant, minimal selection of things existing languages already do well, while cutting out a lot of cruft.<p>The site also mentions two differentiating and less established features that make it sound like more than yet another fp remix: type-based ownership and algebraic effects.<p>While ownership stuff is well explored by Rust and a less explicit variation by Mojo, this sounds like a meaningful innovation and deserves a good write-up! Ownership is an execution-centric idea, where fp usually tries to stay evaluation-centric (Turing v Church). It's hard to make these ideas work will together, and real progress is exciting.<p>I'm less familiar with algebraic effects, but it seems like a somewhat newer (in the broader consciousness) idea with a lot of variation. How does Loon approach it?<p>These seem like the killer features, and I'd love to see more details.<p>(The one technical choice I just can't agree with is multi-arity definitions. They make writing code easier and reading it harder, which is rarely or never the better choice. Teams discourage function overloading all the time for this reason.)<p>Thanks for sharing!</p>
]]></description><pubDate>Sat, 21 Feb 2026 21:39:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47105081</link><dc:creator>rivetfasten</dc:creator><comments>https://news.ycombinator.com/item?id=47105081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47105081</guid></item><item><title><![CDATA[New comment by rivetfasten in "Try to take my position: The best promotion advice I ever got"]]></title><description><![CDATA[
<p>> Of course, we've been told to never accept a counter offer at your job.<p>Do you have a example article? I haven't encountered the advice, but I'm curious if the reasoning matches my guess.</p>
]]></description><pubDate>Mon, 05 Jan 2026 22:08:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46505710</link><dc:creator>rivetfasten</dc:creator><comments>https://news.ycombinator.com/item?id=46505710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46505710</guid></item><item><title><![CDATA[New comment by rivetfasten in "Great ideas in theoretical computer science"]]></title><description><![CDATA[
<p>Who reaches for a tool they forgot about?<p>Few organizations invest in solutions only understood by one or two individuals on their team. This is actually what prevents undergraduate cs knowledge from having an impact. It makes me sad.<p>Undergraduate CS isn't about the things you do most of the time. It's about enabling the occasions where the alternative is to give up and shrug, or perhaps speculate instead of evaluate.<p>Undergrads, read this before taking a theory of computation class: <a href="https://swtch.com/~rsc/regexp/regexp1.html" rel="nofollow">https://swtch.com/~rsc/regexp/regexp1.html</a></p>
]]></description><pubDate>Fri, 19 Dec 2025 17:22:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46328367</link><dc:creator>rivetfasten</dc:creator><comments>https://news.ycombinator.com/item?id=46328367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46328367</guid></item><item><title><![CDATA[New comment by rivetfasten in "State-based vs Signal-based rendering"]]></title><description><![CDATA[
<p>I was about to mention this too.<p>Compare: "import a specific lightweight library and wire together as needed" vs "write the whole app in terms of a bloated framework".<p>I've been out of the frontend game for a while, but what does react give you that knockout and maybe some url management logic do not?<p>I guess components are supposed to standardize modularity, so you can easily import some random widget?</p>
]]></description><pubDate>Mon, 20 Oct 2025 12:54:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45643347</link><dc:creator>rivetfasten</dc:creator><comments>https://news.ycombinator.com/item?id=45643347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45643347</guid></item><item><title><![CDATA[New comment by rivetfasten in "This map is not upside down"]]></title><description><![CDATA[
<p>The West Wing has such a good clip about this:<p><a href="https://youtu.be/vVX-PrBRtTY?si=05KQjltJ8fVsqMDw" rel="nofollow">https://youtu.be/vVX-PrBRtTY?si=05KQjltJ8fVsqMDw</a></p>
]]></description><pubDate>Thu, 18 Sep 2025 18:06:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45292920</link><dc:creator>rivetfasten</dc:creator><comments>https://news.ycombinator.com/item?id=45292920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45292920</guid></item><item><title><![CDATA[New comment by rivetfasten in "F-Stack – A network development kit with high performance based on DPDK"]]></title><description><![CDATA[
<p>It's always a matter of chasing the bottleneck. It's fair to say that network isn't the bottleneck for most applications. Heuristically, if you're willing to take on the performance impacts of a GC'd language you're probably already not the target audience.<p>Zero copy is the important part for applications that need to saturate the NIC. For example Netflix integrated encryption into the FreeBSD kernel so they could use sendfile for zero-copy transfers from SSD (in the case of very popular titles) to a TLS stream. Otherwise they would have had two extra copies of every block of video just to encrypt it.<p>Note however that their actual streaming stack is very different from the application stack. The constraint isn't strictly technical: ISP colocation space is expensive, so they need to have the most juiced machines they can possibly fit in the rack to control costs.<p>There's an obvious appeal to accomplishing zero-copy by pushing network functionality into user space instead of application functionality into kernel space, so the DPDK evolution is natural.</p>
]]></description><pubDate>Sat, 30 Aug 2025 16:42:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45075994</link><dc:creator>rivetfasten</dc:creator><comments>https://news.ycombinator.com/item?id=45075994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45075994</guid></item></channel></rss>