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

 



Forgot your password?
typodupeerror
×

Comment Re:Professors, not high school teachers (Score 1) 608

If the colleges and universities switch to online courses, what's the benefit of paying them so many thousands of dollars for an education that you can get for free from something like the Khan Academy videos? People need and want an education, not a video lecture series.

A degree, which certifies that you have met some sort of minimum.

Comment Re:Who uses app engine? (Score 1) 66

While I agree with your post in general, you don't have to derive your competitive advantage from your server infrastructure to not use a PaaS. Sometimes it's just difficult to abstract away all of those things (hardware, OS, other details).

Alternatively, you're a business that simply deals with requests beyond the 100 per second range; this doesn't make you one of the largest players in 2011.

Comment Re:Advertising disguised as history lesson. (Score 1) 244

It doesn't apply to checking out large repositories. It's faster at pretty much everything (except git clone vs svn checkout, which it still comes close for).

See http://johan.kiviniemi.name/blag/svn-diff-git-diff-speed/ and http://thinkvitamin.com/code/why-you-should-switch-from-subversion-to-git/, particularly the "Not Just for Teams of Coders" section.

Comment Re:Sorenson h.264 is not the best h.264 encoder (Score 1) 337

On top of that, the frames are then compressed into GIFs as opposed to the lossless PNG and then uploaded with a .jpg extension. This guy is clueless.

Furthermore, in a video comparison, is audio even included in the file and, even worse, why is the audio encoded differently? This throws some doubt on fairness of the result since the filesize of the overall files are very close but the audio portions of the file likely take up different amounts of space.

Finally, why is VP8 thrown in the "WebM" container (which is just MKV) and the H.264 video thrown in the mp4 container?

http://x264dev.multimedia.cx/?p=292

Comment Re:Block outbound SMTP (Score 1) 396

* Yes I can.
* I don't need to paste the code into another editor just to get custom coloring.
* It sounds like all of your issues are with e-mail clients that assume the 80 column crap. In other words, with e-mail clients that have trouble with text. OK, so they're not your e-mail client, but it's still not the fault of the text.
* Charset has little to do with the argument at hand.

Comment Re:Block outbound SMTP (Score 1) 396

You can't do lists in plain text? Try harder.
I don't want your syntax highlighting. I can do my own highlighting, thanks.
Your e-mail client can't handle wrapping of text? Try harder.

Text is text. How it is interpreted should be left up to the user (in this case, the receiver, not the sender). It seems that whatever software you're using really sucks at interpreting text, but don't blame the text for your problems.

Comment Re:A couple of things (Score 1) 511

Off-line use. I can refer to paper copies and make notes on them even when I'm not around the computer.

I don't think this is a fair argument for either side. Paperless people spend more time on the computer; people with lots of paper spend more time away from it.

Change control. Many times documents can be changed in the computer and, while it records that there was a change, there's no record anymore of what the document said before the change. The paper copies in my drawer can't be changed and I can pull them out to prove that yes that was what was originally specified.

That's exactly what version control is for. VCS's are better, though, because it's easier to create old versions and it may be harder to forge an old version.

Reliability. I don't have to worry about the contents of my desk drawers and noteboard going *poof* when a system upgrade goes south and it turns out the restore process requires things IT can't afford to do.

Backing up digital data is far easier than paper. On the other hand, spilling coffee on a stack of papers is generally irrecoverable.

Slashdot Top Deals

Congratulations! You are the one-millionth user to log into our system. If there's anything special we can do for you, anything at all, don't hesitate to ask!

Working...