Live data from Hacker News

Advent of Code 2018

adventofcode.com

1–10 of 101 posts

Re: Advent of Code 2018

#6
I've participated in this the last couple years. It is really well done. The puzzles get progressively harder as the month goes on. I usually try to use a language im interested in but don't have a lot of experience with, but thats even more of a challenge and generally by the 15th or 20th im struggling to find enough time to complete the puzzles, but I try to go back and finish everything eventually. Always learn something new; theyre generally problems different from what I work on day to day.

Re: Advent of Code 2018

#8
post #5

Is it really that hard to provide an email based login?

I mean, it is additional work. Not only do you need to store the emails/passwords securely, which while it isn't _that_ hard, it is a needed consideration, but you also need to now:

- provide a password reset service

- find a way to send emails to this many people for low cost, it is a free service after all, so all of the confirmation/reset emails are an additional cost

- etc

Re: Advent of Code 2018

#9
Excited for this year's version. I did last year's event in OCaml which was a challenging, yet very rewarding experience. Still trying to decide what language to use this year.

Re: Advent of Code 2018

#10
post #5

Is it really that hard to provide an email based login?

I mean, it is additional work. Not only do you need to store the emails/passwords securely, which while it isn't _that_ hard, it is a needed consideration, but you also need to now: - provide a password reset service - find a way to send emails to this many people for low cost, it is a free service after all, so all of the confirmation/reset emails are an additional cost - etc

on the cost side (not counting gdpr), back4app (parse server plateform [1] as a service) provide all of that from scratch.

disclaimer : just a paying client here.

[1]: https://www.back4app.com/product/what-is-parse-server

Post reply on HN