Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First timer #4

Open
Mac-Nerd opened this issue Oct 7, 2024 · 5 comments
Open

First timer #4

Mac-Nerd opened this issue Oct 7, 2024 · 5 comments

Comments

@Mac-Nerd
Copy link

Mac-Nerd commented Oct 7, 2024

My plan is to generate my work using an Apple II, either on real hardware or emulation.

@savetz
Copy link

savetz commented Oct 15, 2024

Fun! Using BASIC?

@Mac-Nerd
Copy link
Author

Assembly. Based on some Very Small Language Model experiments I've been working on.

The plan

  • Tokenize the text of Mary Shelley's Frankenstein and Charlotte Bronte's Jane Eyre (because why not)
  • Compress and hash the token strings (length N characters) with candidate N+1 character options
  • Hash a "prompt" phrase, search for matching token hashes.
  • Choose the next character from appropriate candidates.
  • Resulting string becomes next prompt.
  • Repeat.

@Mac-Nerd
Copy link
Author

Mac-Nerd commented Nov 29, 2024

Okay, so I've pivoted, partly because of the self-imposed limitations of using an Apple II became a rabbit hole that was going to take me well beyond the deadline, and also because I stumbled into a different solution while trying to simulate the output as a way to test my Apple II code's output.

It's in bash.

And it's one line. (with semicolons)

"Frankenstein's Governess"

@Mac-Nerd
Copy link
Author

@Mac-Nerd Mac-Nerd reopened this Nov 29, 2024
@Mac-Nerd
Copy link
Author

I misread the instructions and closed my entry rather than waiting for it to be marked "completed" oopsie.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants