Hacker News new | ask | show | jobs
by krschultz 4112 days ago
s/not running Windows/not running Windows or refusing to install a free VM/

5 or 6 years ago I had to have Windows to run CAD software, but I found it easier to have a virtualbox install w/ Ubuntu in it for software development than trying to write code on Windows. The performance was good enough an the usability was pretty good. I imagine it has only gotten better since then.

2 comments

One company I work with has a firewall of a certain brand. It only works with windows or a mac, you can't connect to it from a command line it needs some stupid app that you download and install just to make a VPN connection.

Not having a unix specific build system work on windows seems to be pretty much the expected behaviour. As opposed to a firewall that runs linux internally requiring windows or OS/X to talk to it...

I struggled with Cisco AnyConnect's linux client until I eventually found the open-source OpenConnect replacement. The Cisco website even detected that I ran linux and offered the linux client for download, whereupon it dutifully pushed the Windows client... The crappy linux client I did have had to come from our cloud vendor.

OpenConnect 'just worked', thankfully.

The one I'm battling is a Fisher-Price based firewall from a company called Palo-Alto. It makes the complex simple and the simple complex.
Using a VM would only work if the individual build tools themselves run under Unix. That said, no open source project owes anybody anything.
Not quite. You can map shared folders to the guest and edit the code in the VM with your favorite editor, but build it on Windows.