←back to thread

Ubuntu on Windows

(blog.dustinkirkland.com)
2049 points bpierre | 1 comments | | HN request time: 0s | source
Show context
matt_wulfeck ◴[] No.11391211[source]
microsoft is leveraging FOSS Linux to get Mac users. I think it's a real smart move.

The author points to using grep and Xargs and some other tools to quickly update a package. That's the key here. These bash/Linux utilities are productivy boosters for all the Linux and Mac/bsd people out there. I can't imagine living without them and they're necessary for any system I develop on (which is currently a Mac).

replies(6): >>11391411 #>>11391451 #>>11391515 #>>11392124 #>>11392170 #>>11393505 #
simonlc ◴[] No.11391411[source]
I completely agree. I only really switched to OSX because getting node tools to work on windows and cygwin is a pita.
replies(2): >>11391709 #>>11392450 #
tostitos1979 ◴[] No.11391709[source]
I've been "stuck" with a 2010 Macbook since Apple isn't refreshing it's laptop hardware soon enough. Plus I'm sick of soldered in RAM and other BS.

For devs that do heavy Linux work (but have stuck with a Mac OS for GUI/app reasons), is it time to move (back) to Windows? If so, what would be a good laptop to get at the moment?

replies(7): >>11391787 #>>11391803 #>>11391857 #>>11392064 #>>11392420 #>>11393251 #>>11394878 #
x1798DE ◴[] No.11391857{3}[source]
Why not move to Linux?
replies(1): >>11391950 #
matt_wulfeck ◴[] No.11391950{4}[source]
Just out of curiosity, what does a Linux desktop offer that's not also natively offered in Mac and also highly polished?

Every year I try a switch to Linux desktop. This year I made it as far as trying to get multiple monitors working well. I also dabbed in gaming. In the end I went back to my work=Mac game=Windows duopoly.

replies(5): >>11392134 #>>11393355 #>>11393718 #>>11394991 #>>11401124 #
1. khattam ◴[] No.11401124{5}[source]
>Just out of curiosity, what does a Linux desktop offer that's not also natively offered in Mac and also highly polished?

I use Mac OS X and this is what I miss about Linux:

- Clean package/software management and updates.

- Basic customizability without having to install 3rd party binaries from untrusted sources

- Multiple filesystem support (NTFS write not supported out of the box... needing 3rd party software... ext support has to be compiled, breaks with updates... generally PITA)

- Easy installation of software/libraries from source (generally PITA to set up toolchain to compile general cross platform open source software)

- Proper desktop environment (the one that OS X has is shit compared to Gnome)

- Proper file manager (the one that OS X has is shit compared to Nautilus)

- Up to date and standard command-line tools (The ones in OS X are old... for example check the version of unzip... they can't unpack zip files created by new zip tool)

- Better command line system wide file search (I love mlocate, the one in OS X is shit)

- Ability to run docker natively