active questions tagged hobby - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T00:07:14Zhttp://stackoverflow.com/feeds/tag/hobbyhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/158998/best-way-to-find-open-source-project-partners-for-non-software-tasks3Best way to find open-source project partners for non-software tasksDavid2008-10-01T18:25:56Z2009-12-11T16:27:31Z
<p>Many of us probably have interesting hobby/free-time software project ideas that could benefit from non-software experience that we might not have ourselves, like art, graphic design, music, and so on.</p>
<p><b>How do you find project partners that have artistic skills</b> to augment a software project? These people probably aren't visiting SourceForge, Kenai, etc. </p>
<p>How do you find trustworthy people who want to do neat side-projects, for nothing more than the same open-source glory we'd hope to achieve ourselves? </p>
http://stackoverflow.com/questions/1865601/communicating-task-lists-with-another-programmer-on-a-hobby-project2Communicating task lists with another programmer on a hobby projectRCIX2009-12-08T08:49:52Z2009-12-09T06:21:21Z
<p>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 SVN server work? (Offline would be best)</p>
http://stackoverflow.com/questions/1817515/hobbyist-developer-book-recommendations1Hobbyist - Developer Book RecommendationsChris Sobolewski2009-11-30T01:50:11Z2009-11-30T17:09:54Z
<p>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.</p>
<p>I've seen him make some pretty creative and moderately complex games in BASIC (QBASIC to be precise), and I believe he's making the hop to VB.NET this year. I'd like to get him a good book to help make the transition, and perhaps a copy of Visual Studio 2008. </p>
<p>He's a bright guy and shouldn't have a problem picking it up, but he will need some help getting used to the differences in the languages, as well as help understanding just what OOP is all about.</p>
<p><strong>Can anyone make any supported book recommendations for these requirements?</strong></p>
http://stackoverflow.com/questions/1811562/rolling-my-own-version-control-3Rolling my own "Version Control"RCIX2009-11-28T04:31:41Z2009-11-29T05:07:18Z
<p>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 for one or more of the following reasons:</p>
<ul>
<li>There was no GUI interface</li>
<li>The gui interface it DID have was clunky</li>
<li>it plastered decals all over my files in Explorer</li>
<li>i couldn't figure out how to get any projects into it properly (whether that was the fault of the interface, or the lack of a plugin for VS depends on the software)</li>
<li>None of them seemed to have a facility for rolling back to a previous revision</li>
</ul>
<p>Thus, i'm thinking of rolling my own. I only need a <em>very</em> simple system which allows committing of revisions and rolling back to a previous version. I can accomplish branching and merging/change inspection via a combination of Copying and WinMerge.</p>
<p>I plan to write the actual code that does the heavy lifting in lua with an occasional shell command executed for copying and such, and either AutoHotKey or a combination of AutoHotKey and Winforms/.NET for the gui interface (depends on how easy it is to create dialogs with input in AHK). I wanted to pick your brains on this, what do you guys think? is there software already that does what i want?</p>
<p>To rephrase my question in short: is there a minimal-functionality version control system that basically handles backup, revision annotation and rollback, and little to nothing else, failing that what is your opinion on my implementation and suggestions for improvement?</p>
<p>[I hope this doesn't get closed, i really think it's on topic and useful to the community.]</p>
http://stackoverflow.com/questions/1668100/did-hobby-programming-magazines-inspire-your-career-and-whats-their-modern-day2Did hobby programming magazines inspire your career, and what's their modern-day equivalent?David2009-11-03T15:37:22Z2009-11-04T10:33:41Z
<p>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, Byte, Compute!, Ahoy!, and many others. Articles in these magazines may have sparked your imagination about graphics, games, and logic, and may have been a potent force in defining your interests and career. </p>
<p>What is the modern-day equivalent of magazines like these? How do kids today get inspired and learn about computing? </p>
<p>I'd like to hear your answers to these questions:</p>
<p><strong>1.</strong> Did 80's-era magazines inspire you to get into programming?</p>
<p><strong>2.</strong> Do you see a need for some type of modern-day equivalent to inspire kids or young adults today?</p>
http://stackoverflow.com/questions/1038107/computer-architecture-simulator-summer-project0Computer Architecture Simulator (summer project)fortran2009-06-24T12:39:04Z2009-10-19T14:00:03Z
<p>Hi,</p>
<p>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).</p>
<p>I'm still not very sure about what features could be fun (and not too hard) to implement, because I don't want to get a very high load of work that would result in the project being unfinished.</p>
<p>Some things I'm still trying to decide are:</p>
<ul>
<li>Instruction Set Architecture (I'm almost sure I'll go for a RISC one)</li>
<li>Pipelines and Instruction Level Parallelism</li>
<li>Memory model (segmented, paged, etc.)</li>
<li>Cache memories</li>
<li>IO model, network and peripherals</li>
<li>Multithreading/Multiprocessor</li>
<li>Making it a process VM or make it suitable for running a small OS</li>
<li>Source language for the compiler (maybe C, or perphaps something cooler)</li>
<li>Debugger</li>
<li>Performance measurement facilities (for testing different algorithms and compiler optimizations)</li>
<li>And maybe if I go completely nuts, I'll try to make an implementation in a hardware description language :-)</li>
</ul>
<p>I'm sure I cannot afford to implement all of this, but just a small fraction, so what characteristics do you think would be more interesting to play with? (considering that this is not for a production system, just to remember things and maybe learning new ones, as I got my degree five years ago).</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/157319/do-you-have-a-hobby-development-project57Do you have a hobby development project?Rinat Abdullin2008-10-01T12:22:33Z2009-09-28T05:03:26Z
<p>Do you have your own hobby development project, that you like to work on your own?</p>
<p>If "<strong>yes</strong>", could you please tell a bit more about it (links are welcome)?</p>
<ul>
<li>What kind of project is it?</li>
<li>Did it help you professionally? How?</li>
<li>Is it open-source? Do other people use it?</li>
</ul>
<p>If "<strong>no</strong>" - Do you want to start one?</p>
<p><em>PS: This question came up after <a href="http://stackoverflow.com/questions/156893/write-a-program-in-30-minutes-for-a-c-programmer-candidate-interview-question#156931">this answer</a> ("Let's have a look at your hobby projects") to the question <a href="http://stackoverflow.com/questions/156893/write-a-program-in-30-minutes-for-a-c-programmer-candidate-interview-question#156931">Write a program in 30 minutes</a> (for a C# programmer candidate interview question) and was suggested by <a href="http://stackoverflow.com/users/7862/itsmatt">itsmatt</a></em> </p>
<h3>Related Questions:</h3>
<blockquote>
<p><a href="http://stackoverflow.com/questions/102310/pet-projects-should-we-each-have-one">Pet Projects - Should we have one?</a></p>
</blockquote>
http://stackoverflow.com/questions/1424402/building-a-team4Building A TeamZ with a Z2009-09-14T23:29:34Z2009-09-15T00:35:24Z
<p>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 interested. Basically am just looking for people with skills in JavaScript, JQuery, AJAX, PHP, MYSQL, and anything else in that realm. I've posted to Craiglist and came across a professional graphic designer, so far. I myself am only knowledgeable of HTML/CSS/PS so we're a long way away from getting things going, in terms of projects I have in mind.</p>
<p>What would you guys suggest is a good way to build a team? Or more specifically, where or how would you go about finding potential interests? I've been at this over 2 weeks now and me and my design guy really want to get the ball rolling. </p>
<p>Maybe if you've done the same thing you can share your experiences as well, and maybe some tips.. that'd be greatly appreciated.</p>
http://stackoverflow.com/questions/1405462/application-ideas-for-wpf1Application ideas for WPFSigncodeindie2009-09-10T14:00:18Z2009-09-10T16:22:27Z
<p>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</p>
<p>Has anyone developed something as a part of learning, if yes then please share it here.</p>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/78744/how-to-start-programming-microcontroller16How to start programming microcontroller?Daok2008-09-17T00:50:22Z2009-07-10T07:43:31Z
<p>I have developped software in C++, Java, PHP, .Net and now I am interesting to learn to program material thing. I would like to program system that could interact with IR, LCD and to be able to resuse old printer motor to use it, etc.</p>
<p>My problem is where to start? I have searched the web and have found an open source board called Arduino but how to get other electric component together? What book or tutorial should I do to be able to create small project?</p>
http://stackoverflow.com/questions/996885/how-much-computer-related-books-do-you-read0How much (computer-related) books do you read ? [closed]n00ki32009-06-15T15:53:10Z2009-06-15T17:56:55Z
<p>Hi </p>
<p>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 Books).</p>
<p>Now, I am not <em>that</em> much a bookworm, and I do always get the information I need from Google. So, actually, I read only 1-2 of them. </p>
<p>So, my question is: What do you think, is it necessary (in the Time of Blogs/Forum/online Tutorials/wikibooks (hey, its free :D)) to read (computer related) books?</p>
<p>In Programming Languages, a lot of books are getting outdated. I know some C++ Books which use devc++ as the IDE of choice --- I know, the principles are the same in every book, but I would prefer a book with Eclipse/Netbeans or better the terminal/g++.</p>
<p>Considering these points, I would like to know:</p>
<ol>
<li>How important are books (instead of online resources)?</li>
<li>How many books do you read?</li>
<li>Is reading books necessary to become a, so called, guru?</li>
</ol>
http://stackoverflow.com/questions/429117/where-can-i-see-others-upcoming-hobby-or-business-projects5Where can I see other's upcoming hobby or business projects?Zombies2009-01-09T18:19:57Z2009-06-08T16:10:41Z
<p>I would like to see what other programmers are up to. Can anyone post some lists which contain upcoming projects (for example: <a href="http://www.techcrunch50.com/" rel="nofollow">http://www.techcrunch50.com/</a>)? Or if you are working on something then feel free to list it here.</p>
http://stackoverflow.com/questions/931026/for-the-professional-programmers-do-you-still-write-code-for-fun-at-home4For the professional programmers - do you still write code for fun at home ? [closed]Led2009-05-31T01:29:20Z2009-05-31T02:02:14Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br />
<a href="http://stackoverflow.com/questions/128705/do-you-ever-code-just-for-fun">Do you ever code just for fun?</a> </p>
</blockquote>
<p>I've been working as a 'professional' coder for about 11 years. (I've just turned 33.)</p>
<p>When I talk to my collegues, I find that most of them actually don't program any more in their spare time - 8 (or 10 :)) hours a day at their job is enough for them.
A difference between me and them might be that I was always programming for fun (demoscene stuff etc.) which is why I got into the field, while most of them picked up programming later on (at university or whatever).</p>
<p>When I get home my head is always full of ideas, so usually I have a hobby-project going on.
Is it weird to spend 8 hours a day programming, and then get home, have dinner, and do some more ?</p>
<p>For me the reasons are just<br />
- ideas : trying stuff<br />
- wanting to develop something all by myself, so when it's finished I can claim it as my own victory</p>
<p>How about you ?<br />
And if you do, do you have other reasons to do so ? </p>
<p>Edit:<br />
And if you've got sparetime projects, it might be fun to tell us a bit about it :)<br />
Spamming a link to your site/hobbyproject won't be frowned upon here !</p>
<p>Edit2:<br />
Vote for this if you want to encourage companies to make monitors that'll give you a nice tan ! ;-)</p>
http://stackoverflow.com/questions/702862/are-there-any-solo-hobby-programmer-methodologies3Are there any Solo/Hobby Programmer Methodologies?joeHobbyCoder2009-03-31T20:20:44Z2009-05-13T18:08:06Z
<p>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. </p>
<p>Edit:
The kinds of things would be Agile, XP, RAD, and things of that nature. None of these seem to apply to a single developer working on his own. I wonder if there is a methodology or design process that applies to someone in my situation.</p>
<blockquote>
<p><strong>See Also</strong></p>
<ul>
<li><a href="http://stackoverflow.com/questions/103170/what-are-some-project-management-tips-and-processes-for-a-single-developer-team">What are some project management tips and processes for a single-developer team?</a></li>
<li><a href="http://stackoverflow.com/questions/59561/what-tools-techniques-can-benefit-a-solo-developer">What tools/techniques can benefit a solo developer?</a></li>
<li><a href="http://stackoverflow.com/questions/213681/best-development-methodology-for-one-person/213694#213694">Best Development Methodology for One Person?</a></li>
</ul>
</blockquote>
http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project39Simple but powerful programming language for a hobby software projectGulzar2008-10-08T19:33:02Z2009-04-23T11:47:41Z
<p>Long time back, I used to do some home projects in Basic. It was fun and I could get things done without reading tons of documentation (or whatever documentation was
available at that time).</p>
<p>I guess it is the not the same anymore. Now a days, programming languages comes with a heavy baggage of framework, environment setup etc. Even for writing a simple program, it
is not easy to get going within a day.</p>
<p>I agree a good knowledge of concepts is important.
But, my question is this: Is there any easy simple to use programming language out there for some hobby projects. I have some free time available next month and I dont
want to spend half the time learning how to write programs.</p>
<p>Since this is for windows, I could have used Visual Basic but looking for something in keeping with modern trends and for some knowledge enhancement.
Would love to hear your thoughts.</p>
<p><strong>Update1:</strong> <em>What kind of hobby projects?</em> It is for desktop apps but keeping an open mind.</p>
<p><strong>Update2:</strong> I am a C#/VB.Net developer by day (at least for the past 6-7 years). Looking for something different.</p>
http://stackoverflow.com/questions/753467/the-shortest-program-that-prints-its-own-source-code-in-c3The shortest program that prints its own source code in C#.Prankster2009-04-15T20:03:52Z2009-04-15T21:05:54Z
<p>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.</p>
<p>I have come with a solution, but then have found it <a href="http://www.yetanotherdeveloper.com/post/2008/01/20/My-Quine.aspx" rel="nofollow">here</a>. Cuddos to Joey Westcott</p>
http://stackoverflow.com/questions/332170/is-anyone-using-sunspots-or-another-sensor-controller-platform8Is anyone using SunSPOTs or another sensor/controller platform?David2008-12-01T20:53:11Z2009-03-29T17:43:41Z
<p>I'm curious how many people out there (well, on StackOverflow at least) have played with Sun's <a href="http://en.wikipedia.org/wiki/Sun_SPOT" rel="nofollow">SunSPOT</a> technology. SunSPOTs are wireless sensor devices that can also control robotic platforms, like the Systronix TrackBot. Fortunately, there's an easy-to-use Java API for programming them.</p>
<p>I'm interested in whether:</p>
<ul>
<li>You're playing with this for work or for fun</li>
<li>Whether there are other platforms that you're working with instead</li>
<li>What compelling applications you see for SunSPOTs and other wireless programmable controllers</li>
</ul>
http://stackoverflow.com/questions/623543/best-way-to-keep-a-large-number-of-hobby-projects-alive-open-sourcing3Best way to keep a large number of hobby projects alive; open sourcing?Daan van Yperen2009-03-08T13:05:07Z2009-03-08T15:04:08Z
<p>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.</p>
<p>I am looking for a solution that would allow me to divide my time better. is open sourcing where I take the role of guiding the project realistic, or are there better solutions?</p>
<p>In my case, one project has a reasonably sized community of users going for it but is currently closed source. There have been requests to open source it.</p>
http://stackoverflow.com/questions/44254/how-do-you-plan-small-work-or-hobby-projects16How do you plan small work or hobby projects?Nick2008-09-04T17:32:50Z2009-02-27T16:43:13Z
<p>What tips to people have for getting hobby/home projects done?</p>
<ul>
<li>What tools do you use for designing & planning code? (Pen and paper, software, both?)</li>
<li>Do you use software to plan and track your project?</li>
<li>How do you choose libraries to use (e.g. to make yourself productive)?</li>
<li>Are there any good books/sites on planning small projects?</li>
<li>How do you decide on scope of project?</li>
<li>Do you try and follow a development methodology?</li>
<li>Do you plan to bring other people in at later date?</li>
<li>Do you prototype etc?</li>
</ul>
<p>People might have a different attitude to planning and design here than they might use at work. If so, what are those differences, and do they make you more productive?</p>
http://stackoverflow.com/questions/419950/do-you-use-nightly-builds-for-hobby-projects5Do you use nightly builds for hobby projects?Robert Gould2009-01-07T11:23:18Z2009-01-18T19:02:04Z
<p>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 I've only rarely taken my hobby projects to the Nightly Build and Continuos Integration stages, because well I don't work on the projects every day. Now since my projects are already have a one-step build, it's not a far shot to Nightly Builds and Continuos Integration, but I have never really felt the need for either in a one man team.</p>
<p>The Cons of Night Builds and C.I. on Hobby projects as I see them are:</p>
<ul>
<li>large implementation overhead</li>
<li>very little ROI (Return on
Investment)</li>
</ul>
<p>The Pros... well I can't think of any, so thats why I'm asking.</p>
<p><strong>[Edit]</strong> Apparently, as I guessed, there seems to be a consensus that its not worth it for the one-man team. Now I don't feel like I'm slacking anymore thanks! ;)</p>
<p><strong>[Edit]</strong> So there is some dissent, and a few Pros for NightBuilds... Back to wondering</p>
http://stackoverflow.com/questions/425833/coders-block-what-is-a-good-way-to-find-ideas-for-projects2Coders-Block... What is a good way to find ideas for projects?Zombies2009-01-08T20:44:25Z2009-01-09T14:20:29Z
<p>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?</p>
http://stackoverflow.com/questions/413676/how-to-manage-hobby-project-database4How to manage hobby project database?iny2009-01-05T16:30:35Z2009-01-05T18:30:47Z
<p>What would be the best way to manage the databases of hobby projects?</p>
<p>Requirements:</p>
<ol>
<li>It should be as easy as possible. If it is hard, the project will stall.</li>
<li>It should provide easy way to get testing copy to avoid doing development in production.</li>
<li>It should provide reliable way to upgrade the production database schema to new version.</li>
<li>It should provide a way to make a new database. Note that as there is usually the only one production environment, this won't usually get used. This is more to have the possibility in case of a problem.</li>
<li>It would be nice to be able to use the same thing for different databases. For example PostgreSQL for projects needing a real database and SQLite for projects where the database need to be copied between computers.</li>
<li>It needs to be free and work in Linux.</li>
</ol>
<p>I'm mostly doing my hobby projects with Python.</p>
http://stackoverflow.com/questions/407352/best-sources-for-graphical-assets-for-the-hobbyist-programmer1Best sources for graphical assets for the hobbyist programmer? [closed]David2009-01-02T16:40:21Z2009-01-02T17:14:40Z
<p><strong>This should be closed as an exact duplicate of <a href="http://stackoverflow.com/questions/139944/where-can-one-find-free-software-icons-images#139955">this quesion</a>.</strong></p>
<p>For those of us who develop software or websites in our spare time with little or no budget, what are your best resources for icons and other graphics? </p>
<p>Do you have good sources that have free or Creative Commons licenses? Or do you create your own?</p>
http://stackoverflow.com/questions/389276/should-i-continue-work-on-my-hobby-project4Should I continue work on my hobby project?Dan Goldstein2008-12-23T16:06:21Z2008-12-23T17:13:13Z
<p>I've been working on the <a href="http://www.codeplex.com/axial" rel="nofollow">Axial</a> project for a while now. It converts MSIL to Javascript with tight integration with ASP.NET. You add a control that looks something like
<code><axial:Script runat="server" MethodName="Foo" /></code> and the codebehind says <code>public void Foo() { lblTest.Text = "Foo"; }</code> and there would be a javascript function on your page that would say <code>void Foo() { document.getElementById('lblTest').innerHTML = 'Foo'; }</code>. It can do <canvas> and web services and has some other features. The CodePlex site has a list of features and source code.</p>
<p>I enjoy working on it but I'm considering stopping because only one person has shown any interest. I think the project is useful, but it's mostly for ASP.NET programmers who know C# and don't want to learn JavaScript. These people are hard to find via the internet, I think because people who go to sites like Stack Overflow are those interested in programming and like learning new languages. So it's difficult to show this project to people who may be interested in it. Or I could be overestimating its utility (or my marketing ability).</p>
<p>If anyone has advice about whether to continue working on it, I'd be interested in hearing it.</p>
http://stackoverflow.com/questions/304351/juggle-between-programming-jobs-and-hobby-project-how-to-do-it11Juggle between programming jobs and hobby project ? How to do it ?mhd2008-11-20T04:46:49Z2008-11-21T03:58:35Z
<p>If you are a professional programmer and you have programming project for hobby or fun, how
do you keep up your brain long enough? how do you manage your brain and time so that you can still work on your programming project at your weekdays/weekend spare time ?</p>
<p>I work as programmer by day, I always want to build software for hobby,currently I have some ideas for it but at the end of day I feel mentally tired, my brain has been used up in the office,so I really don't have the enthusiast to look again at monitor screen to solve a problem. </p>
<p>Weekend I go outside although I could spare some 1-2 hours but I don't think this is significant enough for coding?</p>
<p>Really want to hear from you guys! Thanks.</p>
http://stackoverflow.com/questions/141338/how-does-one-get-started-writing-applications-that-interact-with-x10-protocol6How does one get started writing applications that interact with x10 protocol?JoshReedSchramm2008-09-26T19:10:43Z2008-11-11T00:22:11Z
<p>As a hobby I'm looking into home automation. My understanding is that there are a couple open protocols out there and the most popular seems to be x10. I'm wondering if anyone with experience writing code against x10 devices could comment on how they got started, what languages they used and any other relevant information. </p>
http://stackoverflow.com/questions/44285/how-do-you-make-yourself-productive-doing-hobby-projects13How do you make yourself productive doing hobby projects?Nick2008-09-04T17:42:52Z2008-10-24T16:07:17Z
<p>When you are working on hobby projects at home, how do you make yourself productive?</p>
<ul>
<li>Is it planning and self discipline?</li>
<li>Do you make notes etc?</li>
<li>Creating the right environment? Music? Silence?</li>
<li>Good desk?</li>
<li>PC set up?</li>
<li>Taking the phone off the hook?!</li>
</ul>
<p>If you have a couple of hours and you want to get stuff done, what do you do to make the best use of that time? And conversely, what wastes time and should you avoid?! </p>
http://stackoverflow.com/questions/161319/how-much-time-in-a-week-do-you-spend-on-your-hobby-project3How much time in a week do you spend on your hobby project ?Rahul2008-10-02T08:17:08Z2008-10-02T09:18:05Z
<p>No matter how hard I try, I can't spend more than 4 hours a week given all the other commitments. </p>
http://stackoverflow.com/questions/32265/when-should-you-release-a-hobby-project-publicly7When should you release a hobby project publicly?Rob2008-08-28T13:30:19Z2008-08-28T15:18:48Z
<p>In regards to hobby projects, at what point do you consider it to be mature enough to release the first version to the general public? Do you wait until you have all of the features implemented, or do you release it once you have solid functionality and keep working on it?</p>
<p>Also, what are some of the differences between releasing a hobby project as an open source project?</p>