this post was submitted on 25 Aug 2024
328 points (92.5% liked)

Technology

59374 readers
7261 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 132 points 2 months ago (8 children)

It’ll replace brain dead CEOs before it replaces programmers.

[–] [email protected] 38 points 2 months ago* (last edited 2 months ago) (7 children)

I'm pretty sure I could write a bot right now that just regurgitates pop science bullshit and how it relates to Line Go Up business philosophy.

Edit: did it, thanks ChatJippity

def main():
    # Check if the correct number of arguments are provided
    if len(sys.argv) != 2:
        print("Usage: python script.py <PopScienceBS>")
        sys.exit(1)
    # Get the input from the command line
    PopScienceBS = sys.argv[1]
    # Assign the input variable to the output variable
    LineGoUp = PopScienceBS
    # Print the output
    print(f"Line Go Up if we do: {LineGoUp}")
if __name__ == "__main__":
    main()
[–] [email protected] 2 points 2 months ago

ChatJippity

I'll start using that!

load more comments (6 replies)
load more comments (6 replies)