A History of Designers’ Efforts to Circumvent Fashion Hacking

Over the winter holidays, I checked out Faking It: Originals, Copies and Counterfeits, an exhibition at The Museum at FIT that explores the historical battle between fashion designers and counterfeiters, and the increasingly blurred distinction between originals and unauthorized copies.

Throughout history, luxury brands have adopted measures aimed at preventing the creation of counterfeit copies. Christian Dior’s early garments donned a special ink that was only visible under black light. In the 1920s, Couturier Madeleine Vionnet used her own thumbprint as a marker of authenticity on her labels. She also applied an intricate beading technique intended to be too difficult to copy. Balenciaga and Givenchy barred the press from fashion shows in an effort to stall counterfeiters. Such efforts turned out to be futile.

In the 1930s, the Fashion Originators’ Guild of America intervened in the battle against design pirates by creating a registry of designer creations. The concept behind the registry was that manufacturers would refuse to make unauthorized copies of any designs that were registered. However, in 1941 the Federal Trade Commission found that the Guild was “eliminating the right to free competition” and subsequently the Guild was disbanded.

While many luxury brands were preoccupied with the fight against counterfeiters, a certain Coco Chanel stood apart. Madame Chanel viewed the mainstream protectionary approach as unenlightened, suggesting that “[t]he very idea of protecting the seasonal arts is childish. One should not bother to protect that which dies the minute it is born.” While other designers employed techniques aimed at deterring counterfeiters, Chanel enabled copying of her designs by selling them along with patterns and fabric samples.

The logic behind Chanel’s approach was that her original designs and their counterfeit copies served different markets. However, in recent decades, these markets are becoming less distinct with the emergence of collections like Missoni for Target that are aimed at the lower end of the market.

Advertisement

Coders and Lawyers

I recently started learning JavaScript.  As an aspiring tech lawyer, I thought coding would be a great way to learn a bit more about what my future clients do.  The geek in me was also in need of a hobby – coding was the efficient choice.  Working through the various tasks on Codeacademy, I am beginning to think that coders and lawyers are not *entirely* different breeds.  A similar skill-set is required in both professions – logic, attention to detail, analysis, and problem solving to name a few.  From a process perspective, similarities can also be drawn between developing a program and completing a legal transaction such as an acquisition.  The lifecycles generally proceed as follows:

Planning – This initial stage entails an assessment of the requirements.  The programmer or lawyer determines the desired end-result (i.e. to build a NLP interface, or to facilitate the purchase of a startup).

Design – This stage requires an assessment of the best mode of achieving the desired endgame.  Here, the architecture of the program or transaction is determined.  While a developer deals with questions like which programming language to employ, a lawyer may engage in a determination of the optimal deal structure by weighing the pros and cons of a share vs. asset transaction.

Implementing, Testing, Documenting – Putting the plan into action, and determining whether the prescribed requirements have been met.  In the case of developers, this stage involves coding, preparing documentation and testing for defects.  For lawyers, think negotiating the letter of intent, performing due diligence, and drafting the definitive agreement.

Maintenance – Addressing problems that crop up after the fact.  At this stage, programmers address vulnerabilities and “bugs” that are discovered in the program.  And in the case of lawyers, deal maintenance may involve indemnification claims, post-closing adjustments and earn-out disputes.

Reflecting on these similarities, I am tempted to think that coding presents an innovative and fun way for lawyers to develop and improve their lawyering skills.  At the very least, it’s a stepping-stone towards achieving sexy data-scientist status ;-).