Instance friendly link: !programming_horror@programming.dev
Instance friendly link: !programming_horror@programming.dev
Huh, go figure. Thanks for the info! I honestly never would have found that myself.
I still think it should be possible to use in:channel on the channel-specific search though. One less button press and it can’t be that confusing UX-wise since you have clear intent when doing it (if anything, the fact that the two searches work differently has to be more confusing UX-wise).
One of the biggest issues for me is that you can’t use ‘in:#channel’ anymore in searches for some inexplicable reason. But only on the mobile app — it works fine on desktop! If you could do that it would be fine.
The cops aren’t around so they can freely violate the law of gravity.
The alt text on that XKCD is even better:
“I recently had someone ask me to go get a computer and turn it on so I could restart it. He refused to move further in the script until I said I had done that.”
Definitely AI generated. Look at the bottom-right of the Confederate flag. It’s all messed up, classic generative AI “artifacting” for lack of a better word for it.
Edit: lower down in the thread the original was posted. This was upscaled (very poorly) by AI.
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.
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.
Although it’s a little less convenient than just remembering across refreshes, you can set a default sort in your profile if there’s a particular sort you like.
That being said I find myself hopping between Top Day and Hot so I can only start on one or the other. Would be nice if it just remembered.
If you click on the graph, it’ll turn into a data table showing ~48 hours worth of information. Is that what you’re looking for?