I really hate it when websites override Safari's scrollbar and substitute a 5px one that may fit the theme of the site, but is virtually impossible to grab because its hotspot is only a tiny bit larger than the edge of the window.
Nowadays, I find the only interaction I have with the scroll bar is to look at it to determine how far down a page I am. I always use the scroll wheel on Windows or the two finger scroll on the Mac trackpad to scroll a page.
Gyroscope: A personal site powered by your life
81–90 of 125 posts
Re: Gyroscope: A personal site powered by your life
#82I hope there are plans to integrate data from Google Fit. I know my watch tracks my steps and heart rate, so it seems kind of redundant to get Moves for the former and not be able to use data I have for the latter.
Re: Gyroscope: A personal site powered by your life
#83Re: Gyroscope: A personal site powered by your life
#84I really like the design of this site! Question: Moves (which I already use) tracks cycling and runs - why do I also need to link Runkeeper/Strava/Fitbit in addition? This appears to be redundant. Other question: How do you get back into the "follow these steps" page once you've clicked away? The link on the front page has been replaced with a notification that i'll be emailed when my account is set up. ( http://gyro…
Moves does theoretically track that stuff, but it is not reliable enough. For example, walking quickly or being in a car often ends up being considered cycling for half a block. On the other hand, if you turned on Runkeeper or Strava and say you're going for a run, that's probably 99% reliably what you actually did. Also I think the page you want is the dashboard: https://gyrosco.pe/dashboard/ - we are working on bui…
Re: Gyroscope: A personal site powered by your life
#85I can't create an account because it uses Facebook, I'll wait for the next version.
This is a product for tracking everything you do, and tries to accomplish that by pulling data from other services that track everything you do. Is Facebook uniquely untrustworthy in this category? Is there anything about Gyroscope that makes it uniquely trustworthy, if only they gathered your data directly?
Re: Gyroscope: A personal site powered by your life
#86I'm OK with the personal data but it doesn't seem to be good idea to allow you to access my private repos in Github.
Yeah that makes sense. We've started to switch more towards things like Rescuetime for that information, since the github auth options are very all or nothing. I wish there were more granular scopes so we could use just the metadata or timestamps, which is all we care about and not nearly as sensitive.
Re: Gyroscope: A personal site powered by your life
#87The UI of this web site is very cool. How to make this 3D animation?
Apply 3d perspective and rotate the parent/container element about the X axis ".container{perspective:400px; transform:rotateX(-45deg);}" (or maybe a positive 45deg)
Next, push the children forward along the Z axis ".child{transform: translate3d(0,0,100px);}"
Then, add transitions to the properties being changed, z-translate different amounts for different items in the stack, add some interactivity, and you're set.
Re: Gyroscope: A personal site powered by your life
#88It says there are 5 steps, with the first four steps containing free apps, and the 5th step containing an integration to RescueTime, which appears to cost money. I don't particularly want RescueTime. Am I just going to be on the "waiting list" forever, then? Also, please provide a way to cancel the account. :)
Rescuetime is free. They have a paid upgrade but you don't need it. And you don't need to have all of the steps complete, just a majority of them. There isn't an exact threshold, we just want people to have a good experience and not start off by landing on a mostly empty page.
Re: Gyroscope: A personal site powered by your life
#89502 bad gateway :( That said, I would pay money for a license to run a personal instance of this. The data aggregation you need to make it work would be much less scary that way.
Our worker processes are overloaded at the moment, working on spinning more up right now. EDIT: And we've now got more workers!
Re: Gyroscope: A personal site powered by your life
#90I really hate it when websites override Safari's scrollbar and substitute a 5px one that may fit the theme of the site, but is virtually impossible to grab because its hotspot is only a tiny bit larger than the edge of the window.
I'm under the impression these kinds of designs are built for the Macbook monoculture and assume you scroll using a touchpad gesture.