<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: mikeroySoft</title><link>https://news.ycombinator.com/user?id=mikeroySoft</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 08:21:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mikeroySoft" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mikeroySoft in "Show HN: Claudraband – Claude Code for the Power User"]]></title><description><![CDATA[
<p>License? I see none listed in the repo.</p>
]]></description><pubDate>Sun, 12 Apr 2026 20:12:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47743945</link><dc:creator>mikeroySoft</dc:creator><comments>https://news.ycombinator.com/item?id=47743945</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47743945</guid></item><item><title><![CDATA[New comment by mikeroySoft in "VMware mouse driver for Windows 3.x"]]></title><description><![CDATA[
<p>Still VMware. “Not Supported” in this context just means it’s not continually tested.</p>
]]></description><pubDate>Sat, 27 Nov 2021 18:27:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=29362207</link><dc:creator>mikeroySoft</dc:creator><comments>https://news.ycombinator.com/item?id=29362207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29362207</guid></item><item><title><![CDATA[New comment by mikeroySoft in "VMware Fusion 11.5: Now with Container Support"]]></title><description><![CDATA[
<p>Okay, let’s talk about that.<p>That was worst moment of my career. It still leaves a sour taste in my mouth just talking about it. I loved working with those folks.<p>No one in VMware was happy about that decision, (the internal uproar was incredible...) the exec who made the call had no idea what they were doing with this. (Newer to VMware...)<p>Thank goodness the execs responsible for that have absolutely nothing to do with Fusion or Workstation now, and haven’t for some time.<p>We moved out of that group (end user computing) and into the core platform (I.e. vSphere) group in 2018 as a response, had renewed investment (vmmon engineers working on this had to stop/delay working on ESXi features to deliver our User Level Monitor changes to support the Huper-V APIs...), and new direction.<p>Frankly I couldn’t be happier with where we’re at, other than for the entire old UI team to still be with us.<p>Sore subject for me tho. They are my friends, and I had to carry on like nothing happened, or I would have been out the door just like them (and summarily sent back to Canada, I was on a visa still at the time...).<p>I opted to work my ass off internally to make sure this would never happen again, and that we had a solid plan for the future.<p>This project (vctl) as well as hyper-v mode support in Workstation, are the first fruits of that work. We’re in the right home, the team is innovating well, and our engineering and product leads are long time WS/Fusion folks.  We can’t undo the past, but we can try do our best to do the right thing for our customers. (Hence all the free .5 updates instead of paid ones for the past couple of years...)<p>Dell doesn’t get in the way. At all. Ever. They’re wholly uninterested in our tiny business.<p>And yah, it’s harder and harder to support older version of macOS when Apple is so aggressively making kernel level changes that we have to engineer for.<p>We’ll be supporting hypervisor.framework soon (tech preview after 10.16 beta drops). We also have ESXi on ARM, incidentally engineered with the original engineer for Fusion, so we’re ready if that happens. We’ve seen no sign of Apple giving up on x86 tho (for real...)</p>
]]></description><pubDate>Sat, 06 Jun 2020 18:03:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=23441054</link><dc:creator>mikeroySoft</dc:creator><comments>https://news.ycombinator.com/item?id=23441054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23441054</guid></item><item><title><![CDATA[New comment by mikeroySoft in "VMware Fusion 11.5: Now with Container Support"]]></title><description><![CDATA[
<p>Startup and build performance of containers are both expected to be slower than docker, but it varies by how much. Mostly a byproduct of  limitations with 9pfs and multi-threading, and we're working on it.<p>Once running in a vmx process it consumes only as much memory as it needs, with a configurable upper limit, whereas docker reserves 3GB off the bat by default.  So a bare nginx container will eat up like 250MB of memory, but in DD it's a part of the already consumed 3gb.<p>We haven't finished our more exhaustive testing just yet, but we think it should result in better battery life.<p>That said, we don't have compose support yet. It's something we're working on in a way that we're hoping goes a little beyond the spec that we're seeing today.</p>
]]></description><pubDate>Sat, 06 Jun 2020 00:59:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=23435826</link><dc:creator>mikeroySoft</dc:creator><comments>https://news.ycombinator.com/item?id=23435826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23435826</guid></item><item><title><![CDATA[New comment by mikeroySoft in "VMware Fusion 11.5: Now with Container Support"]]></title><description><![CDATA[
<p>That wasn't the intended use case, but it might be possible. I haven't tried personally, but if someone attempts something like that and they run into a blocker I can certainly take a look.</p>
]]></description><pubDate>Sat, 06 Jun 2020 00:49:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=23435750</link><dc:creator>mikeroySoft</dc:creator><comments>https://news.ycombinator.com/item?id=23435750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23435750</guid></item><item><title><![CDATA[New comment by mikeroySoft in "VMware Fusion 11.5: Now with Container Support"]]></title><description><![CDATA[
<p>Using the -p flag tells the vmnet to create a NAT rule, and yes only the Pro license can do that, but you can still fire up the container on the local vmnet.<p>So the way vctl works is that it launches a new VM for each container, so the container gets a dedicated internal IP address on a newly created VMnet. So like a 172.x.x.x or 192.168.x.x, and you just access the port directly from the host mac.  The -p would make the VM's port reachable via the host's IP address.<p>In your vctl command, just omit the -p flag + value and it should spin it up.  Then run vctl ps to see the IP of the appliance vm.  You would then access it from the host Mac via the vm's IP, like: 192.168.243.130:1234</p>
]]></description><pubDate>Fri, 05 Jun 2020 23:44:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=23435273</link><dc:creator>mikeroySoft</dc:creator><comments>https://news.ycombinator.com/item?id=23435273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23435273</guid></item></channel></rss>