TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Commit Every Day, Blog Every Week

54 pointsby jcla1over 11 years ago

9 comments

8ig8over 11 years ago
I find it helpful to end the day by defining the first task for the next day of coding. The task needs to be specific and it needs to be quick and easy. I write it on a scrap of paper and leave it on the keyboard.<p>This gets me into the project with little to no friction and provides a quick accomplishment.<p>It helps avoid the mind-wandering morning thoughts of &quot;where was I&quot; and &quot;what should I do today&quot;.<p>It&#x27;s basically the Hemingway hack that&#x27;s been mentioned plenty of times...<p>&quot;The best way is always to stop when you are going good and when you know what will happen next. If you do that every day … you will never be stuck. Always stop while you are going good and don’t think about it or worry about it until you start to write the next day. That way your subconscious will work on it all the time. But if you think about it consciously or worry about it you will kill it and your brain will be tired before you start.&quot;
teddyhover 11 years ago
Reminds me of Joel’s classic “Fire And Motion” blog post: <a href="http://www.joelonsoftware.com/articles/fog0000000339.html" rel="nofollow">http:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;articles&#x2F;fog0000000339.html</a>
japhyrover 11 years ago
I&#x27;m on day 55 of a github streak, and it&#x27;s been really good for me. It has motivated me to take my main project [0] farther than I would have otherwise, and it has pushed me to improve my overall git workflow.<p>One thing that might affect my streak is the use of feature branches. I&#x27;m a hobbyist-getting-more-serious programmer, and I am just getting away from the lazy habit of pushing every commit to master. But branch commits don&#x27;t count towards your contributions until you merge them, and I&#x27;m not sure how that affects streaks.<p>That said, if the point is to just make a commit each day and you&#x27;re not measuring that with a github streak, there&#x27;s no difficulty. I like these goals; I&#x27;m always curious to see if announcements of good intentions like this go anywhere.<p>[0] - <a href="http://introtopython.org" rel="nofollow">http:&#x2F;&#x2F;introtopython.org</a><p>edit: s&#x2F;commit&#x2F;merge&#x2F;
sz4kertoover 11 years ago
&gt; &#x27;Blog Every Week&#x27;<p>Make sure you use that blog title generator posted to HN few days ago, that&#x27;ll guarantee you benefit the humankind.
评论 #6663155 未加载
3stripeover 11 years ago
Good luck!<p>And a suggestion on the design front: if you&#x27;re going to be generating that much content, make sure your blog is friendly on the eye, constraining your fluid width layout so you get a maximum of 12-15 words&#x2F;line would be an easy win :)
taspeotisover 11 years ago
The &quot;commit every day&quot; part reminds me of this [1].<p>[1] <a href="https://news.ycombinator.com/item?id=6389019" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6389019</a>
评论 #6663194 未加载
steveklabnikover 11 years ago
Committing every day is hard. I had a third of a year going, and then, after an intense month of travel, my first day back at home I forgot to commit and broke the streak.<p>Good luck!
basicallydanover 11 years ago
Good luck! If you blog with Jekyll, at least you can easily check off the &#x27;commit&#x27; portion for one of the days of each week.
reizover 11 years ago
Pushing every day commits to GitHub is easier than writing blog posts every week. But I wish you all the best man! Keep it up.
评论 #6679198 未加载