<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: mog_dev</title><link>https://news.ycombinator.com/user?id=mog_dev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 03:42:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mog_dev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mog_dev in "I was recently diagnosed with anti-NMDA receptor encephalitis"]]></title><description><![CDATA[
<p>You write all these so confidently I hope you are ready for your nobel prize</p>
]]></description><pubDate>Thu, 04 Jun 2026 12:09:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48397510</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=48397510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48397510</guid></item><item><title><![CDATA[New comment by mog_dev in "Germany Overtakes US in Ammunition Production Capacity"]]></title><description><![CDATA[
<p>The US did not "pick up" Europe's defense bill out of charity. It ran a garrison empire because forward bases served American interests: containing Russia, projecting power, locking allies into US weapons. European welfare states are funded by European taxes, not Pentagon largesse. Defense is nowhere the "largest expense" of any developed country, pensions and healthcare are. Europe rearming is overdue, but the right framing is strategic autonomy from an unreliable partner, not a wayward teenager finally paying rent.</p>
]]></description><pubDate>Wed, 29 Apr 2026 07:31:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47945198</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=47945198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47945198</guid></item><item><title><![CDATA[Building a Package Manager on Top of Meson's Wrap System]]></title><description><![CDATA[
<p>Article URL: <a href="https://collider.ee/blog/2026-03-09-2328_building_a_package_manager/">https://collider.ee/blog/2026-03-09-2328_building_a_package_manager/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47324890">https://news.ycombinator.com/item?id=47324890</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 10 Mar 2026 15:49:26 +0000</pubDate><link>https://collider.ee/blog/2026-03-09-2328_building_a_package_manager/</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=47324890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324890</guid></item><item><title><![CDATA[Building a Package Manager on Top of Meson's Wrap System]]></title><description><![CDATA[
<p>Article URL: <a href="https://collider.ee/blog/2026-03-09-2328_building_a_package_manager/">https://collider.ee/blog/2026-03-09-2328_building_a_package_manager/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47315937">https://news.ycombinator.com/item?id=47315937</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 09 Mar 2026 21:41:12 +0000</pubDate><link>https://collider.ee/blog/2026-03-09-2328_building_a_package_manager/</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=47315937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47315937</guid></item><item><title><![CDATA[New comment by mog_dev in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>I built Collider, A wrap-based package and dependency manager for Meson.<p>I needed a way to use and push my own artifacts in Meson projects. WrapDB is fine for upstream deps, but I wanted to publish my packages and depend on them with proper versioning and a lockfile, without hand-editing wrap files.<p>Collider builds on Meson’s wrap system: you declare deps in collider.json, run collider lock for reproducible installs, and push your projects as wraps to a local or HTTP repo. It’s compatible with WrapDB, so existing workflows still work: you just get a clear way to use and push your own stuff. Apache-2.0.<p><a href="https://collider.ee" rel="nofollow">https://collider.ee</a></p>
]]></description><pubDate>Mon, 09 Mar 2026 08:18:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47306151</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=47306151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47306151</guid></item><item><title><![CDATA[Show HN: Collider: A package and dependency manager for Meson (wrap-based)]]></title><description><![CDATA[
<p>I built Collider because I needed a way to use and push my own artifacts in Meson projects. WrapDB is fine for upstream deps, but I wanted to publish my packages and depend on them with proper versioning and a lockfile, without hand-editing wrap files.<p>Collider builds on Meson’s wrap system: you declare deps in collider.json, run collider lock for reproducible installs, and push your projects as wraps to a local or HTTP repo. It’s compatible with WrapDB, so existing workflows still work: you just get a clear way to use and push your own stuff. Apache-2.0.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47305598">https://news.ycombinator.com/item?id=47305598</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 09 Mar 2026 06:54:14 +0000</pubDate><link>https://collider.ee/</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=47305598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47305598</guid></item><item><title><![CDATA[Show HN: Collider, A package and dependency manager for Meson projects]]></title><description><![CDATA[
<p>Article URL: <a href="https://collider.ee/">https://collider.ee/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47298465">https://news.ycombinator.com/item?id=47298465</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 08 Mar 2026 16:13:04 +0000</pubDate><link>https://collider.ee/</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=47298465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47298465</guid></item><item><title><![CDATA[New comment by mog_dev in "PCB Tracer"]]></title><description><![CDATA[
<p>Firefox not supported?</p>
]]></description><pubDate>Fri, 27 Feb 2026 21:21:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47185790</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=47185790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47185790</guid></item><item><title><![CDATA[New comment by mog_dev in "uBlock filter list to hide all YouTube Shorts"]]></title><description><![CDATA[
<p>If you pay for youtube, you are part of the problem</p>
]]></description><pubDate>Sat, 14 Feb 2026 22:38:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47019127</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=47019127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47019127</guid></item><item><title><![CDATA[New comment by mog_dev in "Flameshot"]]></title><description><![CDATA[
<p>Hopefully wayland support will improve</p>
]]></description><pubDate>Thu, 29 Jan 2026 20:32:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46816163</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=46816163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46816163</guid></item><item><title><![CDATA[New comment by mog_dev in "Lix – universal version control system for binary files"]]></title><description><![CDATA[
<p>I wonder if this could be used in conjunction with git for UT5 projects</p>
]]></description><pubDate>Thu, 22 Jan 2026 11:44:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46717999</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=46717999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46717999</guid></item><item><title><![CDATA[New comment by mog_dev in "Rust for C Programmers"]]></title><description><![CDATA[
<p>Content that is pre-chewed, pre-digested and pre-defecated just for us</p>
]]></description><pubDate>Sat, 17 Jan 2026 15:45:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46658937</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=46658937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46658937</guid></item><item><title><![CDATA[New comment by mog_dev in "Allow me to introduce, the Citroen C15"]]></title><description><![CDATA[
<p>My dad got rid of his C15 after driving 1 million kilometers with it (rural France)
The engine was fine surprisingly, the body was rusted to the bone though</p>
]]></description><pubDate>Sat, 10 Jan 2026 13:52:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46565741</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=46565741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46565741</guid></item><item><title><![CDATA[New comment by mog_dev in "Show HN: Learning a Language Using Only Words You Know"]]></title><description><![CDATA[
<p>How hard would it be to add new languages ?</p>
]]></description><pubDate>Fri, 19 Dec 2025 08:15:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46323468</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=46323468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46323468</guid></item><item><title><![CDATA[New comment by mog_dev in "Russia Bans Roblox"]]></title><description><![CDATA[
<p>If they get money from users in that particular country then yes.</p>
]]></description><pubDate>Thu, 04 Dec 2025 09:26:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46145544</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=46145544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46145544</guid></item><item><title><![CDATA[New comment by mog_dev in "French PM Lecornu resigns hours after forming cabinet"]]></title><description><![CDATA[
<p>That's true that populist and far right oligarchs control medias in France, hence they do manipulate voters with fearmongering and half-truths.<p>I want to separate this from a state-backed election fraud though. I would say that the election process is fair, but citizens are manipulated.</p>
]]></description><pubDate>Mon, 06 Oct 2025 12:41:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45490730</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=45490730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45490730</guid></item><item><title><![CDATA[New comment by mog_dev in "French PM Lecornu resigns hours after forming cabinet"]]></title><description><![CDATA[
<p>> Assuming they have a fair election but it certainly looks like that's 100% not going to happen.<p>Am french, what makes you say that?</p>
]]></description><pubDate>Mon, 06 Oct 2025 12:30:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45490642</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=45490642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45490642</guid></item><item><title><![CDATA[New comment by mog_dev in "Perplexity offers to buy Google Chrome for $34.5B"]]></title><description><![CDATA[
<p>Seems like a MacOS issue rather.
I've been using Firefox on Debian for 15 years and never had this issue (except a borked release here and there)</p>
]]></description><pubDate>Wed, 13 Aug 2025 13:22:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44888111</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=44888111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44888111</guid></item><item><title><![CDATA[New comment by mog_dev in "Lyon Is Replacing Windows and Microsoft Office with Linux and OnlyOffice"]]></title><description><![CDATA[
<p>Noting that onlyoffice is developed by a russian company, which attempted to hide its russian ties through shell companies.<p>The company develops its product in russia and presents itself in the Russian market as a russian company</p>
]]></description><pubDate>Thu, 31 Jul 2025 00:32:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=44741143</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=44741143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44741143</guid></item><item><title><![CDATA[New comment by mog_dev in "Lyon Is Replacing Windows and Microsoft Office with Linux and OnlyOffice"]]></title><description><![CDATA[
<p>I mean.. they survived clippy...</p>
]]></description><pubDate>Wed, 30 Jul 2025 23:27:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44740741</link><dc:creator>mog_dev</dc:creator><comments>https://news.ycombinator.com/item?id=44740741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44740741</guid></item></channel></rss>