Live data from Hacker News

Viewing profile — by_the_bay

by_the_bay

HN member
Joined
Mon, Mar 22, 2021, 4:00 PM UTC
HN karma
18
Public activity
10 items

About by_the_bay

No profile information was provided.

Recent public activity

  1. comment
    Comment #48652999

    https://xkcd.com/3167/

  2. comment
    Comment #39755908

    Developer experience

  3. comment
    Comment #37745808

    Do you have a comp range for the role?

  4. comment
    Comment #32790868

    Yep you’re looking for https://aws.amazon.com/fargate/

  5. comment
    Comment #32277094

    One can only hope

  6. comment
    Comment #32118856

    Makes reading ruby so much more difficult. Also optional return statements. If you need to refactor a function, it’s not always obvious that it’s relying on an implicit return and …

  7. comment
    Comment #32118825

    Agreed, in complicated Ruby packages with layers and layers of dependencies it quickly becomes a nightmare to identify which class comes from which import, where it’s defined, etc.…

  8. comment
    Comment #32118807

    One of my biggest complaints about Ruby is that that it’s so much harder to drop into a debugger. In python it’s as easy as import pdb; pdb.set_trace(), but for ruby (at least the …

  9. comment
    Comment #31696111

    Cool, look forward to trying it out

  10. comment
    Comment #31695444

    If your target workflows are ad hoc jobs, wouldn’t running on lambda make more sense than dealing with the headache of provisioning ec2?