Typical examples: - write a book - code a game - train to run a marathon by the end of the month
Ask HN: You've got one month, what's your challenge?
1–10 of 100 posts
Re: Ask HN: You've got one month, what's your challenge?
#2Re: Ask HN: You've got one month, what's your challenge?
#3This week's: https://andars.github.io/dynamic-system/
Unsure if I can do it, but I am going to try.
Re: Ask HN: You've got one month, what's your challenge?
#4Re: Ask HN: You've got one month, what's your challenge?
#5Re: Ask HN: You've got one month, what's your challenge?
#6Make one cool demo or write a post about something fascinating each week. Bonus level: twice a week. This week's: https://andars.github.io/dynamic-system/ Unsure if I can do it, but I am going to try.
Re: Ask HN: You've got one month, what's your challenge?
#7Re: Ask HN: You've got one month, what's your challenge?
#8Re: Ask HN: You've got one month, what's your challenge?
#9Re: Ask HN: You've got one month, what's your challenge?
#10Make one cool demo or write a post about something fascinating each week. Bonus level: twice a week. This week's: https://andars.github.io/dynamic-system/ Unsure if I can do it, but I am going to try.
Just a heads up, your javascript doesn't work for me in Chrome because it's assigning to a global `history` variable. `window.history` is read-only so the js errors out. If you scope your function or rename the variable it should work. Nice challenge! Good luck!