3
votes
What design pattern do you use the most?
MVC, by a wide margin. My company is in the process of porting all our business logic to one standard backend and re-writing our applications as lightweight frontends. It takes some planning, but …
2
votes
How important is having BSCS as minimum requirement for new programmer hires?
It's a very minimal certification and little else. Given two candidates with similar backgrounds, I'd lean toward the one with a BSCS. For a programming position, though, I'd take a self-taught p …
6
votes
Motivations for choosing a career in programming
Web development. Start with a popular, beginner-friendly framework like Django or Ruby On Rails and show them how to create a blog or an image gallery. Bonus points for also teaching the basics o …
4
votes
Ideas for a scary programming Halloween costume?
Got some '80s glasses and a pillow you can tie around your middle? Voila! COBOL programmer. Frankly, the idea terrifies me.
…
2
votes
What is a good GUI text editor for the Mac?
You said non-Emacs, but have you tried Carbon Emacs? It's a nice, GUI editor with icons and menus and support fo …
1
vote
How many parameters are too many?
One more than necessary. I don't mean to be glib, but there are some functions that necessarily need quite a few options. For example:
void *
mmap(void *addr, size_t len, int prot …
2
votes
Which programming blog entry opened your eyes and made you do something different as a developer from that moment on?
"SQL Injection"? Wonder what that's about.
…
5
votes
What Linux shell should I use?
For interactivity, use Zsh. For a while I was the maintainer of the FreeBSD port of the Bash tab-completion scripts, but abandoned it as soon as I tried Zsh for the first time. It can do everythi …
0
votes
Django or Rails?
TurboGears. It's very similar to Django, but it "feels" better suited to general, non-CMS web application development. I've used and love Django, but I'm using TurboGears for my new projects. …
19
votes
What is your most wanted non-existent or underdeveloped open source project?
A working Exchange connector in component form that could be used by KMail, Thunderbird, Evolution, etc.
…
-1
votes
Why do personal software projects fail? (i.e. projects with the goal of leading to fulltime income)
The biggest reason? Because if you can write it yourself and people like it, someone else can make an open source version with much better support than you can provide alone. Why not skip the mid …
3
votes
What do you use for web development and why you think it rocks?
I've been using TurboGears lately and absolutely love it. It competes with Django and Ruby On Rails for rapid development, but has a more flexible backend. That is, it's more of a collection of b …
1
vote
Ethics of Open Source Copy of Proprietary Software
I guess I don't understand the question, specifically why you're treating software as a special case. Look at the number of movies with similar plot lines, or books that mirror others, or similar …
2
votes
What have you done to customize your IDE?
I use Emacs. My .emacs file is only a few hundred lines long, but does customize settings based on my machine's hostname and operating system, so that I can use the same config file pretty much an …
7
votes
How is Silverlight going to change the internet in the next few years?
It will be another blip. It's not seriously cross-platform, unlike Flash or any of its other competition, and no one seems particularly interested in it. It might be neat and shiny but I haven't …
