<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: meloyc</title><link>https://news.ycombinator.com/user?id=meloyc</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 10:10:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=meloyc" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by meloyc in "Tell HN: An app is silently installing itself on my iPhone every day"]]></title><description><![CDATA[
<p>jailbreak phone?</p>
]]></description><pubDate>Sun, 26 Apr 2026 03:57:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47907201</link><dc:creator>meloyc</dc:creator><comments>https://news.ycombinator.com/item?id=47907201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47907201</guid></item><item><title><![CDATA[New comment by meloyc in "DeepSeek v4"]]></title><description><![CDATA[
<p>tell us your story</p>
]]></description><pubDate>Fri, 24 Apr 2026 16:56:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47892847</link><dc:creator>meloyc</dc:creator><comments>https://news.ycombinator.com/item?id=47892847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47892847</guid></item><item><title><![CDATA[A game world happens through command-line commands inspired by stardewvalley]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rustq/tinydew">https://github.com/rustq/tinydew</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47647292">https://news.ycombinator.com/item?id=47647292</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 05 Apr 2026 08:19:45 +0000</pubDate><link>https://github.com/rustq/tinydew</link><dc:creator>meloyc</dc:creator><comments>https://news.ycombinator.com/item?id=47647292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47647292</guid></item><item><title><![CDATA[New comment by meloyc in "Skia based 2d graphics Vue rendering library based on Rust"]]></title><description><![CDATA[
<p>The vue-skia is a skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering. It takes up less memory than the native canvas, however it is still a experiment project. And it's based entirely on vue syntax.</p>
]]></description><pubDate>Sun, 18 Jun 2023 16:37:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=36381803</link><dc:creator>meloyc</dc:creator><comments>https://news.ycombinator.com/item?id=36381803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36381803</guid></item><item><title><![CDATA[Skia based 2d graphics Vue rendering library based on Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rustq/vue-skia">https://github.com/rustq/vue-skia</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36381802">https://news.ycombinator.com/item?id=36381802</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 18 Jun 2023 16:37:46 +0000</pubDate><link>https://github.com/rustq/vue-skia</link><dc:creator>meloyc</dc:creator><comments>https://news.ycombinator.com/item?id=36381802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36381802</guid></item><item><title><![CDATA[Three Body Language Written in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rustq/3body-lang">https://github.com/rustq/3body-lang</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34762146">https://news.ycombinator.com/item?id=34762146</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 12 Feb 2023 11:52:18 +0000</pubDate><link>https://github.com/rustq/3body-lang</link><dc:creator>meloyc</dc:creator><comments>https://news.ycombinator.com/item?id=34762146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34762146</guid></item><item><title><![CDATA[The unique 4-colors-ID string generator in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rustq/colorid">https://github.com/rustq/colorid</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33022995">https://news.ycombinator.com/item?id=33022995</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 29 Sep 2022 16:30:37 +0000</pubDate><link>https://github.com/rustq/colorid</link><dc:creator>meloyc</dc:creator><comments>https://news.ycombinator.com/item?id=33022995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33022995</guid></item><item><title><![CDATA[New comment by meloyc in "Color as Identify – ColorID.js (11.19% Faster – With 2^96 Results)"]]></title><description><![CDATA[
<p>Color as Identify - The ColorID in JavaScript<p>ColorID consists by 4 colors in the RGB channel from 12 unsigned 8 bits numbers (u8), so the theoretical total of ColorID is (2^8)^12 = 2^96 ≈ 7*10^28, which means that even if the ColorID is generated for every 7.8 billion people in the world every second, it will take 300 billion years to use up all ColorID.<p>If we use ColorID to represent identities in social networks, we can easily generate personalized social information for users, such as avatars, NFTs, etc.<p>ColorID performance is better than uuid and nanoid (The algorithm of ColorID is actually very similar to the uuid.v4)<p>Because the Four-Colors-Theorem, four colors is enough!</p>
]]></description><pubDate>Thu, 15 Sep 2022 17:06:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=32855126</link><dc:creator>meloyc</dc:creator><comments>https://news.ycombinator.com/item?id=32855126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32855126</guid></item><item><title><![CDATA[Color as Identify – ColorID.js (11.19% Faster – With 2^96 Results)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rustq/colorid.js">https://github.com/rustq/colorid.js</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32855125">https://news.ycombinator.com/item?id=32855125</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 15 Sep 2022 17:06:44 +0000</pubDate><link>https://github.com/rustq/colorid.js</link><dc:creator>meloyc</dc:creator><comments>https://news.ycombinator.com/item?id=32855125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32855125</guid></item></channel></rss>