• Welcome to the Internet Infidels Discussion Board.

The superiority of ternary computers?

Hehe… I once blew a colleague’s mind when I told him that black was just a very dark white.
Yup. Eons ago I took a class on video production. One thing the instructor made clear from early on is pure color does not exist in nature. Nothing anyone's come up with to point the camera at produced a pure signal. This was before the days of digital where you can simply read the RGB codes of any pixel. A lot of stuff is so much easier these days (for you youngsters: video tape uses a helical scan system, the read and write heads are based on the assumption that the tape is moving across the head at a constant speed--you can't produce a clear image if there's any spin-up or spin-down going on. Thus the machine would spin up and synchronize both source tapes and switch from one to the other (or fade or such) during the vsync period. Careful planning, and you had to plan all your edits to minimize the number of times you copied stuff as the quality would go down a bit every time) but everything outside the electronics remains basically unchanged.
 
Actually GPT5 optimized code right throughout my game so that holy hand grenades exploding lifeforms went from 4-7 fps to 100+ fps (on an i3/GTX 1050 - the framerate is ok on a beefy computer). That partly involved optimizing EzySlice which is too technical for me (even to try and guess what it originally involved) - and it also kept the functionality changes that an Upwork guy made to EzySlice. It made it so that EzySlice wouldn't allocate lots of variables and would just reuse the arrays for everything, etc. Originally I asked it to optimize for IL2CPP but currently I'm using Mono.JIT again.
No. AI coding assistance has been shown to be of negative value. The problem is code is harder to read than to write--to be confident that what the AI spit out is accurate is harder than simply writing it. It sounds like what actually helped is that GPT found somebody's solution--something you could have done without AI. If you don't understand what that solution is doing you probably have undetected bugs. AI is the modern day incarnation of cargo cult programming.
 
Back
Top Bottom