Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Amazon Linux originally depended on CentOS... (Score 1) 71

For those that aren't in the know, Amazon Linux originally was based on CentOS, with some relatively minor, but not insignificant optimizations for AWS. CentOS was a distro meant to be compatible with Red Hat Enterprise Linux (RHEL). CentOS has been effectively discontinued, though several forks were announced. CentOS was discontinued (surprise) though it was popular. Alternatives have spun up, but they are immature at this point. Due to this, Amazon has basically been shoehorned into switching to Fedora at this point. My immediate advice is to examine whether you really need RHEL for anything at this point. RHEL isn't the huge driving force it once was. Find something that works for you and stick with it.

Comment Re: Without hacks, Rails can't run on Windows (Score 1) 71

Not really, we use a Macs primarily. Our test suite runs on a server matching the production environment. We have no use for Vagrant, our production environment is built from scratch (via a docker image) with each deploy. The build server actually allows us to easily test major OS updates. Then again we live and die by testing.

Comment Re: Who hates OOP? (Score 1) 386

To add to this, the win32 API was originally designed with C developers in mind, and in my eyes it was (and still is) a good API. Since it is an API that qualifies as code reuse does it not? I am a fan of OOP (all my work these days is in C++, C#, and Ruby), but IMO it isnâ(TM)t a necessity.

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...