7
votes
6answers
202 views
Do you consider performance reviews useful and why?
Hello, all,
It looks like performance reviews are used in virtually any organization. You know, those lists of objectives, values, estimates (achieved, partially achieved, exceeded etc.) And then …
2
votes
6answers
113 views
New project panic
I have a question which is not strictly-speaking programming related, but nevertheless caused by being an analyst and a programmer at the same time.
It's about starting new projects which seem to be …
3
votes
6answers
214 views
How much code can a programmer be intimately familar with?
Are there any statistics for this? I realize it must vary from person to person, but it seems like there should be a general average.
The reason I ask is that the company I contract for has multiple …
13
votes
18answers
756 views
How to “get the most” out of a 3 month intern.
We've got a software engineering intern coming in, fairly competent, shows promise, only catch: we have him for 3 months full time, and we can't count on anything past that. We have a specific …
2
votes
10answers
237 views
Did you ever get into trouble because of using or creating odd-named software?
I've noticed that some software names occasionally raise an eyebrow.
I'm thinking of:
libpr0n (semi-official synonym of libimg2)
mutt (Mail client)
BullZip (Freudian slip waiting)
GSpot (codec …
7
votes
10answers
369 views
What skills should a tech leader have?
Should they have a degree?
A few things I can see, they:
should know the platform they are working on
should know to listen
should know how to drive problems
should know how to mediate between …
1
vote
3answers
114 views
How to create a Human JumboTron? [closed]
The Problem
First time I saw this video of a human JumboTron, and started to wonder how the hell did they get so many people doing so much in such elegance and unity? How can so many people remember …
13
votes
16answers
806 views
Is it possible to teach humility to a smart but inexperienced programmer?
I used to work with a guy who was fresh out of college and acted like he was the God of Java — the best possible programming language that could ever be invented (and no other language, with the …
76
votes
153answers
7k views
How do you vent stress as a programmer? [closed]
The title really says it all. Let's face it, programming is an extremely stressful job. I've seen half of my class crying in programming courses at college (I'm a CL student, we have about 70% women …
0
votes
5answers
255 views
Captcha algorithm
I've notised that Stack Overflow only presents me with a captcha occasionally. Does anyone know if it has a good algorithm for sensing if I might be a robot or, instead if it's just random.
Reducing …
1
vote
2answers
243 views
How can I describe a bug as a feature? [closed]
I often hear of situations where a bug in a program is passed off as a feature. This seems like a useful skill to have.
Please describe a technique for doing this - preferably with specific examples.
…
23
votes
27answers
2k views
Do programmers usually possess the “wake up late, go to bed late” personality type?
Inspired by this question: Are people with certain Myers Briggs personality types drawn to careers in programming/development?
I certainly belong with this group.
By the way, anyone knows the …
4
votes
6answers
398 views
Using spaced repetition to retain programming knowledge
Has anybody successfully used spaced repetition concepts embodied in programs like supermemo in the context of programming ?
The motivation for this question: I'm increasingly having to look up …
1
vote
2answers
79 views
How does UI design differ when designing a software appliance console from traditional web applications?
Are there any open source frameworks that are for this purpose?
How does UI design differ when designing a software appliance console from traditional web applications?
Any examples of particularly …
2
votes
4answers
105 views
Constructing regex
Hi,
I use regex buddy which takes in a regex and then gives out the meaning of it from which one gets what it could be doing? On similar lines is it possible to have some engine which takes natural …
