Viewing profile — logandk
logandk
HN member- Joined
- Wed, Feb 24, 2010, 1:28 PM UTC
- HN karma
- 85
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About logandk
Recent public activity
-
comment
Comment #32749956
That's a much more correct example than the one in the article. The "real-world example" in the article describes doing something completely different than intended, not out of nec…
-
comment
Comment #20631706
Unison is great for keeping multiple machines in sync. I eventually switched to Dropbox for reasons I don't recall, but it might be a good time to reconsider. Also, I'd forgotten, …
-
comment
Comment #19919243
Indeed, SAM and serverless framework serve the same overall purpose. It's mostly a matter of whether you prefer CloudFormation (SAM) or serverless' configuration format. I have mos…
-
comment
Comment #19898468
He's mostly concerned with the learning curve of HTML and CSS, so I'd say that it's a success so far - no tooling got in the way of his learning. We haven't gotten to using the dat…
-
comment
Comment #19897910
The merits of deploying a complex Rails app on Lambda are debatable, mainly due to the fact that larger code bases will result in slower cold request times for Lambda functions. Fo…
-
comment
Comment #19897078
For things like simple Sinatra APIs, a light-weight alternative is https://github.com/logandk/serverless-rack (a plugin for https://serverless.com , I'm the maintainer.) To get a l…
-
comment
Comment #19776867
Awesome work, I will introduce this to my kid. With the built-in database/kv-store and excellent UX, I can't think of a better platform to get started with web development.
-
comment
Comment #18218052
The most humorous would have to be the "Wat" talk by Gary Bernhardt: https://www.destroyallsoftware.com/talks/wat
- story
-
comment
Comment #16536362
Before diving into smart pointers, move semantics and other (mostly) recent additions, I would recommend getting well acquainted with the basics: RAII and common patterns such as p…
-
comment
Comment #14820397
I was hoping to see Elixir on the list, but I suppose it may have been classified as Erlang?
- story
- story
- story
-
comment
Comment #1670430
Valid argument, searching and filtering needs more work!
-
comment
Comment #1670423
Thanks for the suggestion, it might serve as a better tagline. Regarding the sign in, I am very happy with the current solution - I don't see the hassle? Everybody has a Facebook/t…
-
comment
Comment #1670351
Thanks for the feedback, good points! I think you are right about the wording, I'm gonna rework that.
-
comment
Comment #1670346
You are right about searching, definitely on the todo list. Thanks.
-
comment
Comment #1670339
It's a place to share photos of what you have cooked. I enjoy food photography, and I wanted a place like this to share my photos. It's not about recipes, there are plenty of sites…
- story
-
comment
Comment #1670241
Although I love Heroku, and it really is a great platform, I find that, for my startup and personal projects, the costs hold me back from doing some things. Say I need to run a sim…
- story
-
comment
Comment #1287737
Thanks, hereby corrected.
-
comment
Comment #1287601
This should work as well, however I found that I only wanted to synchronize settings for a few apps. Some apps have settings, which you’d like to have different between systems.
- story