Live data from Hacker News

A Trail Tale

atrailtale.com

41–50 of 58 posts

Re: A Trail Tale

#42

Great site! One nitpick is that I don't like clicking left to access the older Journal entries (traditionally, right arrow shows older entries, like in pagination tables).

Welcome to my second least favorite programming headache (after time zones) that I run into annoyingly often: paginating through time with 'now' being the starting page. You're navigating left because it's a previous entry, but it's also right because it's the next entry you want to read.

Maybe I should add 'First Entry' and 'Most Recent' buttons in addition to 'Previous Entry' and 'Next Entry' to make it feel a bit better.

Re: A Trail Tale

#45
Wow, if anyone can put me in contact with the hiker, I'm a dev from Philly who is also thru hiking, we're just ahead of him. It would be cool to get connected and maybe meet up. Also extremely impressed, this project is amazing, I've just got a lame YouTube channel XD https://youtube.com/channel/UCNdZgXJBLh2E7Z-62MLOMKA

Re: A Trail Tale

#47

Project dev here if anyone has any questions- on a technical side, the app is built with Unity WebGL wrapped in a vue.js wrapper. The JS side handles pulling the live data from the server and determines the best Unity scene to show given the parameters- time of day, weather at his last known coordinates, and the location itself. I wrote a separate vue.js progressive web app that is installed on his phone so he can wr…

If you plan on keeping this around (you should) you ought to extend it to any number of hikers on the AT. A simple drop-down to let someone choose which hiker to watch/follow....

Re: A Trail Tale

#48

Great site! One nitpick is that I don't like clicking left to access the older Journal entries (traditionally, right arrow shows older entries, like in pagination tables).

Welcome to my second least favorite programming headache (after time zones) that I run into annoyingly often: paginating through time with 'now' being the starting page. You're navigating left because it's a previous entry, but it's also right because it's the next entry you want to read. Maybe I should add 'First Entry' and 'Most Recent' buttons in addition to 'Previous Entry' and 'Next Entry' to make it feel a bit…

Maybe top/down instead of left/right would solve the users expectation problem.

Re: A Trail Tale

#50
This site is so fun, and I spent the better part of my Sunday morning reading the journal entries while enjoying the relaxing background music. Thank you for sharing.
Post reply on HN