Search Results

1
vote

The single most useful Emacs feature

Ubiquity. Not exactly a "feature" per se, but important nonetheless. You can log into pretty much any *nix machine in the world, and expect emacs to be there. …
1
vote

Do you validate your websites?

Yes, I validate HTML, I use -Wall when I'm writing C code, and I use the strict and warnings modules when I'm writing Perl. Why? Because I take pride in my work, and I want to do it well. IMHO, "go …
4
votes

Best Cocoa/Mac OS X programming blogs?

CocoaBlogs.com has a list of quite a few. …
22
votes

What coding mistakes are a telltale giveaway of an inexperienced programmer?

Two giveaways: Language religion. There is no "one true language," but it can take time and experience to realize that. The belief that complexity is a virtue. …
5
votes

Etymology of linux commands

The "more" utility was named because of the prompt after each page. The "less" utility is another pager app, so named because "less is more." Mailers have a long history of funky names. Elm …
11
votes

Which computer science names have you given your pets?

I named my cat Bit, because he's siamese and has only two states - completely silent and constant meowing. …
0
votes

What is the single hardest programming skill or concept you have learned?

One thing I still struggle with is the idea that programming is difficult. To me, it comes easy. That leads to some difficulty interacting with other programmers. I've been called arrogant, which I …