Forgot your password?

typodupeerror

Comment: Stroustrup chose proportional-width (Score 4, Interesting) 394

by Looke (#30797874) Attached to: Programming With Proportional Fonts?

All code in Stroustrup's "The C++ Programming Language" is presented in a proportional-width font: "At first glance, this presentation style will seem 'unnatural' to programmers accustomed to seeing code in constant-width fonts. However, proportional-width fonts are generally regarded as better than constant-width fonts for presentation of text. Using a proportional-width font also allows me to present code with fewer illogical line breaks. Furthermore, my experiments show that most people find the new style more readable after a short while."

Not only is the font proportional, but it's bold, italic, and serif as well. Now, reading a textbook is of course pretty different from editing on-screen, but I remember reconsidering some of my habits after reading that book. That code ain't hard to read.

Comment: Re:Cheap Printer? (Score 1) 970

by Looke (#30318082) Attached to: What Do You Do When Printers Cost Less Than Ink?
My dirt-cheap Brother DCP-130C came with full cartridges. I guess that's because the fixed costs of producing two lines of ink for the same printers are too high. HP, Epson and Canon sell a lot more printers and ink.

The downside to this printer is that it refuses to print anything, even plain b/w, once one colour cartridge is empty. I fooled it with a piece of black tape.

Comment: Re:it's all about screen size (Score 1) 220

by Looke (#29768565) Attached to: The Sad State of the Mobile Web
"Scrolling the text sideways"? It doesn't sound like you ever tried a decent mobile browser, like Opera Mini. It reflows text and resizes images to fit your little 3 inch window. For a whole lot of sites out there, neat and simple tricks like that work brilliantly.

As for the rise of web apps that the article brings up, that's where a mobile browser like Opera Mini falls short.

Comment: Re:..and if you are color blind? (Score 1) 132

by Looke (#27985335) Attached to: IBM Patents Changing Color of E-Mail Text
It could be be an advantage for the colour blind, too. If text is tagged "important" instead of "red" or "bold", then it can render blue for koreans and bold for colour blinds. This means you cannot blame it on software anymore; you should have clicked the "important" button, not what you thought was "red".

Promptness is its own reward, if one lives by the clock instead of the sword.

Working...