Live data from Hacker News

Importance of Side Projects

rawsyntax.com

41–50 of 50 posts

Re: Importance of Side Projects

#41
post #16

Earlier quoted context omitted.

Is that even enforceable? If it is, I hope, for your sake, they are paying you EXTREMELY well.

Depends on the state. In California the labor law is very clear that its a right that can't be taken away (even if present in a contract)

anyone got the source for this?

Re: Importance of Side Projects

#42
post #17

I have mixed feelings about side projects. Sure it sounds good and looks good but let me tell you my own example. I am a single core processor. I am pretty much capable of doing pretty much just one thing at a time. I've tried to multi-task to the point of switching off from what I'm doing at work to something else but it just doesn't work. One or both of them suffer. I tend to be engrossed in what I'm doing at work.…

Maybe I'm picking a nit here. But even a single core processor can do multi-tasking, that's what a modern OS such as Windows and Linux is doing.

In your case, it could be caused by many factors. One possible reason is that your task switching itself is the bottleneck, say, saving current context into stack and loading previous context from stack. It's very fast in computers just a few memory access and overwriting a few registers, human brain cell is different storage, the process may take much longer. Not sure if it can be trained to be faster though.

Another possible cause (and maybe worse) is that the main memory is very limited, such that only one of tasks can stay in the memory, every time you need to switch to another task, you encounter a page fault that triggers the OS to load the task from the much slower hard drive. I guess maybe it's the case in brain as well, there are areas for storing short-term memory and for long-term memory respectively, while the former has faster access speed but much limited capacity.

In your case, in order to maximize your throughput, you make the multitasking OS running into a batch mode.

Re: Importance of Side Projects

#43
My side project turned into a consulting company and fed my family for 4 years. Now I'm on my own again, still consulting. Its kind of like every project is a side project - they change from month to month and lots of new development.

Now my main project gets to be my family, which is really a great life. Envy me.

Re: Importance of Side Projects

#44
post #13

Per my contract, every creative thought and act I perform while employed belongs to my employer. My contract could be interpreted to mean that even my comments here are owned by my employer. Rather demotivating for genuine side-projects.

I feel that if they own your creativity they should pay you for it, and creativity does not stop when you clock out... demand 24/7 pay perhaps ?

Re: Importance of Side Projects

#45

I've found that most of my coworkers over the years don't really react very well to the idea of me having a side project-unless they have one themselves. I think they believe it's pretty strange to making something not work related. I'm not sure I've worked with many programmers at all who read on the side let alone make much of anything. Maybe my experience is just weird.

No, it's normal at big companies or non programming firms. Spare mental capacity is devoted to sports teams and American Idol.

Or family and friends, or dealing with the bureaucracy of the craptastic health care that is against providing your autistic son anything besides false sentiment and lies. Unfortunately, the tech industry places too much value on things like Twitter.

Re: Importance of Side Projects

#46
Don't quote me on this in a court of law but I'm pretty sure all of my current main sources of income (other than consulting) started life as side projects, including a site I sold for 5 figures, a technology I sold for 6 figures, and most of my current sites which provide a day to day income now (the biggest of which was set up as a side project to try and help promote a book I was writing at the time). A personal blog I started in 2003 as a laugh made mid 4 figures every month in 2008 with Adsense (but almost nothing now, bah). I started an e-mail newsletter as a side project in August last year.. now up to 12k subscribers across 2 newsletters and making a little money some weeks.

Side projects rock! They sniff out your true interests and true motivations. But.. I doubt they're for everybody, naturally.

Re: Importance of Side Projects

#47

Don't quote me on this in a court of law but I'm pretty sure all of my current main sources of income (other than consulting) started life as side projects, including a site I sold for 5 figures, a technology I sold for 6 figures, and most of my current sites which provide a day to day income now (the biggest of which was set up as a side project to try and help promote a book I was writing at the time). A personal b…

That is pretty awesome. Nice work. It also keeps the gears turning in your head to constantly re-invest and re-invent

Re: Importance of Side Projects

#48
post #3

Balance, though, is key. I've never quite managed to figure out how to make sure an exciting side project doesn't consume my life leaving everything else to rot, or conversely, how to keep a side project sufficiently alive when swamped with more important things.

I always make sure the work that's paying the bills is done, before I work on the side project. Other than that, I'll typically commit to 5 hours a week. Usually in 2 sessions.

having a dedicated time to work on the side project tasks is a good idea. Balance does matter and it is sometimes difficult to stop what you want to do on the side project. OP's point about not getting into analysis/paralysis is the reason that I work on the side projects just to get see if the damn thing works or not.

Re: Importance of Side Projects

#49

Seems to be a common theme around here: http://www.exratione.com/2011/03/the-side-project-considered... "It seems strange to me that there exist developers who do not have side-projects: exploratory exercises in coding, tinkering, and scratching personal itches that run on the weekends, or here and there in the evenings as a replacement for mindlessly consuming mass-market entertainment. Do these people not enjoy the…

Wait 'til you have kids.

For the first few months, having kids meant zero time for side-projects, but these days it just makes me much more focused in the free time that I do have.

Re: Importance of Side Projects

#50
post #38

I can definitely relate to the part that talks about analysis paralysis. When starting a new project, like everybody else, I'm usually faced with several different options on how I'm going to design it, which libraries I'm going to use, what the overall architecture is going to look like, what features I'll implement and so on. And very often, I get stuck deciding between two options, weighing which one is better, wh…

I fall into the same trap. It's an addiction to perfection.
Post reply on HN