Jump to content

Edit filter log

Details for log entry 27374806

10:33, 7 August 2020: 86.14.57.255 (talk) triggered filter 636, performing the action "edit" on Fizz buzz. Actions taken: Warn; Filter description: Unexplained removal of sourced content (examine)

Changes made in edit

{{quote|1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...}}
{{quote|1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...}}


== Programming ==
== THE BAD THING ITS SHIT ==
FIZZ BUZZ IS BAD
Fizz buzz (often spelled '''FizzBuzz''' in this context) has been used as an interview [[resume screening|screening]] device for [[computer programmers]].<ref>Imran Ghory (2007-01-24). [http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding "Using FizzBuzz to Find Developers who Grok Coding."] ''Imran On Tech'' (blog).</ref><ref>[[Jeff Atwood]] (2007-02-26). [http://www.codinghorror.com/blog/archives/000781.html "Why Can't Programmers.. Program?"] ''[[Coding Horror]]'' (blog).</ref> Writing a [[computer program|program]] to output the first 100 FizzBuzz numbers is a trivial problem for any would-be computer programmer, so interviewers can easily filter out those with insufficient programming ability.


== References ==
== References ==

Action parameters

VariableValue
Edit count of the user (user_editcount)
null
Name of the user account (user_name)
'86.14.57.255'
Age of the user account (user_age)
0
Groups (including implicit) the user is in (user_groups)
[ 0 => '*' ]
Rights that the user has (user_rights)
[ 0 => 'createaccount', 1 => 'read', 2 => 'edit', 3 => 'createtalk', 4 => 'writeapi', 5 => 'viewmywatchlist', 6 => 'editmywatchlist', 7 => 'viewmyprivateinfo', 8 => 'editmyprivateinfo', 9 => 'editmyoptions', 10 => 'abusefilter-log-detail', 11 => 'urlshortener-create-url', 12 => 'centralauth-merge', 13 => 'abusefilter-view', 14 => 'abusefilter-log', 15 => 'vipsscaler-test' ]
Whether the user is editing from mobile app (user_app)
false
Whether or not a user is editing through the mobile interface (user_mobile)
false
Page ID (page_id)
7587648
Page namespace (page_namespace)
0
Page title without namespace (page_title)
'Fizz buzz'
Full page title (page_prefixedtitle)
'Fizz buzz'
Edit protection level of the page (page_restrictions_edit)
[]
Last ten users to contribute to the page (page_recent_contributors)
[ 0 => 'Dinoguy1000', 1 => '73.193.101.208', 2 => 'Finnh54', 3 => 'Nyook', 4 => '2605:6000:1018:4045:413B:FC1B:88CE:67E6', 5 => 'TwoTwoHello', 6 => 'SUM1', 7 => 'Chrisbao8325', 8 => 'SilentDabber', 9 => 'Kuhlie' ]
Page age in seconds (page_age)
435160612
Action (action)
'edit'
Edit summary/reason (summary)
'/* Programming */ '
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
'{{short description|Group word game to teach mathematical division}} {{confused|Fuzzbuzz}} '''Fizz buzz''' is a group word game for children to teach them about [[division (mathematics)|division]].<ref>{{cite book |last=Rees |first=Janet |title=Fizz Buzz: 101 Spoken Numeracy Games – Ideal for Mental Maths |date=2002 |publisher=Learning Development Aids |isbn=978-1855033528 |url=https://www.amazon.co.uk/Fizz-Buzz-Spoken-Numeracy-Mental/dp/1855033526}}</ref> Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz". == Play == Players generally sit in a circle. The player designated to go first says the number "1", and the players then count upwards in turn. However, any number [[division (mathematics)|divisible]] by three is replaced by the word ''fizz'' and any number divisible by five by the word ''buzz''. Numbers divisible by 15 become ''fizz buzz''. A player who hesitates or makes a mistake is eliminated from the game. For example, a typical round of fizz buzz would start as follows: {{quote|1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...}} == Programming == Fizz buzz (often spelled '''FizzBuzz''' in this context) has been used as an interview [[resume screening|screening]] device for [[computer programmers]].<ref>Imran Ghory (2007-01-24). [http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding "Using FizzBuzz to Find Developers who Grok Coding."] ''Imran On Tech'' (blog).</ref><ref>[[Jeff Atwood]] (2007-02-26). [http://www.codinghorror.com/blog/archives/000781.html "Why Can't Programmers.. Program?"] ''[[Coding Horror]]'' (blog).</ref> Writing a [[computer program|program]] to output the first 100 FizzBuzz numbers is a trivial problem for any would-be computer programmer, so interviewers can easily filter out those with insufficient programming ability. == References == <references /> == External links == * [http://www.dr-mikes-math-games-for-kids.com/fizz-buzz.html Dr Mike's Math Games For Kids – Fizz Buzz] * [https://web.archive.org/web/20160805202854/http://cocktails.about.com/od/partiesholidays/p/biz_buz_gm.htm About.com: Bizz Buzz- The Drinking Thinking Game] * [https://rosettacode.org/wiki/FizzBuzz Rosetta Code: Fizz Buzz at Rosetta Code] [[Category:Car games]] [[Category:Children's games]] [[Category:Drinking games]] [[Category:Mathematical games]] [[Category:Division (mathematics)]]'
New page wikitext, after the edit (new_wikitext)
'{{short description|Group word game to teach mathematical division}} {{confused|Fuzzbuzz}} '''Fizz buzz''' is a group word game for children to teach them about [[division (mathematics)|division]].<ref>{{cite book |last=Rees |first=Janet |title=Fizz Buzz: 101 Spoken Numeracy Games – Ideal for Mental Maths |date=2002 |publisher=Learning Development Aids |isbn=978-1855033528 |url=https://www.amazon.co.uk/Fizz-Buzz-Spoken-Numeracy-Mental/dp/1855033526}}</ref> Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz". == Play == Players generally sit in a circle. The player designated to go first says the number "1", and the players then count upwards in turn. However, any number [[division (mathematics)|divisible]] by three is replaced by the word ''fizz'' and any number divisible by five by the word ''buzz''. Numbers divisible by 15 become ''fizz buzz''. A player who hesitates or makes a mistake is eliminated from the game. For example, a typical round of fizz buzz would start as follows: {{quote|1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...}} == THE BAD THING ITS SHIT == FIZZ BUZZ IS BAD == References == <references /> == External links == * [http://www.dr-mikes-math-games-for-kids.com/fizz-buzz.html Dr Mike's Math Games For Kids – Fizz Buzz] * [https://web.archive.org/web/20160805202854/http://cocktails.about.com/od/partiesholidays/p/biz_buz_gm.htm About.com: Bizz Buzz- The Drinking Thinking Game] * [https://rosettacode.org/wiki/FizzBuzz Rosetta Code: Fizz Buzz at Rosetta Code] [[Category:Car games]] [[Category:Children's games]] [[Category:Drinking games]] [[Category:Mathematical games]] [[Category:Division (mathematics)]]'
Unified diff of changes made by edit (edit_diff)
'@@ -9,6 +9,6 @@ {{quote|1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...}} -== Programming == -Fizz buzz (often spelled '''FizzBuzz''' in this context) has been used as an interview [[resume screening|screening]] device for [[computer programmers]].<ref>Imran Ghory (2007-01-24). [http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding "Using FizzBuzz to Find Developers who Grok Coding."] ''Imran On Tech'' (blog).</ref><ref>[[Jeff Atwood]] (2007-02-26). [http://www.codinghorror.com/blog/archives/000781.html "Why Can't Programmers.. Program?"] ''[[Coding Horror]]'' (blog).</ref> Writing a [[computer program|program]] to output the first 100 FizzBuzz numbers is a trivial problem for any would-be computer programmer, so interviewers can easily filter out those with insufficient programming ability. +== THE BAD THING ITS SHIT == +FIZZ BUZZ IS BAD == References == '
New page size (new_size)
1904
Old page size (old_size)
2623
Size change in edit (edit_delta)
-719
Lines added in edit (added_lines)
[ 0 => '== THE BAD THING ITS SHIT ==', 1 => 'FIZZ BUZZ IS BAD' ]
Lines removed in edit (removed_lines)
[ 0 => '== Programming ==', 1 => 'Fizz buzz (often spelled '''FizzBuzz''' in this context) has been used as an interview [[resume screening|screening]] device for [[computer programmers]].<ref>Imran Ghory (2007-01-24). [http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding "Using FizzBuzz to Find Developers who Grok Coding."] ''Imran On Tech'' (blog).</ref><ref>[[Jeff Atwood]] (2007-02-26). [http://www.codinghorror.com/blog/archives/000781.html "Why Can't Programmers.. Program?"] ''[[Coding Horror]]'' (blog).</ref> Writing a [[computer program|program]] to output the first 100 FizzBuzz numbers is a trivial problem for any would-be computer programmer, so interviewers can easily filter out those with insufficient programming ability.' ]
Whether or not the change was made through a Tor exit node (tor_exit_node)
false
Unix timestamp of change (timestamp)
1596796409