Live data from Hacker News

Viewing profile — truetuna

truetuna

HN member
Joined
Mon, Aug 10, 2015, 9:52 AM UTC
HN karma
20
Public activity
16 items

About truetuna

No profile information was provided.

Recent public activity

  1. comment
    Comment #32478168

    Perhaps not as big as others, but Airbnb. https://news.airbnb.com/airbnbs-design-to-live-and-work-anyw...

  2. comment
    Comment #31189874

    Indeed. If you don't like it, prepare to get into a lot of arguments. EKS/Helm providers in combination with controllers are wild. It forces you to understand every little facet yo…

  3. comment
    Comment #22820921

    I had similar thoughts when I read their article. Their atomic deploy problem completely disappears had they gone with an immutable approach.

  4. comment
    Comment #19351549

    Even if you don't use Docker in production, I think it's still very useful tool for local development, combined with docker-compose. When I'm working on one service, I often depend…

  5. comment
    Comment #18199922

    Yeah, this and a couple other reasons have caused me to jump ship (slow boot times, weird config, glitchy UI, plenty of deploy integrations but individually limited, too much downt…

  6. comment
    Comment #16121933

    Could you expand a bit on shorthand property syntax or provide a link to somewhere I could read more? I'm still doing a lot of .bind(this) in many places and I'm looking for an alt…

  7. comment
    Comment #15683886

    I've used Shoutem's standalone UI library[1] for my last project but haven't used their platform as a whole. During that time, I found it painful to get it working. Their documenta…

  8. comment
    Comment #14700101

    Based on my personal experience, sometimes even if the API is yours, making changes can be difficult. The example I first think of is my last company. We had a backend and frontend…

  9. comment
    Comment #14700076

    Opening it up in incognito mode on the iPhone doesn't seem to work.

  10. comment
    Comment #14038852

    It's been a while since I've used Django but at the time (I think 1.6) I couldn't figure out a way to do a migration like adding a non null column to a decent sized relation 100M r…

  11. comment
    Comment #13974933

    I've tried localstack once a few months ago to mock SQS and found it really slow to boot, had a pretty high memory footprint, crashed very often (was running inside their official …

  12. comment
    Comment #13947627

    I wouldn't recommend ECS. I've used it for a little over 6 months and even for trivial things, it lacks. A couple examples that come to mind include not being able to pass host env…

  13. comment
    Comment #13899409

    Yeah, agreed. Unfortunately when you inevitably make changes to your CF config, `terraform plan` doesn't help because it's likely you changed something inside the `template_body` a…

  14. comment
    Comment #13899347

    Terraform is great but there are certain things that I still use Cloudformation for (simply because you can't do it right now using Terraform). One example is rolling updates on yo…

  15. comment
    Comment #13818870

    This! I did exactly this before leaving my previous position. We had a friendly 45min call the next day, just talking about my current situation at the time and he was thrilled I r…

  16. comment
    Comment #11580242

    I've had my fair share of bad interviews too. Just recently I was interviewing for a full stack position with a company that tried to get me to recite "what happens when I type goo…