<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: justjulia</title><link>https://news.ycombinator.com/user?id=justjulia</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 13 May 2026 21:59:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=justjulia" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by justjulia in "Rust in Android: move fast and fix things"]]></title><description><![CDATA[
<p>>Trivial example: you want to build a container that can hold data of different types and perform generic operations on them.<p>Do I?<p>I would simplify the problem to not need different types or generic operations.<p>Or if I really need generic operations, break them down to smaller operations so you don't need to take a bunch of type parameters everywhere.<p>For example containers, instead of having container<T>, have the container operations return an index or 'opcode', then the user applies that to their data. The container doesn't need to know about T, void pointers or sizes, just its own internal bookkeeping stuff.</p>
]]></description><pubDate>Fri, 14 Nov 2025 08:15:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45924911</link><dc:creator>justjulia</dc:creator><comments>https://news.ycombinator.com/item?id=45924911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45924911</guid></item></channel></rss>