<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: Tohquai7</title><link>https://news.ycombinator.com/user?id=Tohquai7</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 05 May 2026 08:40:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Tohquai7" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Tohquai7 in "The rise of wgpu"]]></title><description><![CDATA[
<p>It can.<p>-Z unstable-options -Zunpretty=hir,typed<p><pre><code>    // source
    pub fn square(num: i32) -> i32 {
        num * num
    }

    // expanded
    use ::std::prelude::v1::*;
    extern crate std;
    pub fn square(num: i32)
     -> i32 ({ ((num as i32) * (num as i32) as i32) } as i32)

</code></pre>
You can try on <a href="https://rust.godbolt.org/" rel="nofollow">https://rust.godbolt.org/</a></p>
]]></description><pubDate>Thu, 07 Mar 2019 18:05:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=19330397</link><dc:creator>Tohquai7</dc:creator><comments>https://news.ycombinator.com/item?id=19330397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19330397</guid></item><item><title><![CDATA[New comment by Tohquai7 in "PureOS is convergent"]]></title><description><![CDATA[
<p>IDEs and productivity tools often approximate a tile-based window managers where you can collapse all but the central tile (or conversely, put the central one in fullscreen) if you want the maximal real estate for the content instead of the auxiliary bars and then slide them in for a moment when you need them.<p>This mode seems suited for mobile UIs, so that flexibility should get them pretty close to being convergent. There probably still need to be some adjustments to make it really usable on mobile, but a lot of the work has already been done.</p>
]]></description><pubDate>Thu, 07 Mar 2019 15:48:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=19328960</link><dc:creator>Tohquai7</dc:creator><comments>https://news.ycombinator.com/item?id=19328960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19328960</guid></item></channel></rss>