Programming effects

Programming, like any other field, has both beneficial and potentially harmful aspects. The more that programming advances, the more we have to discuss benefits and harmful effects that it brings to society.

Example of Program with both benefitial and harmful effects

    # Automated phone system of a customer service line for a major company
    def check_business_hours(hour):
        return 8 <= hour < 18

    def main():
        try:
            user_input = input("Please enter the current time (24-hour format, e.g., 14 for 2:00 PM): ")
            current_time = int(user_input)

            if check_business_hours(current_time):
                print("You are being connected to customer service.")
            else:
                print("Sorry, the business is closed at the moment. Please call back during business hours (8 am to 6 pm).")

        except ValueError:
            print("Invalid input. Please enter a valid 24-hour time.")

    if __name__ == "__main__":
        main()
Sorry, the business is closed at the moment. Please call back during business hours (8 am to 6 pm).

Beneficial effects:

The benefits and harmful effects of a Multirotor

A multirotors also known as a drone, is a type of rotorcraft that has multiple rotors. Inventions such as these are the same as code and have harmful and beneficial effects.

Benefits: Deliveries, finding lost people, aereal photography is easy. Harmful: Flying in unregulated zones is illegal and dangerous, privacy concerns.

Popcorn Hack 1: Name one beneficial and harmful effect of a Wii controller. (hint: it can be a physical harmful effect)

Benefit: Entertain yourself

Effect: Hitting yourself in the head with the controller when you lose your grip

Computing innovations can have impacts beyond their intended effects

Example 1: The internet

The internet was originally created for scientists to easily share information remotely without needing to send or receive mail from one another. Nowadays, many people use the internet more than they sleep, as the internet has become an integral part of our lives in many ways. Think about how often you use social media, or do school assignments online, or send a simple email. Our use of the internet can cultivate dopamine feedback loops, such as when your crush likes your post on instagram, you get a snap back from that cute girl, or you find a funny TikTok that makes you laugh hysterically. These make us want to seek out these feelings more and more and experience those seconds of happiness. These effects of the internet lead to people having major issues like sleep deprivation, depression, and anxiety.

Popcorn Hack 2: What 3 apps do you hae the most screentime on and how much are you on it?

1: Safari Web Browser (5 hours per week) 2: Clock (10 minutes per week) 3: Apple News (5 minutes per week)

Example 2: Microtransactions

Definition: a payment of very small value, especially for a special feature of a product such as a video game

Example 3: Artificial Intelligence

What is AI?

Artificial Intelligence (AI) is about making computers do tasks that typically require human intelligence, like learning, problem-solving, and understanding language.

Beneficial Effects of AI:

  1. Automation and Efficiency:
  2. Medical Advancements:
  3. Enhanced Customer Experience:
  4. Innovations in Education:
  5. Predictive Analytics:

Harmful Effects of AI:

  1. Job Displacement:
  2. Bias and Fairness Issues:
  3. Privacy Concerns:
  4. Autonomous Weapons:
  5. Dependency on Technology:

Homework Hack: Come up with a Program with a beneficial and harmful effects. (You don’t have to code it, but your ideas has to be detailed and organized)

Program: An economic optimizer algorithm intended to ensure total sustainability for a country and its constituency. Such an apparatus would fully automatically delegate labor and resources to civic uses in order to ensure maximum quality of life for all members of its creator’s society. While such large-scale automation is not currently possible, increasing complexity of neural networks and increasing predictive capability of physical models may make steps toward it feasible in the next several decades.

Benefits:

Problems: