SlideShare a Scribd company logo
Hi. A bit about me.


Presentation has two parts. 
1. Case Study of a project I can’t show you but I believe captures the spirit of how we work at Square. This part
will be fast.
2. Guidelines that illustrate how important the marriage of Design and Engineering is at Square. We’re still a
startup.
This may be a different kind of presentation but I hope it works for you all. Let’s start with a short video.
HOW TO DRAW 
A STRAIGHT LINE

This is what I’d like to talk about first. 
It serves to illustrate how the most basic design task can’t happen without an engineer and how both sides work
together and push each other to ensure the most perfect results.
Inevitable you will hear a presentation that talks about design being how you get from point A to point B. Instead
of talking in broad generalizations I decided to focus on that specific straight line.
This is how I draw a straight line. Not very good, right?
If we go back in history, Cave-person drawings were not much better. Straight as an arrow had a different
meaning back in 5,000 B.C. If we look at what they were doing it’s not bad given that they didn’t have
rulers.
Egyptians got a little better. The designers of the great pyramids got a little help
from the engineers.
who invented the plumb line and made one of the seven wonders possible.
y = mx +
b
then we get a mathematical formula for it with Euclid and all the theory behind that.
at this point you might be thinking, i got a plumb line. i can figure out some kind of saw. let’s make a
ruler and get on with it. 
and this is where the case study begins. we obsess about the details and we want to make sure that we
create experiences that are as simple and as transparent as possible for our customers. 
a ruler is just not good enough.
PRECISE
a ruler is precise
ACCURATE
a ruler is not accurate. we need to be accurate. there’s a whole other side to design at Square which deals
with the Wabi-Sabi aesthetic or imperfectness, but that’s a different case study.
So, in the 1800s a french engineer named Peaucellier invented the Peaucellier–Lipkin linkage. The first
machine to draw a perfectly straight line.
this is how the system works. finally we had an accurate line.
Then we got computers and this is how they draw lines
There are a few ways to they do it. Bresenham's line algorithm — optimized to use only additions (i.e. no divisions
or multiplications); it also avoids floating-point computations.
this is where we get to present day at Square. we are developing a new interface that calls for a straight line. and
we begin by questioning how can we make the best possible straight line. the engineers and designer sit side by
side to make this happen.
btw, i’m not the engineer so excuse me if i don’t do justice to their contribution.
1	
   #html	
  
2	
   .example	
  
3	
   	
  	
  hr
4	
  
5	
  
6	
  
7	
  
8	
  
9	
  
10	
  
11	
  
12	
  
13	
  
14

html. this is option 1. we would do this 15 years ago.
1	
   #css-­‐border	
  
2	
   .example	
  
3	
   	
  	
  .css-­‐border	
  
4	
   !
5	
   !
6	
   .css-­‐border	
  
7	
   	
  	
  border-­‐bottom:	
  1px	
  solid	
  black
8	
  
9	
  
10	
  
11	
  
12	
  
13	
  
14

css. then we did this. both begin to break down in certain scenarios, particularly
when dealing with iOS retina devices.
1	
   #css-­‐shadow	
  
2	
   .example	
  
3	
   	
  	
  .css-­‐shadow	
  
4	
   !
5	
   !
6	
   .css-­‐shadow	
  
7	
   	
  	
  box-­‐shadow:	
  0	
  1px	
  1px	
  -­‐1px	
  black
8	
  
9	
  
10	
  
11	
  
12	
  
13	
  
14

css box shadow. So to correct for this engineers came up with the css box shadow. is everyone following
this? this is basically a 1 pixel line with a cropped shadow that comes close to recreating accurately in
Retina, but not quite.
1	
   #svg	
  
2	
   .example	
  
3	
   	
  	
  svg	
  xmlns="http://www.w3.org/2000/svg"	
  version="1.1"	
  
4	
   	
  	
  	
  	
  line	
  x1="0"	
  y1="0"	
  x2="100%"	
  y2="0"	
  
5	
   !
6	
   svg	
  
7	
   	
  	
  width:	
  100%	
  
8	
   	
  	
  height:	
  1px	
  
9	
   	
  	
  line	
  
10	
  	
  	
  	
  	
  stroke-­‐width:	
  1	
  
11	
  	
  	
  	
  	
  stroke:	
  black
12	
  
13	
  
14

svg. then this happens. this is a true 1 pixel Retina line. it is perfect and looks
amazing.
#html

#css-­‐border

#css-­‐shadow

#svg

this is what we knew we wanted but we had to keep at it until we achieved the best
possible result.
this is our case study and it’s going to be great, when i launches. :-)
designgineer
s
engaged
engaged

Let me be specific about how we get that done:
The key takeaway from this deck is that design and engineering cannot exists without the other.
Nothing happens without an engineer. They make it all happen.
It’s about how to make the designs not only pixel perfect, but come to life like you couldn’t even imagine.
s

s

engaged

-

understanding

kickoff the project with everyone in the room
the days of waterfall methodology seem ancient to me.
sit next to each other. 
design in code.
s kickoff the
kickoff the project
project with
with everyone in
everyone in the
the room
sit next to 
each other

-

methodologies 
are outdated

design in code

understanding

kickoff the project with everyone in the room
the days of waterfall methodology seem ancient to me.
sit next to each other. 
design in code.
s

s

understanding

-

!

understanding

define the audience, the goals and the metrics. performance is as much a part of the experience as is the photography.
understand form factors and breakpoints
design every state
explain the core of what you’re trying to accomplish, not just your proposed solution.
s define the

understand form
audience, goals,
factors and
and metrics
breakpoints
design 
design
every state

-

defend 
defend
your design

understanding

define the audience, the goals and the metrics. performance is as much a part of the experience as is the photography.
understand form factors and breakpoints
design every state
explain the core of what you’re trying to accomplish, not just your proposed solution.
s
s
communicatio
n
understanding

Common Language
- typography, styles, the grid. the framework for what you’re building. the system.
- annotate as much as they need but no more.
- know what ‘jank’ means, etc.
- understand bugzilla, jira, etc., know how to QA and submit feedback
s framework 
the
of what you’re
building
know what 
what
‘jank’ means

annotate more
than they need
know how to
submit feedback

understanding

Common Language
- typography, styles, the grid. the framework for what you’re building. the system.
- annotate as much as they need but no more.
- know what ‘jank’ means, etc.
- understand bugzilla, jira, etc., know how to QA and submit feedback
s

s
don’ts

define the scope and stick to it.
don’t compromise.
don’t compress their timeline. 
don’t say it’s final if it’s not.

understanding
s
define the scope
and stick to it
don’t compress
their timeline

define the scope and stick to it.
don’t compromise.
don’t compress their timeline. 
don’t say it’s final if it’s not.

don’t 
don’t
compromise
don’t say it’s final 
final
if it’s not

understanding
thank you

More Related Content

Viewers also liked

turntable.fm, SMASH summit Presentation
turntable.fm, SMASH summit Presentationturntable.fm, SMASH summit Presentation
turntable.fm, SMASH summit Presentation
500 Startups
 
Bluefields
BluefieldsBluefields
Bluefields
500 Startups
 
Fontacto
FontactoFontacto
Fontacto
500 Startups
 
WHILL
WHILLWHILL
Survmetrics
SurvmetricsSurvmetrics
Survmetrics
500 Startups
 
AppSocially
AppSociallyAppSocially
AppSocially
500 Startups
 
500’s Demo Day Batch 13 >> Nancy
500’s Demo Day Batch 13 >> Nancy 500’s Demo Day Batch 13 >> Nancy
500’s Demo Day Batch 13 >> Nancy
500 Startups
 
Credii
CrediiCredii
Credii
500 Startups
 
PJ McCormick, Challenging Data Driven Design, WarmGun 2013
PJ McCormick, Challenging Data Driven Design, WarmGun 2013PJ McCormick, Challenging Data Driven Design, WarmGun 2013
PJ McCormick, Challenging Data Driven Design, WarmGun 2013
500 Startups
 
unSEXY Conf 2013: Andrew Watterson, Asana
unSEXY Conf 2013: Andrew Watterson, Asana unSEXY Conf 2013: Andrew Watterson, Asana
unSEXY Conf 2013: Andrew Watterson, Asana
500 Startups
 
Dakwak
DakwakDakwak
Dakwak
500 Startups
 
Stitch
StitchStitch
Stitch
500 Startups
 
VidCaster
VidCasterVidCaster
VidCaster
500 Startups
 
Presentation on Composition
Presentation on CompositionPresentation on Composition
Presentation on Composition
Chantal Musgrove
 
Presentation
PresentationPresentation
Presentation
Chantal Musgrove
 
500’s Demo Day Batch 16 >> Ticktate
500’s Demo Day Batch 16 >> Ticktate 500’s Demo Day Batch 16 >> Ticktate
500’s Demo Day Batch 16 >> Ticktate
500 Startups
 
unSEXY Conf 2013: Adam Benayoun, BinPress
unSEXY Conf 2013: Adam Benayoun, BinPressunSEXY Conf 2013: Adam Benayoun, BinPress
unSEXY Conf 2013: Adam Benayoun, BinPress
500 Startups
 
Andres Quesada, Gannett Digital, Warm Gun 2012
Andres Quesada, Gannett Digital, Warm Gun 2012Andres Quesada, Gannett Digital, Warm Gun 2012
Andres Quesada, Gannett Digital, Warm Gun 2012
500 Startups
 
Insta gis
Insta gisInsta gis
Insta gis
500 Startups
 
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
500 Startups
 

Viewers also liked (20)

turntable.fm, SMASH summit Presentation
turntable.fm, SMASH summit Presentationturntable.fm, SMASH summit Presentation
turntable.fm, SMASH summit Presentation
 
Bluefields
BluefieldsBluefields
Bluefields
 
Fontacto
FontactoFontacto
Fontacto
 
WHILL
WHILLWHILL
WHILL
 
Survmetrics
SurvmetricsSurvmetrics
Survmetrics
 
AppSocially
AppSociallyAppSocially
AppSocially
 
500’s Demo Day Batch 13 >> Nancy
500’s Demo Day Batch 13 >> Nancy 500’s Demo Day Batch 13 >> Nancy
500’s Demo Day Batch 13 >> Nancy
 
Credii
CrediiCredii
Credii
 
PJ McCormick, Challenging Data Driven Design, WarmGun 2013
PJ McCormick, Challenging Data Driven Design, WarmGun 2013PJ McCormick, Challenging Data Driven Design, WarmGun 2013
PJ McCormick, Challenging Data Driven Design, WarmGun 2013
 
unSEXY Conf 2013: Andrew Watterson, Asana
unSEXY Conf 2013: Andrew Watterson, Asana unSEXY Conf 2013: Andrew Watterson, Asana
unSEXY Conf 2013: Andrew Watterson, Asana
 
Dakwak
DakwakDakwak
Dakwak
 
Stitch
StitchStitch
Stitch
 
VidCaster
VidCasterVidCaster
VidCaster
 
Presentation on Composition
Presentation on CompositionPresentation on Composition
Presentation on Composition
 
Presentation
PresentationPresentation
Presentation
 
500’s Demo Day Batch 16 >> Ticktate
500’s Demo Day Batch 16 >> Ticktate 500’s Demo Day Batch 16 >> Ticktate
500’s Demo Day Batch 16 >> Ticktate
 
unSEXY Conf 2013: Adam Benayoun, BinPress
unSEXY Conf 2013: Adam Benayoun, BinPressunSEXY Conf 2013: Adam Benayoun, BinPress
unSEXY Conf 2013: Adam Benayoun, BinPress
 
Andres Quesada, Gannett Digital, Warm Gun 2012
Andres Quesada, Gannett Digital, Warm Gun 2012Andres Quesada, Gannett Digital, Warm Gun 2012
Andres Quesada, Gannett Digital, Warm Gun 2012
 
Insta gis
Insta gisInsta gis
Insta gis
 
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
 

Similar to Paco Viñoly, Designing in a Developer World, WarmGun 2013

Owning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic EnvironmentsOwning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic Environments
Fergus Roche
 
Owning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic EnvironmentsOwning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic Environments
guestf4f7a4b38
 
M.B.T.S. Round 3, Week 2
M.B.T.S. Round 3, Week 2M.B.T.S. Round 3, Week 2
M.B.T.S. Round 3, Week 2
Moon Bears To Space
 
Basic sketching
Basic sketchingBasic sketching
Basic sketching
UAM Xochimilco
 
Bridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.comBridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.com
Kaelig Deloumeau-Prigent
 
Design Types
Design TypesDesign Types
Design Types
1&1
 
Going From Plumber To Painter ILUG2008 (text)
Going From Plumber To Painter ILUG2008 (text)Going From Plumber To Painter ILUG2008 (text)
Going From Plumber To Painter ILUG2008 (text)
Thomas Duff
 
Wireframing
WireframingWireframing
Wireframing
Miami University
 
Ux Journey: There and back again
Ux Journey: There and back againUx Journey: There and back again
Ux Journey: There and back again
Sean Fallon
 
Better. Faster. UXier. — AToMIC Design
Better. Faster. UXier. — AToMIC DesignBetter. Faster. UXier. — AToMIC Design
Better. Faster. UXier. — AToMIC Design
jennifer gergen
 
Ixd15 egoodman
Ixd15 egoodmanIxd15 egoodman
Ixd15 egoodman
egoodman
 
Bring the intangible to life with Concept Visualization: Part 3 of 3
Bring the intangible to life with Concept Visualization: Part 3 of 3Bring the intangible to life with Concept Visualization: Part 3 of 3
Bring the intangible to life with Concept Visualization: Part 3 of 3
Deliverable Coaching
 
Insight Design, Part 1
Insight Design, Part 1Insight Design, Part 1
Insight Design, Part 1
Robert Saenz
 
Visual Rhetoric March 25th
Visual Rhetoric March 25thVisual Rhetoric March 25th
Visual Rhetoric March 25th
Miami University
 
Veda chronicle November 2019
Veda chronicle November 2019Veda chronicle November 2019
Javascript Animation with Canvas - Gregory Starr 2015
Javascript Animation with Canvas - Gregory Starr 2015Javascript Animation with Canvas - Gregory Starr 2015
Javascript Animation with Canvas - Gregory Starr 2015
Gregory Starr
 
WRA 210 April 14th PowerPoint
WRA 210 April 14th PowerPointWRA 210 April 14th PowerPoint
WRA 210 April 14th PowerPoint
Miami University
 
Engineering Academy( Nov 08)
Engineering  Academy( Nov 08)Engineering  Academy( Nov 08)
Engineering Academy( Nov 08)
East Los Angeles College
 
Transcript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and TechniquesTranscript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and Techniques
ARDC
 
Handout 17317 es17317-sgambelluri-au2016
Handout 17317 es17317-sgambelluri-au2016Handout 17317 es17317-sgambelluri-au2016
Handout 17317 es17317-sgambelluri-au2016
CutiePie33
 

Similar to Paco Viñoly, Designing in a Developer World, WarmGun 2013 (20)

Owning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic EnvironmentsOwning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic Environments
 
Owning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic EnvironmentsOwning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic Environments
 
M.B.T.S. Round 3, Week 2
M.B.T.S. Round 3, Week 2M.B.T.S. Round 3, Week 2
M.B.T.S. Round 3, Week 2
 
Basic sketching
Basic sketchingBasic sketching
Basic sketching
 
Bridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.comBridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.com
 
Design Types
Design TypesDesign Types
Design Types
 
Going From Plumber To Painter ILUG2008 (text)
Going From Plumber To Painter ILUG2008 (text)Going From Plumber To Painter ILUG2008 (text)
Going From Plumber To Painter ILUG2008 (text)
 
Wireframing
WireframingWireframing
Wireframing
 
Ux Journey: There and back again
Ux Journey: There and back againUx Journey: There and back again
Ux Journey: There and back again
 
Better. Faster. UXier. — AToMIC Design
Better. Faster. UXier. — AToMIC DesignBetter. Faster. UXier. — AToMIC Design
Better. Faster. UXier. — AToMIC Design
 
Ixd15 egoodman
Ixd15 egoodmanIxd15 egoodman
Ixd15 egoodman
 
Bring the intangible to life with Concept Visualization: Part 3 of 3
Bring the intangible to life with Concept Visualization: Part 3 of 3Bring the intangible to life with Concept Visualization: Part 3 of 3
Bring the intangible to life with Concept Visualization: Part 3 of 3
 
Insight Design, Part 1
Insight Design, Part 1Insight Design, Part 1
Insight Design, Part 1
 
Visual Rhetoric March 25th
Visual Rhetoric March 25thVisual Rhetoric March 25th
Visual Rhetoric March 25th
 
Veda chronicle November 2019
Veda chronicle November 2019Veda chronicle November 2019
Veda chronicle November 2019
 
Javascript Animation with Canvas - Gregory Starr 2015
Javascript Animation with Canvas - Gregory Starr 2015Javascript Animation with Canvas - Gregory Starr 2015
Javascript Animation with Canvas - Gregory Starr 2015
 
WRA 210 April 14th PowerPoint
WRA 210 April 14th PowerPointWRA 210 April 14th PowerPoint
WRA 210 April 14th PowerPoint
 
Engineering Academy( Nov 08)
Engineering  Academy( Nov 08)Engineering  Academy( Nov 08)
Engineering Academy( Nov 08)
 
Transcript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and TechniquesTranscript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and Techniques
 
Handout 17317 es17317-sgambelluri-au2016
Handout 17317 es17317-sgambelluri-au2016Handout 17317 es17317-sgambelluri-au2016
Handout 17317 es17317-sgambelluri-au2016
 

More from 500 Startups

Get on Board
Get on BoardGet on Board
Get on Board
500 Startups
 
Connected Analytics
Connected AnalyticsConnected Analytics
Connected Analytics
500 Startups
 
Sira Medical
Sira MedicalSira Medical
Sira Medical
500 Startups
 
The Atlas
The AtlasThe Atlas
The Atlas
500 Startups
 
Trash Warrior
Trash WarriorTrash Warrior
Trash Warrior
500 Startups
 
Thematic
ThematicThematic
Thematic
500 Startups
 
Shiplyst
ShiplystShiplyst
Shiplyst
500 Startups
 
Renetec
RenetecRenetec
Renetec
500 Startups
 
Predina
PredinaPredina
Predina
500 Startups
 
Pluto
PlutoPluto
Plant an App
Plant an AppPlant an App
Plant an App
500 Startups
 
Pilota
PilotaPilota
Pilota
500 Startups
 
Mero Technologies
Mero TechnologiesMero Technologies
Mero Technologies
500 Startups
 
Omnitron Sensors
Omnitron SensorsOmnitron Sensors
Omnitron Sensors
500 Startups
 
Juked
JukedJuked
GamerzClass
GamerzClassGamerzClass
GamerzClass
500 Startups
 
eino
einoeino
Cenos
CenosCenos
Bliinx
BliinxBliinx
Bliinx
500 Startups
 
Butlr
ButlrButlr

More from 500 Startups (20)

Get on Board
Get on BoardGet on Board
Get on Board
 
Connected Analytics
Connected AnalyticsConnected Analytics
Connected Analytics
 
Sira Medical
Sira MedicalSira Medical
Sira Medical
 
The Atlas
The AtlasThe Atlas
The Atlas
 
Trash Warrior
Trash WarriorTrash Warrior
Trash Warrior
 
Thematic
ThematicThematic
Thematic
 
Shiplyst
ShiplystShiplyst
Shiplyst
 
Renetec
RenetecRenetec
Renetec
 
Predina
PredinaPredina
Predina
 
Pluto
PlutoPluto
Pluto
 
Plant an App
Plant an AppPlant an App
Plant an App
 
Pilota
PilotaPilota
Pilota
 
Mero Technologies
Mero TechnologiesMero Technologies
Mero Technologies
 
Omnitron Sensors
Omnitron SensorsOmnitron Sensors
Omnitron Sensors
 
Juked
JukedJuked
Juked
 
GamerzClass
GamerzClassGamerzClass
GamerzClass
 
eino
einoeino
eino
 
Cenos
CenosCenos
Cenos
 
Bliinx
BliinxBliinx
Bliinx
 
Butlr
ButlrButlr
Butlr
 

Recently uploaded

Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 

Recently uploaded (20)

Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 

Paco Viñoly, Designing in a Developer World, WarmGun 2013

  • 1. Hi. A bit about me. Presentation has two parts. 1. Case Study of a project I can’t show you but I believe captures the spirit of how we work at Square. This part will be fast. 2. Guidelines that illustrate how important the marriage of Design and Engineering is at Square. We’re still a startup. This may be a different kind of presentation but I hope it works for you all. Let’s start with a short video.
  • 2.
  • 3. HOW TO DRAW A STRAIGHT LINE This is what I’d like to talk about first. It serves to illustrate how the most basic design task can’t happen without an engineer and how both sides work together and push each other to ensure the most perfect results.
  • 4. Inevitable you will hear a presentation that talks about design being how you get from point A to point B. Instead of talking in broad generalizations I decided to focus on that specific straight line.
  • 5. This is how I draw a straight line. Not very good, right?
  • 6. If we go back in history, Cave-person drawings were not much better. Straight as an arrow had a different meaning back in 5,000 B.C. If we look at what they were doing it’s not bad given that they didn’t have rulers.
  • 7. Egyptians got a little better. The designers of the great pyramids got a little help from the engineers.
  • 8. who invented the plumb line and made one of the seven wonders possible.
  • 9. y = mx + b then we get a mathematical formula for it with Euclid and all the theory behind that.
  • 10. at this point you might be thinking, i got a plumb line. i can figure out some kind of saw. let’s make a ruler and get on with it. and this is where the case study begins. we obsess about the details and we want to make sure that we create experiences that are as simple and as transparent as possible for our customers. a ruler is just not good enough.
  • 12. ACCURATE a ruler is not accurate. we need to be accurate. there’s a whole other side to design at Square which deals with the Wabi-Sabi aesthetic or imperfectness, but that’s a different case study.
  • 13. So, in the 1800s a french engineer named Peaucellier invented the Peaucellier–Lipkin linkage. The first machine to draw a perfectly straight line.
  • 14. this is how the system works. finally we had an accurate line.
  • 15. Then we got computers and this is how they draw lines There are a few ways to they do it. Bresenham's line algorithm — optimized to use only additions (i.e. no divisions or multiplications); it also avoids floating-point computations. this is where we get to present day at Square. we are developing a new interface that calls for a straight line. and we begin by questioning how can we make the best possible straight line. the engineers and designer sit side by side to make this happen. btw, i’m not the engineer so excuse me if i don’t do justice to their contribution.
  • 16. 1   #html   2   .example   3      hr 4   5   6   7   8   9   10   11   12   13   14 html. this is option 1. we would do this 15 years ago.
  • 17. 1   #css-­‐border   2   .example   3      .css-­‐border   4   ! 5   ! 6   .css-­‐border   7      border-­‐bottom:  1px  solid  black 8   9   10   11   12   13   14 css. then we did this. both begin to break down in certain scenarios, particularly when dealing with iOS retina devices.
  • 18. 1   #css-­‐shadow   2   .example   3      .css-­‐shadow   4   ! 5   ! 6   .css-­‐shadow   7      box-­‐shadow:  0  1px  1px  -­‐1px  black 8   9   10   11   12   13   14 css box shadow. So to correct for this engineers came up with the css box shadow. is everyone following this? this is basically a 1 pixel line with a cropped shadow that comes close to recreating accurately in Retina, but not quite.
  • 19. 1   #svg   2   .example   3      svg  xmlns="http://www.w3.org/2000/svg"  version="1.1"   4          line  x1="0"  y1="0"  x2="100%"  y2="0"   5   ! 6   svg   7      width:  100%   8      height:  1px   9      line   10          stroke-­‐width:  1   11          stroke:  black 12   13   14 svg. then this happens. this is a true 1 pixel Retina line. it is perfect and looks amazing.
  • 20. #html #css-­‐border #css-­‐shadow #svg this is what we knew we wanted but we had to keep at it until we achieved the best possible result.
  • 21. this is our case study and it’s going to be great, when i launches. :-)
  • 22. designgineer s engaged engaged Let me be specific about how we get that done: The key takeaway from this deck is that design and engineering cannot exists without the other. Nothing happens without an engineer. They make it all happen. It’s about how to make the designs not only pixel perfect, but come to life like you couldn’t even imagine.
  • 23. s s engaged - understanding kickoff the project with everyone in the room the days of waterfall methodology seem ancient to me. sit next to each other. design in code.
  • 24. s kickoff the kickoff the project project with with everyone in everyone in the the room sit next to each other - methodologies are outdated design in code understanding kickoff the project with everyone in the room the days of waterfall methodology seem ancient to me. sit next to each other. design in code.
  • 25. s s understanding - ! understanding define the audience, the goals and the metrics. performance is as much a part of the experience as is the photography. understand form factors and breakpoints design every state explain the core of what you’re trying to accomplish, not just your proposed solution.
  • 26. s define the understand form audience, goals, factors and and metrics breakpoints design design every state - defend defend your design understanding define the audience, the goals and the metrics. performance is as much a part of the experience as is the photography. understand form factors and breakpoints design every state explain the core of what you’re trying to accomplish, not just your proposed solution.
  • 27. s s communicatio n understanding Common Language - typography, styles, the grid. the framework for what you’re building. the system. - annotate as much as they need but no more. - know what ‘jank’ means, etc. - understand bugzilla, jira, etc., know how to QA and submit feedback
  • 28. s framework the of what you’re building know what what ‘jank’ means annotate more than they need know how to submit feedback understanding Common Language - typography, styles, the grid. the framework for what you’re building. the system. - annotate as much as they need but no more. - know what ‘jank’ means, etc. - understand bugzilla, jira, etc., know how to QA and submit feedback
  • 29. s s don’ts define the scope and stick to it. don’t compromise. don’t compress their timeline. don’t say it’s final if it’s not. understanding
  • 30. s define the scope and stick to it don’t compress their timeline define the scope and stick to it. don’t compromise. don’t compress their timeline. don’t say it’s final if it’s not. don’t don’t compromise don’t say it’s final final if it’s not understanding