<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: elitepleb</title><link>https://news.ycombinator.com/user?id=elitepleb</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 11:15:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=elitepleb" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by elitepleb in "Bridging Elixir and Python with Oban"]]></title><description><![CDATA[
<p>that's easy with <a href="https://hexdocs.pm/pythonx/Pythonx.html" rel="nofollow">https://hexdocs.pm/pythonx/Pythonx.html</a> and <a href="https://hexdocs.pm/lua/Lua.html" rel="nofollow">https://hexdocs.pm/lua/Lua.html</a> and works well too</p>
]]></description><pubDate>Thu, 19 Feb 2026 12:50:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47073211</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=47073211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47073211</guid></item><item><title><![CDATA[New comment by elitepleb in "Xmake: A cross-platform build utility based on Lua"]]></title><description><![CDATA[
<p>it has a feature to output such files, see <a href="https://github.com/xmake-io/xmake?tab=readme-ov-file#generate-ide-project-file-pluginmakefile-vs2002---vs2026--" rel="nofollow">https://github.com/xmake-io/xmake?tab=readme-ov-file#generat...</a></p>
]]></description><pubDate>Thu, 29 Jan 2026 08:45:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46807451</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=46807451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46807451</guid></item><item><title><![CDATA[New comment by elitepleb in "Xmake: A cross-platform build utility based on Lua"]]></title><description><![CDATA[
<p>the command file generator is usually last to blame for a slow compile, making it output a cmake/ninja/make project would not speed up a poorly structured compilation tree at all</p>
]]></description><pubDate>Thu, 29 Jan 2026 08:25:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46807284</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=46807284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46807284</guid></item><item><title><![CDATA[New comment by elitepleb in "WebDAV isn't dead yet"]]></title><description><![CDATA[
<p>consider versitygw or s3proxy</p>
]]></description><pubDate>Sat, 25 Oct 2025 21:23:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45707086</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=45707086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45707086</guid></item><item><title><![CDATA[New comment by elitepleb in "Forth: The programming language that writes itself"]]></title><description><![CDATA[
<p>frankly it's a miracle any of them scaled at all, such popularity mostly comes down to an arbitrary choice made decades ago by a lucky vendor instead of some grand overarching design</p>
]]></description><pubDate>Mon, 20 Oct 2025 03:45:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45640041</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=45640041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45640041</guid></item><item><title><![CDATA[New comment by elitepleb in "How AWS S3 serves 1 petabyte per second on top of slow HDDs"]]></title><description><![CDATA[
<p>Any of them will work just as well, but only with many datacenters worth of drives, which very few deployments can target.<p>It's the classic horizontal/vertical scaling trade off, that's why flash tends to be more space/cost efficient for speedy access.</p>
]]></description><pubDate>Wed, 24 Sep 2025 12:50:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45359580</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=45359580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45359580</guid></item><item><title><![CDATA[New comment by elitepleb in "About the BLOBs in Ventoy"]]></title><description><![CDATA[
<p>citation needed</p>
]]></description><pubDate>Wed, 06 Aug 2025 12:44:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44811225</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=44811225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44811225</guid></item><item><title><![CDATA[New comment by elitepleb in "Welcome to the IPv4 Games"]]></title><description><![CDATA[
<p>a simple proof of the opposite is that no one's yet to exploit any of the untaken ranges that way</p>
]]></description><pubDate>Tue, 05 Aug 2025 09:21:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44795938</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=44795938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44795938</guid></item><item><title><![CDATA[New comment by elitepleb in "Leveraging Elixir's hot code loading capabilities to modularize a monolithic app"]]></title><description><![CDATA[
<p>queued messages stay around in the mailboxes, so no state is lost, but don't get migrated/transformed/versioned via the appup mechanism, unless you opt back into it via libraries for it like <a href="https://github.com/ausimian/castle">https://github.com/ausimian/castle</a></p>
]]></description><pubDate>Sat, 12 Jul 2025 08:42:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44540380</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=44540380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44540380</guid></item><item><title><![CDATA[New comment by elitepleb in "Leveraging Elixir's hot code loading capabilities to modularize a monolithic app"]]></title><description><![CDATA[
<p>Elixir removed a jankier <a href="https://www.erlang.org/doc/apps/sasl/appup.html" rel="nofollow">https://www.erlang.org/doc/apps/sasl/appup.html</a> mechanism that defined how state is upgraded or downgraded, while watching a directory and recompiling a module automatically or manually from the repl is still common</p>
]]></description><pubDate>Sat, 12 Jul 2025 08:25:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44540291</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=44540291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44540291</guid></item><item><title><![CDATA[New comment by elitepleb in "Berry Script: lightweight embedded scripting language for microcontrollers"]]></title><description><![CDATA[
<p>This Nil is not a Null, and is only used as a sentinel value to return an error value. And unlike lua, indexing into an unasigned value will not return nil, but throw an exception like index_error.</p>
]]></description><pubDate>Tue, 08 Jul 2025 19:46:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44503371</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=44503371</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44503371</guid></item><item><title><![CDATA[New comment by elitepleb in "Berry Script: lightweight embedded scripting language for microcontrollers"]]></title><description><![CDATA[
<p>Running arbitrary user code in IOT systems safely like <a href="https://tasmota.github.io/docs/Berry/#rules" rel="nofollow">https://tasmota.github.io/docs/Berry/#rules</a><p>It's still receiving maintenance from contributors, but these sort projects reach a stable maturity and stay there for years fulfilling their use case.</p>
]]></description><pubDate>Tue, 08 Jul 2025 09:12:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44498358</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=44498358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44498358</guid></item><item><title><![CDATA[New comment by elitepleb in "Game publishers respond to Stop Killing Games claim it curtails developer choice"]]></title><description><![CDATA[
<p>There's fewer games to vote on every year, as conglomerates like Microsoft out vote your wallet a billion times over every time they buy a game studio to embrace, extend and then extinguish.</p>
]]></description><pubDate>Sun, 06 Jul 2025 15:00:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44481318</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=44481318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44481318</guid></item><item><title><![CDATA[New comment by elitepleb in "Binfmtc – binfmt_misc C scripting interface"]]></title><description><![CDATA[
<p>similar to <a href="http://www.iq0.com/duffgram/com.html" rel="nofollow">http://www.iq0.com/duffgram/com.html</a></p>
]]></description><pubDate>Sun, 08 Jun 2025 13:35:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44216914</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=44216914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44216914</guid></item><item><title><![CDATA[New comment by elitepleb in "IETF setting standards for AI preferences"]]></title><description><![CDATA[
<p>DNT: AI</p>
]]></description><pubDate>Sat, 22 Mar 2025 17:05:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43447130</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=43447130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43447130</guid></item><item><title><![CDATA[For-Profit (Creative) Software [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=I4mdMMu-3fc">https://www.youtube.com/watch?v=I4mdMMu-3fc</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43409600">https://news.ycombinator.com/item?id=43409600</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 19 Mar 2025 08:55:05 +0000</pubDate><link>https://www.youtube.com/watch?v=I4mdMMu-3fc</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=43409600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43409600</guid></item><item><title><![CDATA[New comment by elitepleb in "Migrating Away from Bcachefs"]]></title><description><![CDATA[
<p>Debian would compile dependencies with versions lower than specified in the project, reintroducing bugs that users would blame upstream for, <a href="https://www.phoronix.com/news/Debian-Orphans-Bcachefs-Tools" rel="nofollow">https://www.phoronix.com/news/Debian-Orphans-Bcachefs-Tools</a></p>
]]></description><pubDate>Thu, 23 Jan 2025 23:26:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42809113</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=42809113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42809113</guid></item><item><title><![CDATA[New comment by elitepleb in "Button Stealer"]]></title><description><![CDATA[
<p>reminds me of <a href="https://adnauseam.io/" rel="nofollow">https://adnauseam.io/</a> 's clicked ad view <a href="https://adnauseam.io/img/adnauseam_vault.png" rel="nofollow">https://adnauseam.io/img/adnauseam_vault.png</a></p>
]]></description><pubDate>Tue, 23 Jul 2024 05:13:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41042726</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=41042726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41042726</guid></item><item><title><![CDATA[New comment by elitepleb in "Xpra: Persistent Remote Applications for X11"]]></title><description><![CDATA[
<p><a href="https://github.com/kaueraal/run_scaled">https://github.com/kaueraal/run_scaled</a></p>
]]></description><pubDate>Mon, 08 Jul 2024 13:57:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=40905489</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=40905489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40905489</guid></item><item><title><![CDATA[New comment by elitepleb in "FrankenPHP: Modern PHP App Server"]]></title><description><![CDATA[
<p>this runs caddy (another famous reverse proxy) for you</p>
]]></description><pubDate>Thu, 30 May 2024 07:39:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40521146</link><dc:creator>elitepleb</dc:creator><comments>https://news.ycombinator.com/item?id=40521146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40521146</guid></item></channel></rss>