Live data from Hacker News

Advent of Code 2018

adventofcode.com

11–20 of 101 posts

Re: Advent of Code 2018

#11
I'm really excited for this year's AoC, and trying to get other devs at my work involved too!

Last year I tried to solve at least the first few days in a bunch of different languages, doing Red/Green TDD so I could learn how to set up a basic project and do tests in languages I was less familiar with. Still trying to decide if I should take that approach again this year or focus on getting every day done in a single new language.

Re: Advent of Code 2018

#14
post #5

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

What I wonder is why can't I just create an arbitrary username unlinked to email or anything else? This isn't a bank account we're talking about.

Oh right, because they're probably gathering personal information, which is why they want access to my Google or other accounts.

I guess since they appear to have a "reddit" auth option and I think reddit still lets you create arbitrary usernames, that would be a two step process to do it.

Re: Advent of Code 2018

#15
post #14
post #5

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

What I wonder is why can't I just create an arbitrary username unlinked to email or anything else? This isn't a bank account we're talking about. Oh right, because they're probably gathering personal information, which is why they want access to my Google or other accounts. I guess since they appear to have a "reddit" auth option and I think reddit still lets you create arbitrary usernames, that would be a two step p…

that's such a baseless accusation. I think it's more likely Eric just wanted to spend his time working on the problems and not setting up password resets and building forms.

Re: Advent of Code 2018

#17
post #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.

I'm going to do Rust.

Re: Advent of Code 2018

#18
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

Firebase has ergonomic free auth that does all this out of the box.
Post reply on HN