Tagged Questions

225
votes
105answers
16k views

Significant new inventions in computing since 1980

This question arose from comments about different kinds of progress in computing over the last 50 years or so. I was asked by some of the other participants to raise it as a question to the whole …
31
votes
36answers
3k views

Why do we still program with flat files?

Why are flat text files the state of the art for representing source code? Sure - the preprocessor and compiler need to see a flat file representation of the file, but that's easily created. It …
19
votes
12answers
3k views

Ideas for OpenSource CMS in ASP.NET MVC

I am in the process of collecting ideas for building an opensource CMS based on ASP.net framework. I have choosen ASP.NET MVC with Jquery as the tool to develop this. I have made this as community …
17
votes
12answers
982 views

cool project to use a genetic algorithm for?

I'm looking for a practical application to use a genetic algorithm for. Some things that have thought of are: Website interface optimization Vehicle optimization with a physics simulator Genetic …
16
votes
38answers
2k views

What’s the program you’ve really wanted to write but never found the time?

I think that the best, and maybe the only, thing to do to get better as a programmer is to program, i.e. to create new stuff, build new apps, solve new problems. But during our daily jobs we (well I …
16
votes
15answers
744 views

The best way to make a new site known?

You have a cool new idea on a revolutionary new internet site (e.g. one that makes ebay look obsolete or something that might make you surpass google). However how would you start to make it known in …
15
votes
11answers
2k views

Computer science undergraduate project ideas

Hopefully, I'm going to finish my undergraduate studies next semester and I'm thinking about the topic of my final project. And yes, I've read the questions with duplicate title. I'm asking this from …
15
votes
4answers
299 views

Are there any good / interesting analogs to regular expressions in 2d?

Are there any good (or at least interesting but flawed) analogs to regular expressions in two dimensions? In one dimension I can write something like /aaac?(bc)*b?aaa/ to quickly pull out a region of …
13
votes
9answers
780 views

First 30 days of new job (Update after few days)

I will be starting on a new job as an entry level programmer.I researched and found some important things to do like spending some time with boss,interacting with colleagues,managing expectations. …
10
votes
15answers
2k views

How would you design a very “Pythonic” UI framework?

I have been playing with the Ruby library "shoes". Basically you can write a GUI application in the following way: Shoes.app do t = para "Not clicked!" button "The Label" do alert "You …
8
votes
7answers
263 views

Is it allowed to use ideas from open source in closed source software?

Is it allowed to use ideas from open source in closed source software? I've met people who say to not even look at open source (GPL and LGPL were mentioned) if you write closed source software.
8
votes
12answers
685 views

Application for sketching ideas on a computer

I've always wanted to sketch all ideas I come up with in the computer instead of on paper, but everyone knows that sketching with good 'ol fashioned pen and paper beats the crap out of trying to do it …
7
votes
8answers
214 views

Communication patterns for senior developers

I've been running a weekly "tech lead" meeting at our company for several months. It's become quite mundane, and more of a status update than anything else. I'm looking for ideas to make this more …
7
votes
16answers
435 views

Would rich-text help comment code?

I always wondered why I have to write rich-text code comments a.k.a. pseudo code in a text editor (c'mon, bold, underline!) and come back to the IDE (integrated?) to write the actual program, not to …
7
votes
20answers
772 views

What is the worst software idea you’ve had?

It can be from anything from reinventing Notepad to something so worse that no one can imagine. So? What kind of skeleton do you have in your closet?

1 2 3 4 5 6 next
15 30 50 per page