User Controls
Sophie's Bag o' Lulz.
-
2024-01-04 at 1:59 AM UTC*psychomanthis alert*
-
2024-01-04 at 2:03 AM UTCNot to mention asking AI to write code in a language that doesn't require memory management seems to have quite a better outcome.
-
2024-01-04 at 2:04 AM UTC
-
2024-01-04 at 2:07 AM UTC
-
2024-01-04 at 2:11 AM UTC
Originally posted by aldra an example might be cleaning up data entry and looking for errors before importing it into a database - instead of either having someone go through every entry, or writing code to check for every kind of error you can think of it could be more worthwhile to have an AI module check for common errors and just do a quick pass over it manually.
you might have to write a slightly different function to read or process a hundred different types of data, since it's a fairly simple but time-consuming process you could use AI to rewrite your function a hundred times for the different types rather than doing it yourself.
in these cases there are minimal security concerns because the AI code isn't directly exposed to user input and they're simple enough that you should be able to immediately see a problem and either fix it or have the AI rewrite the code with the fix in mind
it's one thing to have commented code so you understand what each line does, but the overarching logic is a different story, especially when you're dealing with thousands of lines of code. when you're working on a team and have to deal with code written by other people you often have to talk to them to understand why they did things in a certain way so as to plan how that code fits into the larger project, how to troubleshoot it if there are problems, what you can change to suit another component without breaking their plans for future compatibility etc
What you just said doesn't actually relate to what I said. Now you're talking about people who don't understand code having to work in teams with people who do and them having to use their code? -
2024-01-04 at 2:16 AM UTC
Originally posted by Kafka What you just said doesn't actually relate to what I said. Now you're talking about people who don't understand code having to work in teams with people who do and them having to use their code?
in this scenario everyone understands code, you will just have difficulty understanding code that you have not personally written regardless of how experienced you are.
because having AI generate code for you to work with is comparable to having someone else on your team write code for you to work with, only there are more problems involved -
2024-01-04 at 2:19 AM UTC
Originally posted by aldra in this scenario everyone understands code, you will just have difficulty understanding code that you have not personally written regardless of how experienced you are.
because having AI generate code for you to work with is comparable to having someone else on your team write code for you to work with, only there are more problems involved
That's common for colleages to have to share their code and review it. How do you know there are more problems with reviewing code AI has written than with a human? -
2024-01-04 at 2:21 AM UTCIt seems your aim is to confuse people. You've gone from talking about people not understand code now the scenario is that everyone understands it.
-
2024-01-04 at 2:22 AM UTCI understand everything.
-
2024-01-04 at 2:27 AM UTC
-
2024-01-04 at 2:34 AM UTC
Originally posted by aldra there's more to being a programmer than just knowing how to write code. I'm just going to leave it at that
So you're not talking about understanding code anymore, but about knowing how to write it. Keep changing your tune because you don't know what the fuck you're on about. -
2024-01-04 at 2:37 AM UTC
-
2024-01-04 at 2:38 AM UTCyou can ask Trump to explain it to you if you actually meet him
-
2024-01-04 at 2:42 AM UTC
-
2024-01-04 at 2:43 AM UTC
-
2024-01-04 at 2:47 AM UTC
-
2024-01-04 at 2:48 AM UTC
-
2024-01-04 at 2:51 AM UTCTweedle dum and tweedle dee.
-
2024-01-04 at 5:11 AM UTC
-
2024-01-04 at 3:43 PM UTC