Seems like you might have fallen victim to the Scunthorpe Problem. I’m sure you can guess what word they were trying to censor there…
Seems like you might have fallen victim to the Scunthorpe Problem. I’m sure you can guess what word they were trying to censor there…
It’s definitely there. Sorting by Hot a lemmynsfw post is the 12th or so post on All right now.
I sort by Top Day though and basically never run into NSFW posts in the wild.
There’s nothing special about a generic for loop (at least in C-like languages). There’s no reason you couldn’t do something like for (i = 0; true; i++)
to make it infinite. Some languages even support an infinite list generator syntax like for i in [0..]
(e.g. it lazily generates 0, then 1, then 2, etc. on each iteration) so you can use a for-each style loop to iterate infinitely.
Now, whether or not you should do such things is another question entirely. I won’t pretend there aren’t any instances where it’s useful, but most of the time you’re better off with a different structure.
Give it a lick!
They wouldn’t make these games if they didn’t work.
Part of their shtick is to get you to make any purchase at all. Then you might go on to spend hundreds! Or you might quit. But in some sense that’s also good because the plan was never for you to play for free.