Live data from Hacker News

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

github.com

21–30 of 104 posts

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

#21
post #18
post #16

What's the simplest way to run it locally? I don't necessarily want to upload it to gh-pages, but simply opening the html won't work either.

Make a copy of life.example.md, rename it to life.md, edit it. Run the page on a local server.

Thanks. For anyone in the same position - Anvil is a good option for that.

http://anvilformac.com/

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

#22
post #13
post #9

Earlier quoted context omitted.

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

Well uh, that's how I visualize my life timeline in my head :) A straight horizontal path, left to right instead of top to bottom.

Maybe bottom to top would be a better approach :)

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

#23

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.

A mouse? That's one of those archaic precursors to multitouch trackpads, right?

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

#24
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.

Maybe a hybrid approach could work? Automatically scroll down and to the right simultaneously. If I understood it correctly, the events in the timeline will go diagonally down. So if the scrolling happens intelligently by following the events, that should work, shouldn’t it?

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

#25
I'd love to see this as a zoomable timeline, where less important events are less visible when zoomed out, so that the timeline itself is fully visible at 100%.

Draggable timeline in a max 100% w/h window would fix the scrolling weirdness for folks who care, and would also be usable on a touch device, but I think the interaction should always feel full screen, regardless of where you are in the timeline.

Love this idea, quite a lot actually.

Perhaps this is marketable to the folks at Timehop? :)

Post reply on HN