Live data from Hacker News

What It's Like To Be Ridiculed For Open Sourcing A Project

harthur.wordpress.com

301–310 of 826 posts

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#301

FWIW, Corey Haines apologized: http://programmingtour.blogspot.com/2013/01/im-sorry.html

> FWIW FWIW, I personally think it's worth a lot. It's easy to be nasty on the internet and a lot harder to be nice.

> a lot harder to be nice

Until all eyes are on you, and you know they're calling for blood. Then it becomes very easy.

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#302
I'm so tired of this.

In honor of harthur's efforts, and to take a stand against bullying, I've decided to fork the project. I'm currently porting it to Python!

https://github.com/kennethreitz/replace

I encourage others to do the same in their respective languages :)

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#303

I was about to contribute to an OSS project run by one of the people making fun of the OP. Not anymore. I will not work with people who set out to humiliate others on "code quality" (whatever the fuck that means).

Does this make sense? Are there other many people that use that project? Does your contribution to it signify an endorsement of its maintainer? Have you already written the code? Is it fair to the other users of this project that you're withholding a contribution because of an idiotic remark by its maintainer? Would it be preferable to fork the project so that the maintainer can be somebody else? What if you create y…

Here is why:

Ever since the passing of Mr. Swartz my stance has changed. I've realized that e-bullying is real and can have a negative impact on a person. Who knows in what kind of emotional condition can the person being bullied is? I'm not saying that this could drive someone to do something tragic. But it could push them further down. And I will not work or contribute with people who do that.

The person was bullied. I will not work with bullies. Open source or not.

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#304
post #131

Earlier quoted context omitted.

Corey Haines wrote a thoughtful apology here: http://programmingtour.blogspot.com/2013/01/im-sorry.html Only one of the three to do so thus far.

Steve Klabnik has now also posted an apology http://blog.steveklabnik.com/posts/2013-01-23-node

And unfortunately it is exactly the "I am sorry if you were offended" type.

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#305
post #277

Earlier quoted context omitted.

Honestly, I think you ended up really making the case for replace. The nix CLI examples are convoluted at best. I've used CLI tools for years, and it would probably take me 5-10 minutes of scanning the man pages to reproduce all but the simplest of those snippets. Granted, this boils down to the sporadic use-case, but that's the entire point. The replace examples are all clean. It would mean I would not be juggling l…

Then take the 5-10 minutes to scan the man pages. Write a simple shell script wrapper exposing a syntax as simple as "replace". And be done with it in 15 minutes top. It seems to me that writing all this js code would take a lot longer than 15 min.

> It seems to me that writing all this js code would take a lot longer than 15 min.

Probably, but I can't really speak to that.

Either way, we were originally talking about the syntax & implementation. It doesn't make a lot of sense to object to a hobby script on the basis of development time.

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#306
post #106
post #97

Earlier quoted context omitted.

Here's the thing, when someone like Linus Torvald says things like that, we applaud him for it.

I'm not sure if that's the same thing. Linus usually criticizes things in a way that actually points out the flaws. This guy is just essentially saying "LOL U SUCK"

LOL U SUCK. Kidding, though some of the threads I read involving C++/C with Linus involved are so childish they are actually entertaining.

Example: http://article.gmane.org/gmane.comp.version-control.git/5791...

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#307
post #298
post #277

Earlier quoted context omitted.

Then take the 5-10 minutes to scan the man pages. Write a simple shell script wrapper exposing a syntax as simple as "replace". And be done with it in 15 minutes top. It seems to me that writing all this js code would take a lot longer than 15 min.

I think the point everyone is trying to make here is. Should every person spend 5-10 minutes doing this? If the problem occurs too frequently, it makes more sense to make the solution re usable. Which is exactly what 'replace' is doing here.

> I think the point everyone is trying to make here is. Should every person spend 5-10 minutes doing this?

Exactly. People tell me "Nobody needs ack, you just write wrappers around find+grep" and I say "You could, but I published it and now people don't have to."

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#308
post #175

Maybe before we spend a lot of time complaining about how federal prosecutors are unsympathetic assholes, we should start by examining our own community.

Death, prison, and felony convictions are not the same as public ridicule and hurt feelings. Only a nazi would equate such things. What?

Of course, it's the Godwin's law.

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#309
post #288
post #280

Earlier quoted context omitted.

Both of you seem to think he said "instead." Consider the clauses rephrased: "Maybe we should start by examining our own community, before ..." Why? I'd guess because the blog post refers to celebrity hackers bullying another hacker. The community -- more than just these few guys -- can't even behave civilly. It's a case of the pot calling the kettle black.

Compare the cause-and-effect of both the situations. One can send someone to jail for life and destroy their finances, reputation etc... the other can hurt someones feelings. Contending the latter should be addressed before (or even comparatively) to the former is what I take issue with.

Do you really think Paul Graham doesn't know the difference between someone being insulted on Twitter and someone being threatened with federal prison time? You don't think maybe it's you that are missing something, and not him? Because if my response to something he wrote depending on him not noticing the difference between prison and twitter, I would worry that I was missing something. No, wait, I wouldn't; I like giving him shit.

Re: What It's Like To Be Ridiculed For Open Sourcing A Project

#310
post #288
post #280

Earlier quoted context omitted.

Both of you seem to think he said "instead." Consider the clauses rephrased: "Maybe we should start by examining our own community, before ..." Why? I'd guess because the blog post refers to celebrity hackers bullying another hacker. The community -- more than just these few guys -- can't even behave civilly. It's a case of the pot calling the kettle black.

Compare the cause-and-effect of both the situations. One can send someone to jail for life and destroy their finances, reputation etc... the other can hurt someones feelings. Contending the latter should be addressed before (or even comparatively) to the former is what I take issue with.

| One can send someone to jail for life and destroy their finances, reputation etc... the other can hurt someones feelings.

And destroy their reputation. And, in some cases, push them to the edge.

Post reply on HN