Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
slumpa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
slumpa
3y ago
> 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 example, setting up systems to
2.
▲
by
slumpa
4y ago
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 financially and personally, and you get to help coach them t
3.
▲
by
slumpa
4y ago
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.
▲
by
slumpa
5y ago
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, "Researchers find that cardio vascular exercise doesn'
5.
▲
by
slumpa
5y ago
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 and passive aggressive. Create your own personal bug
6.
▲
by
slumpa
5y ago
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 and re-cloning :-)