<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: Replies to Uptrenda</title><link>https://news.ycombinator.com/threads?id=Uptrenda</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 15:28:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/replies?id=Uptrenda" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Asmod4n in "Epoll vs. io_uring in Linux"]]></title><description><![CDATA[
<p>The main reason why it gets disabled is fixed now, the latest RC got cBPF support and as such you can restrict what OPs can be run now instead of just fully disabling it.</p>
]]></description><pubDate>Sun, 21 Jun 2026 05:15:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48615893</link><dc:creator>Asmod4n</dc:creator><comments>https://news.ycombinator.com/item?id=48615893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48615893</guid></item><item><title><![CDATA[New comment by Cloudef in "Epoll vs. io_uring in Linux"]]></title><description><![CDATA[
<p>Quite depends, I had times when my posix emulation of io_uring (with poll, not epoll) was faster than io_uring. For large zero-copy buffers, io_uring is king however. Also io_uring is useful even for non asynchronous IO as it can implement chain of operations as single atomic operation (mkdir + open it for example).<p>For something like networking, if you are maximizing packets per second, you'll hit kernel limits[1] very quickly and instead have to start leveraging features like GSO/GRO or completely bypass the network stack.<p>1: <a href="https://github.com/axboe/liburing/discussions/1346" rel="nofollow">https://github.com/axboe/liburing/discussions/1346</a></p>
]]></description><pubDate>Sun, 21 Jun 2026 03:02:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48615285</link><dc:creator>Cloudef</dc:creator><comments>https://news.ycombinator.com/item?id=48615285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48615285</guid></item><item><title><![CDATA[New comment by csdreamer7 in "Epoll vs. io_uring in Linux"]]></title><description><![CDATA[
<p>RHEL 9 and 10 now fully support io_uring by default. It is very recent, but this covers a lot of corporate Linux installs. Gemini 'said' Ubuntu and SuSE support it as well, but did not provide any links to prove it.<p><a href="https://access.redhat.com/solutions/4723221" rel="nofollow">https://access.redhat.com/solutions/4723221</a><p>Go should reconsider support. They should have a 'go' at it.</p>
]]></description><pubDate>Sun, 21 Jun 2026 01:23:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48614774</link><dc:creator>csdreamer7</dc:creator><comments>https://news.ycombinator.com/item?id=48614774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48614774</guid></item><item><title><![CDATA[New comment by omcnoe in "Epoll vs. io_uring in Linux"]]></title><description><![CDATA[
<p>For a project like Go, wouldn't it be an option to do one-time iouring feature detection in the runtime startup? Exploits are an issue for the entire OS, not the program choosing to use iouring, yeah?</p>
]]></description><pubDate>Sun, 21 Jun 2026 01:11:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48614711</link><dc:creator>omcnoe</dc:creator><comments>https://news.ycombinator.com/item?id=48614711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48614711</guid></item><item><title><![CDATA[New comment by happyPersonR in "Epoll vs. io_uring in Linux"]]></title><description><![CDATA[
<p>Any kind of poll mode networking:<p>Rdma, dpdk, io_uring it’s really kind of up to the user to do the memory isolation<p>In io_urings case tho, you can’t do much because the rings are in the kernel.<p>I’m hopeful though that with Llm things will get better.<p>But it’s just hard problem to solve .
Very difficult to do in the kernel itself, and folks don’t really even understand tuning for it.</p>
]]></description><pubDate>Sun, 21 Jun 2026 00:31:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48614480</link><dc:creator>happyPersonR</dc:creator><comments>https://news.ycombinator.com/item?id=48614480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48614480</guid></item><item><title><![CDATA[New comment by devin in "Ask HN: Will programmers write more efficient code during the memory shortage?"]]></title><description><![CDATA[
<p>I can refer you to some documentation on the topic. ;)</p>
]]></description><pubDate>Fri, 19 Jun 2026 23:01:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48604308</link><dc:creator>devin</dc:creator><comments>https://news.ycombinator.com/item?id=48604308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48604308</guid></item><item><title><![CDATA[New comment by matthewbarras in "Show HN: FablePool – pool money behind a prompt, and Fable builds it in public"]]></title><description><![CDATA[
<p>there's a job going if you fancy it... pool steersman</p>
]]></description><pubDate>Fri, 12 Jun 2026 00:32:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48498334</link><dc:creator>matthewbarras</dc:creator><comments>https://news.ycombinator.com/item?id=48498334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48498334</guid></item><item><title><![CDATA[New comment by byzantinegene in "OpenAI mulls slashing prices as it competes with Anthropic for users"]]></title><description><![CDATA[
<p>you're not a corporation, corporations are price-sensitive and the decision-makers are typically not the end-users.</p>
]]></description><pubDate>Thu, 11 Jun 2026 09:22:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48488108</link><dc:creator>byzantinegene</dc:creator><comments>https://news.ycombinator.com/item?id=48488108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48488108</guid></item><item><title><![CDATA[New comment by mentalgear in "OpenAI mulls slashing prices as it competes with Anthropic for users"]]></title><description><![CDATA[
<p>And openAI's discounts are not enforcing that it is a quality product.</p>
]]></description><pubDate>Thu, 11 Jun 2026 06:49:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48487095</link><dc:creator>mentalgear</dc:creator><comments>https://news.ycombinator.com/item?id=48487095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48487095</guid></item><item><title><![CDATA[New comment by philipwhiuk in "Show HN: Gitdot – A better GitHub. Open-source, written in Rust"]]></title><description><![CDATA[
<p>Be honest and transparent about who you are what you have and what you did. If it took you a year of solid development, it'll probably look like it did. If it took you 15 minutes in Claude... well it probably looks like it did too.<p>If you are YC backed then say "YC Winter 2026" or whatever in your title frankly - people will work it out anyway.<p>They said it was a better GitHub, which is a very high bar (despite the regular complaints about GitHub). They also said it was anti-AI, despite it being vibe-coded.<p>Also, know your competitive space. Posting on HN is like pitching - not knowing about your competitors is not really going to work - you need an answer for, for example, why someone picks Gitdot over SourceHut.</p>
]]></description><pubDate>Tue, 09 Jun 2026 12:41:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48460350</link><dc:creator>philipwhiuk</dc:creator><comments>https://news.ycombinator.com/item?id=48460350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48460350</guid></item><item><title><![CDATA[New comment by ericyd in "Show HN: Gitdot – A better GitHub. Open-source, written in Rust"]]></title><description><![CDATA[
<p>If you aren't willing to be ripped apart then posting isn't the right move, simple as that. Public critique is part of sharing your work in any space, HN included.</p>
]]></description><pubDate>Tue, 09 Jun 2026 11:48:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48459851</link><dc:creator>ericyd</dc:creator><comments>https://news.ycombinator.com/item?id=48459851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48459851</guid></item><item><title><![CDATA[New comment by tuxxin in "The complete IPv4 address space, mapped"]]></title><description><![CDATA[
<p>Yes, currently 12 POP's. See worldip.io/infrastructure</p>
]]></description><pubDate>Tue, 09 Jun 2026 04:28:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48456405</link><dc:creator>tuxxin</dc:creator><comments>https://news.ycombinator.com/item?id=48456405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48456405</guid></item><item><title><![CDATA[New comment by chris_money202 in "Claude Code as a Daily Driver: Claude.md, Skills, Subagents, Plugins, and MCPs"]]></title><description><![CDATA[
<p>I agree, I find that just telling claude to use the CLIs I would have used anyway in the prompt works just fine. Use gh to do X, use az to do Y, build using Z. The harness handles the rest. All these MCPs, Skills, plugins, etc are just noise</p>
]]></description><pubDate>Wed, 27 May 2026 13:03:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48293652</link><dc:creator>chris_money202</dc:creator><comments>https://news.ycombinator.com/item?id=48293652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48293652</guid></item><item><title><![CDATA[New comment by 0xpgm in "-​-dangerously-skip-reading-code"]]></title><description><![CDATA[
<p>Still more to come I think. Until all the major AI companies IPO starting this year.</p>
]]></description><pubDate>Sun, 24 May 2026 12:20:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48256684</link><dc:creator>0xpgm</dc:creator><comments>https://news.ycombinator.com/item?id=48256684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48256684</guid></item></channel></rss>