<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: treeshateorcs</title><link>https://news.ycombinator.com/user?id=treeshateorcs</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 20:53:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=treeshateorcs" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by treeshateorcs in "Vouch"]]></title><description><![CDATA[
<p>this wouldn't have helped against the xz attack</p>
]]></description><pubDate>Sun, 08 Feb 2026 19:42:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46937770</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=46937770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46937770</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Unreal Tournament 2004 is back"]]></title><description><![CDATA[
<p>do you remember the map called Phobos II? for some reason they didn't include it with 2004, it was my favorite map</p>
]]></description><pubDate>Thu, 04 Dec 2025 16:52:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46149724</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=46149724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46149724</guid></item><item><title><![CDATA[New comment by treeshateorcs in "A teen was suicidal. ChatGPT was the friend he confided in"]]></title><description><![CDATA[
<p>people who die by suicide don't want to end their lives, they want their suffering to stop</p>
]]></description><pubDate>Wed, 27 Aug 2025 05:50:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45035857</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=45035857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45035857</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Kagi Reaches 50k Users"]]></title><description><![CDATA[
<p>i wonder what happened on may 29th when *teams* hit a plunge</p>
]]></description><pubDate>Mon, 09 Jun 2025 07:54:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44222304</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=44222304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44222304</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Self-hosted x86 back end is now default in debug mode"]]></title><description><![CDATA[
<p>is it naive to expect the new backend to release -OReleaseSmall binaries as small as llvm in the future?</p>
]]></description><pubDate>Mon, 09 Jun 2025 06:02:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44221765</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=44221765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44221765</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Self-hosted x86 back end is now default in debug mode"]]></title><description><![CDATA[
<p>so, a helloworld program (`zig init`) is 9.3MB compiled. compared to `-Doptimize=ReleaseSmall` 7.6KB that is huge (more than 1000 times larger)</p>
]]></description><pubDate>Sun, 08 Jun 2025 23:14:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44220088</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=44220088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44220088</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Suckless.org: software that sucks less"]]></title><description><![CDATA[
<p>statically built helloworld in zig is like 8KB</p>
]]></description><pubDate>Sat, 22 Feb 2025 02:04:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=43135363</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=43135363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43135363</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Nyxt: The Hacker's Browser"]]></title><description><![CDATA[
<p>you can redirect in QB. this is how i do it (from my config):<p><pre><code>    def redirect(info: interceptor.Request):
        if info.request_url.host() == "en.m.wikipedia.org":
            new_url = QUrl(info.request_url)
            new_url.setHost("en.wikipedia.org")
            try:
                info.redirect(new_url)
            except interceptors.RedirectFailedException:
                pass</code></pre></p>
]]></description><pubDate>Sun, 08 Dec 2024 11:08:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42356477</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=42356477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42356477</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Asterinas: OS kernel written in Rust and providing Linux-compatible ABI"]]></title><description><![CDATA[
<p>i might be wrong but if it's ABI compatible the same drivers will work?<p>p.s.: i was wrong<p>>While we prioritize compatibility, it is important to note that Asterinas does not, nor will it in the future, support the loading of Linux kernel modules.<p><a href="https://asterinas.github.io/book/kernel/linux-compatibility.html" rel="nofollow">https://asterinas.github.io/book/kernel/linux-compatibility....</a></p>
]]></description><pubDate>Tue, 15 Oct 2024 21:05:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=41853111</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=41853111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41853111</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Asterinas: OS kernel written in Rust and providing Linux-compatible ABI"]]></title><description><![CDATA[
<p><a href="https://www.youtube.com/watch?v=3AQ5lpXujGo" rel="nofollow">https://www.youtube.com/watch?v=3AQ5lpXujGo</a>  Asterinas: A safe Rust-based OS kernel for TEE by H. Tian & C. Song (Ant Group & Intel) | OC3 2024</p>
]]></description><pubDate>Tue, 15 Oct 2024 21:00:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41853067</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=41853067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41853067</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Jiff: A brand new Datetime library for Rust, from the author of ripgrep"]]></title><description><![CDATA[
<p>i love your site!!</p>
]]></description><pubDate>Mon, 22 Jul 2024 10:34:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41032858</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=41032858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41032858</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Last Post, Please Read"]]></title><description><![CDATA[
<p>does that mean that if someone unearthes my blog in 100 years i will be back to life again? :D</p>
]]></description><pubDate>Thu, 16 Nov 2023 16:27:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=38291567</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=38291567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38291567</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Please, delete all new places since the start of war 23th of February"]]></title><description><![CDATA[
<p>anyone can confirm that the request has been fulfilled? the link is 404d now</p>
]]></description><pubDate>Tue, 01 Mar 2022 22:22:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=30520861</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=30520861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30520861</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Ask HN: Single-person creations that have stood the test of time?"]]></title><description><![CDATA[
<p>qr codes</p>
]]></description><pubDate>Mon, 28 Feb 2022 18:25:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=30503154</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=30503154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30503154</guid></item><item><title><![CDATA[Made a surprisingly simple base-256 numerical system for a fictional language]]></title><description><![CDATA[
<p>Article URL: <a href="https://old.reddit.com/r/conlangs/comments/dcln4t/made_a_surprisingly_simple_base256_numerical/">https://old.reddit.com/r/conlangs/comments/dcln4t/made_a_surprisingly_simple_base256_numerical/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30088752">https://news.ycombinator.com/item?id=30088752</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 26 Jan 2022 17:41:23 +0000</pubDate><link>https://old.reddit.com/r/conlangs/comments/dcln4t/made_a_surprisingly_simple_base256_numerical/</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=30088752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30088752</guid></item><item><title><![CDATA[New comment by treeshateorcs in "The case for a modern language"]]></title><description><![CDATA[
<p>the rss feed is broken on that site, it outputs relative links (as opposed to absolute links)</p>
]]></description><pubDate>Sun, 23 Jan 2022 18:14:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=30048653</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=30048653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30048653</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Fastly Outage"]]></title><description><![CDATA[
<p>developer.spotify.com</p>
]]></description><pubDate>Tue, 08 Jun 2021 10:21:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=27432835</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=27432835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27432835</guid></item><item><title><![CDATA[New comment by treeshateorcs in "C++ on Mars: Incorporating C++ into Mars Rover Flight Software (2014)"]]></title><description><![CDATA[
<p>i wonder if there is any rust on mars this year</p>
]]></description><pubDate>Wed, 24 Feb 2021 10:48:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=26248643</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=26248643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26248643</guid></item><item><title><![CDATA[New comment by treeshateorcs in "Ask HN: Why aren't you coding?"]]></title><description><![CDATA[
<p>i did, but now i'm depressed and burned out</p>
]]></description><pubDate>Sat, 13 Feb 2021 06:43:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=26121879</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=26121879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26121879</guid></item><item><title><![CDATA[Ask HN: C++ or Rust: Which one to Learn?]]></title><description><![CDATA[
<p>If I want to find a job ASAP, which one I should focus on?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21814971">https://news.ycombinator.com/item?id=21814971</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 17 Dec 2019 16:13:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=21814971</link><dc:creator>treeshateorcs</dc:creator><comments>https://news.ycombinator.com/item?id=21814971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21814971</guid></item></channel></rss>