Live data from Hacker News

Viewing profile — slumpa

slumpa

HN member
Joined
Fri, Oct 05, 2018, 12:49 PM UTC
HN karma
17
Public activity
6 items

About slumpa

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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.

  4. 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…

  5. 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…

  6. 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…