Viewing profile — davidgf
davidgf
HN member- Joined
- Fri, Sep 09, 2016, 8:34 AM UTC
- HN karma
- 53
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About davidgf
Recent public activity
-
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…
-
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…
-
comment
Comment #39343262
By any chance, is that Terraform open sourced somewhere? It's for a friend :)
-
comment
Comment #33920174
It will always respond "it works on my local machine".
-
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…
-
comment
Comment #24717362
I'm not too sure about that... Just to clarify, I'm referring to the burst limit, not the concurrency one.
-
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…
-
comment
Comment #22010448
Interestingly enough, the .top domain gives what it promises: it's at the top of the worst performing TLDs list
-
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 …
-
comment
Comment #21773507
It's in the wiki https://github.com/huginn/huginn/wiki/Agent-Types-&-Descript...
-
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.
-
comment
Comment #21657609
You should check out the Pinephone then: https://www.pine64.org/pinephone/
-
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.
-
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…
- story
-
comment
Comment #16800131
At least they didn't remove the good stuff in VEVO https://www.youtube.com/watch?v=dQw4w9WgXcQ
- story
-
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…
-
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, …
-
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 …
-
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 …
- story
-
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 …
-
comment
Comment #14935782
If I saw your reply before writing mine, I wouldn't have bothered responding :) Absolutely agree with every single word
-
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…