<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: catfishx</title><link>https://news.ycombinator.com/user?id=catfishx</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 03:09:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=catfishx" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Wayland Explorer]]></title><description><![CDATA[
<p>Article URL: <a href="https://wayland.app/protocols/">https://wayland.app/protocols/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35725801">https://news.ycombinator.com/item?id=35725801</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 27 Apr 2023 10:07:50 +0000</pubDate><link>https://wayland.app/protocols/</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=35725801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35725801</guid></item><item><title><![CDATA[New comment by catfishx in "Helix 23.03"]]></title><description><![CDATA[
<p>I'm very excited about LSP snippet support, I will finally be able to use stuff like emmet on my svelte/html projects.</p>
]]></description><pubDate>Fri, 31 Mar 2023 10:56:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=35385128</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=35385128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35385128</guid></item><item><title><![CDATA[TextSynth Server]]></title><description><![CDATA[
<p>Article URL: <a href="https://bellard.org/ts_server/">https://bellard.org/ts_server/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35180429">https://news.ycombinator.com/item?id=35180429</a></p>
<p>Points: 274</p>
<p># Comments: 109</p>
]]></description><pubDate>Thu, 16 Mar 2023 11:05:33 +0000</pubDate><link>https://bellard.org/ts_server/</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=35180429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35180429</guid></item><item><title><![CDATA[New comment by catfishx in "Disqualified from a National Web Design Competition for Using GitHub"]]></title><description><![CDATA[
<p>You can also use GitHub copilot outside of a GitHub repository, and there would be no way to verify that</p>
]]></description><pubDate>Thu, 23 Feb 2023 11:19:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34909128</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34909128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34909128</guid></item><item><title><![CDATA[New comment by catfishx in "GitHub staff are required to use Teams by Sep 1, 2023"]]></title><description><![CDATA[
<p>On my machine teams regularly eats up several gigabytes of ram, even when not interacting with it at all.<p>I generally don't care about applications using a lot of ram, but this is just too much for a program which I mostly use for text messaging.</p>
]]></description><pubDate>Tue, 14 Feb 2023 12:11:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=34788246</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34788246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34788246</guid></item><item><title><![CDATA[New comment by catfishx in "Transmission v4.0"]]></title><description><![CDATA[
<p>Rust evangelist strikeforce strikes again...<p>No seriously, I am a rustacean too, but please stop telling everyone to Rewrite everything in Rust (even if its only a joke), its becoming slightly annoying</p>
]]></description><pubDate>Wed, 08 Feb 2023 08:38:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=34705644</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34705644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34705644</guid></item><item><title><![CDATA[New comment by catfishx in "Tell HN: Firefox Is an awesome browser right now"]]></title><description><![CDATA[
<p>I have to use Chromium for MS teams unfortunately (calls and screen sharing are not allowed on FF)</p>
]]></description><pubDate>Fri, 03 Feb 2023 13:16:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=34640620</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34640620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34640620</guid></item><item><title><![CDATA[New comment by catfishx in "Tell HN: Firefox Is an awesome browser right now"]]></title><description><![CDATA[
<p>I think you got confused here, OP had the exact opposite experience</p>
]]></description><pubDate>Fri, 03 Feb 2023 13:14:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=34640603</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34640603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34640603</guid></item><item><title><![CDATA[New comment by catfishx in "The Python Paradox (2004)"]]></title><description><![CDATA[
<p><p><pre><code>    > Rust makes enormous binaries</code></pre>
Rust binaries are optimized to be fast (by default, fast != small), this [0] explains pretty well why, and min-sized also has many optimizations [1].<p><pre><code>    > and compiles slow</code></pre>
You can have a very slow compiler with all the optimizations and safety checks, or a fast one which doesn't. This however doesn't mean there is no room for improvement.<p>One thing that can definitely improved on is how cargo manages dependencies, I am tired of each of my project's /target directory using >2GB of disk space, there at least should be some kind of opt-in global cache.<p>I am also worried about dependencies going in the same direction as the JS ecosystem, many of my projects only have 3-5 top level dependencies, but I end up downloading hundreds. A few are only compile-time, but this makes auditing very difficult and does make compile times a lot longer.<p>[0]: <a href="https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html" rel="nofollow">https://lifthrasiir.github.io/rustlog/why-is-a-rust-executab...</a>
[1]: <a href="https://github.com/johnthagen/min-sized-rust">https://github.com/johnthagen/min-sized-rust</a></p>
]]></description><pubDate>Fri, 27 Jan 2023 10:15:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=34544479</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34544479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34544479</guid></item><item><title><![CDATA[New comment by catfishx in "Using {blocks} in Rust and Go for fun and profit"]]></title><description><![CDATA[
<p>In rust you can use these almost everywhere in place of an expression (if statements, while loops, in function arguments, etc). It can sometimes make code a bit unreadable to some people, but its still a cool feature imo.</p>
]]></description><pubDate>Wed, 25 Jan 2023 13:49:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=34518170</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34518170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34518170</guid></item><item><title><![CDATA[New comment by catfishx in "TIPP10 – Free Touch Typing Tutor"]]></title><description><![CDATA[
<p>Probably off-topic, but I recently made the stupid decision of learning dvorak while I had to get some important work done.<p>I am currently at: 1) I don't type dvorak fast enough which really reduces my motivation, but I'm getting faster pretty quickly 2) My qwerty typing skills have gotten even worse, I look a bit stupid when I try to fix problems on other computers at ~15 WPM.<p>Generally I don't regret starting to type dvorak, I just wish I had done it another time where typing slowly doesn't affect me as much.</p>
]]></description><pubDate>Tue, 24 Jan 2023 13:25:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=34503225</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34503225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34503225</guid></item><item><title><![CDATA[New comment by catfishx in "Ask HN: Techwise, how did TikTok get so good?"]]></title><description><![CDATA[
<p>Yes, no server. It runs somewhere up in the clouds!</p>
]]></description><pubDate>Wed, 18 Jan 2023 09:49:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=34425001</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34425001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34425001</guid></item><item><title><![CDATA[New comment by catfishx in "Revisiting KDE"]]></title><description><![CDATA[
<p>> Would really love kmail and the whole korganizer get a refresh<p>Korganizer is being rewritten as Kalendar: <a href="https://apps.kde.org/en-gb/kalendar/" rel="nofollow">https://apps.kde.org/en-gb/kalendar/</a></p>
]]></description><pubDate>Mon, 16 Jan 2023 13:25:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=34400365</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34400365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34400365</guid></item><item><title><![CDATA[New comment by catfishx in "Valve is paying open source developers to keep Steam Deck playable"]]></title><description><![CDATA[
<p>Um, what? Is paying OSS devs something bad nowadays?<p>Do you think they created proton to Extend and then "extinguish" Steam (which they can't because it is proprietary) or what?</p>
]]></description><pubDate>Tue, 20 Dec 2022 13:12:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=34065390</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34065390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34065390</guid></item><item><title><![CDATA[New comment by catfishx in "Apple is struggling to build Mac Pro based on its own silicon"]]></title><description><![CDATA[
<p>Also the intercepting of the back button should be forbidden</p>
]]></description><pubDate>Tue, 20 Dec 2022 10:23:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=34063978</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34063978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34063978</guid></item><item><title><![CDATA[New comment by catfishx in "Twitter policy page forbidding links to other social media removed"]]></title><description><![CDATA[
<p>Is posting links to other platforms not considered free speech Mr. Musk?</p>
]]></description><pubDate>Mon, 19 Dec 2022 10:26:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=34050520</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34050520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34050520</guid></item><item><title><![CDATA[New comment by catfishx in "Atom was archived today"]]></title><description><![CDATA[
<p>AFAIK Typescript has no runtime impact on performance, the transpiled JS should be equally fast as the handwritten code</p>
]]></description><pubDate>Fri, 16 Dec 2022 08:35:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=34012248</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34012248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34012248</guid></item><item><title><![CDATA[New comment by catfishx in "Atom was archived today"]]></title><description><![CDATA[
<p>You are saying an IDE (of which there are many wayyy better) is as equally important as a technology which helped save thousands of lives? Do you really think VSCode is an equally big achievement as building space stations?<p>peoples lives are more important than a few hours of a programmers life getting used to vim (or any other non VSCode editor)<p>EDIT: Even millions, and thats only one of thousand technologies that improve our life (expectancy)</p>
]]></description><pubDate>Fri, 16 Dec 2022 08:32:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=34012226</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=34012226</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34012226</guid></item><item><title><![CDATA[New comment by catfishx in "Rust: State of GUI, December 2022"]]></title><description><![CDATA[
<p>Um, what? Thats like saying "My favourite car is and always be my bike"</p>
]]></description><pubDate>Thu, 15 Dec 2022 10:22:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=33997502</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=33997502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33997502</guid></item><item><title><![CDATA[New comment by catfishx in "Twitter has re-suspended ElonJet account"]]></title><description><![CDATA[
<p>I thought this was about following his private jet, not his car, or did I miss something?</p>
]]></description><pubDate>Thu, 15 Dec 2022 09:44:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=33997258</link><dc:creator>catfishx</dc:creator><comments>https://news.ycombinator.com/item?id=33997258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33997258</guid></item></channel></rss>