The worst is if you select the windows repair entry, that takes even longer...or a old entry that doesnt have a valid installation behind it...
Quatlicopatlix
Have you read the first paragraph if the lidnked articel? It quotes the criteria right there: "Extensions must not be AI-generated
While it is not prohibited to use AI as a learning aid or a development tool (i.e. code completions), extension developers should be able to justify and explain the code they submit, within reason.
Submissions with large amounts of unnecessary code, inconsistent code style, imaginary API usage, comments serving as LLM prompts, or other indications of AI-generated output will be rejected."
Maybe instead of commenting under every comment that lines this change read the articlw first? Ai is fine if your code is fine and you uderstand it. If the reviewer has to argue with a llm because the submitter just pasts the text into his llm and then posts the output of said llm back to the reviwer it is a huge waste of time. Thiss doesnt happen if the person submitting the code understands it and made shure that the code is fine.
Ahhh ok now i see it, sorry :)
Are you trolling? The bracket says (8-5) not (8-3)
Yes thank you! If you have a sum it is really great to order it in a way that makes it better to ad in your head and i think that lots of people do that without thinking about it. X=2+3+1+6+2+4+7+5 X=2+3+5+4+6+7+1+2 X=5+5 + 10 +7+1+2 X=10 + 10 + 7+3 X=10 + 10 + 10
Yea that is true but a lot of these questions use the division sign when they should just use a fraction and everything would have been easy to understand. If i see the devision sign and there are more than 2 elements like x=a÷b+5 i cry because if they just used x=a/(b+5) or x=a/b +5 it is just visible no ambiguity. (a/b as in a over b, idk how to do fractions on the phone if you know tell me!)
Using parenthesis can really help if you want to simplify a term or need to rewrite something. I do that all the time because a lot of times you then can just cross stuff out fast on equations or get a common term that just has some factor instead of having a convolutet equation.
Is there a reason you are using the þ character instead of th ? I always have to read your comments 2 times because i dont understand it at first. Was just wondering what the purpose is.
I mean as a electrical engineering student who likes to program, building such a system seems like fun but playing with it not so much. If there was a game that was purly made for cheaters with the goal of beating the anticheat without detection i would love to try that. I feel like this could be something like the capture the flag competitions some groups make where you have to hack a website faster than others or break some encryption.
Desstroying other players without effirt is like playing a game in easy mode and i dont get that at all, where is the fun if there is no challenge?
Ok thanks, i quiet like kde but it is very annoying to not be able to copy paste without cleanup.
Wait, is wayland the reason copy paste doesnt work and inserts weird character and brackets all the time?
Maybe read the original blog post from the gnome dev then? The post the article references.... it says right there why the ai code is a problem, it has to much unnessecery code in it and reviewing that takes time. The author also says the submitted ai code doesnt adhere to good practices.