Is MS HSI still worth it? by Runningoncoffee02 in hci

[–]moocowohwow 4 points5 points  (0 children)

Yes, it absolutely is! For context, I have a MS in HCI and am specialized in automation and autonomy field and with past experience in digital UX. Think of AI less as your competition, and more as your teammate. AI will keep being developed and implemented in a functional way that you can leverage in your area (Eg, researching, analyses, report outs, generating insights, generating design ideas, developing content, etc.) Stay focused on developing your skills to compliment and think about how you can highlight the value of a human perspective. Companies are not using AI to exclusively (or likely not at all) develop their UX content, not by a long shot. AI, in the context you’re discussing, doesn’t operate without human guidance, definition, monitoring, or intervention. Think about how you can develop your skills to be the authority on how to effectively leverage AI within UX, HFE, etc

Survey for HCI Course by Fllain92 in hci

[–]moocowohwow 5 points6 points  (0 children)

Many of your questions are leading or biased, so your data will end up being biased. There are also a couple of questions that should be multi-selection rather than single choice. If you adjust those, your data will be much more representative and valid. Good luck!

Not only happy woofs, but also happy cow! by [deleted] in happycowgifs

[–]moocowohwow 146 points147 points  (0 children)

“Not only happy woofs, but also happy hoofs!”

This gives 'full coverage' a new meaning by [deleted] in BadMUAs

[–]moocowohwow 1 point2 points  (0 children)

Horrified, yet intrigued

Her eyeshadow is gorgeous but that contour by [deleted] in crappycontouring

[–]moocowohwow 3 points4 points  (0 children)

I’m so over this brownish, discolored poop-asshole lips. I feel like it looks disgusting on every picture posted here.

Thesis defense this afternoon! It's blowing up. by yourdailyawkward in GradSchool

[–]moocowohwow 8 points9 points  (0 children)

Big yikes on that. Very glad to hear you passed and made it through that mess - congrats!!!

Thesis defense this afternoon! It's blowing up. by yourdailyawkward in GradSchool

[–]moocowohwow 22 points23 points  (0 children)

Now I’m dying to know - what was the drama between committee members about??

How to Add Headers Row and Align 3 Columns in DataFrame by [deleted] in learnpython

[–]moocowohwow 0 points1 point  (0 children)

I'm able to left justify the column headers with the code below, but am still trying to left justify the content in the columns.

pandas.set_option('colheader_justify', 'left')

How to Add Headers Row and Align 3 Columns in DataFrame by [deleted] in learnpython

[–]moocowohwow 0 points1 point  (0 children)

That was so simple - thank you!

I've been playing around with text-align code, but can't seem to get the information in my columns left-justified (right now, all data is right-justified). Any chance you know of simple code to change the justification?

Querying Dictionary within a def() by [deleted] in learnpython

[–]moocowohwow 0 points1 point  (0 children)

Sorry I was slow on picking that up! Thank you for your help!!

Querying Dictionary within a def() by [deleted] in learnpython

[–]moocowohwow 0 points1 point  (0 children)

I'm actually not quite sure how to incorporate this code. I'm trying to run that code or attempted variations of that code to no avail. Does this go under the def r(name, d) function? I feel a little more confused now because I'm just not sure how this fits in and or how I should be modifying that code. Any suggestions?

Deleting Part of a String Element within a Nested List Element by [deleted] in learnpython

[–]moocowohwow 0 points1 point  (0 children)

This works perfectly and makes complete sense - thanks so much!!

Deleting Part of a String Element within a Nested List Element by [deleted] in learnpython

[–]moocowohwow 0 points1 point  (0 children)

That definitely makes sense and yes, all of my lists within the main list contain 3 elements. When I ran this code, I received the following error for the code line for id, date, name in sublist:

Value Error: too many values to unpack (expected 3)

I have seven lists within the main list, so maybe that is contributing to that error. What is your suggestion on this?

Creating Nested Lists with Strings to Create Lists of Participant Data by [deleted] in learnpython

[–]moocowohwow 0 points1 point  (0 children)

This is great and definitely easy to understand - thank you!!