It's been said many times before, but getting exercise while doing a startup is a must. It's like saying you should use LESS/SASS instead of coding CSS. You just won't believe how much better it is until you actually try it for a while.
For the last three months I've forced myself to go for a jog every morning, no excuses, even if it means I'll get started on stuff a little later, so be it. It's an amazing complement to the uncertainty and mental challenges of a startup.
I completely agree. Exercising every day has made such a difference to me that I even made an app[1] to help me maintain the habit.
Daily exercise makes me feel less tired and helps me think more clearly. For me changing my diet has been more difficult. I am going to start by changing breakfast (the meal I always eat alone), and then working from there.
Do yourself an additional favor and don't use less - it nowhere near as powerful as alternatives. go with sass or stylus and I absolutely promise you it will pay off. gem install sass then run sass --watch /path/to/sass_file.sass and you're good to go.
Just setup LESS when you start the project. Though if you are having a hard time using it that means you aren't getting much value from it. Using more, better mixins will make a huge difference. Checkout Bootstrap's mixins.less file for a starting point.
SCSS, being a superset of CSS, is an easier transition. If its valid CSS, it's valid SCSS, so you can upgrade incrementally. LESS is totally out for me, since it sometimes chokes on obscure, but valid CSS declarations (e.g. some browser prefixes and hacks).
1 hour of intense exercise (minimal breaks) >>> 3 hours of exercise with a ton of breaks and loitering around.
There's a lot of literature that workouts beyond an hour-hour and a half don't add much benefits and the shorter and more intense they are, the better. (of course this does not apply to athletes)
You can even cut that hour down to 30 minutes of high intensity, 'bursty' exercise with no breaks. Art de Vany talks about this in Evolutionary Fitness.
thats what I do. Wake up 7, gym till 8:30, then work with break for food once every 2 hours for 5 minutes (plus bigger dish at evening) then from 10 to 11 cardio, sleep before 12. I do not exercise over the weekends, let body sleep longer, rest, be lazy. If I manage my time properly, I still easily get 10 hours of work a day! I just noticed how much detracting certain things are: talking 5 times about the same thing over the phone with friend, watching TV "only" for couple minutes, browsing web, reading emails that I know I will come back to again later on, etc. It all adds up substantially. The only spoil other than energy drink with 30g of sugar (my daily rate) I let myself to do is to "waste" time here and there on reading HN :)
Exercise definitely. I've found that many of my best ideas come to me while exercising. I don't listen to music or anything so it is the most (sometimes only) distraction free time of my day.
I've also found that, by bike commuting, I can integrate exercise into my day in a way that doesn't really take much additional time.
For the last three months I've forced myself to go for a jog every morning, no excuses, even if it means I'll get started on stuff a little later, so be it. It's an amazing complement to the uncertainty and mental challenges of a startup.