6 ms·
I think uni labs should just focus on providing great hub access - big monitors, ethernet, wifi, disk. Students should be issued or be assumed to have laptops a
by systemtrigger 17y ago
I think uni labs should just focus on providing great hub access - big monitors, ethernet, wifi, disk. Students should be issued or be assumed to have laptops and there ought to be a tech support center. Why do colleges continue to overbuy hardware when it's clear from the outset every year how many machines and licenses are needed?
- javanix 17y agoIts hard to imagine a large group of CS majors managing to maintain a Unix desktop suitable for development when pre-class discussions in senior-level classes involve people complaining about the difficulties involved in compiling from source. I'm pretty sure most of the money saved by ditching the CS labs would go towards Unix classes and a 24/7 support hotline.
- frustrated 17y agoIn my experience, the hacker qualities of CS undergrads fall on a pretty broad spectrum. Even if the majority of students have trouble with basic Unix tasks, I'm sure there will be 5% of them who will make excellent admins. And that's more than you need.
- javanix 17y agoSo how do you propose we set things up? Most of the need for CS labs is conformity in grading/teaching. I see the appeal - both fiscal and hacker-practical - for dropping the Uni labs, but I think that forcing 95% of CS majors to rely on 5% of their peers for support would cause enough grading and deadline ("I couldn't get the package to compile in time!") arguments that both faculty and undergrads would come to hate things even more. Granted, there are obvious upsides to forcing people to learn systems other than Windows for their own use, and I think enough people would eventually adapt, but I think the initial hurdle would just be too much to overcome in a decently sized department.
- wmf 17y agoIn college I often sshed from my computer into a lab computer, so I didn't really need the physical lab. Of course, maintaining servers may cost almost as much as maintaining a lab. Maybe preconfigured VM images are the answer.
- sketerpot 17y agoPeople ssh'd into a computer are seldom using all of its power. A big multicore server with plenty of RAM can support quite a few users more economically than individual computers. This is part of the reason why people invented timesharing OSes in the first place.