<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: andrestc</title><link>https://news.ycombinator.com/user?id=andrestc</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 00:48:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=andrestc" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by andrestc in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p>Mostly about Go and OS stuff but haven't updated in a while.
<a href="http://andrestc.com" rel="nofollow noreferrer">http://andrestc.com</a></p>
]]></description><pubDate>Tue, 04 Jul 2023 16:34:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=36588995</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=36588995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36588995</guid></item><item><title><![CDATA[New comment by andrestc in "Meta to ask many managers to become individual contributors or leave"]]></title><description><![CDATA[
<p>The technical bar for EMs at Meta is quite high.</p>
]]></description><pubDate>Tue, 07 Feb 2023 19:08:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=34697546</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=34697546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34697546</guid></item><item><title><![CDATA[New comment by andrestc in "A listing of companies that don't do whiteboard job interviews"]]></title><description><![CDATA[
<p>Netflix is in the list.</p>
]]></description><pubDate>Sat, 02 Mar 2019 18:57:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=19290546</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=19290546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19290546</guid></item><item><title><![CDATA[New comment by andrestc in "Facebook wants up to 30% of fan subscriptions vs Patreon’s 5%"]]></title><description><![CDATA[
<p>"The policy document attained by TechCrunch shows Facebook plans to take up to a 30 percent cut of subscription revenue minus fees, compared to 5 percent by Patreon,  30 percent by YouTube, which covers fees and 50 percent by Twitch."<p>Looks on par with other providers.</p>
]]></description><pubDate>Thu, 28 Feb 2019 13:41:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=19271231</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=19271231</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19271231</guid></item><item><title><![CDATA[New comment by andrestc in "Show HN: Open-sourcing my wedding website on my first anniversary"]]></title><description><![CDATA[
<p>How hard would it be to set up a backend payment service to receive $$ for gifts?</p>
]]></description><pubDate>Thu, 29 Nov 2018 15:28:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=18560873</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=18560873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18560873</guid></item><item><title><![CDATA[Go's Memory Allocator – Overview]]></title><description><![CDATA[
<p>Article URL: <a href="https://andrestc.com/post/go-memory-allocation-pt1/">https://andrestc.com/post/go-memory-allocation-pt1/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17914211">https://news.ycombinator.com/item?id=17914211</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Sep 2018 00:49:06 +0000</pubDate><link>https://andrestc.com/post/go-memory-allocation-pt1/</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=17914211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17914211</guid></item><item><title><![CDATA[New comment by andrestc in "Microsoft cURLs too"]]></title><description><![CDATA[
<p>This is amazing! Thanks for sharing</p>
]]></description><pubDate>Sun, 14 Jan 2018 01:21:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=16142339</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=16142339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16142339</guid></item><item><title><![CDATA[New comment by andrestc in "A regression is the kernel not giving the same result with the same user space"]]></title><description><![CDATA[
<p>It's not as strong as the kernel. Go does not break APIs but may break undocumented behavior.</p>
]]></description><pubDate>Thu, 02 Nov 2017 14:23:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=15610629</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=15610629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15610629</guid></item><item><title><![CDATA[New comment by andrestc in "Using cgroups to limit I/O"]]></title><description><![CDATA[
<p>Author here.<p>>Also, while this article is quite rosy-eyed about cgroupv2, there are many many issues that mean that cgroupv2 is not really usable by container runtimes today -- despite what systemd might be trying to do with their "hybrid mode". A friend of mine from the LXC community gave a talk about the wide variety of issues that occur due to cgroupv2's weirdly restrictive API[3]. The blkio writeback cache limits are very useful, but they're really not worth the pain of breaking how container runtimes have to work.<p>I knew there are some problems with cgroup v2 but haven't quite looked into it. I'm going to watch the talk and probably add a note about that. Thanks!<p>>You can mount a single cgroupv1 hierarchy with multiple controllers attached to it (that's what 'cpu,cpuset' are), which then could (in principle) know about it each other. But they don't, since a lot of the cgroupv2 code is locked behind cgroup_on_dfl(...) checks.
That's interesting, I didn't know about that! I'll add a note to the post.</p>
]]></description><pubDate>Thu, 19 Oct 2017 13:00:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=15507463</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=15507463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15507463</guid></item><item><title><![CDATA[Linux Delay Accounting]]></title><description><![CDATA[
<p>Article URL: <a href="https://andrestc.com/post/linux-delay-accounting/">https://andrestc.com/post/linux-delay-accounting/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15197322">https://news.ycombinator.com/item?id=15197322</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 08 Sep 2017 01:48:30 +0000</pubDate><link>https://andrestc.com/post/linux-delay-accounting/</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=15197322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15197322</guid></item><item><title><![CDATA[New comment by andrestc in "Perl as PID 1 under Docker"]]></title><description><![CDATA[
<p>Nice writeup. Interesting enough, SIGKILL does not work from inside the container: <a href="https://andrestc.com/post/killing-container-inside/" rel="nofollow">https://andrestc.com/post/killing-container-inside/</a>.</p>
]]></description><pubDate>Sun, 03 Sep 2017 15:20:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=15161857</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=15161857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15161857</guid></item><item><title><![CDATA[Linux Delay Accounting]]></title><description><![CDATA[
<p>Article URL: <a href="https://andrestc.com/post/linux-delay-accounting/">https://andrestc.com/post/linux-delay-accounting/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15111978">https://news.ycombinator.com/item?id=15111978</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 27 Aug 2017 18:33:38 +0000</pubDate><link>https://andrestc.com/post/linux-delay-accounting/</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=15111978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15111978</guid></item><item><title><![CDATA[New comment by andrestc in "Ask HN: Starting blogging when you're not an expert?"]]></title><description><![CDATA[
<p>Thats the precise reason that I've started my blog, <a href="https://andrestc.com" rel="nofollow">https://andrestc.com</a>. I'm writing about things I'm learning while studying several topics.</p>
]]></description><pubDate>Tue, 01 Aug 2017 15:39:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=14901855</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=14901855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14901855</guid></item><item><title><![CDATA[Implementing malloc and free]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@andrestc/implementing-malloc-and-free-ba7e7704a473">https://medium.com/@andrestc/implementing-malloc-and-free-ba7e7704a473</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14554567">https://news.ycombinator.com/item?id=14554567</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 14 Jun 2017 17:54:09 +0000</pubDate><link>https://medium.com/@andrestc/implementing-malloc-and-free-ba7e7704a473</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=14554567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14554567</guid></item><item><title><![CDATA[Sparse Files]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@andrestc/sparse-files-554734286516">https://medium.com/@andrestc/sparse-files-554734286516</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14541238">https://news.ycombinator.com/item?id=14541238</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 12 Jun 2017 21:22:09 +0000</pubDate><link>https://medium.com/@andrestc/sparse-files-554734286516</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=14541238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14541238</guid></item><item><title><![CDATA[New comment by andrestc in "Reading OpenBSD source code daily"]]></title><description><![CDATA[
<p>May i suggest maintaining a repo on github with such material? Would be easier to keep up and might bring in some contributions</p>
]]></description><pubDate>Sat, 10 Jun 2017 01:42:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=14525753</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=14525753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14525753</guid></item><item><title><![CDATA[The magic numbers behind reboot(2) syscall]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@andrestc/reboot-2-syscall-and-magic-numbers-2756e783ee07">https://medium.com/@andrestc/reboot-2-syscall-and-magic-numbers-2756e783ee07</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14425269">https://news.ycombinator.com/item?id=14425269</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 26 May 2017 16:31:55 +0000</pubDate><link>https://medium.com/@andrestc/reboot-2-syscall-and-magic-numbers-2756e783ee07</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=14425269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14425269</guid></item><item><title><![CDATA[New comment by andrestc in "Ask HN: Which companies have the best blogs written by their engineering team?"]]></title><description><![CDATA[
<p>I really like the packagecloud one: <a href="https://blog.packagecloud.io/" rel="nofollow">https://blog.packagecloud.io/</a><p>With posts like these one: <a href="https://blog.packagecloud.io/eng/2016/06/22/monitoring-tuning-linux-networking-stack-receiving-data/" rel="nofollow">https://blog.packagecloud.io/eng/2016/06/22/monitoring-tunin...</a></p>
]]></description><pubDate>Fri, 21 Apr 2017 15:45:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=14166572</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=14166572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14166572</guid></item><item><title><![CDATA[Tsuru PaaS releases Swarm support]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.tsuru.io/tsuru-1-2-0-released-introducing-swarm-and-docker-machine-support-d39b4200d69b">https://blog.tsuru.io/tsuru-1-2-0-released-introducing-swarm-and-docker-machine-support-d39b4200d69b</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14097408">https://news.ycombinator.com/item?id=14097408</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 12 Apr 2017 13:26:48 +0000</pubDate><link>https://blog.tsuru.io/tsuru-1-2-0-released-introducing-swarm-and-docker-machine-support-d39b4200d69b</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=14097408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14097408</guid></item><item><title><![CDATA[New comment by andrestc in "Go 1.8.1 is released"]]></title><description><![CDATA[
<p>Don't feed the trolls</p>
]]></description><pubDate>Fri, 07 Apr 2017 20:06:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=14063093</link><dc:creator>andrestc</dc:creator><comments>https://news.ycombinator.com/item?id=14063093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14063093</guid></item></channel></rss>