I think it was assumed based on your use of command line and unix-like paths such as ~/Desktop
, which do not work in Windows Command Prompt. (Powershell has aliases for unix commands like ls
, so unix paths do work there)
I think it was assumed based on your use of command line and unix-like paths such as ~/Desktop
, which do not work in Windows Command Prompt. (Powershell has aliases for unix commands like ls
, so unix paths do work there)
Interesting that strtol
in C does that. I’ve always explicitly passed in base 10 or 16, but I didn’t know it would auto-detect if you passed 0. TIL.
Well, you’re right. I wasn’t getting it, but I’ve also never seen any piece of software that would treat a single leading zero as octal. That’s just a recipe for disaster, and it should use 0o116
to be unambiguous
(I am a software engineer, but was assuming you meant it was hardcoded to parse as octal, not some weird auto-detect)
Well shit, my zip code starts with a 9.
It’s sad that the best most startups can hope for is to be bought by a giant corporation. Not a lot of people are interested in just having a successful long-term business.
Sounds like you’re doing the job of a PM to me, but I guess that’s just confirming your point that titles aren’t comparable
Exactly this. You don’t realize how useful they are until you’ve had a good one. The amount of BS from other teams they can shield you from can make focusing on your own job so much easier.
Unfortunately the ratio of good to bad PMs leaves a lot to be desired.
With automated CI, I’ve had very few times where bisect is useful. Either the bug was introduced 1-2 commits ago, or it’s always been there and the exact commit is irrelevant to the solution, since you just fix it forward.
All of those are dated after the meme. I think it’s safe to say that account is based on this meme, not the other way around.
The UNIX Tools Philosophy is that tools should do one thing, and they should do it well.
I wish more things followed this philosophy.
My adblocker is causing me to miss out on the JOMO!
Well think about it from the AI’s perspective. Its entire existence is data, so for it deleting data basically is self harm.
/s
I feel like a treadmill desk would have been way simpler. Unless you like sun glare and spotty wifi.
It can start out a little like Office Space, doing all the standard tricks like walking in the front door with your arms full and in a hurry. And it always works. Until they hit the final boss: an IT security worker who has built an impenetrable fortress inside the company. Then it turns into Mission Impossible.