HN user

ripexz

29 karma

Platform Team Lead & Software Developer @ Teamwork.com, working on side projects in my spare time.

Reach me at:

ripexz@gmail.com

Twitter: @ripexz

GitHub: ripexz

Website: https://www.ripexz.com

[ my public key: https://keybase.io/ripexz; my proof: https://keybase.io/ripexz/sigs/CB97PZ_JuVOUysZ0GV3HP4o7w0UAs90efXj-AybxFtU ]

Posts1
Comments24
View on HN
Web.dev by Google 8 years ago

They're already "broken" on Chrome for a few versions now, we switched all `.dev`s to `.localhost` in dev environments at my company.

I guess I got carried away with the usual dev stuff, "oh well need an account to keep track of sketches", "oh better require email address so they can reset their password", "hmm better confirm it so bots cant spam sketches and fill my s3 buckets" and so on... I've just gone through the signup process myself - for the nth time, and felt myself that after submitting that first sketch it didn't feel right that the next step is to leave the page and confirm an email address...

I did make the confirmation optional previously, I think first step will be to go back to that and work from there towards a signup-as-an-edge-case approach.

Thank you, you've given me a lot of food for thought.

I see where you're coming from - definitely not an easy problem to solve though, from my experience other free learning web apps can't do without accounts either.(Duoling, Codecademy, etc).

Maybe my views are outdated about this, but I haven't see this done without registration, sure I can store stuff locally in the browser/device but the second you switch, your data is lost.

I guess I could make it easier for the latter security-naive user by offering SSO with Facebook/Twitter/what-have-you but in the end it's just glorified signup, a better UX sure, but working around the same problem.

If you can give me examples of other apps that have done this well, I'm all ears, this is very much a learning experience for me and I'd like to take away as much as possible.

Thanks for your feedback, I think the first route is more suitable as it's supposed to track your progress and daily streak so some sort of signup is needed.

So I'll work on that next, probably a random easy sketch you can draw without signup and as you submit it, you submit a signup form.