I take no opinion on whether this is good or bad, but I can see how from a UX perspective it's nice not to lose 10 minutes of work because your browser crashes or something.
Apparently CodePen 2.0 sends data to their servers as you type
31–40 of 67 posts
Re: Apparently CodePen 2.0 sends data to their servers as you type
#32Look into https://www.fullstory.com/ , many major websites use this, it's basically a real-time video view of the user's browser screen. You can see where they move their mouse, how quickly they are typing, each character one at a time. I worked for a company that would have phone support for users, and we'd be watching their screens giving gentle suggestions to them as they were using our app for how to do what they…
Re: Apparently CodePen 2.0 sends data to their servers as you type
#33This is so it can restore any unsaved changes. I take no opinion on whether this is good or bad, but I can see how from a UX perspective it's nice not to lose 10 minutes of work because your browser crashes or something.
Edit: but then if you you quit (or crash) without saving the pen first there is no way to recover unsaved work regardless. That is, the pen must be saved manually at least once for the user to benefit from the autosave.
Re: Apparently CodePen 2.0 sends data to their servers as you type
#34You're gonna be shocked how many input fields do this for various UX features :)
Shopify does this. If you ever go to purchase a product on a Shopify 'site, and enter eg your e-mail address, it'll save it even if you decide to cancel and close the tab. Sometimes you receive spam from companies along the lines of marketing or "we noticed you didn't complete your purchase" type crap. Shit is rly invasive.
Re: Apparently CodePen 2.0 sends data to their servers as you type
#35Re: Apparently CodePen 2.0 sends data to their servers as you type
#36Look into https://www.fullstory.com/ , many major websites use this, it's basically a real-time video view of the user's browser screen. You can see where they move their mouse, how quickly they are typing, each character one at a time. I worked for a company that would have phone support for users, and we'd be watching their screens giving gentle suggestions to them as they were using our app for how to do what they…
Re: Apparently CodePen 2.0 sends data to their servers as you type
#37because this is how autocomplete logic works i guess? Frontend cannot guess language and completions for you
Re: Apparently CodePen 2.0 sends data to their servers as you type
#38Pretty sure it always autosaved so this makes sense to me? I always assume it would send my data over to their backend, its code that ends up there regardless?
Edit: The point is that any secrets typed/pasted in there should be considered compromized
Re: Apparently CodePen 2.0 sends data to their servers as you type
#39Re: Apparently CodePen 2.0 sends data to their servers as you type
#40Look into https://www.fullstory.com/ , many major websites use this, it's basically a real-time video view of the user's browser screen. You can see where they move their mouse, how quickly they are typing, each character one at a time. I worked for a company that would have phone support for users, and we'd be watching their screens giving gentle suggestions to them as they were using our app for how to do what they…