this post was submitted on 29 Jul 2023
2 points (66.7% liked)

Psychology

16 readers
1 users here now

A place for articles, discussions and questions about psychology โ€“ the science of mind and behavior. It is a multidisciplinary field, covering behavioral, cognitive, developmental, educational, neuro-biological, personality, and social studies (and more!).


Rules:

  1. Do not take or give direct medical advice in your posts or comments.
  2. Absolutely no bigotry, hate speech or discrimination. That includes (but is not limited to) ableism, antisemitism, islamophobia, queer*- and LGBTQIA*-phobia, racism, and sexism.
  3. Keep discussions in good faith and be respectful.
  4. Posts should be related to academic, applied or clinical psychology in some way.
  5. Titles should be relevant to the content and not misleading.
  6. Do not post links to your own surveys, spam or self-help tips/videos.

Friends and related communities:


Banner: "A cross section of a mouse brain stained with cortical layer specific proteins" by Mamunur Rashid, CC BY 4.0, via Wikimedia Commons / height edited to fit as banner

founded 4 years ago
MODERATORS
 

Would fight or flight kick in with their behavior in avoiding the critical deepest (crash-causing, lost-data) software component name and identity? If the mistakes in such programming languages were causing multiple independent servers to melt down in CPU overload?

Can media machines traumatize developers, if there are extreme dehumanization contents and pornography stored in that back-end critical component? If the avoided programming language and logical errors in their own responsibilities utilized the word "TRIGGER" (programming syntax), could that induce social anxiety behavior?

top 1 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 1 year ago

I'm a hobbyist programmer, but I still think I can answer your questions.

Question 1

When a library is written in another language, it's most likely done to increase efficiency. For example, many libraries in Python are written in C, as C is a very performant programming language. Python, however, is slow but easy to write, unlike C.

A programmer would only be stressed about an external component if it were unmaintained. This is primarily for security reasons, as vulnerabilities in the library could be found and exploited. It being in a language the programmer doesn't know just makes them incapable of solving the issue themselves, which could be stressful to some programmers.

Question 2

This would never happen, as content isn't stored in the back-end. All content is stored on the production server (the one that viewers would interact with). This is especially true if the content is copyrighted. The most popular way to add content without developers needing to update the software is to use the metadata found in the file(s). For example, metadata can include the content's title, author(s), length, which season an episode is in (for TV shows), and much more.

The usage of "trigger" in a programming language wouldn't cause any anxiety. This is because of the context the word is used, in this case a log generated by the program. They'd know that the word "trigger" is being used to activate something (ex: X triggered Y to occur). Therefore, the programmer would be fine.

If you need me to clear anything up, just ask!