Show HN: Flashcards to learn AWS skills
71–80 of 120 posts
Re: Show HN: Flashcards to learn AWS skills
#72I really like this app. I only have one minor piece of feedback, and that's that the card wobbling while you're reading the question is very, very distracting.
In any case, I'm willing to remove the wobbling effect entirely if this feedback is echoed by other people.
Re: Show HN: Flashcards to learn AWS skills
#73At this point AWS has gotten so complex that one has to jump through a dozen hoops to get the simplest of things done. To scale up our reporting I thought it’s a good idea to offload report generation to a lambda function. Read from MySQL, dump into S3 and mail a link to that S3 file, make the link expire after couple of hours. Reasonably simple enough. But by God was it painful!! IAM is a rabbit hole, now later VPC…
Sometimes I wonder if the old world where you had to buy computers and drive to the datacenter at 3 in the morning to replace dead hard drives was really so bad. I guess it was really so bad. Everything you have to build for yourself in the cloud is something you probably needed in your self-hosted stack -- a directory of users, permissions (and escalation), firewall rules, SSH key material, etc. I feel like no matte…
Feels like it is a very solvable problem, though. Only a matter of time.
Re: Show HN: Flashcards to learn AWS skills
#74At this point AWS has gotten so complex that one has to jump through a dozen hoops to get the simplest of things done. To scale up our reporting I thought it’s a good idea to offload report generation to a lambda function. Read from MySQL, dump into S3 and mail a link to that S3 file, make the link expire after couple of hours. Reasonably simple enough. But by God was it painful!! IAM is a rabbit hole, now later VPC…
I felt your pain when I read that. If it's of any help, I can promise you that creating a Terraform configuration to set this up will improve your life, happiness and general well being in the future. Yes, Terraform has a learning curve, but it's also a black magic effery for the cloud.
Re: Show HN: Flashcards to learn AWS skills
#75At this point AWS has gotten so complex that one has to jump through a dozen hoops to get the simplest of things done. To scale up our reporting I thought it’s a good idea to offload report generation to a lambda function. Read from MySQL, dump into S3 and mail a link to that S3 file, make the link expire after couple of hours. Reasonably simple enough. But by God was it painful!! IAM is a rabbit hole, now later VPC…
Re: Show HN: Flashcards to learn AWS skills
#76I have been building my own SRS flashcard web app, targeted specifically for language learning. Your implementation, UX-wise, is similar to mine (e.g. I have nearly identical "flip" transition"). Your use of icons is nicer, and the color scheme you chose is excellent. I like the trade that you made of not having persistent accounts. I wrestled with that idea for a portion of my site that features "pre canned" decks.…
Re: Show HN: Flashcards to learn AWS skills
#77Amazon has turned developers into consumers. I like the site, I hate how un-hobbyist-friendly the dev world has become.
Re: Show HN: Flashcards to learn AWS skills
#78Re: Show HN: Flashcards to learn AWS skills
#79Ive been using AWS for a couple years at work now.. never ran into difficulties where flashcards/spaced repetition woulda helped. For example, I don't think you need to memorize IAM privileges or stuff like that. Maybe I'm just working on not so complex things?
Re: Show HN: Flashcards to learn AWS skills
#80Earlier quoted context omitted.
Sometimes I wonder if the old world where you had to buy computers and drive to the datacenter at 3 in the morning to replace dead hard drives was really so bad. I guess it was really so bad. Everything you have to build for yourself in the cloud is something you probably needed in your self-hosted stack -- a directory of users, permissions (and escalation), firewall rules, SSH key material, etc. I feel like no matte…
I think the primary concerns with what App Engine started out as were flexibility and vendor lock-in. Feels like it is a very solvable problem, though. Only a matter of time.