Viewing profile — slumpa
slumpa
HN member- Joined
- Fri, Oct 05, 2018, 12:49 PM UTC
- HN karma
- 17
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About slumpa
No profile information was provided.
Recent public activity
-
comment
Comment #35468319
> a new name for System Administrator. Yes, this is definitely happening. I try to frame "DevOps" roles not as "doing DevOps work", but instead "enabling DevOps work". So, for exam…
-
comment
Comment #35009975
I spent the last 3 years teaching at a software bootcamp, after being a SWE for 8yrs. It's been super rewarding - you're working with adults who are often in a hard spot financiall…
-
comment
Comment #32689568
Ever tried running JS libs with C bindings? You're going to run into the exact same problems as you have running python code with C bindings.
-
comment
Comment #30607292
Exactly, thank you! This article just read so bizarre to me - who thinks that venting is supposed to change your opinion about the matter? It felt like reading a headline like, "Re…
-
comment
Comment #30593064
I love the idea behind this - as a software engineer, it's your job to build good processes, and not something to ask permission for. But wow, some of this post is incredibly toxic…
-
comment
Comment #29841183
Before I rebase, I always create a "backup" branch (`git branch backup`). Then if I mess up, I can always reset back to it (`git reset --hard backup`). Maybe better than trashing a…