Tagged Questions

4
votes
2answers
78 views

How can I tackle ‘profoundly found elsewhere’ syndrome (inverse of NIH)?

How can I encourage colleagues to embrace small-scale innovation within our team(s), in order to get things done quicker and to encourage skills development? (the term 'profoundly …
1
vote
3answers
107 views

What are unusual and creative usages of html5 canvas

Canvas from html5 was introduced some time ago. Currently it's used (almost) only for demonstrations how cool it is - it's mainly related to painting, games and charts. Many of the …
1
vote
0answers
91 views

What’s the coolest thing you’ve used Bytecode injection/insertion (BCI) for? [closed]

What's the coolest thing you've used Bytecode injection/insertion (BCI) for? * Dumb logging doesn't count (unless you've managed to made it unique in some creative way). ** Not onl …
0
votes
1answer
155 views

ASP.NET User control with ASP:CreateUserWizard

When using asp:login, asp:forgotpassword and asp:createuserwizard controls within an ascx. (e.g registration.ascx) it can't find e.g UserName, even tho it exists within LayoutTempl …
11
votes
18answers
684 views

Hip application name

I have finished developing a quite useful small application. I would like to launch it, but I am not satisfied with it's name. What techniques, websites do you recommend that ca …
0
votes
1answer
163 views

Music While Programming [closed]

I like to listen to music in my right ear only while programming. It can energize me and help get me into a groove. I do not listen to music in my left ear because my left is my …
6
votes
8answers
111 views

Creative Terminology

I seem to use bland words such as node, property, children (etc) too often, and I fear that someone else would have difficulty understanding my code simply because the parts' names …
13
votes
12answers
359 views

Which industries give developers the most room for creativity?

As a developer, have you found that some kinds of companies or industries tend to give you more interesting projects, and more room for creative expression, as opposed to others? …
3
votes
6answers
168 views

Are there any strategies to avoid satisficing?

Satisficing (a portmanteau of "satisfy" and "suffice") is a decision-making strategy which attempts to meet criteria for adequacy, rather than to identify an optimal solution. A …
8
votes
10answers
392 views

What’s the best kludge you’ve ever seen in code?

They may not be pretty, but they work. Sometimes a best-practice has to take a back seat to 'good enough'. What is the best example of a kludge that you've ever seen passed off i …
1
vote
4answers
165 views

Interesting small web-based applications [closed]

I like programming, but I'm starting to get bored. To bring back the fun, I would like to create small and fun web applications. So, please give some ideas of web applications/ga …
6
votes
11answers
384 views

How do you name your software projects?

I'm starting a new project and having a terrible time coming up with a name for it. While researching something, I came across this blog post, which suggested using a random word g …
2
votes
15answers
198 views

What do you do for inspiration when you get programmers block? [closed]

Hitting the wall is an inevitable part of all creative processes, and programming is no exception. I've found that playing with Lego can give me a break from code, without a break …
2
votes
4answers
243 views

Does Duff’s Device work in other languages?

Many years ago while working on a tight graphics I/O problem, Tom Duff unrolled a loop and created his Duff's Device as follows: dsend(to, from, count) char *to, *from; int count; …
3
votes
11answers
317 views

Creative uses for version control

I'm searching for creative -- or at least non-standard -- uses for Version Control. I have a specific purpose in mind, but I don't want to stifle your creative thoughts with any so …

1 2 next
15 30 50 per page