type this into the browsers console: setInterval(function () { $.post('/node/hello_world/message', { message: 'lol' }); }, 1);
Day 180: Finished
71–80 of 97 posts
Re: Day 180: Finished
#72Very inspiring. I think this reinforces the idea that regular practice every day (even if it's short practice) is often better than longer sessions done intermittently or spaced apart more widely (like once a week). Here's another example of the "daily practice" approach from a different domain. A self-taught designer callled Mike Winkelmann has been posting his "everydays" on his website. From his site's description…
I don't think short practice does anything for you when it comes to something like coding. I can't see anyone benefiting from less than a couple of hours of coding
That being said, when I'm not under extreme time constraints, I'm using other approaches. For example, for a whole week I'm reading and gathering bits of information I will need to build something. I have a large file, where I paste links, paragraphs of text from articles and write tiny little snippets of code, either mine or borrowed from somewhere. All this takes an hour or a little more each day (but it's nice that it can be divided into pieces). Then over the weekend I try to make this amorphous mass of data into understanding, in one or a few coding sessions.
There are other ways to make the best use of what little time we get, too. They'd better be, because otherwise we'd be royally screwed as working programmers :)
Re: Day 180: Finished
#73Re: Day 180: Finished
#74Re: Day 180: Finished
#75Now the next challenge 1 website in 180 days.
Re: Day 180: Finished
#76Congratulations! This must have taken an incredible amount of personal discipline to accomplish. I can't even bring myself to floss for 180 consecutive days!
Re: Day 180: Finished
#77I am curious about her status/background. Is she in high school, college, out of school? Working a basic or full-time professional job? If she has a full-time job doing something else, it's a hell of a commitment to do something like this on an ongoing basis. I'm not sure how you could work 8+ hours a day, then come home and work on a project like this every day for 6 months straight. Even giving up more sleep than you should and any attempt to have a social life, it'd be tough to pull off.
It's a little different if this is the only thing she has going on right now. Not that it isn't still a great achievement - if I was in a position to do so, I'd be interested in hiring somebody with the intelligence, independence, and drive to complete a project like this with no definite payoff at the end. It may even be better that she can maintain a reasonable work-life balance on a long-term project and not burn out.
I'm working on my own project outside of work, but I sure couldn't spend 8-ish hours on it every day over the course of 6 months while still working at my normal job.
Re: Day 180: Finished
#78Cool project, and really cool on her actually sticking it out and producing a site a day for 180 days straight. I am curious about her status/background. Is she in high school, college, out of school? Working a basic or full-time professional job? If she has a full-time job doing something else, it's a hell of a commitment to do something like this on an ongoing basis. I'm not sure how you could work 8+ hours a day,…
Re: Day 180: Finished
#79Cool project, and really cool on her actually sticking it out and producing a site a day for 180 days straight. I am curious about her status/background. Is she in high school, college, out of school? Working a basic or full-time professional job? If she has a full-time job doing something else, it's a hell of a commitment to do something like this on an ongoing basis. I'm not sure how you could work 8+ hours a day,…
Making a website a day takes a lot of time. I've been working on this project full-time and on average worked for 10 hours a day including weekends. I'm looking forward to getting my social life back!