User Controls
Posts by aldra
-
2024-01-04 at 2:37 AM UTC in Sophie's Bag o' Lulz.
-
2024-01-04 at 2:32 AM UTC in BROKEN LANOVO LAPPY
-
2024-01-04 at 2:30 AM UTC in Are you looking forward to the big war with Iran?is that about the tax haven thing?
I kind of agree with the data protection and sovereignty demands in general but they still want to benefit from OPEN BORDERS FREE TRADE WEIMAR WORLDWIDE, you can't have it both ways, or you can I guess but you'll probably find you don't like it -
2024-01-04 at 2:27 AM UTC in Sophie's Bag o' Lulz.
-
2024-01-04 at 2:19 AM UTC in Are you looking forward to the big war with Iran?
Originally posted by maddie Next question. When will the EU step up and not allow USA to bully the world anymore.
the EU doesn't have any agency anymore; central government is dominated by Atlanticists. when the US blew up the Nord Stream pipelines Germany just said "thank you sir may I have another" -
2024-01-04 at 2:17 AM UTC in 5000 rockets hit Israellol fucking ZORO WAFFEN
-
2024-01-04 at 2:16 AM UTC in Sophie's Bag o' Lulz.
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:11 AM UTC in whats wrong with my laptop plz helpoh wait I keep forgetting this isn't fona's 486 thread
it probably doesn't even have cmos, uefi doesn't typically need a battery -
2024-01-04 at 2:10 AM UTC in Are you looking forward to the big war with Iran?when everything is admissible, well, everything is admissible
-
2024-01-04 at 2:07 AM UTC in whats wrong with my laptop plz helpall of those things would get scanned and loaded at boot if the cmos data were lost
-
2024-01-04 at 2:04 AM UTC in Sophie's Bag o' Lulz.
-
2024-01-04 at 2:03 AM UTC in Are you looking forward to the big war with Iran?my pet schizophrenic prophecy has Russia invading through Mexico after a civil war though
-
2024-01-04 at 2 AM UTC in 5000 rockets hit Israel
-
2024-01-04 at 1:59 AM UTC in Sophie's Bag o' Lulz.
Originally posted by Kafka I don’t understand what you mean by efficiency not being a major issue, in what if any cases is it not important? I don’t understand what you mean by comparing it to the time it takes to write code.
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
Originally posted by Kafka Your second paragraph assumes no one has succeeded in acquiring code from AI that works after not being able to acquire it before whilst not understanding the code.
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 -
2024-01-04 at 1:47 AM UTC in 5000 rockets hit Israel
-
2024-01-04 at 1:40 AM UTC in Are you looking forward to the big war with Iran?cyber attacks yes, someone shut down much of israel's power grid for lulz last week, possibly assassinations and/or terror attacks
actual kinetic war on US soil? very unlikely at this point -
2024-01-04 at 1:35 AM UTC in Sophie's Bag o' Lulz.
-
2024-01-04 at 1:33 AM UTC in Sophie's Bag o' Lulz.
Originally posted by Kafka Are you saying it should just be used for repetitive tasks for people who don't understand coding or for everyone? You didn't make a distinction.
in terms of coding it should only be used for small, repetitive tasks where things like security and efficiency aren't a major issue compared to the amount of time it takes just to write the code.
if you use it for more complicated projects or actual problem solving you end up with a large chunk of code that may work, but you have no idea how it works so if it fails or doesn't perform how you want it to you have to spend time learning the logic before you can make any corrections or solve problems.
with the state of AI code writing tools now it's likely just to be a frankenstein's monster that you can't really fix because it was stitched together from random code rather than being designed from the beginning to perform a specific function -
2024-01-04 at 1:10 AM UTC in Sophie's Bag o' Lulz.
-
2024-01-04 at 1:09 AM UTC in Installing an OS on my CF card (but i don't know what I'm doing)
Originally posted by Fonaplats Please would anyone be willing to give me step by step idiot proof instructions on exactly how to write MDSOS 6.22 to a CF card?
DOS 6 can only handle 2GB partitions
since you have both floppy drives and a CF reader (what interface is the CF reader? it might need to be IDE for the system to actually detect it as a harddrive), maybe try using your other machine to format the CF card and partition it into 2Gb partitions then plug it back into the 486, boot to the DOS floppy and install that way