Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Bullshit.... (Score 1) 133

very high compression has limited utility if it takes an extremely long time

I don't see how the utility is limited.
Most content is mastered once and viewed millions of time.

How much time it takes to compress is irrelevant, even if you get diminishing returns the longer you take. What's important is to save space when broadcasting the content.

Comment Re: Code the way you want... (Score 2) 372

Good domain-specific tools are written as command-line utilities, and are even better if you wrote them yourself for your project.
Text editing (which includes syntax highlighting etc.) is also much better with a text editor.

Editors are also more flexible, scale better for large projects, and can do anything you need them to do.
An IDE is extremely constrained and won't work properly whenever you need to do something that wasn't planned by the developer who coded it.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...