Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

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.

Space

The Sun's Odd Behavior 285

gyrogeerloose writes "Most of us know about the sun's eleven-year activity cycle. However, relatively few other than scientists (and amateur radio operators) are aware that the current solar minimum has lasted much longer than expected. The last solar cycle, Cycle 24, bottomed out in 2008, and Cycle 25 should be well on its way towards maximum by now, but the sun has remained unusually quiescent with very few sunspots. While solar physicists agree that this is odd, the explanation remains elusive."

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.

Comment Re:This makes sense (Score 1) 502

Wrong. It worked, ...
any halfway-competent QA department should have caught those bugs on the first day.

So, where's the bug?

Also, when I write software for Windows, my QA team is myself and the two friends I give it to. But my entire QA team gets angry when that software breaks in a newer version of Windows.

I don't see any practical difference between the two. You're just used to the sudo behavior.

The rest of the world, too. When I introduce an XP user to sudo, they seem fine with it. When an XP user is introduced to UAC, even when I explain why it exists and tell them to consider leaving it on (I do), they are annoyed.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...