Live data from Hacker News

Show HN: Life – A timeline of important events in (your) life

github.com

1–10 of 104 posts

Re: Show HN: Life – A timeline of important events in (your) life

#3

Wow. This is totally cool! I like how simple your implementation is. I can see this is not only useful as timeline of important life events, but also in recording company milestones. Congrates, man!

Thanks :) Haven't really thought of company milestones... but I guess you're right!

Re: Show HN: Life – A timeline of important events in (your) life

#6
post #3

Wow. This is totally cool! I like how simple your implementation is. I can see this is not only useful as timeline of important life events, but also in recording company milestones. Congrates, man!

Thanks :) Haven't really thought of company milestones... but I guess you're right!

My favorite part of your description:

  How about Facebook timeline? Meh.

Re: Show HN: Life – A timeline of important events in (your) life

#7

My quick web search didn't show anything without caveats, but if there's any decent javascript that can be used to make the mouse wheel scroll the page sideways, that would be a really nice addition.

I thought of that too, probably using some 'mousewheel' event, but later I realise the page height may grow as well (with vertical scrollbar) depending on the number of events.

Re: Show HN: Life – A timeline of important events in (your) life

#9
post #7

My quick web search didn't show anything without caveats, but if there's any decent javascript that can be used to make the mouse wheel scroll the page sideways, that would be a really nice addition.

I thought of that too, probably using some 'mousewheel' event, but later I realise the page height may grow as well (with vertical scrollbar) depending on the number of events.

I'm curious about why you chose the horizontal plane in the first place, given that the web defaults to vertical.
Post reply on HN