Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
Editorial Programming The Internet Apple

Why Mac OS X Is Unsuitable For Web Development 831

Hugh Pickens writes "Ted Dziuba has an interesting and amusing post on how he made a big mistake when he was offered a choice for his company laptop. His options were a Lenovo Thinkpad or a MacBook Pro, and he picked the Mac, thinking it would be closer to what he was used to. So what's wrong with using the Mac as a development machine for Milo, a Python application backed by PostgreSQL and Redis? 'I've only poked around a little, but so far I've found three separate package managers for OS X: Fink, MacPorts & Homebrew,' writes Dziuba, adding that when you are older, you will understand the value of automated version dependency satisfaction. Next is that your development platform should be as close as possible to your production platform, but 'OS X and Linux have different kernels, which means different I/O & process schedulers, different file systems, and a whole host of other implementation details that you'll write off as having been abstracted away until you have your first serious encounter with "It Works On My Machine.'" Finally, he says, Textmate sucks. 'Sooner or later, you have to face facts. Man up and learn Emacs.'"
This discussion has been archived. No new comments can be posted.

Why Mac OS X Is Unsuitable For Web Development

Comments Filter:
  • by Anonymous Coward on Monday March 28, 2011 @06:00PM (#35645188)

    ...unless you expect it to let you do Linux development.

    Of course, you can dual-boot Linux on it or run it in VMWare. But you knew that, right?

  • In other news: (Score:1, Informative)

    by Anonymous Coward on Monday March 28, 2011 @06:02PM (#35645214)

    Lazy asshole gets a laptop, blogs about it. Film at 11.

  • by bitroli ( 2022550 ) on Monday March 28, 2011 @06:03PM (#35645232)

    Most projects have the binaries packed nicely, so you don't have to fiddle with fink/macports/flavor of the month.

    Different I/O and process schedulers? Oh noes! If only we had posix and libc to abstract that crap away!

    Last one is the best. I guess I didn't get the memo about textmate being forced on all mac users.

  • Cry me a river... (Score:3, Informative)

    by jwthompson2 ( 749521 ) * on Monday March 28, 2011 @06:15PM (#35645396) Homepage
    What a whiner. I use a Mac every single day for doing web development. Know how I get over the fact that I'm not deploying to a Mac in production? It's called a continuous integration (CI) and staging setup! You build your app locally and ensure the core of the test suite passes and then you push your changes up to CI where everything gets run against a test server stack that should be nearly identical to your production environment. And if the CI passes then the code get auto-deployed to the staging server for QA evaluation by the client, or other responsible party. And after they've signed off you kick-off a deployment of the code into production. And if I can't, don't want to, run CI and staging environments outside my system, I can fire up Parallels or VirtualBox and create a test environment. Boo hoo! This problem isn't remotely interesting unless you don't know what you're doing.
  • by jalefkowit ( 101585 ) <jason@jasonlef k o w i t z . c om> on Monday March 28, 2011 @06:43PM (#35645786) Homepage

    This is quite possibly the stupidest drivel I have ever read, and obviously he's an amateur programmer.

    Ted Dziuba is a co-founder of Milo.com [milo.com], which just sold to eBay for $75 million. [businessinsider.com]

    I'm guessing your leet Web skills brought in more than that last year, which is why you feel comfortable calling him an "amateur."

  • by Anonymous Coward on Monday March 28, 2011 @06:45PM (#35645814)

    Okay so you like nEdit on linux..
    ramuh ~ # uname -sr
    Darwin 10.7.0
    ramuh ~ # port -v search nedit
    nedit @5.5 (editors)
            A multi-purpose text editor for the X Window System.

    so install it?

    What doesn't it "do well" with nfs? I use automounted NFS every day on my mac..

  • Package management (Score:5, Informative)

    by jbolden ( 176878 ) on Monday March 28, 2011 @06:45PM (#35645816) Homepage

    Lets just quote a line from the article:

    I've only poked around a little, but so far I've found three separate package managers for OS X: Fink, MacPorts & Homebrew. Each is heinous in its own special way, but the fact that you have three competing package managers, that don't talk to each other has convinced me that Mac users, in the typical hipster fashion, brutally raped the Unix culture, throwing away everything that made it unique because they did not understand it.

    Lets see:
    Fink is based on Debian's apt system
    Macports is a typical BSD style port system
    Homebrew is not designed as a package management system but to allow installs of individual applications easily.

    And this one:

    I realize that if you're a Mac web developer, your deployments probably consist of ssh and git pull, but when you are older, you will understand the value of automated version dependency satisfaction. Better not tell you now, it would spoil the surprise.

    Of course the point of all 3 of them is dependency resolution.

    One of the unfortunate trends in OS X package management is the idea that the user should be compiling everything. This is being perpetrated mostly by the Homebrew package manager, whose basic building block is the formula, basically a Ruby script that tells it how to download, compile, and install the package. Well congratulations, dipshit, you've reinvented dpkg, poorly. I am simply trying to develop an application, is there a good reason why I am compiling libxml2 and all of its dependencies? What is this shit, Gentoo?

    Gentoo of course originally was trying to bring a BSD style ports system to Linux, as an alternative to the integrated .apt, .rpm culture. So it seems to me this guy might want to understand package system on Linux before he comments further.

  • Re:Emacs? (Score:3, Informative)

    by speck ( 29023 ) on Monday March 28, 2011 @08:09PM (#35646654)

    Emacs works fine for python-based web development. I don't use it myself, but there's no particular reason it wouldn't work, and AquaMacs is actually a very pleasant version of Emacs, both true to Emacs's spirit and nicely integrated with OSX. I agree that in general Emacs isn't the best tool for every job, but there is historical precedent for using it to develop a language with strong dynamic types. It's clearly not the best choice for Java-based web development (I can say that with a certain amount of experience), but that doesn't mean it's the worst choice for all web development either.

  • by Draek ( 916851 ) on Monday March 28, 2011 @10:41PM (#35647846)

    Angry much? ;)

    Besides, my point was clear: you can run Windows on any damn hardware you feel like as long as it meets its technological requirements, and the same goes for Linux, FreeBSD, FreeDOS, Minix, and pretty much every OS I can think of, even freakin' Android. Only exception? Apple's "thou shalt only use thy copy on thy Apple-branded computer" OSX.

    Now go back whence you came, angry troll, and trouble our threads no more.

Function reject.

Working...