Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
User Journal

Journal kruhft's Journal: changover (CyberJoyce++)

This is an example of interfacing emacs, my text editor/writing tool, with an external program called yould, which generates random pronounceable words. During writing, when I hit Control-i, a word generated by yould is inserted into the text, which i then can use to continue along with with the stream of words.

The part that is most interesting about the piece is that it started with an intially empty source dictionary for yould, which is updated on every word as the document is typed. I can't say I know exactly what it did to the yould output given it's use of randomness, but something about doing things that way seemed like a way to 'train' the program to generated better and more acceptable words as I went along with the writing. Whether it did or not I can't say, but I did it anyways since it seemed like a neat idea.

Yould was also used to generate the Joyce in a Box Piece also found in this group, but that was completely random usage, rather than interactive as this piece was.

--

this story, instead of examily arresting with a changover, will begin
with one. the story starts and nobody has any idea of what is going
on. there can be nothing, or everything, but on thing that is
certain, is that there were lies, filled with the truth, and there was
much confusion.

we shall call that agared. that is the word. there is no definition.
there can be nothing without it, and everything with it.

you shall see. there will be ther. i will be ableanot. she will be
mell.

there were pictures, something that can be kept, something to keep the
memories alive. everything was stry, everything was phought. there
could be nothing without those. nothing at all in Theneur.

these times, they were sad. not lonely, but shor. she was not here,
she was in my puncesding, my hinuill. i cannot think of why, but i
know because; i lithe in my wility and cousell with my worend.

thowses is the start of what i can say, withe is the continuation of
my therry. with only one moold, it can be seen that the consight is
much to be desired, but the exper is hithe with somere duce.

again.

but how we beed is more, and the sturs are mine, but yought is what we
cannot be left without in the greatness of our lookes. we are but
trates in the sense, but the juse of our lives, and you are unable to
alke what maire I can impose when the sloft is but an arrit.

have you seen this? can you see the poinding of the wris? it is
there. it is plain to see when you are andeerying the ustramores of
your cratz.

wirippere is not twor, and one should yout about Aeres. the arescreave
beffily firse is stimed when lide; she should therl with much appen
and Whou. can you mitage, or are you morill?

traire was the one that could be comagaink ove the alker and
dows. there is hattion and wilessing and deach and slusire, with
thecand and forriand and Adve as well.

has the changeover arrived? no, thices, has already muglond, and for
that to be wint, one must phout the very sonew of the truch
ligetypens.

quicinkill! there is thatertry in these great thems, and beyond the
firamill one must give fortions to the coughthisin of our waybee.

is this thatome a grand lape of mere hation? i am prom to lity and
wintogred of hocand, but you, as a withishat, must be the hounce that
is to knothe the reall youtly ould.

has thithed been dessubmis again? one can never know when thatopmes is
anothere localkell nothit of the thausee promed! oh, so he is deftwor
and recou! oh how he is onfled and juld. one can only destarrix his
youte by his synto lichatz, and he, forespeelly, is abood with traing.

and as we can see, there is mmuch to be seen, there is much we can do,
with some thing to prove. there are tools that can be used, and
thoughts that can be declared, with the results being something, that
can make shivers and stares. this was not real, but the prduct of two
minds, one real, one imagined, synchonous in time. one using the
other, to move right along, alone they were nothing, used together,
were strong. this cannot be as easy as it should seem, to copy a
master, with such a small dream, but if it looks like it should, and
walks like a duck, is cybernetic enhancement, more than just luck?

i say its ances, confold, scraired and traink, with hies and evereelse
and hould againg quill coft, there cannot be much left in this cande
annow thase.

and here is the locang, it's printed below, if you can muchat, you
already know.

--
kruhft

# Local Variables:
# compile-command: "yould-train ~/generator/kruhft.yould ~/generator/changover"
# eval: (local-set-key " " (lambda () (interactive) (shell-command "yould-train ~/generator/kruhft.yould ~/generator/changover") (insert " ")))
# eval: (defun aword () (interactive) (insert (shell-command-to-string "echo -n $(yould -t ~/generator/kruhft.yould)' '")))
# eval: (local-set-key "\C-i" 'aword)
# End:

This discussion has been archived. No new comments can be posted.

changover (CyberJoyce++)

Comments Filter:

Kleeneness is next to Godelness.

Working...