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
- HN profile
- View on Hacker News ↗
About by_the_bay
No profile information was provided.
Recent public activity
-
comment
Comment #48652999
https://xkcd.com/3167/
-
comment
Comment #39755908
Developer experience
-
comment
Comment #37745808
Do you have a comp range for the role?
-
comment
Comment #32790868
Yep you’re looking for https://aws.amazon.com/fargate/
-
comment
Comment #32277094
One can only hope
-
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 …
-
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.…
-
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 …
-
comment
Comment #31696111
Cool, look forward to trying it out
-
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?