Earlier quoted context omitted.
Copying the design doesn't necessarily deserve "scumbag" treatment. Some brusque words, sure, but certainly not the escalation of DHH. What Curebit did DEFINITELY qualifies as scumbag. There's some unknown tangible cost for 37signals (in the form of bandwidth, hosting assets for a competitor's site). There are small claims court cases considering similar situations nearly every day.
What about their logo? https://twitter.com/#!/dhh/status/163298220322209792
YC and 500 Startups company Curebit caught stealing from 37 Signals
51–60 of 243 posts
Re: YC and 500 Startups company Curebit caught stealing from 37 Signals
#52I'm sorry, but am I the only one wondering about the ... tone of dhh's response? I mean, "fucking scumbags", is he like 14? He has every right to be upset, but the choice of words are in no way helpful. just saying..
Re: YC and 500 Startups company Curebit caught stealing from 37 Signals
#53I'm sorry, but am I the only one wondering about the ... tone of dhh's response? I mean, "fucking scumbags", is he like 14? He has every right to be upset, but the choice of words are in no way helpful. just saying..
Re: YC and 500 Startups company Curebit caught stealing from 37 Signals
#54What I get from this situation is that the people over at 37 Signals are unfortunately, large kids, from the tweets present in the article. I see companies copying other companies' work all the time and although that's morally wrong, I also don't see how some lines of html are going to be the a relevant part of a company. (and if they are... bad news) What I don't see everyday is this kind of immature responses from…
It's one thing to complain that another company built a design largely influenced by yours. And that's a legitimate complaint, although the most you can do is say "Imitation is the sincerest form of flattery" This is wholesale ripping off (in particular, indicated by the direct linking to 37signals site assets). I would be pissed off too if I found that my bandwidth was being used to serve another company's site. Esp…
Re: YC and 500 Startups company Curebit caught stealing from 37 Signals
#55The whole point of technical blogging is to help other people solve a problem the author has already solved. In this case, it was how to improve conversions on landing pages. If you put that content out there, don't be surprised when people use that content to help them solve a problem. You loose the right to whine and complain about someone using that information as soon as you blog about it. In return, you get more credibility (people treat you as a thought leader) and more page views.
Re: YC and 500 Startups company Curebit caught stealing from 37 Signals
#56When 37Signals wrote a blog post showing this design style outrageously improved conversions they must have expected that lots of folks would copycat. Is DHH as pissed off at Elance for the blatant copy? https://www.elance.com/ There's a difference between eLance's "inspiration" and actually referencing hosted images & code that CureBit did, but it's not a night and day difference. Murky territory with us all copying…
Or, they should spell out the degree to which something has to be changed before they'll be okay with it. Such as "you can put a big customer image on the page because, well, we didn't invent that. You can also put screenshots on the page because, well, we didn't invent that either. And same goes for customer quotes, checklists, and company logos. But we'll take you down if you put checklists with green checks to the right of the giant customer image, a quote to the right of the client's head, and two screenshots below the checklist, etc., etc."
That said, it is an unfortunate that Curebit linked to 37's assets instead of creating their own. And it is clearly a copy beyond just the linked assets. But I don't think it's an international incident on the order of Wikileaks or such. But that's how it's being treated for some reason.
Personally, I would have emailed Curebit privately and asked them to change it instead of trying to tarnish an individual's and company's reputation. That's called "being civil," but that's not how 37Signals works. Remember the time Google created something that resembled Campfire as a demonstration of what Google App Engine could do? It was a 3-pane window with a chat log on the left, the name of the room and a list of people in the room on the right, and a text entry area across the bottom. 37Signals treated it as if they were the first and only company to develop a chat client that worked that way. Here's a link to that incident: http://techcrunch.com/2008/04/08/google-to-close-huddlechat/
Here's the choice (dangling) quote: "we’re just disappointed that they stooped so low to basically copy it feature for feature, layout for layout…We thought that would be beneath Google, but maybe its time to reevaluate what they stand for."
Really?
Re: YC and 500 Startups company Curebit caught stealing from 37 Signals
#57I'm sorry, but am I the only one wondering about the ... tone of dhh's response? I mean, "fucking scumbags", is he like 14? He has every right to be upset, but the choice of words are in no way helpful. just saying..
What would you call that person? I call those people scumbags.
Re: YC and 500 Startups company Curebit caught stealing from 37 Signals
#58Re: YC and 500 Startups company Curebit caught stealing from 37 Signals
#59From a copyright-law perspective, it's not a slam-dunk that Curebit infringed any protectable aspect of the 37Signals design, as opposed to "stock" elements.[1] West Side Story has a lot in common with Romeo and Juliet , but the latter itself has a lot in common with a long line of still-earlier romantic tragedies.[2] Some of the reactions here are fascinating. As a group, HNers prize the freedom to copy from others…
I also believe strongly that people should not have their lives ruined, and citizens should not have their freedoms curtailed to protect it on a large scale.
I do believe that businesses who take a relaxed attitude to using copyrighted material that belongs to someone else are displaying a lack of ethics that is worrying and deserve to be taken down pretty hard.
There is a world of difference between some random person downloading a movie for viewing, copying a website for their personal blog etc and a company doing it.
These guys have made a really unfortunate decision here. To be fair, based on their response so far I expect its because they dont have a clue what copyright even means, so its about ignorance rather than malice, and it will soon be rectified.
Re: YC and 500 Startups company Curebit caught stealing from 37 Signals
#60A simple page like that should be easier and faster to create from scratch using a WYSIWYG tool, and then publish to a web platform that support it.... than copying the source and then editing it in a text editor.
I know in the past such WYSIWYG tools were too rigid and thus we have a generation of designers that work in text.... but it just seems so archaic to me.
Like building images with text, rather than using photoshop.
I write code on the backend, that lives on servers, I don't write HTML for a living, so maybe I'm missing some necessary requirement that forces people to work in text editors.... but a straightforward page like that should be much faster to create by dragging a button element onto it, even a generic one and picking the image, and then putting text boxes in there and setting their style, etc, should take maybe 2 minutes if the assets are already created. Not being able to do so seems like such a time sync.
I remember once not too long ago tweaking a landing page, by going back and changing absolute pixel offsets 2-3 pixels at a time in text. I've done this with iOS code as well. Change the text, compile, run, how does it look? ok, need to go farther, back into the editor, bump it up 2 more pixels. etc.
FWIW, if anyone knows of visual tools from startups or open source that are trying to solve this problem, I'd be keen to hear about them. (I'm building a web platform, and rather than create my own design tool would rather support existing ones with my platform.)
The closest I'm aware of is Cappucino which supports using Apple's Interface Builder to layout UI for Webapps, and then export the IB files to the Cappucino format. Sproutcore had Greenhouse which looked even better, but seems to have been abandoned.
A better tool would mean easier AB testing, maybe even ABC testing... faster development and more iterative design. I see no reason that such a tool couldn't be made, or would have to necessarily impose restrictions that limited its functionality... and I think that boosting web designer productivity would be hugely valuable. On the other hand, I can't imagine why nobody has tackled this.
PS-- on the mac there's Flux, which sorta does this, but it doesn't integrate with a common web framework like rails, etc. I mean, you can, but it seems more suited to static pages. http://theescapers.com/flux/