Discuss Scratch

Tierage27
Scratcher
100+ posts

Built In Swear Word Detect?

No, not with a few scripts in a project, but built in to all projects. If it detects a swear word in a list, answer, variable, or anything, it bleeps it out. Even if the bad word is like this: waeojfhawejfhewJKF(SWEAR WORD GOES HERE)fijaehfewkalfhaewuo

Last edited by Tierage27 (March 3, 2013 19:34:27)

jvvg
Scratcher
1000+ posts

Built In Swear Word Detect?

Tierage27 wrote:

No, not with a few scripts in a project, but built in to all projects. If it detects a swear word in a list, answer, variable, or anything, it bleeps it out. Even if the bad word is like this: waeojfhawejfhewJKF(SWEAR WORD GOES HERE)fijaehfewkalfhaewuo
What about if I said something like “skyscraper”? Then the middle of the word would be censored.
veggieman001
Scratcher
1000+ posts

Built In Swear Word Detect?

Nothing is permanent.

Last edited by veggieman001 (July 17, 2013 01:01:55)

Tierage27
Scratcher
100+ posts

Built In Swear Word Detect?

Hm…
Giddy215
Scratcher
7 posts

Built In Swear Word Detect?

What if there were a “censor( )” block that would check if a certain string contained an offensive word and would return a boolean value. Then you could implement your own censoring where you want it. If you were making a program that used string seeds for random generation it would be pretty annoying to have scratch mess with your variables because it thinks you are hosting a vulgar chatroom or something.
Tierage27
Scratcher
100+ posts

Built In Swear Word Detect?

Giddy215 wrote:

What if there were a “censor( )” block that would check if a certain string contained an offensive word and would return a boolean value. Then you could implement your own censoring where you want it. If you were making a program that used string seeds for random generation it would be pretty annoying to have scratch mess with your variables because it thinks you are hosting a vulgar chatroom or something.
Maybe.
bobbysq
Scratcher
100+ posts

Built In Swear Word Detect?

Giddy215 wrote:

What if there were a “censor( )” block that would check if a certain string contained an offensive word and would return a boolean value. Then you could implement your own censoring where you want it. If you were making a program that used string seeds for random generation it would be pretty annoying to have scratch mess with your variables because it thinks you are hosting a vulgar chatroom or something.
Not a boolean, a string. Then censor(what the *swear* just happened) would return “what the This word has been removed because multiple Scratch members considered it innapropriate for the Scratch community. Please read the terms of use or contact us for more info. Thank you, and Scratch On! just happened” and send the user who swore a nice little message about language.

Last edited by bobbysq (March 4, 2013 18:22:31)

SFollis
Scratcher
500+ posts

Built In Swear Word Detect?

I made one on scratch 1.4, just never shared it. Anyways, HOW I DID IT: http://mv.ezproxy.com.ezproxyberklee.flo.org/projects/10068745/ (to make it do longer and shorter, add/delete if's!)
Tierage27
Scratcher
100+ posts

Built In Swear Word Detect?

SFollis wrote:

I made one on scratch 1.4, just never shared it. Anyways, HOW I DID IT: http://mv.ezproxy.com.ezproxyberklee.flo.org/projects/10068745/ (to make it do longer and shorter, add/delete if's!)
Nice!
chrisbown
Scratcher
16 posts

Built In Swear Word Detect?

You might want to think about what type of filters you want to put in. these things are not always straight forward.

Last edited by chrisbown (March 5, 2013 18:33:34)

OrcaCat
Scratcher
1000+ posts

Built In Swear Word Detect?

bobbysq wrote:

Giddy215 wrote:

What if there were a “censor( )” block that would check if a certain string contained an offensive word and would return a boolean value. Then you could implement your own censoring where you want it. If you were making a program that used string seeds for random generation it would be pretty annoying to have scratch mess with your variables because it thinks you are hosting a vulgar chatroom or something.
Not a boolean, a string. Then censor(what the *swear* just happened) would return “what the This word has been removed because multiple Scratch members considered it innapropriate for the Scratch community. Please read the terms of use or contact us for more info. Thank you, and Scratch On! just happened” and send the user who swore a nice little message about language.
Lol. How about just “what the just happened”?
bobbysq
Scratcher
100+ posts

Built In Swear Word Detect?

OrcaCat wrote:

bobbysq wrote:

Giddy215 wrote:

What if there were a “censor( )” block that would check if a certain string contained an offensive word and would return a boolean value. Then you could implement your own censoring where you want it. If you were making a program that used string seeds for random generation it would be pretty annoying to have scratch mess with your variables because it thinks you are hosting a vulgar chatroom or something.
Not a boolean, a string. Then censor(what the *swear* just happened) would return “what the This word has been removed because multiple Scratch members considered it innapropriate for the Scratch community. Please read the terms of use or contact us for more info. Thank you, and Scratch On! just happened” and send the user who swore a nice little message about language.
Lol. How about just “what the just happened”?
Less removed project nostalgia.
Wes64
Scratcher
500+ posts

Built In Swear Word Detect?

i feel like this should be implemented because chatroom projects, even though i assume you'll discourage them, will not be immediately removed and thus they could potentially be easily taken advantage of without a filter. just for a little added safety. we'll have to avoid the scunthorpe problem though.

additionally, with the added visibility that comes with the “see inside” button, we should make sure swear words are never used as variables, comments, or other internal data. i have actually seen, in the past, a user who named lots of the variables with swear words to be funny.

Last edited by Wes64 (March 7, 2013 00:07:26)

OrcaCat
Scratcher
1000+ posts

Built In Swear Word Detect?

Wes64 wrote:

i feel like this should be implemented because chatroom projects, even though i assume you'll discourage them, will not be immediately removed and thus they could potentially be easily taken advantage of without a filter. just for a little added safety. we'll have to avoid the scunthorpe problem though.

additionally, with the added visibility that comes with the “see inside” button, we should make sure swear words are never used as variables, comments, or other internal data. i have actually seen, in the past, a user who named lots of the variables with swear words to be funny.
Erm, BoltBait said there already was a built in filter.
lunaluvgood
Scratcher
100+ posts

Built In Swear Word Detect?

Wes64 wrote:

i have actually seen, in the past, a user who named lots of the variables with swear words to be funny.
I think some users forget that there are-like-7 years olds on Scratch
Rainbowsith22
Scratcher
49 posts

Built In Swear Word Detect?

Tierage27 wrote:

No, not with a few scripts in a project, but built in to all projects. If it detects a swear word in a list, answer, variable, or anything, it bleeps it out. Even if the bad word is like this: waeojfhawejfhewJKF(SWEAR WORD GOES HERE)fijaehfewkalfhaewuo
But To Make Any Word Besides The Bad Ones THEN TO SAVE TIME YOU WILL HAVE WRITE DOWN ALL THE BADIES. Plus This Will Might Help You Click Here…
gdpr533f604550b2f20900645890
Scratcher
1000+ posts

Built In Swear Word Detect?

Rainbowsith22 wrote:

Tierage27 wrote:

No, not with a few scripts in a project, but built in to all projects. If it detects a swear word in a list, answer, variable, or anything, it bleeps it out. Even if the bad word is like this: waeojfhawejfhewJKF(SWEAR WORD GOES HERE)fijaehfewkalfhaewuo
But To Make Any Word Besides The Bad Ones THEN TO SAVE TIME YOU WILL HAVE WRITE DOWN ALL THE BADIES. Plus This Will Might Help You Click Here…
Please do not necropost. Make sure to check the date of the last post before reviving an old topic.
RandomPerson1789
Scratcher
100+ posts

Built In Swear Word Detect?

No support.
Reason:

jvvg wrote:

Tierage27 wrote:

No, not with a few scripts in a project, but built in to all projects. If it detects a swear word in a list, answer, variable, or anything, it bleeps it out. Even if the bad word is like this: waeojfhawejfhewJKF(SWEAR WORD GOES HERE)fijaehfewkalfhaewuo
What about if I said something like “skyscraper”? Then the middle of the word would be censored.

Last edited by RandomPerson1789 (Aug. 26, 2014 23:41:04)

adventurescratch2
Scratcher
1 post

Built In Swear Word Detect?

I've created one that I have put into a game and will be out soon
DaSpudLord
Scratcher
1000+ posts

Built In Swear Word Detect?

No support. The list would be very long, and people would find a way to cheat it, like this-
S-T-U-P-I-D
STUUPID
Don't get any ideas.

Also, the censor might block out harmless words, like with jvvg's example-

jvvg wrote:

What about if I said something like “skyscraper”? Then the middle of the word would be censored.
That would become this-

jvvg wrote:

skys****er

Last edited by DaSpudLord (June 4, 2015 17:41:30)

Powered by DjangoBB