Apparently CodePen 2.0 sends data to their servers as you type
11–20 of 71 posts
Re: Apparently CodePen 2.0 sends data to their servers as you type
#12because 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
#13Sent to them to render the preview pane. Same as pasting secrets anywhere on a browser. Wait until you find out copying content on a computer might sent it over Wi-Fi/Bluetooth for sharing on other devices.
Re: Apparently CodePen 2.0 sends data to their servers as you type
#14[flagged]
Re: Apparently CodePen 2.0 sends data to their servers as you type
#15Re: Apparently CodePen 2.0 sends data to their servers as you type
#16[flagged]
Re: Apparently CodePen 2.0 sends data to their servers as you type
#17You're gonna be shocked how many input fields do this for various UX features :)
Re: Apparently CodePen 2.0 sends data to their servers as you type
#18Re: Apparently CodePen 2.0 sends data to their servers as you type
#19because this is how autocomplete logic works i guess? Frontend cannot guess language and completions for you
Well, except for the cases when you happen to have the entire VM for your language running in the same tab where you program lives, and they both are all JS. Probably harder, and wouldn't work equally well for everyone, but it would be possible to have "guess language and autocomplete" entirely client-side, especially when it comes to JavaScript of all languages.
Re: Apparently CodePen 2.0 sends data to their servers as you type
#20I 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 needed to do. We never offered up what we were doing, but given users' poor descriptions of what they were doing, FullStory was an amazing customer service tool.