@eugenialoli @JRepin Looks like Eugenia got it working for me. The basic experience seems to be there, as well as some reasonable flexibility for syntax highlighting. I'm probably going to switch to it, since I tend to prefer Open Source tools.
Notices by Jean-Baptiste "JBQ" Quéru (jbqueru@fosstodon.org)
-
Embed this notice
Jean-Baptiste "JBQ" Quéru (jbqueru@fosstodon.org)'s status on Saturday, 16-Nov-2024 11:43:56 JST Jean-Baptiste "JBQ" Quéru -
Embed this notice
Jean-Baptiste "JBQ" Quéru (jbqueru@fosstodon.org)'s status on Sunday, 07-Apr-2024 19:43:31 JST Jean-Baptiste "JBQ" Quéru I just gave ChatGPT another chance at helping me write some code. I pasted some uncommented chunk of assembly (not trick code), and asked it to comment that code.
The most it was able to guess "intelligently" is that the code had to do with graphics. Beyond that, though, it was quite useless. It tried to comment instructions one by one with their literal meaning, and even got that wrong. It also couldn't group sequences of instructions into logical groups.
(1/4)
-
Embed this notice
Jean-Baptiste "JBQ" Quéru (jbqueru@fosstodon.org)'s status on Sunday, 07-Apr-2024 19:43:30 JST Jean-Baptiste "JBQ" Quéru It was specifically unable to understand how Z80 register pairs work, where some instructions operate on the entire 16-bit pair, and others on single 8-bit registers. From there, it didn't understand the pointer arithmetic and commented it all wrong.
I then asked it to guess which specific machine the code might be for, but, without understanding the pointer arithmetic, that's hard.
I tried to help it by giving it leading questions about verifiable facts (not about code).
(2/4)
-
Embed this notice
Jean-Baptiste "JBQ" Quéru (jbqueru@fosstodon.org)'s status on Sunday, 07-Apr-2024 19:43:29 JST Jean-Baptiste "JBQ" Quéru It started wrong, mentioning that the ZX Spectrum is the only Z80-based machine that stores its framebuffer in main memory.
I then asked about the Amstrad CPC. It recognized that it also has the framebuffer in main mamory, but got the address and size wrong. From that point, it did mention that both Spectrum and CPC have its framebuffer in main main memory.
When I asked about MSX, though, it said that the framebuffer is also in main memory there, which is not accurate.
(3/4)
-
Embed this notice
Jean-Baptiste "JBQ" Quéru (jbqueru@fosstodon.org)'s status on Sunday, 07-Apr-2024 19:43:28 JST Jean-Baptiste "JBQ" Quéru As it stands, for my use case, ChatGPT remains useless as a coding tool. It provides inaccurate high-level information, inaccurate technical data, and its understanding of code is too shallow to be useful, with critical mistakes that end up causing more harm than good.
I'd need to suffer from Gell-Mann Amnesia to trust anything from ChatGPT, given how wrong it is on topics where I do have expertise.
(4/4)
-
Embed this notice
Jean-Baptiste "JBQ" Quéru (jbqueru@fosstodon.org)'s status on Tuesday, 10-Oct-2023 06:27:27 JST Jean-Baptiste "JBQ" Quéru @selzero I remember my mom asking me why I care that other folks get access to health coverage and education. I explained that I don't want to store clerk to sneeze over the produce they are setting up in the supermarket, or that I want the people who'll take care of me when I'm old and sick to actually know what they're doing. She got it.
-
Embed this notice
Jean-Baptiste "JBQ" Quéru (jbqueru@fosstodon.org)'s status on Sunday, 10-Sep-2023 18:09:32 JST Jean-Baptiste "JBQ" Quéru Over the last 3 1/2 years, wearing masks and being careful about where I go, I've only been sick once (I did get covid one of the few times when I wasn't careful).
I used to get sick several times a year. I've probably saved myself at least a dozen bad colds.
There's no way I want to go back to "before." Instead, I wonder how I was stupid enough not to wear a mask in all those situations where I was at risk of getting contaminated.