<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: _thejanus_</title><link>https://news.ycombinator.com/user?id=_thejanus_</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 03 Sep 2026 07:27:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=_thejanus_" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by _thejanus_ in "Async Rust vs RTOS showdown (2022)"]]></title><description><![CDATA[
<p>What is this lol. A test where your consumer is orders of magnitude slower than your produce, but you focus on button press latency, as though the task isn’t completed dominated by the slow-ass USART print. 20 bytes is like 1.7 ms to print. They’re also running freeRTOS preemptively even though it doesn’t help here. Just use the cooperative mode. Or better yet, just write one event loop, since all the workloads are extremely bounded. Or even better yet, use a 555 or something, because this workload literally doesn’t even need a processor. I don’t even dislike embassy or freeRTOS, but this comparison reaches depths of stupidity I thought were impossible to reach without switching to some sort of hypoxic trimix.</p>
]]></description><pubDate>Thu, 03 Sep 2026 03:30:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49545615</link><dc:creator>_thejanus_</dc:creator><comments>https://news.ycombinator.com/item?id=49545615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49545615</guid></item><item><title><![CDATA[New comment by _thejanus_ in "F*: A general-purpose proof-oriented programming language"]]></title><description><![CDATA[
<p>I think so! You can codegen Ocaml directly, which means you have the benefit of lots of nice compiler libs and tools right out of the gate, but the metatheory is also expressive enough that your source language can be pretty wild with your denotational semantics. Grain of salt though, because I haven’t tried this concept in anger at all</p>
]]></description><pubDate>Mon, 03 Aug 2026 04:57:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49151377</link><dc:creator>_thejanus_</dc:creator><comments>https://news.ycombinator.com/item?id=49151377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49151377</guid></item><item><title><![CDATA[New comment by _thejanus_ in "F*: A general-purpose proof-oriented programming language"]]></title><description><![CDATA[
<p>What do you mean by this? I don’t want to be annoying and throw “propositions-as-types” at you, but as I understand it, F* is very much already doing this.<p>Its type system is the proof language/metatheory for making propositions, and its programs are their proofs, and there’s an intermediate form, core F*, that we elaborate to, a partial evaluation phase where we actually use the dependent types to simplify our AST, then codegen/lowering. In your analogy, I would call their core IR  the bridge I guess? To clarify, I’m not trying to be a dick, I’m trying to sus out if I’ve understood you correctly</p>
]]></description><pubDate>Mon, 03 Aug 2026 04:36:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49151256</link><dc:creator>_thejanus_</dc:creator><comments>https://news.ycombinator.com/item?id=49151256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49151256</guid></item><item><title><![CDATA[New comment by _thejanus_ in "F*: A general-purpose proof-oriented programming language"]]></title><description><![CDATA[
<p>Yes, I’ve used the EverParse lib, as well as low* extensively! I found a really nice use case, low* makes writing bare metal protocol parsers incredibly easy and compositional at no obvious cost to performance. It’s a real breath of fresh air compared to writing one giant horrible whole loop, but it basically optimises down to the same assembly.</p>
]]></description><pubDate>Mon, 03 Aug 2026 03:53:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49151042</link><dc:creator>_thejanus_</dc:creator><comments>https://news.ycombinator.com/item?id=49151042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49151042</guid></item></channel></rss>