Reply 80 of 89, by Harry Potter
I have to admit that I don't know how to use AI but have a project that's AIish.
Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community
I have to admit that I don't know how to use AI but have a project that's AIish.
Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community
Try https://claude.ai/, it's great for code. It can analyse your code and then you can ask it questions about how to improve specific things - you just ask questions like you would ask a person.
ChatGPT or even Copilot can be very helpful too.
Life? Don't talk to me about life.
Good news: Earlier today, I gained .7% compressibility in my text adventure's text and decreased its total main parts' size from 8.32k down to 8.27k. 😀 That's not much but is something.
Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community
Down to 8.25k due to tweaking and optimizing. 😀 I had 8.24k but don't know what happened to it. 🙁
Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community
Harry Potter wrote on 2026-03-07, 15:31:but don't know what happened to it.
Are you using source control? Make a note of the performance with each change you check in and then you'll never be wondering what happened.
Life? Don't talk to me about life.
I'm sorry about this, but what's "source control"?
Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community
Git, Subversion, CVS, etc.
Keeping a log of the changes of your source and documentation and allow you to compare, merge, rollback different versions of your source tree as well as individual files.
If you're not using source control then you really should be.
My collection database and technical wiki:
https://www.target-earth.net
I do back up my works but often not diligently enough. 🙁
Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community
Earlier today, I found where the numbers went: they went to a different version of the C compiler I'm using. 😀
Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community
Earlier today, I managed to decrease the size of the test code but only slightly. I have no idea what I'm doing wrong, but my best compression technique only approaches 50%. 🙁 Maybe it's with the way I'm handling tokens.
Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community