Abuse filter log

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search
Details for log entry 7,547

17:58, 15 November 2020: PANOPTES (talk | contribs) triggered filter 9, performing the action "edit" on PANOPTES's Dumb Burger Thing. Actions taken: Warn; Filter description: require new users to introduce themselves (examine)

Changes made in edit

  +
Here is the story of how PANOPTES's Dumb Burger Thing, or DumbBurger for short, was created.
  +
  +
Right around now, I was procrastinating.
  +
  +
I still am.
  +
  +
And while I was procrastinating, this code for generating the first 10 elements of the Fibonacci Sequence came into my head.
  +
  +
<code>
  +
Hello, I'd like two Number 1s and a Large Number 10. //Pushes 1 twice and a Coke onto the stack. Pushes a 10 onto the large stack.
  +
I have a friend who would like a Coke to go, and a Large Fries. //Loop declaration.
  +
//The coke evaluates to the sum of the top two elements of the stack. As the coke is to go, its value is outputted.
  +
//The fries evaluate to the top element of the stack minus 1.
  +
//Eventually, the top element of the large stack should equal zero, meaning the loop is exited and the program halts.
  +
</code>
  +
Here are the operators I came up with so far:
  +
A Number N evaluates to N.
  +
Coke evaluates to the sum of the top two elements of the stack.
  +
Diet Coke evaluates to the top element of the stack plus 1.
  +
Onion Rings evaluate to the topmost element of the stack minus the second topmost.
  +
Fries evaluate to the top element of the stack minus 1.
  +
A Chicken Sandwich evaluates to the topmost element of the non-Large stack.
  +
Most of the boring syntractic stuff can be figured out from the above example, but here's some more:
  +
Every line after the first is prefaced with "I'd also like" unless it's part of a loop.
  +
This is how you declare a multilne loop, as well as nested loops.
  +
<code>
  +
I'm also ordering for a friend.
  +
They'd like...
  +
They'd also like..
  +
They're also ordering for a friend.
  +
Their friend'd like...
  +
Their friend'd like..
  +
Okay, moving on.
  +
Okay, moving on.
  +
</code>
  +
Y'all are welcome to add more ideas.
  +
[[Category:Unimplemented]] [[Category:Stack-based]] [[Category:Works in progress]]

Action parameters

VariableValue
Edit count of the user (user_editcount)
0
Name of the user account (user_name)
'PANOPTES'
Age of the user account (user_age)
1578
Page ID (page_id)
0
Page namespace (page_namespace)
0
Page title (without namespace) (page_title)
'PANOPTES's Dumb Burger Thing'
Full page title (page_prefixedtitle)
'PANOPTES's Dumb Burger Thing'
Action (action)
'edit'
Edit summary/reason (summary)
'Progractination is wild'
Old content model (old_content_model)
''
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
''
New page wikitext, after the edit (new_wikitext)
'Here is the story of how PANOPTES's Dumb Burger Thing, or DumbBurger for short, was created. Right around now, I was procrastinating. I still am. And while I was procrastinating, this code for generating the first 10 elements of the Fibonacci Sequence came into my head. <code> Hello, I'd like two Number 1s and a Large Number 10. //Pushes 1 twice and a Coke onto the stack. Pushes a 10 onto the large stack. I have a friend who would like a Coke to go, and a Large Fries. //Loop declaration. //The coke evaluates to the sum of the top two elements of the stack. As the coke is to go, its value is outputted. //The fries evaluate to the top element of the stack minus 1. //Eventually, the top element of the large stack should equal zero, meaning the loop is exited and the program halts. </code> Here are the operators I came up with so far: A Number N evaluates to N. Coke evaluates to the sum of the top two elements of the stack. Diet Coke evaluates to the top element of the stack plus 1. Onion Rings evaluate to the topmost element of the stack minus the second topmost. Fries evaluate to the top element of the stack minus 1. A Chicken Sandwich evaluates to the topmost element of the non-Large stack. Most of the boring syntractic stuff can be figured out from the above example, but here's some more: Every line after the first is prefaced with "I'd also like" unless it's part of a loop. This is how you declare a multilne loop, as well as nested loops. <code> I'm also ordering for a friend. They'd like... They'd also like.. They're also ordering for a friend. Their friend'd like... Their friend'd like.. Okay, moving on. Okay, moving on. </code> Y'all are welcome to add more ideas. [[Category:Unimplemented]] [[Category:Stack-based]] [[Category:Works in progress]]'
Unified diff of changes made by edit (edit_diff)
'@@ -1,0 +1,37 @@ +Here is the story of how PANOPTES's Dumb Burger Thing, or DumbBurger for short, was created. + +Right around now, I was procrastinating. + +I still am. + +And while I was procrastinating, this code for generating the first 10 elements of the Fibonacci Sequence came into my head. + +<code> +Hello, I'd like two Number 1s and a Large Number 10. //Pushes 1 twice and a Coke onto the stack. Pushes a 10 onto the large stack. +I have a friend who would like a Coke to go, and a Large Fries. //Loop declaration. +//The coke evaluates to the sum of the top two elements of the stack. As the coke is to go, its value is outputted. +//The fries evaluate to the top element of the stack minus 1. +//Eventually, the top element of the large stack should equal zero, meaning the loop is exited and the program halts. +</code> +Here are the operators I came up with so far: +A Number N evaluates to N. +Coke evaluates to the sum of the top two elements of the stack. +Diet Coke evaluates to the top element of the stack plus 1. +Onion Rings evaluate to the topmost element of the stack minus the second topmost. +Fries evaluate to the top element of the stack minus 1. +A Chicken Sandwich evaluates to the topmost element of the non-Large stack. +Most of the boring syntractic stuff can be figured out from the above example, but here's some more: +Every line after the first is prefaced with "I'd also like" unless it's part of a loop. +This is how you declare a multilne loop, as well as nested loops. +<code> +I'm also ordering for a friend. +They'd like... +They'd also like.. +They're also ordering for a friend. +Their friend'd like... +Their friend'd like.. +Okay, moving on. +Okay, moving on. +</code> +Y'all are welcome to add more ideas. +[[Category:Unimplemented]] [[Category:Stack-based]] [[Category:Works in progress]] '
New page size (new_size)
1784
Old page size (old_size)
0
Lines added in edit (added_lines)
[ 0 => 'Here is the story of how PANOPTES's Dumb Burger Thing, or DumbBurger for short, was created.', 1 => '', 2 => 'Right around now, I was procrastinating.', 3 => '', 4 => 'I still am.', 5 => '', 6 => 'And while I was procrastinating, this code for generating the first 10 elements of the Fibonacci Sequence came into my head.', 7 => '', 8 => '<code>', 9 => 'Hello, I'd like two Number 1s and a Large Number 10. //Pushes 1 twice and a Coke onto the stack. Pushes a 10 onto the large stack.', 10 => 'I have a friend who would like a Coke to go, and a Large Fries. //Loop declaration.', 11 => '//The coke evaluates to the sum of the top two elements of the stack. As the coke is to go, its value is outputted.', 12 => '//The fries evaluate to the top element of the stack minus 1.', 13 => '//Eventually, the top element of the large stack should equal zero, meaning the loop is exited and the program halts.', 14 => '</code>', 15 => 'Here are the operators I came up with so far:', 16 => 'A Number N evaluates to N.', 17 => 'Coke evaluates to the sum of the top two elements of the stack.', 18 => 'Diet Coke evaluates to the top element of the stack plus 1.', 19 => 'Onion Rings evaluate to the topmost element of the stack minus the second topmost.', 20 => 'Fries evaluate to the top element of the stack minus 1.', 21 => 'A Chicken Sandwich evaluates to the topmost element of the non-Large stack.', 22 => 'Most of the boring syntractic stuff can be figured out from the above example, but here's some more:', 23 => 'Every line after the first is prefaced with "I'd also like" unless it's part of a loop.', 24 => 'This is how you declare a multilne loop, as well as nested loops.', 25 => '<code>', 26 => 'I'm also ordering for a friend.', 27 => 'They'd like...', 28 => 'They'd also like..', 29 => 'They're also ordering for a friend.', 30 => 'Their friend'd like...', 31 => 'Their friend'd like..', 32 => 'Okay, moving on.', 33 => 'Okay, moving on.', 34 => '</code>', 35 => 'Y'all are welcome to add more ideas.', 36 => '[[Category:Unimplemented]] [[Category:Stack-based]] [[Category:Works in progress]]' ]
Unix timestamp of change (timestamp)
1605463124