Live data from Hacker News

Viewing profile — davidgf

davidgf

HN member
Joined
Fri, Sep 09, 2016, 8:34 AM UTC
HN karma
53
Public activity
32 items

About davidgf

https://medium.com/@Da_vidgf

Recent public activity

  1. comment
    Comment #47874304

    If you're an US citizen, I would understand why. If you're from elsewhere, looking at how both countries deal with foreign policies, perhaps the answer requires some serious reflec…

  2. comment
    Comment #39368753

    That would be really helpful. At the company I'm working for, we are transitioning to Keycloak, and one question that I have no answer for yet is how to standardize deployments acr…

  3. comment
    Comment #39343262

    By any chance, is that Terraform open sourced somewhere? It's for a friend :)

  4. comment
    Comment #33920174

    It will always respond "it works on my local machine".

  5. comment
    Comment #28785730

    Here's another interesting excerpt, from Neil Postman's "Amusing ourselves to death": As Huxley remarked in Brave New World Revisited, the civil libertarians and rationalists who a…

  6. comment
    Comment #24717362

    I'm not too sure about that... Just to clarify, I'm referring to the burst limit, not the concurrency one.

  7. comment
    Comment #24709908

    Lambda scales well... until it does not. If your traffic pattern is very spiky and unpredictable, the burst limit can be a real pain in the neck. It ranges between 500 and 3.000 La…

  8. comment
    Comment #22010448

    Interestingly enough, the .top domain gives what it promises: it's at the top of the worst performing TLDs list

  9. comment
    Comment #21816244

    Just look for another job, don't even waste a single second of your life considering that offer. I worked for a company that would allow us working from home some days a week, and …

  10. comment
    Comment #21773507

    It's in the wiki https://github.com/huginn/huginn/wiki/Agent-Types-&-Descript...

  11. comment
    Comment #21773290

    Please elaborate. I'm not questioning what you say is true, but I'm interested in a tool like this one and would love to know more before choosing one or another.

  12. comment
    Comment #21657609

    You should check out the Pinephone then: https://www.pine64.org/pinephone/

  13. comment
    Comment #19300691

    A strictly typed pure functional language that generates JavaScript. That, along with a clever compiler, makes them claim that apps built with Elm don't have runtime exceptions.

  14. comment
    Comment #19151984

    The recipients did however report “less stress symptoms as well as less difficulties to concentrate and less health problems than the control group,” said Minna Ylikanno, lead rese…

  15. story
  16. comment
    Comment #16800131

    At least they didn't remove the good stuff in VEVO https://www.youtube.com/watch?v=dQw4w9WgXcQ

  17. story
  18. story
    Ask HN: Functional Devs, how would you solve this more efficiently?(JS+Ramda)

    Hi guys, first of all I just want to let you know that I'm a functional programming learner, and I'd love to see how more experienced people approach this problem. I have to proces…

  19. comment
    Comment #16500801

    Yes, once you get used to the development environment, coding Serverless is pretty smooth. However, when you need something a bit more convoluted than executing a single function, …

  20. comment
    Comment #16500749

    Rails is a great framework that prevents you from dealing with a lot of boilerplate when it comes to web applications and to focus only on the business logic. There are some great …

  21. comment
    Comment #16500398

    For the large majority of CRUD apps the least cost you should be concerned about is hosting, but development time. This kind of architecture adds an extra layer of complexity that …

  22. story
  23. comment
    Comment #16331420

    AWS SAM is ok, but I encourage you to take a look at Serverless framework https://github.com/serverless/serverless , which eases a lot managing the whole infrastructure. There are …

  24. comment
    Comment #14935782

    If I saw your reply before writing mine, I wouldn't have bothered responding :) Absolutely agree with every single word

  25. comment
    Comment #14935770

    I wouldn't stop learning new languages. They are just tools, and knowing several of them lets you better judge how to face a new project/problem. I was (in fact, am) a happy Rubyis…