The Anti-Defamation League notes that though the symbol is popular with white supremacists, imagery resembling the black sun features in many cultures, and that such imagery should always be analyzed in the context in which it appears, as it may not necessarily be intended to serve as a symbol of white supremacy or racism.
i just googled it. Apparently they’re just really into star wars, and didn’t realize about the Nazi symbol until it was too late.
You absolutely can’t use LLMs for anything big unless you learn to code.
Think of an LLM as a particularly shit builder. You give them a small job and maybe 70% of the time they’ll give you something that works. But it’s often not up to spec, so even if it kinda works you’ll have to tell them to correct it or fix it yourself.
The bigger the job is and the more complex the more ways they have to fuck it up. This means in order to use them, you have to break the problem down into small sub tasks, and check that the code is good enough for each one.
Can they be useful? Sometimes yes, it’s quicker to have an AI write code than for you to do it yourself, and if you want something very standard it will probably get it right or almost right.
But you can’t just say ‘write me an app’ and expect it to be useable.