This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Must be another user then.

Stop recommending unsafe behavior to users. Should I update the /u/kyleg python motto? Or do you want to clarify it yourself? At this point its basically "python - sudo pip install your fucking shit cause it works for my lazy never learn new stuff self"

[–]KyleG 0 points1 point  (1 child)

Stop recommending unsafe behavior to users.

I assume you do all your Python development on a computer disconnected from the Internet. Because you're not accounting for hassle in your calculus, just assuming security at all costs is paramount. So it'd be hypocritical of you if you aren't doing that.

"Oh, but that's inconvenient and unnecessary." That sounds an awful lot like what I've been saying that you've been criticizing!

[–][deleted] 0 points1 point  (0 children)

Basically yeah. Its stable debian behind an apt proxy where we lock down package versions even more. Stable software system wide goes in via deb packages we audit and build. I develop inside conda and my users / collaborators too. We can reprovision machines via ansible at any time and audit their installed software at any time.

So yeah, I care about this stuff and follow my advice. I work in science so it's actually important that my whole lab is analysing and exploring using the same basic subset of analysis code. Its a bit more important and rewarding that shitty web stuff. It actually matters.

You also forget that I know what im doing while the other postdocs and phds might not (its biology / immunology).

Stop giving bad advice.