• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • Because the charismatic ones you are less likely to notice. Also most people who work for Evil Corp know their company is evil, so if a polite charismatic person is taking advantage of the system you’re less likely to go dig out what they’re doing.

    For example if in OPs story the guy had been polite and charming, he would have never gone into his account to check what was up, because it would be just a nice customer being nice. What’s to tell you that there weren’t other dozen like that that flew right under OPs nose, just because they never awoke suspicion.










  • I’m a backend server programmer, and although I have never worked on reddit I can imagine the conversation a few years back:

    Dev A: How do we implement private? Should each post have a private flag or do we join on the subreddit to get it?

    Dev B: that join might be heavy for the front page since we might have several different subreddits, a flag in each post is faster.

    Dev A: But that means that whenever a subreddit goes private we need to flag all of the posts there

    Dev B: yeah, but that doesn’t happen often, the front page gets accessed millions of times, most subreddits never change status, especially larger ones.

    Dev A: I guess you’re right, even a large subreddit will be done in minutes, what are the odds of several large subreddits going private at the same time?