Live data from Hacker News

Ask HN: You've got one month, what's your challenge?

news.ycombinator.com

1–10 of 100 posts

Re: Ask HN: You've got one month, what's your challenge?

#4
Find a better place to work. Just started as a software engineer, fresh out of college. I come home and I am constantly learning, which I enjoy, go to work and introduce new ideas and am shot idea not because of my ideas but beucasue im a newbie. Over the past couple of month has eatten away at my confidence and starting to just blow it off. :(

Re: Ask HN: You've got one month, what's your challenge?

#6
post #3

Make 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!

Re: Ask HN: You've got one month, what's your challenge?

#10
post #6
post #3

Make 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!

Thank you. Should be fixed now.
Post reply on HN