2
votes
8answers
47 views
Communicating task lists with another programmer on a hobby project
I am going to be starting a hobby project with a friend, but we'll need some (free) way to organize and store tasks, bugs, etc. What tool do you recommend to do this? can something stored through an …
1
vote
6answers
120 views
Hobbyist - Developer Book Recommendations
It will be a gift for a family member. He's older, a retired school teacher and likes to tinker with programming mostly as a mental exercise to stop the old brain cells from gelatinizing.
I've seen …
-3
votes
14answers
374 views
Rolling my own “Version Control”
I'm a hobby developer and i want to put my projects in some sort of version control. I've tried several version control systems (git i think, SVN, mercurial, bazaar) and they were a pain in the neck …
2
votes
4answers
86 views
Did hobby programming magazines inspire your career, and what’s their modern-day equivalent?
If you learned programming in the 80's (or late 70's/early 90's), you may have been influenced by one of the many hobby programming magazines that existed at the time - RUN Magazine for the C64/C128, …
4
votes
4answers
158 views
Building A Team
I'm trying to put a small team (about 5 members to start) together here in Honolulu to work on some hobby-projects members and myself may have, and am having trouble finding other members who are …
1
vote
4answers
114 views
Application ideas for WPF
I am learning WPF these days, it's my desire to develop a WPF app. I am looking for ideas on what should I develop. I have ideas like PhotoBrowser, Twitter client.., but i dont know how to start with
…
0
votes
2answers
149 views
Computer Architecture Simulator (summer project)
Hi,
I was thinking about refreshing my computer engineering knowledge this summer by implementing a computer architecture (simulated, of course) and a simple tool chain (assembler and compiler).
I'm …
0
votes
5answers
169 views
How much (computer-related) books do you read ? [closed]
Hi
I'm a Computer Science student in Germany. Our Professors do give a lot of resources, so it's quite impossible to read all of them (4-5 Book per Class / 6-7 Classes per Semester = about 30 …
4
votes
7answers
235 views
For the professional programmers - do you still write code for fun at home ? [closed]
Possible Duplicate:
Do you ever code just for fun?
I've been working as a 'professional' coder for about 11 years. (I've just turned 33.)
When I talk to my collegues, I find that most of …
3
votes
2answers
446 views
The shortest program that prints its own source code in C#.
I need (preferrably the shortest) program that prints its own source code in C#.
I will post it here when I finish it, but if you already have a link your help will be greatly appreciated.
I have …
3
votes
7answers
275 views
Are there any Solo/Hobby Programmer Methodologies?
I am a solo freelancer / hobby coder (as in code for fun). I'm really just looking for books that would apply to someone in this situation.
Edit:
The kinds of things would be Agile, XP, RAD, and …
3
votes
6answers
216 views
Best way to keep a large number of hobby projects alive; open sourcing?
Because my time is limited I can usually only focus on one or two of my hobby projects, while the others sit there wasting away.
I am looking for a solution that would allow me to divide my time …
5
votes
8answers
461 views
Where can I see other’s upcoming hobby or business projects?
I would like to see what other programmers are up to. Can anyone post some lists which contain upcoming projects (for example: http://www.techcrunch50.com/)? Or if you are working on something then …
2
votes
9answers
422 views
Coders-Block… What is a good way to find ideas for projects?
I want to develop something at home but I cannot think of anything at all. I do not want to write anything that has been written before... What is a good way to find ideas for projects?
5
votes
10answers
428 views
Do you use nightly builds for hobby projects?
As probably 99% of the Stackers here I have quite a few Hobby projects running simultaneously, and I try to keep them under source control and get them to the point of the one-step build/test. But …
