Live data from Hacker News

Learn the Command Line

codecademy.com

1–10 of 110 posts

Re: Learn the Command Line

#7
post #2

Do you really have to create an account to even see the first exercise? How times have changed at CodeCademy.

We teach things like bash by assigning each user to a virtualized Linux server. That gets really expensive and hard to manage when you give one to every anonymous user who hits the site (especially when our courses pop up on sites like HN). With that said, I have been wanting to change the UI to be less intrusive, so you can better see what you're signing up for.

Re: Learn the Command Line

#8
post #2

Do you really have to create an account to even see the first exercise? How times have changed at CodeCademy.

We teach things like bash by assigning each user to a virtualized Linux server. That gets really expensive and hard to manage when you give one to every anonymous user who hits the site (especially when our courses pop up on sites like HN). With that said, I have been wanting to change the UI to be less intrusive, so you can better see what you're signing up for.

Seems like a good use-case for docker

Re: Learn the Command Line

#9
post #8

Earlier quoted context omitted.

We teach things like bash by assigning each user to a virtualized Linux server. That gets really expensive and hard to manage when you give one to every anonymous user who hits the site (especially when our courses pop up on sites like HN). With that said, I have been wanting to change the UI to be less intrusive, so you can better see what you're signing up for.

Seems like a good use-case for docker

I think that's how tutorialspoint does it:

http://www.tutorialspoint.com/execute_bash_online.php

Post reply on HN