Tagged Questions
The hobby-project tag has no wiki summary.
39
votes
22answers
1k views
Is writing specifications for hobby projects the only way for them to be finished?
Here's what I'm wondering. Every night that our 3 months old baby lets us sleep, I jump to my computer and start coding my hobby projects. I have about 20 different projects that I'm working on: ...
10
votes
6answers
400 views
What interesting project(s) are you working on
This is more curiosity than anything else but what interesting project(s) are you currently working and using what tools?
I just wanted to get a flavour of the kind of work people on this site do ...
9
votes
6answers
1k views
What microcontroller (and other components) would I need to create a timer device?
As a hobby project to keep myself out of trouble, I'd like to build a little programmer timer device. It will basically accept a program which is a list of times and then count down from each time.
...
6
votes
9answers
496 views
Personal Project - Next practical language/tech to learn
I'm working on a personal project doing some finance analysis. It's a totally new field for me, and I'm really having fun with it so far, plus working in the high-level language arena is a great break ...
5
votes
7answers
853 views
Long running RTS game multiplayer considerations
I'm working on a real-time space strategy game clone which at its time did not have any multiplayer option. I want to add multiplayer to it.
The gameplay itself is relatively long: about 10-15 hours ...
5
votes
8answers
636 views
Howto manage the game state in face of the EDT?
I'm developing a real time strategy game clone on the Java platform and I have some conceptional questions about where to put and how to manage the game state. The game uses Swing/Java2D as rendering. ...
3
votes
1answer
572 views
Howto design a clock driven multi-agent simulation
I want to create a multi-agent simulation model for a real word manufacturing process to evaluate some dispatching rules. The simulation needs to produce event logs to evaluate time effect of the ...
3
votes
9answers
558 views
Where can I see others' 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 ...
3
votes
32answers
891 views
Have you ever bought a commercial implementation of a programming language for personal programming projects?
Commercial products are often a source of ideas and inspiration for open source projects. There are free and open source implementations of almost every programming language ever devised, and a lot of ...
3
votes
9answers
597 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?
2
votes
2answers
207 views
Interesting projects/problems/challenges to work on?
Being a "true" developer I love working on projects in my spare time. This is not necessarily to reach a particular end but just so that I can keep my skills sharp, work with the latest patterns and ...
2
votes
4answers
6k views
How to create a movie from 5000 PNG files?
Well, simple situation. I've created about 5000 frames as PNG files which I want to display as an animation inside a .NET application. Every image is 1920x1080 in size and the PNG file uses alpha ...
2
votes
8answers
235 views
Any advantage to releasing hobby projects publicly?
Let's say I have a hobby project (a web-app), which I code on during my spare time. I am doing this just for learning a new language/framework/methodology - I have not really thought about releasing ...
1
vote
4answers
59 views
Is it possible to have an array containing both arrays and primitives in Java?
I'm doing a project in Java in which I'm looking at the frequency characters occur after each other character in a text. When I'm collecting my results, I'm storing them in a 2d array of ints. ...
1
vote
1answer
2k views
GitHub vs Google Code for a hobby project
Note: I have seen this and tried to take as much from it as possible; but I believe my context is different.
I am working on a small-ish project. Call it Foobar. I'm wanting to get this done more ...
1
vote
2answers
185 views
SQLite concurrency issue a deal breaker?
I am looking at databases for a home project (ASP.NET MVC) which I might host eventually. After reading a similar question here on Stack Overflow I have decided to go with MySQL.
However, the easy of ...
1
vote
7answers
692 views
Good Projects for learning desktop GUI programming
I am a mostly self taught programmer. When I learn a new language it usually goes like this:
Buy a book (or books) on a language.
Read said book(s).
Look up more confusing/interesting aspects on the ...
0
votes
1answer
82 views
Automatically create title from a given text
I am trying to write a program that will give an apt title when an article is give ( usually an abstract). Is there any standard algorithm available?
0
votes
1answer
217 views
WPF Tetris Index Out Of Range Exception
I am very new and very inexperienced. I have downloaded a WPF version of tetris from MSDN to review the code and try to see whats going on but there is an error in the program and I'm not sure what is ...
0
votes
2answers
40 views
I want to be able to compile and program from school from a thumbdrive, what would be the best language for this?
I have a lot of spare time during my classes, and I want to do something constructive during this period. So I was wondering if anyone could recommend a programing language that I can learn during my ...
0
votes
1answer
145 views
Looking for an algorithm that will show how to fit the most boxes in a container
I've been interested in writing an application that will show how to fit boxes (of random dimensions) in a container so there is as little space as possible left. A real life example would be ...
0
votes
4answers
97 views
How would you make a Windows application that conditionally blocks input?
You may have heard of PawSense, a Windows-only utility that prevents keystrokes from being entered when it believes there is a cat or other animal on the keyboard typing nonsense input like ...
0
votes
3answers
380 views
Is it possible to write offline GPS navigation software as a hobbyist?
Basically I'm wanting to create a GPS system for my car that works offline, but I'm just a hobbyist and doing this for fun, so I don't have a ton of money to invest. Are there open databases I can use ...
0
votes
3answers
638 views
Advice for Hobby Application: Laser Show Editor/Simulator
I've been wanting to work on this application for about a year now. I want to create a 'Laser Show Simulator/Editor'. I want to be able to place lights in different positions on a stage and I want to ...