-
Notifications
You must be signed in to change notification settings - Fork 31
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
Factoid aliases are, perhaps, too transparent #97
Comments
It depends what you mean to do when you alias A to B. If the idea is that B
can always be used for A, it makes sense. For anything else, it breaks down.
I feel the example alias is invalid - why would you do that?
…On Sat, Mar 18, 2017 at 3:17 AM dgw ***@***.***> wrote:
Say I have an alias: green eggs => Dr. Seuss
If a user triggers green eggs, Bucket will pick a factoid from Dr. Seuss
and say it, using Dr. Seuss instead of green eggs.
For example:
<User> green eggs
<Bucket> Dr. Seuss can't possibly be wrong!
Ridiculous example aside, the point is that Bucket can seem to be talking
about something completely different. Why don't triggered aliases use the
name of the alias before the verb, instead of the name of the main factoid
group?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#97>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACtVM1XeCJTDOqDXs5ntpIaS2-WmEmNks5rm680gaJpZM4MhXUE>
.
|
Yeah, it was a terrible example… my only excuse is that it was really late and I was too tired to come up with anything better. But the most frequent case I see people "complaining" about on my instance is aliases like To be fair, most aliases point to targets that almost exclusively use |
Say I have an alias:
green eggs => Dr. Seuss
If a user triggers
green eggs
, Bucket will pick a factoid fromDr. Seuss
and say it, usingDr. Seuss
instead ofgreen eggs
.For example:
Ridiculous example aside, the point is that Bucket can seem to be talking about something completely different. Why don't triggered aliases use the name of the alias before the verb, instead of the name of the main factoid group?
The text was updated successfully, but these errors were encountered: