Live data from Hacker News

Viewing profile — gumcreme

gumcreme

HN member
Joined
Tue, Mar 19, 2019, 8:15 AM UTC
HN karma
-10
Public activity
10 items

About gumcreme

No profile information was provided.

Recent public activity

  1. comment
    Comment #19433975

    I know what an async worker and what sidekiq is. But apparently you don't know that in modern stacks you don't need this anymore and it was an oddity because of RoR. I am on mobile…

  2. comment
    Comment #19433925

    > In a standard setup What is a standard setup in 2019, there is none? There is also no standard in using nginx as front facing entity. In my prior comment I was friendly and gave …

  3. comment
    Comment #19431340

    ngninx supporting http/2 != Rails supporting http/2 Depending on the use case you leave out nginx sometimes, eg. when doing microservices. Not that nginx is bad but with other stac…

  4. comment
    Comment #19430188

    > when creating web applications, starting from scratch or from a minimal base is massively slower Because every web app is the same CRUD app, right? Things evolved the last years,…

  5. comment
    Comment #19430041

    While reading this thread, it feels like a flashback from 2009 and now, I remember what was my biggest gripe with Rails (next to all the bad parts mentioned here in this thread): I…

  6. comment
    Comment #19429971

    > a asynchronous worker manager something you don't need anymore with a modern stack > an upload manager, and BI tool standard stuff every other ecosystem has > mature gem ecosyste…

  7. comment
    Comment #19429944

    > Rails scales Your post is a bit misleading. Rails can scale but to get there is different than with other stacks. Some would say, it's much more challenging or complicated, some …

  8. comment
    Comment #19429859

    Well framed and this is what we all learned and moved to: There are new paradigms out that just make so much more sense and which are followed by the majority. When I read the orig…

  9. comment
    Comment #19429127

    To be honest, your post is like this submission. It's not helping people who want to decide. You just say Vue is great but people would like to understand why or why it might be be…

  10. comment
    Comment #19429043

    There were many times in the beginning of working with React when I checked out Vue because I was stuck. I was reading threads like this one where people were worshipping Vue and w…