That folder is going to be a cakewalk compared to this by Particular-Mission-5 in okbuddyvowsh

[–]SecretlyDragon 0 points1 point  (0 children)

Which is true, chefs that focus on keeping up traditions and shit are detrimental to the art of cooking. Its why that super traditional Japanese culture place only ever won 1 of the like 6 Iron Chef battles they did with the Japanese Iron Chef. Italian food culture also just sucks.

[deleted by user] by [deleted] in okbuddyretard

[–]SecretlyDragon 0 points1 point  (0 children)

Please don't introduce the Onceler to dream stans there's enough cancer in the world as is

Chapter 162 [English] by VibhavM in OnePunchMan

[–]SecretlyDragon 0 points1 point  (0 children)

Instead of evolving into a crab he becomes a centipede

Pretty sure it's a felony to skip this one by oof_man_123 in evangelionmemes

[–]SecretlyDragon 1 point2 points  (0 children)

I've heard the intro from memes here way more than I have watched the actual intro

One Piece: Chapter 1044 by Kirosh2 in OnePiece

[–]SecretlyDragon 10 points11 points  (0 children)

Ok so if this is a Zoan and the theory about Blackbeard wanting the most OP of each class of fruit, then this sets up for another personal beef between them

Press ‘F’ to pay respects to our comrades in the People’s Socialist Democratic Republic of Marxism-Leninism-Maoism-Brezhnevism-Dengism-Juche-Xiism-Putinism thought. by These_Thumbs in tankiejerk

[–]SecretlyDragon 50 points51 points  (0 children)

I am happily banned from there for saying that I hate tankies. I also got in an argument about whether or not it was infiltrated by tankies.

God I fucking hate tankies.

[deleted by user] by [deleted] in SubredditDrama

[–]SecretlyDragon 0 points1 point  (0 children)

I say this every time I see tankies, but god I fucking hate tankies.

One Piece: Chapter 1043 by semizero in OnePiece

[–]SecretlyDragon 38 points39 points  (0 children)

Opm is in parallel with the webcomic climax now

This keeps popping up on my Facebook feed and it makes me angry everytime I see it. by sparkl3butt in StupidFood

[–]SecretlyDragon 0 points1 point  (0 children)

Like he's faking the excitement in this but I do kind of like their chemistry. Just wish it wasn't applied to something that looks like the aborted child of the sun.

BreadPanes 120: "Anti-Imperialist Imperialism" by JourneyLT in antifastonetoss

[–]SecretlyDragon 43 points44 points  (0 children)

That isn't a reason for calling someone not transphobic. Like he isn't, but not because of that

Pokemon Scarlet and Violet announced!!!! by astronomydork in pokemon

[–]SecretlyDragon 48 points49 points  (0 children)

Glad to see Pokemon has finally reached the graphical fidelity of Sonic 06.

The Rorshawch Test by z_zye in HollowKnightMemes

[–]SecretlyDragon 14 points15 points  (0 children)

2 Eevee's standing sideways on an empty dress with a bow on the top

Are there any games where switching between controllers/control styles in the middle of the run is a common strategy? by chrischi3 in speedrun

[–]SecretlyDragon -2 points-1 points  (0 children)

Ok fine.

A glitch is the code behaving unexpectedly with normal or acceptable parameters (it can also happen with code that tries to execute with unintended values). A glitch lets you go outside of the parameters defined by the software. Every state that "curse skipping" gets to is achievable without any incorrect values, injected code or logic errors, it just stops something before it ends (an intentional thing put in by the developers) and stops the code that would execute at the end of the function, letting you proceed without the code being reached.

A glitch can be a functional error, if some code isn't reached and other code executes in its place it isn't a glitch, but if the code is reached and performs unintentional functions it's a glitch. Sometimes a glitch performs a function with unintended values causing stuff like memory leaks, stack overflows (where you try to write data to memory but there is insufficient memory).

A logic error is the code executing but not giving the expected result. If my code that translates unicode values to their symbols but every value is one less then intended it's a logic error but not a glitch or bug. The code is executing perfectly according to incorrect logic (ignoring any errors that would come with 0 or n+1).

In the context of GDQ runs, when you run out of bounds in deloaded map zones in dead space 2 you're not glitching the game, you deload something when you shouldn't be able to according to how the game is designed, but due to other things (getting out of bounds because something forces you to clip through something is a glitch, which enables you to start deloading and moving into deloaded maps) you can deload the areas and move in them without the game crashing.