Recent content by cc333

  1. C

    [Discussion] Use of AI/LLM in the retro community

    It seems that code is what these LLM things tend to do best. Beyond that, they tend to hallucinate and make stuff up way more than I feel comfortable with. Not to mention the innumerable bad actors trying to do bad things with it, and the fact that all the big tech companies are literally...
  2. C

    68kmla MIA

    How long it will be online until the next outage remains to be seen. c
  3. C

    68kmla MIA

    I wonder why it's down this time.... c
  4. C

    HTTP POST

    Neither am I, but I want to do a few "minor" things, so I have to learn how to do it. I tried setting up the urldecode function, but I couldn't seem to get the syntax right or something, because every time I tried to implement it, I'd get a 500 error. I don't know what I'm doing wrong, but it...
  5. C

    HTTP POST

    OK, I had that formatting problem where spaces became "+", "&" became %3F, etc. Obviously there's some kind of text encoding problem, but I'm too much of a novice to figure it out right now. I'm lucky I got where I did! And I didn't use any AI to do it!! Anyway, what I did instead was hack...
  6. C

    Public Archives of TD - WIP

    Alas, you're probably right, and much already has been lost: I think several years worth of posts from 2006 and early 2007, then several months worth in 2021, so their history unfortunately has some rather conspicuous gaps in it. In contrast, I've seen other forums whose complete and...
  7. C

    68kmla MIA

    I think I liked the phpBB version best. Anyway, for fun, I found that the Wayback Machine has archived the home page of the 68kMLA as it appeared on April 5, 2007 (two days before it was lost). It's very tantalizing to see all those threads apparently intact, but they're all dead ends, so the...
  8. C

    HTTP POST

    Yes, the name is hardcoded into the script, and the software POSTs the data, such as it is, to the PHP file. It is, but I can probably change it to an internal address. Me too! c
  9. C

    HTTP POST

    @ClassicHasClass I got it! I used this bit of PHP mentioned in the Reddit comments: https://www.php.net/manual/en/features.file-upload.put-method.php And now it's working! Mostly. Spaces are coming across as plus signs (for example: "Terrance+Boylan - Sundown+of+Fools"), which is kind of...
  10. C

    HTTP POST

    I don't have anything set up at the other end (what is CGI other than Computer Generated Imagery?? EDIT: Ah, some quick research tells me it means Common Gateway Interface) because I figured it was automatic, but perhaps it's not? I'd love to use PUT, but the software I'm using only supports...
  11. C

    HTTP POST

    I have an audio streaming project, and I'd like to have my playlist automation and playback software update a text file named 'nowplaying.txt' via the HTTP POST command so that a basic web page I created can parse that file (I haven't figured out how yet) and display it on the web page so the...
  12. C

    What did you do to your computer today?

    Yesterday I was using my Late 2013 A1398, and everything seemed OK, but a bit slower than usual. So I close everything down and reboot. The result? A scrambled OS with irreparable filesystem corruption. I had been running Sequoia via OCLP, but since this was the second time this happened, I...
  13. C

    Anybody need some ddr4?

    The price in the title is insane. However, what I must assume are the "real" prices, while still rather high, are MUCH more reasonable. c
  14. C

    68kmla MIA

    I couldn't agree more! And I, too, bought an iPad (a 3 from early 2012), and it was fun for awhile, but I haven't used it in YEARS, and now even if I wanted to, it's too old to do anything. I'd have to buy a newer one, which probably isn't going to happen any time soon, since I have no need...
  15. C

    Apple Network Server MacOS based ROMs found

    The ANS has suddenly become much more interesting and useful! That said, with all that is being learned here, might it someday be possible to create a single hybrid ROM that can boot the factory AIX, Mac OS/Mac OS X (with necessary patches so internal SCSI and video work) and Windows NT? I...