HackerTrans
TopNewTrendsCommentsPastAskShowJobs

foonathan

no profile record

comments

foonathan
·2 ปีที่แล้ว·discuss
Saying "XXX is an asshole" if XXX is in fact an asshole is also the objective truth, yet warrants removal for insulting someone.
foonathan
·2 ปีที่แล้ว·discuss
It's not silenced, the post is up for all to see. We have just disabled the ability to post new comments under it.
foonathan
·2 ปีที่แล้ว·discuss
> one obvious gap is that it doesn't seem to have a statement from the person removed after they were removed.

I think the article is written by the person that was removed. It is lacking any statement of the standard foundation who removed him. No such statement exists, even on the internal committee mailing list it is just an "fyi, that person is no longer on the committee" without any reasons.

I can piece something together from his previous behavior on the committee mailing list, but that information is not public and I'm not at liberty to share.
foonathan
·2 ปีที่แล้ว·discuss
> That is not true.

I banned you, so I like to think I'm an authority on why you were banned. Here's a step by step timeline of what happened.

1. This comment of yours received a high number of reports and was automatically filtered: https://www.reddit.com/r/cpp/comments/1gyiwwc/comment/lyp3jl...

2. I agreed with the reports and removed your comments.

3. I read the rest of the comments in your thread, and noticed your username repeatedly. I wasn't familar with you, so when I reached https://www.reddit.com/r/cpp/comments/1gyiwwc/c_standards_co... I clicked on your profile.

4. After noticing your lack of contributions to r/cpp, I decided you are just someone who causes moderation trouble without contributing useful technical insights, so I decided to ban you. That's why the above comment is listed in your ban reason. If you had posted the slur on an account with actual history in r/cpp and no previous removed comments, I would not have banned you.

Edit: 5. Reddit administrators have now removed your comment as well.
foonathan
·2 ปีที่แล้ว·discuss
> I participated for r/cpp for a very large number of years, including quite a number of high-impact posts - just not with that account.

Interesting that you did not choose to voice your opinions using your main accounts on that community then.

> And would you be so kind to actually link to the comment you banned me for? This is it, for everyone to see and judge:

Nah, that was just the comment I used to get to your profile. I banned you for insulting someone.
foonathan
·2 ปีที่แล้ว·discuss
Hey, u/ss99ww. We did not go on a banning spree, we banned only one person, you. After removing the comment we're you insulted someone, I checked your history, noticed that you did not meaningfully participate in r/cpp outside this thread, and decided to remove someone from the community who'd only be there to cause trouble.

(And for the record, we barely removed any comments, just the ones that directly insulted people.)
foonathan
·2 ปีที่แล้ว·discuss
Here's an explanation: https://www.reddit.com/r/cpp/comments/1coi2kq/comment/l3fblu...
foonathan
·2 ปีที่แล้ว·discuss
Oh, that's just a side effect of the way the work is distributed :D I'm hired to maintain our core libraries and general C++ stuff, and I write most of the blog articles, so it's about the problems I face in my everday work.

We should blog more about the other stuff. For example, we've implemented a pretty cool lossless compression scheme for the preview of powerpoint slides in search, and have acquiried a cool technology to search for existing slides by drawing a sketch of their layout. But the people working on that are too busy to blog about them...
foonathan
·2 ปีที่แล้ว·discuss
Yes, but sadly I have to use Boost.Spirit at work :(
foonathan
·2 ปีที่แล้ว·discuss
Post author here. To be fair, we specifically don't use std::ranges because of that "N Pythagorean triple" problem. We have our own custom library that is vastly superior to std::ranges. See e.g. here for context: https://www.youtube.com/watch?v=l7ntC-Y1syY

I was recently appointed co-chair for the std::ranges group and I'm trying to bring some of the improvements to C++.