<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: sylvinus</title><link>https://news.ycombinator.com/user?id=sylvinus</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 17:12:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sylvinus" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sylvinus in "Agent VM – Lima VMs for local agents and more"]]></title><description><![CDATA[
<p>I'm using this as my main way to run Claude & others, it's just a shell wrapper but it provides a lot of niceties and a pretty good developer experience in a single command line. Curious to have feedbacks on it!</p>
]]></description><pubDate>Sun, 08 Mar 2026 20:59:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47301381</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=47301381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47301381</guid></item><item><title><![CDATA[Agent VM – Lima VMs for local agents and more]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/sylvinus/agent-vm">https://github.com/sylvinus/agent-vm</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47301380">https://news.ycombinator.com/item?id=47301380</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 08 Mar 2026 20:59:22 +0000</pubDate><link>https://github.com/sylvinus/agent-vm</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=47301380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47301380</guid></item><item><title><![CDATA[New comment by sylvinus in "Oxide raises $200M Series C"]]></title><description><![CDATA[
<p>Love Oxide and what they're building, but I'm not sure raising even more VC money is the way to build a generational company. Quite the opposite? With money you don't need, you're trading faster growth for more dependencies on third parties that will seek a ROI eventually?</p>
]]></description><pubDate>Tue, 10 Feb 2026 14:58:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46960519</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=46960519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46960519</guid></item><item><title><![CDATA[New comment by sylvinus in "Sandboxing AI Agents in Linux"]]></title><description><![CDATA[
<p>This is the way to go! On my side I've build a very small `claude-vm` wrapper to run each instance in a VM with Lima: <a href="https://github.com/sylvinus/agent-vm" rel="nofollow">https://github.com/sylvinus/agent-vm</a></p>
]]></description><pubDate>Tue, 03 Feb 2026 22:04:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46877975</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=46877975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46877975</guid></item><item><title><![CDATA[New comment by sylvinus in "France dumps Zoom and Teams as Europe seeks digital autonomy from the US"]]></title><description><![CDATA[
<p>We do support the foundation: <a href="https://www.numerique.gouv.fr/sinformer/espace-presse/dinum-soutien-fondation-matrixorg/" rel="nofollow">https://www.numerique.gouv.fr/sinformer/espace-presse/dinum-...</a></p>
]]></description><pubDate>Tue, 03 Feb 2026 21:57:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46877898</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=46877898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46877898</guid></item><item><title><![CDATA[New comment by sylvinus in "France dumps Zoom and Teams as Europe seeks digital autonomy from the US"]]></title><description><![CDATA[
<p>Exactly, we do have private forges we build and deploy from.</p>
]]></description><pubDate>Tue, 03 Feb 2026 21:56:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46877892</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=46877892</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46877892</guid></item><item><title><![CDATA[Show HN: A single command to run Claude Code inside Lima VMs]]></title><description><![CDATA[
<p>I am very afraid to run claude (or even npm) on my host system. It is a security incident waiting to happen.<p>To fix that but still keep the friendly developer experience of just typing a single command in the folder I want to work on, I wrote a simple script that allows one to run "claude-vm" anywhere, with the local folder mounted but a fully isolated VM.<p>As bonuses, I added Chrome MCP, Docker, and an easy way to customize the base VM or its folder-specific runtime copy.<p>It's not much, but it's been pretty valuable to me so I may as well share it! Feedbacks welcome.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46799410">https://news.ycombinator.com/item?id=46799410</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 28 Jan 2026 18:18:54 +0000</pubDate><link>https://github.com/sylvinus/agent-vm</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=46799410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46799410</guid></item><item><title><![CDATA[New comment by sylvinus in "ClickHouse raises $350M Series C"]]></title><description><![CDATA[
<p>ClickHouse has native support for sampling <a href="https://clickhouse.com/docs/sql-reference/statements/select/sample" rel="nofollow">https://clickhouse.com/docs/sql-reference/statements/select/...</a></p>
]]></description><pubDate>Thu, 29 May 2025 17:17:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44128103</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=44128103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44128103</guid></item><item><title><![CDATA[New comment by sylvinus in "France Endorses UN Open Source Principles"]]></title><description><![CDATA[
<p>Facts (and code) are following. We're building a fully open source workspace (<a href="https://lasuite.numerique.gouv.fr/en" rel="nofollow">https://lasuite.numerique.gouv.fr/en</a>) among other ambitious initiatives (<a href="https://beta.gouv.fr/" rel="nofollow">https://beta.gouv.fr/</a>).<p>The turmoil caused by the two contracts you mention also prove that the new normal has already shifted towards open source. It's a slow process, but it's undeniable that we are making progress.</p>
]]></description><pubDate>Mon, 19 May 2025 07:01:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44027150</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=44027150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44027150</guid></item><item><title><![CDATA[New comment by sylvinus in "Docs – Open source alternative to Notion or Outline"]]></title><description><![CDATA[
<p>AFAIK, there are lots of contributions from developers in the French government to the Grist open source repository. We also deploy it, we have instances running in various government agencies.<p>For Docs, we bootstrapped the repository ourselves on top of Django, Next.js, BlockNote.js, Y.js and many others. We welcome contributions!</p>
]]></description><pubDate>Sun, 16 Mar 2025 23:03:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43383415</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=43383415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43383415</guid></item><item><title><![CDATA[New comment by sylvinus in "Docs – Open source alternative to Notion or Outline"]]></title><description><![CDATA[
<p>Well I think that most of our users have never typed a "[" character... So for them, Markdown is definitely complex :)</p>
]]></description><pubDate>Sun, 16 Mar 2025 21:54:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43382809</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=43382809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43382809</guid></item><item><title><![CDATA[New comment by sylvinus in "Docs – Open source alternative to Notion or Outline"]]></title><description><![CDATA[
<p>Indeed, Docs is already available both in English and German :)<p>AFAIK we took a lot of inspiration from Gov.uk and 18F/USDS (RIP), at least for digital services. You can look at <a href="https://beta.gouv.fr/" rel="nofollow">https://beta.gouv.fr/</a></p>
]]></description><pubDate>Sun, 16 Mar 2025 21:07:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43382324</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=43382324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43382324</guid></item><item><title><![CDATA[New comment by sylvinus in "Docs – Open source alternative to Notion or Outline"]]></title><description><![CDATA[
<p>Hey. A few developers from the team are on HN and will be happy to answer any questions here!<p>We also made a small scratchpad you can use to test collaboration features, if it doesn't get too flooded :)
<a href="https://docs.numerique.gouv.fr/docs/a3f0becc-f2b7-45be-a5e5-bf6c9d984820/" rel="nofollow">https://docs.numerique.gouv.fr/docs/a3f0becc-f2b7-45be-a5e5-...</a></p>
]]></description><pubDate>Sun, 16 Mar 2025 18:05:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43380899</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=43380899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43380899</guid></item><item><title><![CDATA[New comment by sylvinus in "Docs – Open source alternative to Notion or Outline"]]></title><description><![CDATA[
<p>Not really a database, but I've made a prototype integration of Docs with IronCalc:
<a href="https://github.com/suitenumerique/docs/pull/466" rel="nofollow">https://github.com/suitenumerique/docs/pull/466</a><p>This could also take the form of a custom block that you could embed in a text document.</p>
]]></description><pubDate>Sun, 16 Mar 2025 18:00:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43380874</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=43380874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43380874</guid></item><item><title><![CDATA[New comment by sylvinus in "Docs – Open source alternative to Notion or Outline"]]></title><description><![CDATA[
<p>Our primary target is indeed larger organizations but we're working on one-click deployment solutions and an all-in-one container.</p>
]]></description><pubDate>Sun, 16 Mar 2025 17:58:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43380859</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=43380859</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43380859</guid></item><item><title><![CDATA[New comment by sylvinus in "Busy Status Bar"]]></title><description><![CDATA[
<p>The Ulanzi TC001 is a great, cheap piece of hardware. I found a second-hand one for $20 and flashed it via USB with <a href="https://github.com/lubeda/EspHoMaTriXv2">https://github.com/lubeda/EspHoMaTriXv2</a>, a more practical firmware if you already have a bunch of ESPHome devices at home.</p>
]]></description><pubDate>Tue, 15 Oct 2024 07:44:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=41845928</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=41845928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41845928</guid></item><item><title><![CDATA[New comment by sylvinus in "Is ClickHouse Moving Away from Open Source?"]]></title><description><![CDATA[
<p>I don't know him but most of his GitHub activity seems to be contributing to the ClickHouse ecosystem, including popular projects like this one: <a href="https://github.com/Altinity/clickhouse-operator">https://github.com/Altinity/clickhouse-operator</a><p>My point is just that he doesn't appear to be someone complaining and not contributing.</p>
]]></description><pubDate>Fri, 22 Sep 2023 12:08:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=37610924</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=37610924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37610924</guid></item><item><title><![CDATA[New comment by sylvinus in "Is ClickHouse Moving Away from Open Source?"]]></title><description><![CDATA[
<p>AFAIK, the author is indeed trying to contribute back, that is the whole point: <a href="https://github.com/ClickHouse/ClickHouse/issues/54644">https://github.com/ClickHouse/ClickHouse/issues/54644</a></p>
]]></description><pubDate>Fri, 22 Sep 2023 10:48:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=37610376</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=37610376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37610376</guid></item><item><title><![CDATA[New comment by sylvinus in "Is ClickHouse Moving Away from Open Source?"]]></title><description><![CDATA[
<p>There's a kind of survivorship bias here! I'm sure that if Altinity (or others) weren't forced to do RFCs on GitHub like the one mentioned in this article that get low/no attention from the core team, they would be in the top committers :)</p>
]]></description><pubDate>Fri, 22 Sep 2023 10:04:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=37610090</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=37610090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37610090</guid></item><item><title><![CDATA[Defold: Lua game engine for web and mobile]]></title><description><![CDATA[
<p>Article URL: <a href="https://defold.com/">https://defold.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37495640">https://news.ycombinator.com/item?id=37495640</a></p>
<p>Points: 64</p>
<p># Comments: 67</p>
]]></description><pubDate>Wed, 13 Sep 2023 12:08:47 +0000</pubDate><link>https://defold.com/</link><dc:creator>sylvinus</dc:creator><comments>https://news.ycombinator.com/item?id=37495640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37495640</guid></item></channel></rss>