The Atom is nothing to sneeze at and should do more than fine for a SOHO fileserver, but it's not a C2D processor. The Mini as advertised here is a full blown desktop PC with all bells and whistles, and it _still_ only uses 16W idle. That's where the additional cash goes. Also, it's not easy to find a decent (80+) PSU with good efficiency in the lower watts. The PicoPSU is great, but adds another $40 plus around $40 for an adapter. Which should also be 80+ again.
Yeah, and what's with the name: Australian Federation Against Copyright Theft?
Copyright Theft? Is that where I catburgle Universal HQ and make off with the copyright papers for the latest hit artist? How can a copyright be stolen?
On the other hand, have you ever seen a Mac with a virus scanner? Sure, you can get them for free too and they're not half bad, but most users will go for brand names anyway, like Symantec or McAfee. And what about spyware scanners? The good ones are free, but is the time spent scanning for *ware free as well? You could have been doing actual work.
- Strong command line (svn, ssh, scp, grep, the entire unix command suite like diff and tail -f and tee and xargs etc)
- Very decent and free native IDE (XCode)
- My current favourite IDE for Java, IntelliJ IDEA, runs well, no crashes or slowness (though it works well on Linux and Windows, too)
- Built-in apache, native mysql, all in a server-like environment due to the BSD underpinnings
- Hard to describe and very cliche sounding, but OSX has a high get-out-of-your-face value. No big borders, no nag screens, no activation, just the apps you need
Downsides: - No TortoiseSVN (I don't mind, the command line svn and IntelliJ's built-in client are enough)
- MySQL tools are lagging behind Windows development sometimes
- Sometimes slow with the Java updates
OS's these days have to be usable by anyone, from grandma to hardcore developers. Windows solves this by going lowest common denominator on you. You can bend the OS to your will, no problem, but the nagging is always there (sure you want to open the program files folder? I mean, you could break something!!) OSX is easy enough to use for a granny as well and definitely has its quirks, but you only have to whip open the terminal, type sudo and you have true access to everything.
Careful package selection can help you with that. What's more, distros like Ubuntu and Debian do the selection for you. You will find it hard to break a system by just using apt-get update/install.
The downside is that you won't be able to use cutting edge software or latest versions as soon as they come out (Firefox comes to mind). Unless you really really need them, what's the big deal? And if you do need the latest python version, you can go to a beta version of the distro. Sure, it's beta, but since you know what you're doing, you're probably going to be OK. And if you don't know what you're doing? I'd say, then you probably won't need the latest python version either.
> Re: IIS: MS spent as much effort on the UI as they did on the actual product. This is very different than FOSS.
But, why would they? The "obscure" configuration file has its benefits. Easily synchronised over multiple servers, easy to back up your entire configuration, easy to grep for a specific settings that's somewhere in there. Apache even comes with a tool that checks your syntax for you, so no need to break your server. And hey, if it really doesn't work? cp httpd.conf_backup httpd.conf and you're back in business. For a server product, I'd actually want them to spend more time on the product than on the UI. Servers are usually operated by people who know about computers, so there really is no need for something that is "easy", especially if that means you have to dig down deep for a specific setting (over multiple servers, can be a pain...) You could argue that IIS is not only marketed to professionals, it can even be operated by laymen! I would say that's a downside. This means dumbing down the UI for the beginner's sake. On the other hand, for desktop products, I agree with the statement. FOSS needs more and better UI people.
> Again, writers, proofreaders and editors want to get paid for their work. You go by the assumption that FOSS developers do not get paid for their work. This is not true. Sure, there are lots of volunteers, but loads of people get paid to contribute to open source software. A couple of examples: Java (Sun/IBM), Linux (Linus gets paid!), Apple just open sourced Grand Central Dispatch, Guido the python guy is employed, Qt is open source, a bunch of Google code is open source, Red Hat employees get paid, etc. I think the focus is less market driven, so there's less need for a finished product-in-a-box like Windows 7 or Adobe Photoshop. Since the software is constantly being developed, bugfixed and upgraded, the tech writers are writing against a moving target. In cases where there is a finished product, for example a specific Ubuntu or RedHat version, you will find there is ample documentation, both "official" and community provided.
> Mostly free software is exploiting programs to give their work away for free I think you meant to say "programmers", and I wholeheartedly disagree. No-one is being exploited. We're not talking forced labor here. See above, lots of programmers are getting paid to do FOSS. Loads more are happy to volunteer their time and expertise, for fame, for gratitude or because they wanted a feature in the software they're using and it's not in there yet. Designers, editors and proofreaders don't not "fall" for it, as you say. There is nothing to fall for. Either you give something back to the community for letting you use the software for free, or you don't. Your choice. I guess the mindset of the aforementioned groups is different from programmers.
Bang for the price-of-admittance buck or bang for the total-cost-of-ownership buck?
See, not only server farms need to pay their electricity bills. A modest system can be built in the under 50W range, where gamer systems don't have the 1000W PSU for nothing. There is a huge difference at the end of the month.
I know you're exaggerating, but writing, recording and mixing a full length album for $100 is only possible if your time is free. And your software as well (Ableton, Native Instruments). And your hardware (computers, midi controllers, instruments, microphones). And you pay no electricity bills.
I see your point and it is valid, there needs to be no "extreme, extreme" cost involved, but it doesn't help get your point across if you exaggerate.
From that page: any time after the 35 hours is overtime. You think there could be a contract that says overtime is paid the same amount as regular time?
Also, there is no "at gunpoint" involved. That's just the point with the social contract. It cuts both ways, see? You get something (social security way above anything like it in the US, health care, low crime, stuff like that) and you give something up (taxes, mainly). If you don't like it, there is no-one holding you back from immigrating to Monaco, the US or South America. It's a take it or leave it deal, a deal that lots and lots of Europeans are willing to take. France, Germany, Denmark, the Netherlands, the UK all have high taxes and high VAT. Yet, there are still people willing to live there! Who would've thought!
Legally not allowed? Ah, a connoisseur! (That's French, by the way.)
If you want to work longer, no-one is stopping you.
Also, you see those high taxes as a bad thing. Lots of Americans do. You know, you actually get something back for those taxes, you know? Hint: it has to do with that social contract thing.
Jetbrain IntelliJ IDEA. Once I learned the shortcuts, it's the best IDE I've ever worked with. Integrates nicely with all kinds of Java framework stuff, like Maven, Struts, Spring, Hibernate, etc. Highly recommended. Does javascript, html, all kinds of other stuff. Refactoring is a breeze, most stuff works with shortcuts or intellisense like behaviour, where IntelliJ suggests adding methods, parameters, getters/setters, pulling up of members, stuff like that. Loads of plugins. Integrates very nicely with SVN. Runs on OSX, Linux and Windows. It's a native Java app, but quick, with decent memory management and no crashes (running on OSX here). Personal license is nice too, install anywhere, and you're allowed to have one copy open at a time. This has helped me out when programming on-site at a client's office.
http://www.walrus.com/~raphael/html/usb_charge.html Still shitty, but not quite as bad as you make it sound. I really disliked the fact that my last Nokia (6300, otherwise a fine phone) had a standard mini-usb (good!) but wouldn't charge over it (bad!)
Anyway, Nokia h as been pretty good so far because they only have two standards, even if they aren't a standard outside of Nokia's phones. Every charger fitted every phone, up until recently. The newer small plugs have a different size but are still the same charger. I've always thought that makes perfect sense, both for the customer and for Nokia.
Anyway, glad to see Europe's pushing this standard. I do hear it's only for data phones though:
The chargers will be usable only for data-enabled phones, which have more capability than just standard calls and SMS texts. Data-enabled phones are expected to account for almost half of all new mobile handset purchases in 2010.
The Commission hopes that as people discard their old handsets, within three to four years all data-enabled phones in Europe will be using standardized chargers.
"What is a Social Contract?"
Correct! For $1000!
The Atom is nothing to sneeze at and should do more than fine for a SOHO fileserver, but it's not a C2D processor. The Mini as advertised here is a full blown desktop PC with all bells and whistles, and it _still_ only uses 16W idle. That's where the additional cash goes.
Also, it's not easy to find a decent (80+) PSU with good efficiency in the lower watts. The PicoPSU is great, but adds another $40 plus around $40 for an adapter. Which should also be 80+ again.
With EXTREME PREJUDICE???
Also the Hero has Windows Mobile 6.5.
Yeah, and what's with the name: Australian Federation Against Copyright Theft?
Copyright Theft? Is that where I catburgle Universal HQ and make off with the copyright papers for the latest hit artist? How can a copyright be stolen?
On the other hand, have you ever seen a Mac with a virus scanner? Sure, you can get them for free too and they're not half bad, but most users will go for brand names anyway, like Symantec or McAfee. And what about spyware scanners? The good ones are free, but is the time spent scanning for *ware free as well? You could have been doing actual work.
- Strong command line (svn, ssh, scp, grep, the entire unix command suite like diff and tail -f and tee and xargs etc)
- Very decent and free native IDE (XCode)
- My current favourite IDE for Java, IntelliJ IDEA, runs well, no crashes or slowness (though it works well on Linux and Windows, too)
- Built-in apache, native mysql, all in a server-like environment due to the BSD underpinnings
- Hard to describe and very cliche sounding, but OSX has a high get-out-of-your-face value. No big borders, no nag screens, no activation, just the apps you need
Downsides:
- No TortoiseSVN (I don't mind, the command line svn and IntelliJ's built-in client are enough)
- MySQL tools are lagging behind Windows development sometimes
- Sometimes slow with the Java updates
OS's these days have to be usable by anyone, from grandma to hardcore developers. Windows solves this by going lowest common denominator on you. You can bend the OS to your will, no problem, but the nagging is always there (sure you want to open the program files folder? I mean, you could break something!!) OSX is easy enough to use for a granny as well and definitely has its quirks, but you only have to whip open the terminal, type sudo and you have true access to everything.
Careful package selection can help you with that. What's more, distros like Ubuntu and Debian do the selection for you. You will find it hard to break a system by just using apt-get update/install.
The downside is that you won't be able to use cutting edge software or latest versions as soon as they come out (Firefox comes to mind). Unless you really really need them, what's the big deal? And if you do need the latest python version, you can go to a beta version of the distro. Sure, it's beta, but since you know what you're doing, you're probably going to be OK. And if you don't know what you're doing? I'd say, then you probably won't need the latest python version either.
> Re: IIS: MS spent as much effort on the UI as they did on the actual product. This is very different than FOSS.
But, why would they? The "obscure" configuration file has its benefits. Easily synchronised over multiple servers, easy to back up your entire configuration, easy to grep for a specific settings that's somewhere in there. Apache even comes with a tool that checks your syntax for you, so no need to break your server. And hey, if it really doesn't work? cp httpd.conf_backup httpd.conf and you're back in business.
For a server product, I'd actually want them to spend more time on the product than on the UI. Servers are usually operated by people who know about computers, so there really is no need for something that is "easy", especially if that means you have to dig down deep for a specific setting (over multiple servers, can be a pain...)
You could argue that IIS is not only marketed to professionals, it can even be operated by laymen! I would say that's a downside. This means dumbing down the UI for the beginner's sake.
On the other hand, for desktop products, I agree with the statement. FOSS needs more and better UI people.
> Again, writers, proofreaders and editors want to get paid for their work.
You go by the assumption that FOSS developers do not get paid for their work. This is not true. Sure, there are lots of volunteers, but loads of people get paid to contribute to open source software. A couple of examples: Java (Sun/IBM), Linux (Linus gets paid!), Apple just open sourced Grand Central Dispatch, Guido the python guy is employed, Qt is open source, a bunch of Google code is open source, Red Hat employees get paid, etc.
I think the focus is less market driven, so there's less need for a finished product-in-a-box like Windows 7 or Adobe Photoshop. Since the software is constantly being developed, bugfixed and upgraded, the tech writers are writing against a moving target.
In cases where there is a finished product, for example a specific Ubuntu or RedHat version, you will find there is ample documentation, both "official" and community provided.
> Mostly free software is exploiting programs to give their work away for free
I think you meant to say "programmers", and I wholeheartedly disagree. No-one is being exploited. We're not talking forced labor here. See above, lots of programmers are getting paid to do FOSS. Loads more are happy to volunteer their time and expertise, for fame, for gratitude or because they wanted a feature in the software they're using and it's not in there yet.
Designers, editors and proofreaders don't not "fall" for it, as you say. There is nothing to fall for. Either you give something back to the community for letting you use the software for free, or you don't. Your choice. I guess the mindset of the aforementioned groups is different from programmers.
Bang for the price-of-admittance buck or bang for the total-cost-of-ownership buck?
See, not only server farms need to pay their electricity bills. A modest system can be built in the under 50W range, where gamer systems don't have the 1000W PSU for nothing. There is a huge difference at the end of the month.
I know you're exaggerating, but writing, recording and mixing a full length album for $100 is only possible if your time is free. And your software as well (Ableton, Native Instruments). And your hardware (computers, midi controllers, instruments, microphones). And you pay no electricity bills.
I see your point and it is valid, there needs to be no "extreme, extreme" cost involved, but it doesn't help get your point across if you exaggerate.
Apple has world wide warranty on all its portable electronics.
(snarky remark redacted)
Except with the toolbars, you can turn them off or move them to the side. Or create a single new one with just the stuff you need (gasp)
"fuck" is an actual bad word?
http://en.wikipedia.org/wiki/Drudge_Report#Monica_Lewinsky_scandal
From that page: any time after the 35 hours is overtime. You think there could be a contract that says overtime is paid the same amount as regular time?
Also, there is no "at gunpoint" involved. That's just the point with the social contract. It cuts both ways, see? You get something (social security way above anything like it in the US, health care, low crime, stuff like that) and you give something up (taxes, mainly). If you don't like it, there is no-one holding you back from immigrating to Monaco, the US or South America. It's a take it or leave it deal, a deal that lots and lots of Europeans are willing to take. France, Germany, Denmark, the Netherlands, the UK all have high taxes and high VAT. Yet, there are still people willing to live there! Who would've thought!
Hahahaha, I just checked your link to nationmaster! Perfect. Here, let me make a screenshot, so you can see what I'm laughing about.
http://bayimg.com/image/iacggaacp.jpg
(no, it's not goatse, it really is a screenshot of the page in question)
"Factoid #13". Really strengthens your point, guy.
Legally not allowed? Ah, a connoisseur! (That's French, by the way.)
If you want to work longer, no-one is stopping you.
Also, you see those high taxes as a bad thing. Lots of Americans do. You know, you actually get something back for those taxes, you know? Hint: it has to do with that social contract thing.
It's not that other countries don't have corruption, but other countries don't see themselves as "leaders of the free world".
The hypocrisy is almost worse than the corruption.
Funny cause it's true.
Yeah, too bad it's linked to my Flickr account as well.
> anti-capitalism
What has capitalism brought you?
Ugg was the one that invented the boot.
Jetbrain IntelliJ IDEA. Once I learned the shortcuts, it's the best IDE I've ever worked with. Integrates nicely with all kinds of Java framework stuff, like Maven, Struts, Spring, Hibernate, etc. Highly recommended.
Does javascript, html, all kinds of other stuff. Refactoring is a breeze, most stuff works with shortcuts or intellisense like behaviour, where IntelliJ suggests adding methods, parameters, getters/setters, pulling up of members, stuff like that. Loads of plugins. Integrates very nicely with SVN.
Runs on OSX, Linux and Windows. It's a native Java app, but quick, with decent memory management and no crashes (running on OSX here). Personal license is nice too, install anywhere, and you're allowed to have one copy open at a time. This has helped me out when programming on-site at a client's office.
- both Nokias have the "standard Nokia" thin connector that doesn't comply to ANY reasonable electric standard so you can't just connect it directly to USB or any power supply of any reasonable parameters. Specifications here: http://www.forum.nokia.com/info/sw.nokia.com/id/3378ff2b-4016-42b9-9118-d59e4313a521/Nokia_2-mm_DC_Charging_Interface_Specification_v1_2_en.pdf.html
http://www.walrus.com/~raphael/html/usb_charge.html Still shitty, but not quite as bad as you make it sound. I really disliked the fact that my last Nokia (6300, otherwise a fine phone) had a standard mini-usb (good!) but wouldn't charge over it (bad!)
Anyway, Nokia h as been pretty good so far because they only have two standards, even if they aren't a standard outside of Nokia's phones. Every charger fitted every phone, up until recently. The newer small plugs have a different size but are still the same charger. I've always thought that makes perfect sense, both for the customer and for Nokia.
Anyway, glad to see Europe's pushing this standard. I do hear it's only for data phones though:
The chargers will be usable only for data-enabled phones, which have more capability than just standard calls and SMS texts. Data-enabled phones are expected to account for almost half of all new mobile handset purchases in 2010.
The Commission hopes that as people discard their old handsets, within three to four years all data-enabled phones in Europe will be using standardized chargers.
http://www.macrumors.com/2009/06/29/apple-to-adopt-micro-usb-connectors-for-iphone-charging-in-europe/