<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: mgdev</title><link>https://news.ycombinator.com/user?id=mgdev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 16:18:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mgdev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mgdev in "S3 Files"]]></title><description><![CDATA[
<p>Once upon a time S3 used to cache small objects in their keymap layer, which IIRC had a similar threshold. I assume whatever new caching layer they added is piggybacking that.<p>This keeps the new caching layer simple and take advantage of the existing caching. If they went any bigger they'd likely need to rearchitect parts of the keymap or underlying storage layer to accommodate, or else face unpredictable TCO.</p>
]]></description><pubDate>Wed, 08 Apr 2026 14:01:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47690352</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=47690352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47690352</guid></item><item><title><![CDATA[New comment by mgdev in "Clawdbot - open source personal AI assistant"]]></title><description><![CDATA[
<p>One thing you can try is powering Clawdbot with a local model. My company recently wrote[0] about it.<p>Unclear what kind of quality you'll get out of it, but since the tokens are all local, kinda doesn't matter if it burns through 10x more for the same outcome.<p>[0]:<a href="https://www.docker.com/blog/clawdbot-docker-model-runner-private-personal-ai/" rel="nofollow">https://www.docker.com/blog/clawdbot-docker-model-runner-pri...</a></p>
]]></description><pubDate>Wed, 28 Jan 2026 15:08:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46796294</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=46796294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46796294</guid></item><item><title><![CDATA[New comment by mgdev in "Clawdbot - open source personal AI assistant"]]></title><description><![CDATA[
<p>I offhandedly set it up to do a weather alert every 4 hours during the big winter storm. Absent a well-specified API, I can only assume it was repeatedly doing a bunch of work to access some open API it discovered.<p>Very much the LLM equivalent of “to bake an apple pie you must first invent the universe”.<p>To its credit, it did a great job.</p>
]]></description><pubDate>Tue, 27 Jan 2026 11:44:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46778720</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=46778720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46778720</guid></item><item><title><![CDATA[New comment by mgdev in "Clawdbot - open source personal AI assistant"]]></title><description><![CDATA[
<p>This thing is cool except:<p>1) It chews through tokens. If you're on a metered API plan I would avoid it. I've spent $300+ on this just in the last 2 days, doing what I perceived to be fairly basic tasks.<p>2) It's terrifying. No directory sandboxing, etc. On one hand, it's cool that this thing can modify anything on my machine that I can. On the other, it's terrifying that it can modify anything on my machine that I can.<p>That said, some really nice things that make this "click":<p>1) Dynamic skill creation is awesome.<p>2) Having the ability to schedule recurring and one-time tasks makes it terribly convenient.<p>3) Persistent agents with remote messaging makes it really feel like an assistant.</p>
]]></description><pubDate>Mon, 26 Jan 2026 13:10:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46765197</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=46765197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46765197</guid></item><item><title><![CDATA[New comment by mgdev in "X blames users for Grok-generated CSAM; no fixes announced"]]></title><description><![CDATA[
<p>It's the perfect honeypot.</p>
]]></description><pubDate>Mon, 05 Jan 2026 19:40:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46503677</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=46503677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46503677</guid></item><item><title><![CDATA[New comment by mgdev in "Linux gamers on Steam cross over the 3% mark"]]></title><description><![CDATA[
<p>After 20+ years with Apple, I'm 90% on Linux at this point.<p>Two desktops, two AI workstations, two laptops, and a handheld. Even my wife is running Linux.<p>My personal phone and work laptop are the last holdouts.</p>
]]></description><pubDate>Wed, 05 Nov 2025 03:46:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45818772</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=45818772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45818772</guid></item><item><title><![CDATA[New comment by mgdev in "Amazon Demands Perplexity Stop AI Agent from Making Purchases"]]></title><description><![CDATA[
<p>Very simple. Undermines their ad business - which is their fastest-growing profitable business.</p>
]]></description><pubDate>Wed, 05 Nov 2025 03:30:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45818675</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=45818675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45818675</guid></item><item><title><![CDATA[New comment by mgdev in "Zig's New Async I/O"]]></title><description><![CDATA[
<p>Hear hear. Elixir is a dream for this kind of stuff. But it requires very different decisions "all the way down" to make it work outside of BEAM. And BEAM itself feels heavy to most systems devs.<p>(IMO it's not for many use cases, and to the extent it is I'm happy to see things like AtomVM start to address it.)<p>I'm just happy I can use Elixir + Zig for NIFs.</p>
]]></description><pubDate>Fri, 31 Oct 2025 14:53:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45772626</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=45772626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45772626</guid></item><item><title><![CDATA[New comment by mgdev in "Nvidia DGX Spark: When benchmark numbers meet production reality"]]></title><description><![CDATA[
<p>Yes. Obvious to anyone who writes AI garbage all day.</p>
]]></description><pubDate>Mon, 27 Oct 2025 01:47:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45716578</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=45716578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45716578</guid></item><item><title><![CDATA[New comment by mgdev in "Nvidia DGX Spark: When benchmark numbers meet production reality"]]></title><description><![CDATA[
<p>That makes zero sense.</p>
]]></description><pubDate>Mon, 27 Oct 2025 01:47:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45716575</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=45716575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45716575</guid></item><item><title><![CDATA[New comment by mgdev in "GitHub will prioritize migrating to Azure over feature development"]]></title><description><![CDATA[
<p>This is, as they say, "The beginning of the end."</p>
]]></description><pubDate>Wed, 08 Oct 2025 16:23:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45517880</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=45517880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45517880</guid></item><item><title><![CDATA[New comment by mgdev in "A message from Intel CEO Lip-Bu Tan to all company employees"]]></title><description><![CDATA[
<p>Alyssa Henry is former AWS, and an absolute monster of a leader.</p>
]]></description><pubDate>Sat, 09 Aug 2025 01:44:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44843399</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=44843399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44843399</guid></item><item><title><![CDATA[New comment by mgdev in "You Are in a Box"]]></title><description><![CDATA[
<p>I was trying to be ironical.</p>
]]></description><pubDate>Wed, 16 Jul 2025 00:03:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44577255</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=44577255</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44577255</guid></item><item><title><![CDATA[New comment by mgdev in "You Are in a Box"]]></title><description><![CDATA[
<p>it's pretentiousness thinly disguised as modesty.<p>trust me.</p>
]]></description><pubDate>Mon, 14 Jul 2025 16:05:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44561775</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=44561775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44561775</guid></item><item><title><![CDATA[New comment by mgdev in "The jank programming language"]]></title><description><![CDATA[
<p>You are right, it is a good litmus test.<p>I suppose it depends on which battle you’re choosing to fight.<p>When I enter such orgs, I join to fix the org. And I want every tool at my disposal to do it.<p>I love turnarounds. But they require careful management of energy. So if I have an opportunity to convince someone to change a name now, it saves me a bunch of energy later.<p>FWIW, I learned this while getting both React and Clojure approved for internal use at a Fortune 100 co. Took me weeks. Both had problematic licensing issues, both of which could have been avoided if the authors had spent 10 extra minutes clarifying a few small things a few years before.</p>
]]></description><pubDate>Thu, 10 Jul 2025 18:03:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44523779</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=44523779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44523779</guid></item><item><title><![CDATA[New comment by mgdev in "Linda Yaccarino is leaving X"]]></title><description><![CDATA[
<p>Profitable operations, doubling previous adjusted EBITDA. [0]<p>While not a yet an ROI-positive takeover, on an incredible valuation growth trajectory from the post-acquisition low. Likely to be positive the minute xAI meaningfully monetizes Grok. [1]<p>Gains strategic access to global training data, and real-time human sentiment. [2]<p>Incredible built-in distribution for new AI-powered products. [3]<p>Literally tipped the scales in an election, a role typically reserved for traditional media companies. [4]<p>Yes, a total failure of a business. /s<p>[0]:<a href="https://x.com/Austen/status/1887363437518270757" rel="nofollow">https://x.com/Austen/status/1887363437518270757</a><p>[1]:<a href="https://techcrunch.com/2025/04/12/the-xai-x-merger-is-a-good-deal-if-youre-betting-on-musks-empire/" rel="nofollow">https://techcrunch.com/2025/04/12/the-xai-x-merger-is-a-good...</a><p>[2]:<a href="https://www.reuters.com/technology/elon-musk-says-xai-will-use-public-tweets-ai-model-training-2023-07-14/" rel="nofollow">https://www.reuters.com/technology/elon-musk-says-xai-will-u...</a><p>[3]:<a href="https://digiday.com/marketing/with-600-million-users-xs-linda-yaccarino-doubles-down-on-dismissing-journalism/" rel="nofollow">https://digiday.com/marketing/with-600-million-users-xs-lind...</a><p>[4]:<a href="https://techcrunch.com/2024/02/07/x-formerly-twitter-becomes-no-1-app-on-u-s-app-store-on-news-of-tucker-carlson-putin-interview/" rel="nofollow">https://techcrunch.com/2024/02/07/x-formerly-twitter-becomes...</a></p>
]]></description><pubDate>Thu, 10 Jul 2025 15:43:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44522271</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=44522271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44522271</guid></item><item><title><![CDATA[New comment by mgdev in "The jank programming language"]]></title><description><![CDATA[
<p>My company had what was at the time one of the largest Slack enterprise contracts. You have no idea what internal corporate battles we had to face to get our higher-ups to take us seriously at every stage of adoption, and ultimately roll it out en masse. Slack succeeded in enterprise in spite of its name, not because of it. The actual product was phenomenal, relative to alternatives.</p>
]]></description><pubDate>Thu, 10 Jul 2025 13:48:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44521059</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=44521059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44521059</guid></item><item><title><![CDATA[New comment by mgdev in "The jank programming language"]]></title><description><![CDATA[
<p>Yes, when you have the notoriety, distribution, and reputation-for-insults that Linus does, you can get away with things like that, because you're selling into a culture that already understands the "joke".</p>
]]></description><pubDate>Thu, 10 Jul 2025 13:43:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44520991</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=44520991</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44520991</guid></item><item><title><![CDATA[New comment by mgdev in "The jank programming language"]]></title><description><![CDATA[
<p>I know a little about getting large companies to use unknown and "risky" tech. I've done it a number of times (including one I'm especially proud[0] of, and that is relevant given the Clojure connection), and built more than one billion-dollar product doing so.<p>Names have incredible power, positive or negative, when something is in its infancy.<p>At the start, when it's just you, and maybe one other person, and maybe one more than that... and your entire effort is just a wisp of what it could one day be, all it takes is some random fly-by-night architect (or even project manager) walking by, hearing the name, and saying, "No way am I letting something called jank touch this project," and shutting it down. The ol' swoop-and-poop, but for incredibly understandable reasons: corporate drones are superstitious.<p>Now... if, as a matter of culture building, you're intentionally leaning into the "jank" name, that's different. Because names have incredible power. So if you're cobbling together a cadre of crack hackers, "jank" might be exactly what you need to telegraph exactly the ethos you want to manifest.<p>But if you're just looking for a memorable name to slap on something you hope will actually get traction in any production capacity, I'd just ask that Jeaye consider if the potential benefits outweigh the risks.<p>[0]: <a href="https://www.linkedin.com/pulse/building-cloud-choosing-lisp-because-nobody-told-me-i-mason-browne/" rel="nofollow">https://www.linkedin.com/pulse/building-cloud-choosing-lisp-...</a></p>
]]></description><pubDate>Thu, 10 Jul 2025 13:39:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44520934</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=44520934</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44520934</guid></item><item><title><![CDATA[New comment by mgdev in "The jank programming language"]]></title><description><![CDATA[
<p>I love this project. I've been a sponsor on GitHub since late last year.<p>But for the love of... please pick a different name.<p>Whatever reasons companies/teams will have for not letting someone use Jank at work, don't let the name be one of them.</p>
]]></description><pubDate>Wed, 09 Jul 2025 19:03:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44513678</link><dc:creator>mgdev</dc:creator><comments>https://news.ycombinator.com/item?id=44513678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44513678</guid></item></channel></rss>