Earlier quoted context omitted.
It is a blatant imitation[1]. At the same time, the design is incredibly refined, so there's only so much room to move away from without making sacrifices solely for the sake of differentiation. EDIT: [1] According to a comment below, it's a straight-up copy of the CSS. That goes well beyond "blatant imitation."
Imitation is different than directly copying the CSS. They copied the CSS.
Show HN: LibreBoard – An open-source clone of Trello
51–60 of 107 posts
Re: Show HN: LibreBoard – An open-source clone of Trello
#52For those not in the know:
https://sandstorm.io/ https://capnproto.org/
(I'm not affiliated in anyway, just a fan of Kenton Varda's work, which also include Protocol Buffers)
Re: Show HN: LibreBoard – An open-source clone of Trello
#53More or less started it to learn ReactJS. http://gitub.com/agmcleod/desert
Re: Show HN: LibreBoard – An open-source clone of Trello
#54I love the idea of open source tools, but this goes way too far. This isn't just rebuilding a popular concept, this is taking code that was written by a for-profit company and blatantly stealing it. There's an important difference. The earlier versions of this repo still used the Trello logo. Trello's CSS is blatantly used, even using trellicons, the custom icon font created by Trello. The entire front-end is complet…
If the authors have genuinely copied CSS and icons (I haven't checked) then I would expect Trello Inc. to pursue the authors for copyright infringement (justifiably). The point is to be very precise with the criticism. Is the work stolen (protected by copyright law) or is it just a convincing clone?
Re: Show HN: LibreBoard – An open-source clone of Trello
#55I like it. I'm using Trello now, but the interface doesn't work that convenient on mobile I think. So I was thinking to make a client of my own using the Trello API, but this way I can change the original interface to my likings, and hopefully other's likings, so it gets merged :). EDIT: A lot of people seem to think it looks to much like Trello. While I agree that the interface looks strikingly similar (or maybe eve…
Re: Show HN: LibreBoard – An open-source clone of Trello
#56I like it. I'm using Trello now, but the interface doesn't work that convenient on mobile I think. So I was thinking to make a client of my own using the Trello API, but this way I can change the original interface to my likings, and hopefully other's likings, so it gets merged :). EDIT: A lot of people seem to think it looks to much like Trello. While I agree that the interface looks strikingly similar (or maybe eve…
This might not be a particularly nuanced view, but I'm totally fine with non-libre software being used to make a profit, if there's a market for it and there isn't some kind of extortionary force at work. Taking the code and "liberating" it could be considered nefarious because it directly undermines a company's ability to profit off of intellectual property that is entirely theirs.
Re: Show HN: LibreBoard – An open-source clone of Trello
#57I love the idea of open source tools, but this goes way too far. This isn't just rebuilding a popular concept, this is taking code that was written by a for-profit company and blatantly stealing it. There's an important difference. The earlier versions of this repo still used the Trello logo. Trello's CSS is blatantly used, even using trellicons, the custom icon font created by Trello. The entire front-end is complet…
Re: Show HN: LibreBoard – An open-source clone of Trello
#58Reading all what is said, I can't keep myself from having words spring into my head: UNIX, GNU, Linux, Minix... I can use grep, cat, ls and so many commands on so many different machines... Same names, same functions, and the same UI (black screen, anyone?).
Was GNU grep implemented by somebody writing the code or running "cp unix/grep.c gnu/grep.c"?
I don't know if it's a Bash script containing your one liner, though... But they seem to have their own code. (I don't think Trello's code is freely available).
Bear in mind, I'm not for or against. I'm just putting the thing in perspective and to be compared with what happened throughout History.
When I do Ctrl+K, Ctrl+T, Ctrl+W, Ctrl+Tab in Firefox or Chrome, they all have the same side effects.
Re: Show HN: LibreBoard – An open-source clone of Trello
#59I love the idea of open source tools, but this goes way too far. This isn't just rebuilding a popular concept, this is taking code that was written by a for-profit company and blatantly stealing it. There's an important difference. The earlier versions of this repo still used the Trello logo. Trello's CSS is blatantly used, even using trellicons, the custom icon font created by Trello. The entire front-end is complet…
I'm on the fence on this one - I could argue either way (I could probably work a books worth of material). However, I think it is interesting to note that the idea of "stealing" a design has been done for years. I just don't think many people do it to websites. Examples - there are companies that bundle premade controls that look pretty darn close to the designs in paid software. Here is an example of one: https://ww…
Generally copying/cloning a design is legally OK, but copying the implementation/execution of that design is not OK. This is well demonstrated in the font industry. You can copy a typeface as long as you do it "cleanly" (ie by not reverse engineering the font files), which is why there are lots of cheap copies of common fonts. This is probably the most relevant aspect for this project. They can copy the look'n'feel of Trello as perfectly as they can, but they can not copy Trello assets, CSS etc.
Then there is the Ribbon. Being software Microsoft has it patented which makes clones of Ribbon more in the gray area. On the other hand the enforceability of such patents is somewhat questionable.
Lastly the games. In addition to copyright infringement I suspect there is also risk of trademark infringement. What makes trademarks interesting that they are thought to need enforcing to remain valid, so companies generally are less willing to a blind eye to tm infringements. Also unlike copyright which considers where the work comes from, trademarks generally consider only what the work looks like and if it can be confused to the original trademark.
Re: Show HN: LibreBoard – An open-source clone of Trello
#60I've never believed there's such a thing as plagiarism of style, only things like algorithms and methodologies. If someone makes a wierd looking chair, and I like it and make my own, and they try to tell me I'm stealing their ideas they can fuck off, especially if I'm not selling this chair but just using it for myself and helping others build their own chairs, too.
Style sheets are within these same bounds as far as I care. They're not intellectual property or content. There's nothing profound about aesthetics. No hard work in refining it. It's something that's composed entirely of intuition and trying to copyright that seems immoral to me. CSS is dressing, not content, and dressing is the only thing they have stolen from trello.