SlideShare a Scribd company logo
1 of 45
Download to read offline
Open Source for Libraries


                                Nicole C. Engard
                          Vice President of Education
                              ByWater Solutions
                        nengard@bywatersolutions.com




Tuesday, April 10, 12
What isn’t Open Source?
                    Common	
  Open	
  Source	
  FUD	
  (Fear,	
  Uncertainty	
  &	
  Doubt)

    • “Isn’t	
  that	
  insecure?”

    • “I	
  don’t	
  want	
  to	
  share	
  my	
  data!”

    • “How	
  can	
  it	
  be	
  any	
  good	
  if	
  it’s	
  free?”

    • “We	
  don’t	
  have	
  the	
  staff	
  to	
  handle	
  
      open	
  source.”
                                                                       Comic: Author: Unknown | Year: Unknown | Source: Unknown




Tuesday, April 10, 12
What is Open Source?
   Open	
  source	
  soCware	
  is	
  soCware	
  that	
  users	
  have	
  the	
  ability	
  to	
  
   run,	
  distribute,	
  study	
  and	
  modify	
  for	
  any	
  purpose.

   Open	
  source	
  is	
  a	
  collaboraEve	
  soCware-­‐development	
  
   method	
  that	
  harnesses	
  the	
  power	
  of	
  peer	
  review	
  and	
  
   transparency	
  of	
  process	
  to	
  develop	
  code	
  that	
  is	
  freely	
  
   accessible.1	
  

   Open	
  source	
  draws	
  on	
  an	
  ecosystem	
  of	
  thousands	
  of	
  
   developers	
  and	
  customers	
  all	
  over	
  the	
  world	
  to	
  drive	
  
   innovaEon.2	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  
                                                                                                                 1,2	
  h<p://connect.educause.edu/display/47941




Tuesday, April 10, 12
What is Free Software?
  • OCen	
  you	
  will	
  hear	
  Free	
  &	
  Open	
  Source	
  SoCware	
  (F/OSS)	
  in	
  
    conjuncEon.	
  
  • The	
  Free	
  SoCware	
  DefiniEon	
  (hQp://www.gnu.org/philosophy/
    free-­‐sw.html)	
  	
  is	
  similar	
  to,	
  but	
  not	
  idenEcal	
  to	
  the	
  Open	
  Source	
  
    DefiniEon	
  (hQp://www.opensource.org/docs/definiEon.php)	
  
  • Free	
  does	
  not	
  mean	
  free	
  of	
  cost	
  -­‐	
  it	
  means	
  Free	
  as	
  in	
  Freedom




Tuesday, April 10, 12
4 Freedoms of Free Software
         • You	
  need	
  all	
  four	
  of	
  these	
  freedoms	
  to	
  have	
  free	
  
           soCware	
  
                        • Freedom	
  of	
  use
                        • Freedom	
  to	
  copy
                        • Freedom	
  to	
  modify
                        • Freedom	
  to	
  contribute

                                                 hQp://www.web2learning.net/archives/4263




Tuesday, April 10, 12
Sharing of ideas
                  "If	
  you	
  have	
  an	
  apple	
  and	
  I	
  have	
  an	
  apple	
  and	
  
                  we	
  exchange	
  apples,	
  then	
  you	
  and	
  I	
  will	
  sEll	
  
                  each	
  have	
  one	
  apple.	
  But	
  if	
  you	
  have	
  an	
  idea	
  
                  and	
  I	
  have	
  an	
  idea	
  and	
  we	
  exchange	
  these	
  
                  ideas,	
  then	
  each	
  of	
  us	
  will	
  have	
  two	
  ideas."
                                                    AQributed	
  to	
  Bernard	
  Shaw

                                                              http://ftacademy.org/materials/fsm/1#1




Tuesday, April 10, 12
The Cathedral & The Bazaar
                                               The	
  Cathedral	
                    The	
  Bazaar	
  	
  
                                               (proprietary	
  so4ware)              (open	
  source	
  so4ware)


                                                  • Development	
  occurs	
             • Code	
  developed	
  over	
  
                                                    behind	
  walls	
                     the	
  Internet	
  with	
  
                                                  • Source	
  code	
  is	
                several	
  others	
  in	
  
                                                    usually	
  not	
  provided	
          public	
  view
                                                    -­‐	
  kept	
  locked	
  up         • Source	
  code	
  open	
  to	
  
                                                  • Corporate	
  hierarchy                all	
  users
                                                                                        • “Given	
  enough	
  
     h<p://www.catb.org/~esr/wriIngs
     /cathedral-­‐bazaar/cathedral-­‐bazaar/                                              eyeballs,	
  all	
  bugs	
  are	
  
                                                                                          shallow”




Tuesday, April 10, 12
Open Source Governance
  What	
  kind	
  of	
  quality	
  control	
  is	
  there?

  • Most	
  open	
  source	
  projects	
  have	
  a	
  release	
  manager	
  or	
  a	
  manager	
  of	
  some	
  sort	
  
      who	
  reviews	
  the	
  code	
  and	
  approves	
  it	
  before	
  adding	
  it	
  to	
  the	
  final	
  release

  What	
  is	
  the	
  role	
  of	
  the	
  community?

  • The	
  community	
  looks	
  out	
  for	
  the	
  best	
  interests	
  of	
  the	
  soSware.	
  	
  They	
  work	
  as	
  
      the	
  governing	
  body	
  behind	
  all	
  decisions	
  related	
  to	
  the	
  soSware.	
  The	
  
      community	
  decides	
  what	
  features	
  to	
  develop	
  next	
  and	
  who	
  the	
  managers	
  are.	
  	
  	
  




Tuesday, April 10, 12
Open Source Community
   • Open	
  source	
  is	
  about	
  more	
  than	
  free	
  soCware
     • Community	
  is	
  crucial	
  to	
  the	
  growth	
  of	
  open	
  source
     • Without	
  shared	
  knowledge	
  and	
  collaboraEon	
  the	
  project	
  will	
  not	
  
       grow
     • “CriEquing	
  the	
  community	
  is	
  a	
  right	
  reserved	
  for	
  those	
  who	
  have	
  
       proved	
  themselves	
  by	
  making	
  valuable	
  contribuEons”1
   • People	
  who	
  use	
  open	
  source	
  can	
  collaborate	
  and	
  contribute	
  in	
  many	
  
     ways	
  with	
  the	
  community           • Write	
  code
                                               • Write	
  documentaEon
                                               • Debug
                                               • Educate	
  others
                                                1. Tapscott, Don, and Anthony D. Williams. “Embracing open source culture and
                                                 strategy.” In Wikinomics: How mass collaboration changes everything, 82-83.
                                              Expanded Edition. New York, NY: Penguin USA, 2008. www.wikinomics.com/book/.  




Tuesday, April 10, 12
Open Source Crowdsourcing
                        “Crowdsourcing	
  has	
  it	
  genesis	
  in	
  the	
  open	
  source	
  movement	
  in	
  
                        soCware.	
  The	
  development	
  of	
  the	
  Linux	
  operaEng	
  system	
  proved	
  that	
  
                        a	
  community	
  of	
  like-­‐minded	
  peers	
  was	
  capable	
  of	
  creaEng	
  a	
  beQer	
  
                        product	
  than	
  a	
  corporate	
  behemoth	
  like	
  MicrosoC.	
  	
  Open	
  source	
  
                        revealed	
  a	
  fundamental	
  truth	
  about	
  humans	
  that	
  had	
  gone	
  largely	
  
                        unnoEced	
  unEl	
  the	
  connecEvely	
  of	
  the	
  Internet	
  brought	
  it	
  into	
  high	
  
                        relief:	
  labor	
  can	
  oCen	
  be	
  organized	
  more	
  efficiently	
  in	
  the	
  context	
  of	
  
                        a	
  community	
  than	
  it	
  can	
  in	
  the	
  context	
  of	
  the	
  corporaEon.	
  	
  The	
  best	
  
                        person	
  to	
  do	
  a	
  job	
  is	
  the	
  one	
  who	
  most	
  wants	
  to	
  do	
  that	
  job;	
  and	
  the	
  
                        best	
  people	
  to	
  evaluate	
  their	
  performance	
  are	
  their	
  friends	
  and	
  peers	
  
                        who,	
  by	
  the	
  way,	
  will	
  enthusiasEcally	
  pitch	
  in	
  to	
  improve	
  the	
  final	
  
                        product,	
  simply	
  for	
  the	
  sheer	
  pleasure	
  of	
  helping	
  one	
  another	
  and	
  
                        creaEng	
  something	
  beauEful	
  from	
  which	
  they	
  all	
  will	
  benefit.”


                                                                   Howe, J. (2008). Crowdsourcing: Why the power of the crowd is driving
                                                                   the future of business. New York: Crown Business. p.8




Tuesday, April 10, 12
Believing in Openness
     If	
  you	
  don't	
  know	
  why	
  you	
  do	
  what	
  you	
  do	
  then	
  how	
  will	
  you	
  ever	
  
     get	
  people	
  to	
  be	
  loyal	
  and	
  want	
  to	
  be	
  a	
  part	
  of	
  what	
  you	
  do?	
  	
  

     The	
  goal	
  is	
  not	
  just	
  to	
  sell	
  to	
  people	
  what	
  you	
  have,	
  it's	
  to	
  sell	
  
     people	
  on	
  what	
  you	
  believe	
  -­‐	
  the	
  goal	
  is	
  not	
  to	
  hire	
  people	
  who	
  
     want	
  a	
  job	
  it's	
  to	
  hire	
  people	
  who	
  believe	
  what	
  you	
  believe.	
  If	
  you	
  
     hire	
  people	
  just	
  because	
  they	
  can	
  do	
  a	
  job	
  they	
  will	
  work	
  for	
  your	
  
     money	
  -­‐	
  if	
  you	
  hire	
  people	
  who	
  believe	
  what	
  you	
  believe	
  they	
  
     work	
  for	
  you	
  with	
  blood	
  and	
  sweat	
  and	
  tears.
                                                              Simon	
  Sinek:	
  How	
  great	
  leaders	
  inspire	
  acEon	
  
                                                                hQp://www.ted.com/talks/simon_sinek_
                                                                 how_great_leaders_inspire_acEon.html	
  




Tuesday, April 10, 12
Open Source is Easy!
 “The	
  hard	
  drive	
  on	
  one	
  of	
  our	
  reference	
  desk	
  PCs	
  died	
  today.	
  	
  I	
  threw	
  in	
  a	
  new	
  one,	
  but	
  I	
  
 didn't	
  feel	
  like	
  spending	
  the	
  day	
  siing	
  through	
  Windows	
  updates,	
  so	
  I	
  loaded	
  Ubuntu	
  11.04	
  
 on	
  it	
  instead.	
  	
  The	
  install,	
  as	
  I'm	
  sure	
  you	
  know,	
  only	
  took	
  about	
  15	
  minutes.	
  	
  Now,	
  before	
  I	
  
 add	
  my	
  next	
  point,	
  keep	
  in	
  mind	
  that	
  I	
  manage	
  a	
  staff	
  whose	
  average	
  age	
  is	
  about	
  63.	
  	
  No	
  
 joke.	
  	
  Most	
  of	
  them	
  have	
  been	
  working	
  at	
  my	
  facility	
  longer	
  than	
  I've	
  been	
  alive.	
  	
  SEll,	
  once	
  I	
  
 had	
  Ubuntu	
  up	
  and	
  running,	
  they	
  were	
  literally	
  fighEng	
  over	
  who	
  got	
  to	
  use	
  the	
  new	
  
 operaEng	
  system.	
  	
  They	
  loved	
  it	
  that	
  much.	
  	
  

 Now	
  I	
  agree,	
  Linux	
  kicks	
  buQ.	
  	
  I	
  use	
  it	
  about	
  80%	
  of	
  the	
  Eme.	
  	
  Typing	
  to	
  you	
  on	
  Mint	
  right	
  
 now!	
  	
  However,	
  I	
  never	
  expected	
  novice	
  users	
  to	
  take	
  to	
  it	
  so	
  quickly.	
  	
  Please,	
  next	
  Eme	
  you	
  
 do	
  an	
  open	
  source	
  webinar,	
  impress	
  on	
  your	
  aQendees	
  that	
  libraries	
  aren't	
  sacrificing	
  a	
  thing	
  
 by	
  switching	
  over	
  to	
  open	
  source	
  soCware.	
  	
  If	
  anything,	
  open	
  source	
  operaEng	
  systems	
  and	
  
 applicaEons	
  can	
  be	
  far	
  more	
  user	
  friendly	
  for	
  the	
  novice	
  user	
  than	
  Windows	
  will	
  ever	
  be...”

                                                                                            -­‐-­‐	
  Mark	
  at	
  the	
  The	
  Rahway	
  Public	
  Library




Tuesday, April 10, 12
Who’s Using Open Source?



              •Government	
  Agencies             •Schools	
  (K-­‐colleges)
              •All	
  Kinds	
  of	
  Businesses   •Librarians




Tuesday, April 10, 12
Open Source in Business
                        2007	
  Survey	
  Results




                                       http://www.unisys.com/unisys/news/detail.jsp?id=5100086&pid=&sid=203
Tuesday, April 10, 12
Open Source in Business
        •       In	
  2010	
  a	
  survey	
  of	
  300	
  large	
  organizaEons	
  in	
  both	
  the	
  private	
  and	
  public	
  
                sector	
  found:
              •         50%	
  are	
  fully	
  commiQed	
  to	
  open	
  source	
  in	
  their	
  business	
  
              •         28%	
  say	
  they	
  are	
  experimenEng	
  with	
  open	
  source	
  and	
  keeping	
  an	
  open	
  
                        mind	
  to	
  using	
  it
              •         38%	
  expecEng	
  to	
  migrate	
  mission-­‐criEcal	
  soCware	
  to	
  open	
  source	
  in	
  next	
  
                        12	
  months
                                   •       The	
  cost	
  was	
  no	
  longer	
  viewed	
  as	
  the	
  key	
  benefit,	
  instead:
                                       •      76%	
  cited	
  quality	
  as	
  a	
  key	
  benefit	
  of	
  open	
  source
                                       •      70%	
  cited	
  improved	
  reliability
                                       •      69%	
  said	
  beQer	
  security/bug	
  fixing

                                                                                          h<p://newsroom.accenture.com/
                                                                                         arIcle_display.cfm?arIcle_id=5045




Tuesday, April 10, 12
Making money on open source
     •        “IBM	
  not	
  only	
  accepted	
  open	
  source	
  soCware	
  products	
  and	
  processes	
  but	
  also	
  
              its	
  philosophy,	
  which	
  is	
  to	
  spur	
  quality	
  and	
  fast	
  growth	
  rather	
  than	
  just	
  profits	
  
              based	
  on	
  proprietary	
  ownership	
  of	
  intellectual	
  property.”

     •        “Giving	
  up	
  so	
  much	
  control	
  is	
  unconvenEonal	
  to	
  say	
  the	
  least,	
  but	
  the	
  rewards	
  
              for	
  doing	
  so	
  have	
  been	
  handsome.	
  	
  IBM	
  spends	
  about	
  $100	
  million	
  per	
  year	
  
              on	
  Linux	
  development.	
  	
  If	
  the	
  Linux	
  community	
  puts	
  in	
  $1	
  billion	
  of	
  effort,	
  and	
  
              even	
  half	
  of	
  that	
  is	
  useful	
  to	
  IBM	
  customers,	
  the	
  company	
  gets	
  $500	
  million	
  of	
  
              soCware	
  development	
  for	
  an	
  investment	
  of	
  $100	
  million.”



                                                                            Tapsco<,	
  Don,	
  and	
  Anthony	
  D.	
  Williams.	
  “Joining	
  Linux.”	
  In	
  
                                                                            Wikinomics:	
  How	
  mass	
  collaboraIon	
  changes	
  everything,	
  
                                                                           79-­‐82.	
  Expanded	
  EdiIon.	
  New	
  York,	
  NY:	
  Penguin	
  USA,	
  2008.	
  
                                                                                           h<p://www.wikinomics.com/book/.




Tuesday, April 10, 12
Open Source On the Web
                        Total	
  AcEve	
  Sites:	
  6/2000	
  to	
  3/2012




                                                   h<p://news.netcraS.com/archives/2012/03/05/march-­‐2012-­‐web-­‐server-­‐survey.html	
  

Tuesday, April 10, 12
Why so Popular?
      •Reliability	
  through	
  Peer	
  Review
      •Freedom	
  to	
  Innovate
      •No	
  Vendor	
  Lock-­‐in
      •User-­‐centric	
  Development
      •CollaboraEve	
  Environment
      •Zero	
  License	
  Fees




Tuesday, April 10, 12
Why Should Libraries
                      Care?



Tuesday, April 10, 12
Open Source & Libraries
        Libraries	
  and	
  Open	
  Source	
  Both...
           • Believe	
  that	
  informaIon	
  should	
  be	
  freely	
  accessible	
  to	
  everyone
           • Give	
  away	
  stuff
           • Benefit	
  from	
  the	
  generosity	
  of	
  others
           • Are	
  about	
  communiIes
           • Make	
  the	
  world	
  a	
  be<er	
  place

                                                             -­‐-­‐	
  Horton,	
  G.	
  h<p://Inyurl.com/3jvumn




Tuesday, April 10, 12
Open Source & Libraries
    Libraries	
  and	
  Open	
  Source	
  make	
  
             the	
  perfect	
  pair

 [Librarians]	
  "are	
  almost	
  ethically	
  
 required	
  to	
  use	
  and	
  develop	
  open	
  
 source	
  soCware."	
  

                        Crawford,	
  R.	
  S.	
  h<p://www.lugod.org/
                                          presentaIons/oss4lib.pdf


                                                                        hQp://www.flickr.com/photos/cavort/
                                                                                  151687944/



Tuesday, April 10, 12
Open Source & Libraries
                                                           Libraries	
  and	
  Open	
  Source	
  make	
  the	
  perfect	
  pair

         “Libraries	
  are	
  commiQed	
  to	
  the	
  noEon	
  of	
  the	
  ‘commons.’	
  Libraries	
  are	
  in	
  
         fact	
  one	
  of	
  the	
  last	
  best	
  hopes	
  for	
  the	
  preservaEon	
  of	
  the	
  intellectual	
  
         commons.	
  That	
  value	
  system	
  should	
  extend	
  to	
  the	
  intellectual	
  work	
  we	
  
         do	
  on	
  our	
  access	
  systems.	
  We	
  should	
  reclaim	
  the	
  domain	
  of	
  library	
  
         technology	
  from	
  the	
  commercial	
  and	
  proprietary	
  realms	
  and	
  actualize	
  is	
  
         as	
  part	
  of	
  our	
  vision	
  of	
  the	
  commons.	
  
                                                                       ...

         We	
  are	
  also	
  congenital	
  collaborators.	
  Can	
  you	
  think	
  of	
  any	
  other	
  group	
  of	
  
         insEtuEons	
  that	
  share	
  their	
  stuff	
  the	
  way	
  we	
  do	
  through	
  ILL?
         	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  
                                                                                                       -­‐-­‐	
  Lucia,	
  J.




Tuesday, April 10, 12
Open Source & Libraries
                        2007	
  Survey	
  Results




                                       h<p://www.unisys.com/unisys/news/detail.jsp?id=5100086&pid=&sid=203	
  
Tuesday, April 10, 12
Open Source & Libraries
                 Common	
  quesEons	
  libraries	
  have:

                        • Is	
  there	
  support?	
  Do	
  I	
  have	
  to	
  know	
  
                          how	
  to	
  program?
                        • Do	
  I	
  have	
  to	
  skimp	
  on	
  features?
                        • Isn’t	
  Open	
  Source	
  risky?
                        • Can	
  I	
  do	
  it	
  myself?




Tuesday, April 10, 12
Support for Open Source
    Is	
  there	
  support?       Do	
  I	
  have	
  to	
  know	
  how	
  to	
  program?

          • ByWater	
  SoluEons    • If	
  you	
  want	
  to	
  contribute	
  
          • Catalyst                 to	
  the	
  code	
  -­‐	
  Yes
          • Equinox                • If	
  not	
  you	
  can	
  use:
          • YourLibrarySite          • Support	
  Providers
          • And	
  more!             • Local	
  Students
                                     • Freelance	
  Developers




Tuesday, April 10, 12
Do I have to skimp
                          on features?
    • Open	
  Source	
  developers	
  follow	
  the	
  
      rule	
  of	
  “Release	
  early	
  and	
  release	
  
      oCen”

    • Users	
  vote	
  with	
  their	
  dollars	
  and	
  Eme

    • Freedom	
  to	
  develop	
  on	
  your	
  own

    • Developers	
  love	
  their	
  products
                                                                hQp://www.flickr.com/photos/programwitch/
                                                                              2505184887/




Tuesday, April 10, 12
Isn’t Open Source Risky?
  • Casey	
  Coleman,	
  chief	
  informaEon	
  officer	
  for	
  the	
                   • US	
  Department	
  of	
  Defense	
  memo	
  
      GSA	
  (U.S.	
  General	
  Services	
  AdministraEon),	
  said	
                    encourages	
  the	
  use	
  of	
  open	
  source	
  with	
  
      in	
  a	
  speech	
  ...	
  that	
  the	
  GSA	
  heavily	
  relies	
  on	
         many	
  reasons	
  “including	
  cost	
  advantages,	
  
      open	
  source	
  to	
  drive	
  down	
  costs,	
  increase	
                       reduced	
  risk	
  of	
  vendor	
  lock-­‐in,	
  beQer	
  
      flexibility	
  of	
  IT	
  dollars,	
  and	
  reduce	
  risk.	
  ‘You	
  get	
       security,	
  and	
  increased	
  flexibility.	
  It	
  says	
  
      much	
  more	
  transparency	
  and	
  interoperability,	
                          that	
  the	
  posiEve	
  aspects	
  of	
  open	
  source	
  
      and	
  that	
  reduces	
  your	
  risk,’	
  she	
  said.                            soCware	
  should	
  be	
  given	
  consideraEon	
  
      • h<p://news.cnet.com/                                                              during	
  procurement	
  research.
         8301-­‐13505_3-­‐9921115-­‐16.html                                               • h<p://arstechnica.com/open-­‐source/news/
                                                                                             2009/10/dod-­‐military-­‐needs-­‐to-­‐think-­‐harder-­‐
                                                                                             about-­‐using-­‐open-­‐source.ars	
  




Tuesday, April 10, 12
Isn’t Open Source Risky?
   For	
  a	
  total	
  284	
  days	
  in	
  2006	
  (or	
  more	
  than	
  nine	
  months	
  out	
  of	
  the	
  year),	
  exploit	
  code	
  for	
  known,	
  
   unpatched	
  criEcal	
  flaws	
  in	
  pre-­‐IE7	
  versions	
  of	
  the	
  browser	
  was	
  publicly	
  available	
  on	
  the	
  Internet.	
  
   Likewise,	
  there	
  were	
  at	
  least	
  98	
  days	
  last	
  year	
  in	
  which	
  no	
  soCware	
  fixes	
  from	
  MicrosoC	
  were	
  
   available	
  to	
  fix	
  IE	
  flaws	
  that	
  criminals	
  were	
  acEvely	
  using	
  to	
  steal	
  personal	
  and	
  financial	
  data	
  from	
  
   users.

   In	
  a	
  total	
  of	
  ten	
  cases	
  last	
  year,	
  instrucEons	
  detailing	
  how	
  to	
  leverage	
  "criEcal"	
  vulnerabiliEes	
  in	
  IE	
  
   were	
  published	
  online	
  before	
  MicrosoC	
  had	
  a	
  patch	
  to	
  fix	
  them.

   In	
  contrast,	
  Internet	
  Explorer's	
  closest	
  compeEtor	
  in	
  terms	
  of	
  market	
  share	
  -­‐-­‐	
  Mozilla's	
  Firefox	
  
   browser	
  -­‐-­‐	
  experienced	
  a	
  single	
  period	
  lasEng	
  just	
  nine	
  days
   last	
  year	
  in	
  which	
  exploit	
  code	
  for	
  a	
  serious	
  security	
  hole	
  was	
  posted	
  
   online	
  before	
  Mozilla	
  shipped	
  a	
  patch	
  to	
  remedy	
  the	
  problem.



                                                                                          h<p://blog.washingtonpost.com/securityfix/2007/01/
                                                                                                  internet_explorer_unsafe_for_2.html	
  




Tuesday, April 10, 12
Risk of Proprietary Software
        • “Closed-­‐source	
  efforts	
  oCen	
  suffer	
  from	
  flaws	
  
          and	
  problems	
  which	
  the	
  original	
  development	
  
          team	
  never	
  anEcipated.	
  	
  Lack	
  of	
  inspecEon	
  of	
  
          the	
  code	
  by	
  other	
  programmers	
  can	
  mean	
  that	
  
          inappropriate	
  design	
  constraints	
  and	
  other	
  
          errors	
  might	
  not	
  be	
  discovered	
  unEl	
  the	
  code	
  is	
  
          already	
  in	
  use.”
                                                               Pavlicek,	
  Russell.	
  Embracing	
  
                                                             insanity	
  :	
  open	
  source	
  soSware	
  
                                                              development.	
  Indianapolis	
  	
  IN:	
  
                                                                    SAMS,	
  2000.	
  p.	
  33.




Tuesday, April 10, 12
Risk of Proprietary Software

        • “In	
  its	
  2011	
  Coverity	
  Scan	
  Open	
  Source	
  Integrity	
  
          Report,	
  which	
  was	
  released	
  on	
  Thursday,	
  
          Coverity	
  actually	
  found	
  that	
  open	
  source	
  code	
  
          has	
  fewer	
  defects	
  per	
  thousand	
  lines	
  of	
  code	
  
          than	
  proprietary	
  soCware	
  code	
  does.”

                                                  Noyes,	
  Katherine.	
  “Actually,	
  Open	
  Source	
  Code	
  Is	
  Be<er:	
  
                                                   Report.”	
  PCWorld	
  Business	
  Center,	
  February	
  23,	
  2012.	
  
                                                 h<p://www.pcworld.com/businesscenter/arIcle/250543/
                                                    actually_open_source_code_is_be<er_report.html.




Tuesday, April 10, 12
Software is Risky!
        All	
  soSware	
  has	
  risks,	
  you	
  need	
  to	
  evaluate	
  open	
  source	
  the	
  same	
  way	
  you	
  do	
  
        proprietary	
  systems.

        Several	
  Levels	
  of	
  Risk	
  to	
  consider:

        • SoSware	
  security	
  issues
           • Open	
  source	
  is	
  just	
  as	
  secure	
  if	
  not	
  more	
  secure	
  than	
  proprietary	
  systems	
  
                because	
  of	
  its	
  transparency
              • Evaluate	
  open	
  source	
  soSware	
  no	
  differently	
  than	
  you	
  do	
  other	
  soSware!
        • Company	
  mergers	
  and	
  acquisiIons
           • Because	
  you	
  own	
  the	
  code	
  to	
  your	
  system	
  you	
  are	
  not	
  Ied	
  to	
  one	
  support	
  
                 source	
  and	
  will	
  never	
  be	
  leS	
  without	
  support	
  




Tuesday, April 10, 12
Can I do it Myself?
    • Absolutely,	
  with	
  the	
  right	
  in-­‐house	
  skills
        • Systems	
  knowledge
             • Linux	
  server	
  management
         • Web	
  programming
                  • Perl	
  /	
  PHP	
  /	
  MySQL




Tuesday, April 10, 12
Some Numbers



Tuesday, April 10, 12
Open Source & Libraries
         When	
  asked	
  what	
  Open	
  Source	
  apps	
  they	
  use	
  at	
  work,	
  977	
  
            librarians	
  and	
  library	
  workers	
  answered	
  as	
  follows




                        hQp://opensource.web2learning.net/archives/category/survey-­‐
                                                 results
Tuesday, April 10, 12
Open Source & Libraries
          When	
  asked	
  why	
  they	
  chose	
  and	
  open	
  source	
  app,	
  977	
  
           librarians	
  and	
  library	
  workers	
  answered	
  as	
  follows




                        hQp://opensource.web2learning.net/archives/category/survey-­‐
                                                 results

Tuesday, April 10, 12
Now What?



Tuesday, April 10, 12
Play Time
  • Start	
  downloading	
  and	
  
    installing	
  applicaEons	
  
    that	
  will	
  make	
  things	
  
    more	
  efficient	
  (and	
  
    possibly	
  affordable)	
  for	
  
    you.
                                         hQp://www.flickr.com/photos/nengard/
                                                    3253133986/




Tuesday, April 10, 12
Portable Play
   •Can’t	
  install	
  soCware	
  on	
  your	
  work	
  
    computer?
     •Try	
  PortableApps:
       •Install	
  on	
  your	
  USB	
  drive	
  and	
  use	
  
         many	
  of	
  these	
  open	
  source	
  
         applicaEons	
  without	
  installing	
  to	
  the	
  
         hard	
  drive



                                                             hQp://portableapps.com	
  



Tuesday, April 10, 12
Local Play
  •Don’t	
  have	
  access	
  to	
  a	
  web	
  server?
    •Try	
  BitNami:
      •Free,	
  easy	
  to	
  setup	
  wikis,	
  blogs,	
  
        forums	
  and	
  many	
  other	
  web	
  
        applicaEons	
  that	
  you	
  can	
  run	
  
        locally	
  or	
  in	
  the	
  cloud.	
  BitNami	
  
        makes	
  deploying	
  server	
  soCware	
  
        a	
  simple	
  and	
  enjoyable	
  process.


                                                              h<p://bitnami.org/


Tuesday, April 10, 12
Additional Links
    •Open Source Living
     http://osliving.com

    •OSS Watch, open source software advisory service:
     http://www.oss-watch.ac.uk

    •Open Source as Alternative
     http://www.osalt.com

    •Nicole’s Delicious bookmarks:
     http://delicious.com/nengard/opensource




Tuesday, April 10, 12
OSS & Libraries Links
     • Open	
  Source	
  SoCware	
  in	
  Libraries
       hQp://infomoEons.com/musings/ossnlibraries/	
  

     • Open	
  Source	
  SoCware	
  and	
  Libraries	
  Bibliography
       zotero.org/groups/
       freelibre_and_open_source_soCware_and_libraries_bibliography	
  

     • PracEcal	
  Open	
  Source	
  SoCware	
  for	
  Libraries
       hQp://opensource.web2learning.net/blog
                                                                   • Open	
  Network	
  Libraries	
  
                                                                     hQp://onl.org.nz	
  
                                                                   • FOSS4Lib
                                                                     hQp://foss4lib.org	
  




Tuesday, April 10, 12
Open Source Blogs
      • The	
  Open	
  Road
                                                   • New	
  York	
  Times	
  -­‐	
  Open
        hQp://www.cnet.com/openroad/
                                                     hQp://open.nyEmes.com	
  
      • Open	
  Ended	
  from	
  Ars	
  Technica
                                                   • OpenSource.com
        hQp://arstechnica.com/open-­‐source
                                                     hQp://opensource.com	
  
      • The	
  H	
  Open	
  Source
                                                   • Open	
  Source	
  at	
  DatamaEon
        hQp://www.h-­‐online.com/open/	
  
                                                     itmanagement.earthweb.com/osrc/	
  
      • ZDNet	
  Open	
  Source
        hQp://blogs.zdnet.com/open-­‐source




Tuesday, April 10, 12
Online Reading List
    • Open	
  Source:	
  Narrowing	
  the	
  Divides	
  between	
  EducaEon,	
  Business,	
  and	
  Community
      hQp://connect.educause.edu/display/47941
    • The	
  concepts	
  of	
  Free	
  SoCware	
  &	
  Open	
  Standards:	
  IntroducEon	
  to	
  Free	
  SoCware	
  
      hQp://Cacademy.org/materials/fsm/1#1	
  	
  
    • We	
  Love	
  Open	
  Source	
  SoCware.	
  No,	
  You	
  Can’t	
  Have	
  Our	
  Code
      hQp://journal.code4lib.org/arEcles/527	
  
    • Open	
  Source	
  SoCware	
  Tools	
  And	
  Directories:	
  Where	
  To	
  Find	
  Them,	
  How	
  To	
  Evaluate	
  Them
      hQp://www.masternewmedia.org/open-­‐source-­‐soCware-­‐tools-­‐and-­‐directories-­‐where-­‐to-­‐find-­‐them-­‐
      how-­‐to-­‐evaluate-­‐them/
    • Open	
  Source	
  Security	
  Bibliography
      hQp://www.zotero.org/nengard/items/collecEon/QKWPIXK9	
  
    • Nicole’s	
  Zotero	
  Library
      hQp://www.zotero.org/nengard/items/collecEon/1796131




Tuesday, April 10, 12
Print Reading List
      • Prac?cal	
  Open	
  Source	
  SoAware	
  in	
  Libraries	
  by	
  Nicole	
  C.	
  Engard	
  

      • The	
  Cathedral	
  and	
  the	
  Bazaar:	
  Musings	
  on	
  Linux	
  and	
  Open	
  Source	
  by	
  an	
  Accidental	
  
        Revolu?onary	
  by	
  Eric	
  S.	
  Raymond

      • Embracing	
  Insanity:	
  Open	
  Source	
  SoAware	
  Development	
  by	
  Russell	
  Pavlicek

      • The	
  success	
  of	
  open	
  source	
  by	
  Steve	
  Weber

      • The	
  open	
  source	
  alterna?ve:	
  Understanding	
  risks	
  and	
  leveraging	
  opportuni?es	
  by	
  
        Heather	
  J.	
  Meeker

      • Open	
  Sources	
  2.0:	
  The	
  Con?nuing	
  Evolu?on	
  by	
  Chris	
  DiBona,	
  Mark	
  Stone,	
  and	
  Danese	
  
        Cooper




Tuesday, April 10, 12
Thank You!


                                Nicole C. Engard
                          Vice President of Education
                              ByWater Solutions
                        nengard@bywatersolutions.com




Tuesday, April 10, 12

More Related Content

What's hot

The Social Web for Skeptics (or, Using the Social Web for Social Change)
The Social Web for Skeptics (or, Using the Social Web for Social Change)The Social Web for Skeptics (or, Using the Social Web for Social Change)
The Social Web for Skeptics (or, Using the Social Web for Social Change)Lauren Bacon
 
Web 2.0: A waste of time, or a revolutionary way of working--but is it dead ...
Web 2.0:  A waste of time, or a revolutionary way of working--but is it dead ...Web 2.0:  A waste of time, or a revolutionary way of working--but is it dead ...
Web 2.0: A waste of time, or a revolutionary way of working--but is it dead ...Johan Koren
 
Social Media, Networked Learning & Identity
Social Media, Networked Learning & IdentitySocial Media, Networked Learning & Identity
Social Media, Networked Learning & IdentityAlec Couros
 
Free Libre Open Source Software - Business aspects of software industry
Free Libre Open Source Software - Business aspects of software industryFree Libre Open Source Software - Business aspects of software industry
Free Libre Open Source Software - Business aspects of software industryFrederik Questier
 
Free Libre Open Source Software - Business Aspects of Software Industry
Free Libre Open Source Software - Business Aspects of Software IndustryFree Libre Open Source Software - Business Aspects of Software Industry
Free Libre Open Source Software - Business Aspects of Software IndustryFrederik Questier
 
Bennett2012 pelc
Bennett2012 pelcBennett2012 pelc
Bennett2012 pelcLiz Bennett
 
Library Collaborations: Why and How
Library Collaborations: Why and HowLibrary Collaborations: Why and How
Library Collaborations: Why and Howbutest
 
Sloan C - Badges presentation
Sloan C - Badges presentationSloan C - Badges presentation
Sloan C - Badges presentationGarin Fons
 
Faces & Rewards Of Web 2.0
Faces & Rewards Of Web 2.0Faces & Rewards Of Web 2.0
Faces & Rewards Of Web 2.0Josephine JK Tan
 
Michael Edson @ Walker Art Center: What is a Commons
Michael Edson @ Walker Art Center: What is a CommonsMichael Edson @ Walker Art Center: What is a Commons
Michael Edson @ Walker Art Center: What is a CommonsMichael Edson
 
2012 02 Gnunify - 7 lessons from mozilla
2012 02 Gnunify - 7 lessons from mozilla2012 02 Gnunify - 7 lessons from mozilla
2012 02 Gnunify - 7 lessons from mozillaGen Kanai
 
I am Library: an ode to self-discovery and collective creativity in Second Li...
I am Library: an ode to self-discovery and collective creativity in Second Li...I am Library: an ode to self-discovery and collective creativity in Second Li...
I am Library: an ode to self-discovery and collective creativity in Second Li...Bernadette Daly Swanson
 
Kdd12 tutorial-inf-part-ii
Kdd12 tutorial-inf-part-iiKdd12 tutorial-inf-part-ii
Kdd12 tutorial-inf-part-iiLaks Lakshmanan
 
Open Practices for the Connected Researcher
Open Practices for the Connected ResearcherOpen Practices for the Connected Researcher
Open Practices for the Connected Researcherlisbk
 
Where are Repository's Going?
Where are Repository's Going?Where are Repository's Going?
Where are Repository's Going?benosteen
 
How user generated content has revolutionized modern media
How user generated content has revolutionized modern mediaHow user generated content has revolutionized modern media
How user generated content has revolutionized modern mediaDasun Eranthika
 

What's hot (20)

The Social Web for Skeptics (or, Using the Social Web for Social Change)
The Social Web for Skeptics (or, Using the Social Web for Social Change)The Social Web for Skeptics (or, Using the Social Web for Social Change)
The Social Web for Skeptics (or, Using the Social Web for Social Change)
 
Web 2.0: A waste of time, or a revolutionary way of working--but is it dead ...
Web 2.0:  A waste of time, or a revolutionary way of working--but is it dead ...Web 2.0:  A waste of time, or a revolutionary way of working--but is it dead ...
Web 2.0: A waste of time, or a revolutionary way of working--but is it dead ...
 
Social Media, Networked Learning & Identity
Social Media, Networked Learning & IdentitySocial Media, Networked Learning & Identity
Social Media, Networked Learning & Identity
 
Keynote: Revolution for Sure: Envisioning a 21st Century Information Organiza...
Keynote: Revolution for Sure: Envisioning a 21st Century Information Organiza...Keynote: Revolution for Sure: Envisioning a 21st Century Information Organiza...
Keynote: Revolution for Sure: Envisioning a 21st Century Information Organiza...
 
Free Libre Open Source Software - Business aspects of software industry
Free Libre Open Source Software - Business aspects of software industryFree Libre Open Source Software - Business aspects of software industry
Free Libre Open Source Software - Business aspects of software industry
 
Free Libre Open Source Software - Business Aspects of Software Industry
Free Libre Open Source Software - Business Aspects of Software IndustryFree Libre Open Source Software - Business Aspects of Software Industry
Free Libre Open Source Software - Business Aspects of Software Industry
 
Bennett2012 pelc
Bennett2012 pelcBennett2012 pelc
Bennett2012 pelc
 
Library Collaborations: Why and How
Library Collaborations: Why and HowLibrary Collaborations: Why and How
Library Collaborations: Why and How
 
One Big Library
One Big LibraryOne Big Library
One Big Library
 
Sloan C - Badges presentation
Sloan C - Badges presentationSloan C - Badges presentation
Sloan C - Badges presentation
 
Faces & Rewards Of Web 2.0
Faces & Rewards Of Web 2.0Faces & Rewards Of Web 2.0
Faces & Rewards Of Web 2.0
 
Michael Edson @ Walker Art Center: What is a Commons
Michael Edson @ Walker Art Center: What is a CommonsMichael Edson @ Walker Art Center: What is a Commons
Michael Edson @ Walker Art Center: What is a Commons
 
2012 02 Gnunify - 7 lessons from mozilla
2012 02 Gnunify - 7 lessons from mozilla2012 02 Gnunify - 7 lessons from mozilla
2012 02 Gnunify - 7 lessons from mozilla
 
I am Library: an ode to self-discovery and collective creativity in Second Li...
I am Library: an ode to self-discovery and collective creativity in Second Li...I am Library: an ode to self-discovery and collective creativity in Second Li...
I am Library: an ode to self-discovery and collective creativity in Second Li...
 
Network Logic
Network LogicNetwork Logic
Network Logic
 
Wikipedia as a democracy
Wikipedia as a democracyWikipedia as a democracy
Wikipedia as a democracy
 
Kdd12 tutorial-inf-part-ii
Kdd12 tutorial-inf-part-iiKdd12 tutorial-inf-part-ii
Kdd12 tutorial-inf-part-ii
 
Open Practices for the Connected Researcher
Open Practices for the Connected ResearcherOpen Practices for the Connected Researcher
Open Practices for the Connected Researcher
 
Where are Repository's Going?
Where are Repository's Going?Where are Repository's Going?
Where are Repository's Going?
 
How user generated content has revolutionized modern media
How user generated content has revolutionized modern mediaHow user generated content has revolutionized modern media
How user generated content has revolutionized modern media
 

Viewers also liked

How to leverage social media technologies on a low budget
How to leverage social media technologies on a low budgetHow to leverage social media technologies on a low budget
How to leverage social media technologies on a low budgetNicole C. Engard
 
Koha: Participation is Key
Koha: Participation is KeyKoha: Participation is Key
Koha: Participation is KeyNicole C. Engard
 
Using New Technology to Market Library Services
Using New Technology to Market Library ServicesUsing New Technology to Market Library Services
Using New Technology to Market Library ServicesNicole C. Engard
 
Staff manual,lib.survey,statistics,standards.
Staff manual,lib.survey,statistics,standards.Staff manual,lib.survey,statistics,standards.
Staff manual,lib.survey,statistics,standards.ghulamsamdani
 
Introduction to Open Source for Libraries
Introduction to Open Source for LibrariesIntroduction to Open Source for Libraries
Introduction to Open Source for LibrariesNicole C. Engard
 
Introduction to Web Terminology
Introduction to Web TerminologyIntroduction to Web Terminology
Introduction to Web TerminologyNicole C. Engard
 
Personal Library Tools for Librarians
Personal Library Tools for LibrariansPersonal Library Tools for Librarians
Personal Library Tools for LibrariansNicole C. Engard
 

Viewers also liked (9)

How to leverage social media technologies on a low budget
How to leverage social media technologies on a low budgetHow to leverage social media technologies on a low budget
How to leverage social media technologies on a low budget
 
Koha: Participation is Key
Koha: Participation is KeyKoha: Participation is Key
Koha: Participation is Key
 
Free and Open Libraries
Free and Open LibrariesFree and Open Libraries
Free and Open Libraries
 
Open Source & Libraries
Open Source & LibrariesOpen Source & Libraries
Open Source & Libraries
 
Using New Technology to Market Library Services
Using New Technology to Market Library ServicesUsing New Technology to Market Library Services
Using New Technology to Market Library Services
 
Staff manual,lib.survey,statistics,standards.
Staff manual,lib.survey,statistics,standards.Staff manual,lib.survey,statistics,standards.
Staff manual,lib.survey,statistics,standards.
 
Introduction to Open Source for Libraries
Introduction to Open Source for LibrariesIntroduction to Open Source for Libraries
Introduction to Open Source for Libraries
 
Introduction to Web Terminology
Introduction to Web TerminologyIntroduction to Web Terminology
Introduction to Web Terminology
 
Personal Library Tools for Librarians
Personal Library Tools for LibrariansPersonal Library Tools for Librarians
Personal Library Tools for Librarians
 

Similar to Open Source Benefits Libraries

Practical Open Source Software for Libraries (part 1)
Practical Open Source Software for Libraries (part 1)Practical Open Source Software for Libraries (part 1)
Practical Open Source Software for Libraries (part 1)Nicole C. Engard
 
Open source for Libraries
Open source for LibrariesOpen source for Libraries
Open source for LibrariesNicole Baratta
 
Open Source: Freedom and Community
Open Source: Freedom and CommunityOpen Source: Freedom and Community
Open Source: Freedom and CommunityNicole C. Engard
 
Open Source Software for Libraries
Open Source Software for LibrariesOpen Source Software for Libraries
Open Source Software for LibrariesNicole C. Engard
 
Open Source Technology for Libraries
Open Source Technology for LibrariesOpen Source Technology for Libraries
Open Source Technology for LibrariesNicole C. Engard
 
Open Source Issues and Trends
Open Source Issues and TrendsOpen Source Issues and Trends
Open Source Issues and TrendsNicole Baratta
 
Open source systems
Open source systemsOpen source systems
Open source systemsRYAN T.
 
Open Source Building Career and Competency
Open Source Building Career and CompetencyOpen Source Building Career and Competency
Open Source Building Career and CompetencyKrishna-Kumar
 
Providing Services to our Remote Users: Open Source Solutions
Providing Services to our Remote Users: Open Source SolutionsProviding Services to our Remote Users: Open Source Solutions
Providing Services to our Remote Users: Open Source SolutionsNicole C. Engard
 
Open source library management software
Open source library management softwareOpen source library management software
Open source library management softwareAnn Marie Pipkin
 
Open Your Mind: Open Source in Libraries
Open Your Mind: Open Source in LibrariesOpen Your Mind: Open Source in Libraries
Open Your Mind: Open Source in LibrariesNicole Baratta
 
Open Source Software for Libraries
Open Source Software for LibrariesOpen Source Software for Libraries
Open Source Software for LibrariesAmber Billey
 
TEDxYouth@DowntownDC
TEDxYouth@DowntownDCTEDxYouth@DowntownDC
TEDxYouth@DowntownDCandrewnacin
 
Stc tc open_documentation
Stc tc open_documentationStc tc open_documentation
Stc tc open_documentationJanet Swisher
 
Open source-and-you-gr8conf-us-2013
Open source-and-you-gr8conf-us-2013Open source-and-you-gr8conf-us-2013
Open source-and-you-gr8conf-us-2013Peter Ledbrook
 
Talking is (virtual) work -supporting online argumentation--2013-09-18 Malta ...
Talking is (virtual) work -supporting online argumentation--2013-09-18 Malta ...Talking is (virtual) work -supporting online argumentation--2013-09-18 Malta ...
Talking is (virtual) work -supporting online argumentation--2013-09-18 Malta ...jodischneider
 
Crowdsourcing 101 for GLAMs
Crowdsourcing 101 for GLAMsCrowdsourcing 101 for GLAMs
Crowdsourcing 101 for GLAMsOlaf Janssen
 

Similar to Open Source Benefits Libraries (20)

Practical Open Source Software for Libraries (part 1)
Practical Open Source Software for Libraries (part 1)Practical Open Source Software for Libraries (part 1)
Practical Open Source Software for Libraries (part 1)
 
Open source for Libraries
Open source for LibrariesOpen source for Libraries
Open source for Libraries
 
Implementing Open Source
Implementing Open SourceImplementing Open Source
Implementing Open Source
 
Open Source: Freedom and Community
Open Source: Freedom and CommunityOpen Source: Freedom and Community
Open Source: Freedom and Community
 
Open Source Software for Libraries
Open Source Software for LibrariesOpen Source Software for Libraries
Open Source Software for Libraries
 
Open Source Technology for Libraries
Open Source Technology for LibrariesOpen Source Technology for Libraries
Open Source Technology for Libraries
 
Open Source Issues and Trends
Open Source Issues and TrendsOpen Source Issues and Trends
Open Source Issues and Trends
 
Open source systems
Open source systemsOpen source systems
Open source systems
 
Open Source Building Career and Competency
Open Source Building Career and CompetencyOpen Source Building Career and Competency
Open Source Building Career and Competency
 
Providing Services to our Remote Users: Open Source Solutions
Providing Services to our Remote Users: Open Source SolutionsProviding Services to our Remote Users: Open Source Solutions
Providing Services to our Remote Users: Open Source Solutions
 
Open source library management software
Open source library management softwareOpen source library management software
Open source library management software
 
Open Your Mind: Open Source in Libraries
Open Your Mind: Open Source in LibrariesOpen Your Mind: Open Source in Libraries
Open Your Mind: Open Source in Libraries
 
Open Source Software for Libraries
Open Source Software for LibrariesOpen Source Software for Libraries
Open Source Software for Libraries
 
TEDxYouth@DowntownDC
TEDxYouth@DowntownDCTEDxYouth@DowntownDC
TEDxYouth@DowntownDC
 
Humans of Open Source
Humans of Open SourceHumans of Open Source
Humans of Open Source
 
Stc tc open_documentation
Stc tc open_documentationStc tc open_documentation
Stc tc open_documentation
 
Open source-and-you-gr8conf-us-2013
Open source-and-you-gr8conf-us-2013Open source-and-you-gr8conf-us-2013
Open source-and-you-gr8conf-us-2013
 
Talking is (virtual) work -supporting online argumentation--2013-09-18 Malta ...
Talking is (virtual) work -supporting online argumentation--2013-09-18 Malta ...Talking is (virtual) work -supporting online argumentation--2013-09-18 Malta ...
Talking is (virtual) work -supporting online argumentation--2013-09-18 Malta ...
 
gsoc
gsocgsoc
gsoc
 
Crowdsourcing 101 for GLAMs
Crowdsourcing 101 for GLAMsCrowdsourcing 101 for GLAMs
Crowdsourcing 101 for GLAMs
 

More from Nicole C. Engard

Training Koha Libraries - KohaCon13
Training Koha Libraries - KohaCon13Training Koha Libraries - KohaCon13
Training Koha Libraries - KohaCon13Nicole C. Engard
 
The New Age of Librarianship
The New Age of LibrarianshipThe New Age of Librarianship
The New Age of LibrarianshipNicole C. Engard
 
Panning for Gold: Sifting through Emerging Technologies to Find the Real Trea...
Panning for Gold: Sifting through Emerging Technologies to Find the Real Trea...Panning for Gold: Sifting through Emerging Technologies to Find the Real Trea...
Panning for Gold: Sifting through Emerging Technologies to Find the Real Trea...Nicole C. Engard
 
The Accidental Systems Librarian
The Accidental Systems LibrarianThe Accidental Systems Librarian
The Accidental Systems LibrarianNicole C. Engard
 
Training Librarians: Tips from the Trenches
Training Librarians: Tips from the TrenchesTraining Librarians: Tips from the Trenches
Training Librarians: Tips from the TrenchesNicole C. Engard
 
Open Source Tools for Libraries
Open Source Tools for LibrariesOpen Source Tools for Libraries
Open Source Tools for LibrariesNicole C. Engard
 
Web 2.0 Tools & Applications in Libraries
Web 2.0 Tools & Applications in LibrariesWeb 2.0 Tools & Applications in Libraries
Web 2.0 Tools & Applications in LibrariesNicole C. Engard
 
Using Wordpress To Create Your Website
Using Wordpress To Create Your WebsiteUsing Wordpress To Create Your Website
Using Wordpress To Create Your WebsiteNicole C. Engard
 
Intoduction to Koha Technical Services
Intoduction to Koha Technical ServicesIntoduction to Koha Technical Services
Intoduction to Koha Technical ServicesNicole C. Engard
 
Practical Open Source Software for Libraries (part 2)
Practical Open Source Software for Libraries (part 2)Practical Open Source Software for Libraries (part 2)
Practical Open Source Software for Libraries (part 2)Nicole C. Engard
 
Operating on a Budget: Ubuntu for Libraries
Operating on a Budget: Ubuntu for LibrariesOperating on a Budget: Ubuntu for Libraries
Operating on a Budget: Ubuntu for LibrariesNicole C. Engard
 
Library mashups: Exploring new ways to deliver library data
Library mashups: Exploring new ways to deliver library dataLibrary mashups: Exploring new ways to deliver library data
Library mashups: Exploring new ways to deliver library dataNicole C. Engard
 

More from Nicole C. Engard (16)

Training Koha Libraries - KohaCon13
Training Koha Libraries - KohaCon13Training Koha Libraries - KohaCon13
Training Koha Libraries - KohaCon13
 
The New Age of Librarianship
The New Age of LibrarianshipThe New Age of Librarianship
The New Age of Librarianship
 
Panning for Gold: Sifting through Emerging Technologies to Find the Real Trea...
Panning for Gold: Sifting through Emerging Technologies to Find the Real Trea...Panning for Gold: Sifting through Emerging Technologies to Find the Real Trea...
Panning for Gold: Sifting through Emerging Technologies to Find the Real Trea...
 
The Accidental Systems Librarian
The Accidental Systems LibrarianThe Accidental Systems Librarian
The Accidental Systems Librarian
 
Intro to Wordpress
Intro to WordpressIntro to Wordpress
Intro to Wordpress
 
Training Librarians: Tips from the Trenches
Training Librarians: Tips from the TrenchesTraining Librarians: Tips from the Trenches
Training Librarians: Tips from the Trenches
 
Training on Koha
Training on KohaTraining on Koha
Training on Koha
 
Open Source Tools for Libraries
Open Source Tools for LibrariesOpen Source Tools for Libraries
Open Source Tools for Libraries
 
Web 2.0 Tools & Applications in Libraries
Web 2.0 Tools & Applications in LibrariesWeb 2.0 Tools & Applications in Libraries
Web 2.0 Tools & Applications in Libraries
 
Using Wordpress To Create Your Website
Using Wordpress To Create Your WebsiteUsing Wordpress To Create Your Website
Using Wordpress To Create Your Website
 
Coding Potpourri: MySQL
Coding Potpourri: MySQLCoding Potpourri: MySQL
Coding Potpourri: MySQL
 
Intoduction to Koha Technical Services
Intoduction to Koha Technical ServicesIntoduction to Koha Technical Services
Intoduction to Koha Technical Services
 
Koha Advanced Functions
Koha Advanced FunctionsKoha Advanced Functions
Koha Advanced Functions
 
Practical Open Source Software for Libraries (part 2)
Practical Open Source Software for Libraries (part 2)Practical Open Source Software for Libraries (part 2)
Practical Open Source Software for Libraries (part 2)
 
Operating on a Budget: Ubuntu for Libraries
Operating on a Budget: Ubuntu for LibrariesOperating on a Budget: Ubuntu for Libraries
Operating on a Budget: Ubuntu for Libraries
 
Library mashups: Exploring new ways to deliver library data
Library mashups: Exploring new ways to deliver library dataLibrary mashups: Exploring new ways to deliver library data
Library mashups: Exploring new ways to deliver library data
 

Recently uploaded

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Recently uploaded (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

Open Source Benefits Libraries

  • 1. Open Source for Libraries Nicole C. Engard Vice President of Education ByWater Solutions nengard@bywatersolutions.com Tuesday, April 10, 12
  • 2. What isn’t Open Source? Common  Open  Source  FUD  (Fear,  Uncertainty  &  Doubt) • “Isn’t  that  insecure?” • “I  don’t  want  to  share  my  data!” • “How  can  it  be  any  good  if  it’s  free?” • “We  don’t  have  the  staff  to  handle   open  source.” Comic: Author: Unknown | Year: Unknown | Source: Unknown Tuesday, April 10, 12
  • 3. What is Open Source? Open  source  soCware  is  soCware  that  users  have  the  ability  to   run,  distribute,  study  and  modify  for  any  purpose. Open  source  is  a  collaboraEve  soCware-­‐development   method  that  harnesses  the  power  of  peer  review  and   transparency  of  process  to  develop  code  that  is  freely   accessible.1   Open  source  draws  on  an  ecosystem  of  thousands  of   developers  and  customers  all  over  the  world  to  drive   innovaEon.2                                                 1,2  h<p://connect.educause.edu/display/47941 Tuesday, April 10, 12
  • 4. What is Free Software? • OCen  you  will  hear  Free  &  Open  Source  SoCware  (F/OSS)  in   conjuncEon.   • The  Free  SoCware  DefiniEon  (hQp://www.gnu.org/philosophy/ free-­‐sw.html)    is  similar  to,  but  not  idenEcal  to  the  Open  Source   DefiniEon  (hQp://www.opensource.org/docs/definiEon.php)   • Free  does  not  mean  free  of  cost  -­‐  it  means  Free  as  in  Freedom Tuesday, April 10, 12
  • 5. 4 Freedoms of Free Software • You  need  all  four  of  these  freedoms  to  have  free   soCware   • Freedom  of  use • Freedom  to  copy • Freedom  to  modify • Freedom  to  contribute hQp://www.web2learning.net/archives/4263 Tuesday, April 10, 12
  • 6. Sharing of ideas "If  you  have  an  apple  and  I  have  an  apple  and   we  exchange  apples,  then  you  and  I  will  sEll   each  have  one  apple.  But  if  you  have  an  idea   and  I  have  an  idea  and  we  exchange  these   ideas,  then  each  of  us  will  have  two  ideas." AQributed  to  Bernard  Shaw http://ftacademy.org/materials/fsm/1#1 Tuesday, April 10, 12
  • 7. The Cathedral & The Bazaar The  Cathedral   The  Bazaar     (proprietary  so4ware) (open  source  so4ware) • Development  occurs   • Code  developed  over   behind  walls   the  Internet  with   • Source  code  is   several  others  in   usually  not  provided   public  view -­‐  kept  locked  up • Source  code  open  to   • Corporate  hierarchy all  users • “Given  enough   h<p://www.catb.org/~esr/wriIngs /cathedral-­‐bazaar/cathedral-­‐bazaar/ eyeballs,  all  bugs  are   shallow” Tuesday, April 10, 12
  • 8. Open Source Governance What  kind  of  quality  control  is  there? • Most  open  source  projects  have  a  release  manager  or  a  manager  of  some  sort   who  reviews  the  code  and  approves  it  before  adding  it  to  the  final  release What  is  the  role  of  the  community? • The  community  looks  out  for  the  best  interests  of  the  soSware.    They  work  as   the  governing  body  behind  all  decisions  related  to  the  soSware.  The   community  decides  what  features  to  develop  next  and  who  the  managers  are.       Tuesday, April 10, 12
  • 9. Open Source Community • Open  source  is  about  more  than  free  soCware • Community  is  crucial  to  the  growth  of  open  source • Without  shared  knowledge  and  collaboraEon  the  project  will  not   grow • “CriEquing  the  community  is  a  right  reserved  for  those  who  have   proved  themselves  by  making  valuable  contribuEons”1 • People  who  use  open  source  can  collaborate  and  contribute  in  many   ways  with  the  community • Write  code • Write  documentaEon • Debug • Educate  others 1. Tapscott, Don, and Anthony D. Williams. “Embracing open source culture and strategy.” In Wikinomics: How mass collaboration changes everything, 82-83. Expanded Edition. New York, NY: Penguin USA, 2008. www.wikinomics.com/book/.   Tuesday, April 10, 12
  • 10. Open Source Crowdsourcing “Crowdsourcing  has  it  genesis  in  the  open  source  movement  in   soCware.  The  development  of  the  Linux  operaEng  system  proved  that   a  community  of  like-­‐minded  peers  was  capable  of  creaEng  a  beQer   product  than  a  corporate  behemoth  like  MicrosoC.    Open  source   revealed  a  fundamental  truth  about  humans  that  had  gone  largely   unnoEced  unEl  the  connecEvely  of  the  Internet  brought  it  into  high   relief:  labor  can  oCen  be  organized  more  efficiently  in  the  context  of   a  community  than  it  can  in  the  context  of  the  corporaEon.    The  best   person  to  do  a  job  is  the  one  who  most  wants  to  do  that  job;  and  the   best  people  to  evaluate  their  performance  are  their  friends  and  peers   who,  by  the  way,  will  enthusiasEcally  pitch  in  to  improve  the  final   product,  simply  for  the  sheer  pleasure  of  helping  one  another  and   creaEng  something  beauEful  from  which  they  all  will  benefit.” Howe, J. (2008). Crowdsourcing: Why the power of the crowd is driving the future of business. New York: Crown Business. p.8 Tuesday, April 10, 12
  • 11. Believing in Openness If  you  don't  know  why  you  do  what  you  do  then  how  will  you  ever   get  people  to  be  loyal  and  want  to  be  a  part  of  what  you  do?     The  goal  is  not  just  to  sell  to  people  what  you  have,  it's  to  sell   people  on  what  you  believe  -­‐  the  goal  is  not  to  hire  people  who   want  a  job  it's  to  hire  people  who  believe  what  you  believe.  If  you   hire  people  just  because  they  can  do  a  job  they  will  work  for  your   money  -­‐  if  you  hire  people  who  believe  what  you  believe  they   work  for  you  with  blood  and  sweat  and  tears. Simon  Sinek:  How  great  leaders  inspire  acEon   hQp://www.ted.com/talks/simon_sinek_ how_great_leaders_inspire_acEon.html   Tuesday, April 10, 12
  • 12. Open Source is Easy! “The  hard  drive  on  one  of  our  reference  desk  PCs  died  today.    I  threw  in  a  new  one,  but  I   didn't  feel  like  spending  the  day  siing  through  Windows  updates,  so  I  loaded  Ubuntu  11.04   on  it  instead.    The  install,  as  I'm  sure  you  know,  only  took  about  15  minutes.    Now,  before  I   add  my  next  point,  keep  in  mind  that  I  manage  a  staff  whose  average  age  is  about  63.    No   joke.    Most  of  them  have  been  working  at  my  facility  longer  than  I've  been  alive.    SEll,  once  I   had  Ubuntu  up  and  running,  they  were  literally  fighEng  over  who  got  to  use  the  new   operaEng  system.    They  loved  it  that  much.     Now  I  agree,  Linux  kicks  buQ.    I  use  it  about  80%  of  the  Eme.    Typing  to  you  on  Mint  right   now!    However,  I  never  expected  novice  users  to  take  to  it  so  quickly.    Please,  next  Eme  you   do  an  open  source  webinar,  impress  on  your  aQendees  that  libraries  aren't  sacrificing  a  thing   by  switching  over  to  open  source  soCware.    If  anything,  open  source  operaEng  systems  and   applicaEons  can  be  far  more  user  friendly  for  the  novice  user  than  Windows  will  ever  be...” -­‐-­‐  Mark  at  the  The  Rahway  Public  Library Tuesday, April 10, 12
  • 13. Who’s Using Open Source? •Government  Agencies •Schools  (K-­‐colleges) •All  Kinds  of  Businesses •Librarians Tuesday, April 10, 12
  • 14. Open Source in Business 2007  Survey  Results http://www.unisys.com/unisys/news/detail.jsp?id=5100086&pid=&sid=203 Tuesday, April 10, 12
  • 15. Open Source in Business • In  2010  a  survey  of  300  large  organizaEons  in  both  the  private  and  public   sector  found: • 50%  are  fully  commiQed  to  open  source  in  their  business   • 28%  say  they  are  experimenEng  with  open  source  and  keeping  an  open   mind  to  using  it • 38%  expecEng  to  migrate  mission-­‐criEcal  soCware  to  open  source  in  next   12  months • The  cost  was  no  longer  viewed  as  the  key  benefit,  instead: • 76%  cited  quality  as  a  key  benefit  of  open  source • 70%  cited  improved  reliability • 69%  said  beQer  security/bug  fixing h<p://newsroom.accenture.com/ arIcle_display.cfm?arIcle_id=5045 Tuesday, April 10, 12
  • 16. Making money on open source • “IBM  not  only  accepted  open  source  soCware  products  and  processes  but  also   its  philosophy,  which  is  to  spur  quality  and  fast  growth  rather  than  just  profits   based  on  proprietary  ownership  of  intellectual  property.” • “Giving  up  so  much  control  is  unconvenEonal  to  say  the  least,  but  the  rewards   for  doing  so  have  been  handsome.    IBM  spends  about  $100  million  per  year   on  Linux  development.    If  the  Linux  community  puts  in  $1  billion  of  effort,  and   even  half  of  that  is  useful  to  IBM  customers,  the  company  gets  $500  million  of   soCware  development  for  an  investment  of  $100  million.” Tapsco<,  Don,  and  Anthony  D.  Williams.  “Joining  Linux.”  In   Wikinomics:  How  mass  collaboraIon  changes  everything,   79-­‐82.  Expanded  EdiIon.  New  York,  NY:  Penguin  USA,  2008.   h<p://www.wikinomics.com/book/. Tuesday, April 10, 12
  • 17. Open Source On the Web Total  AcEve  Sites:  6/2000  to  3/2012 h<p://news.netcraS.com/archives/2012/03/05/march-­‐2012-­‐web-­‐server-­‐survey.html   Tuesday, April 10, 12
  • 18. Why so Popular? •Reliability  through  Peer  Review •Freedom  to  Innovate •No  Vendor  Lock-­‐in •User-­‐centric  Development •CollaboraEve  Environment •Zero  License  Fees Tuesday, April 10, 12
  • 19. Why Should Libraries Care? Tuesday, April 10, 12
  • 20. Open Source & Libraries Libraries  and  Open  Source  Both... • Believe  that  informaIon  should  be  freely  accessible  to  everyone • Give  away  stuff • Benefit  from  the  generosity  of  others • Are  about  communiIes • Make  the  world  a  be<er  place -­‐-­‐  Horton,  G.  h<p://Inyurl.com/3jvumn Tuesday, April 10, 12
  • 21. Open Source & Libraries Libraries  and  Open  Source  make   the  perfect  pair [Librarians]  "are  almost  ethically   required  to  use  and  develop  open   source  soCware."   Crawford,  R.  S.  h<p://www.lugod.org/ presentaIons/oss4lib.pdf hQp://www.flickr.com/photos/cavort/ 151687944/ Tuesday, April 10, 12
  • 22. Open Source & Libraries Libraries  and  Open  Source  make  the  perfect  pair “Libraries  are  commiQed  to  the  noEon  of  the  ‘commons.’  Libraries  are  in   fact  one  of  the  last  best  hopes  for  the  preservaEon  of  the  intellectual   commons.  That  value  system  should  extend  to  the  intellectual  work  we   do  on  our  access  systems.  We  should  reclaim  the  domain  of  library   technology  from  the  commercial  and  proprietary  realms  and  actualize  is   as  part  of  our  vision  of  the  commons.   ... We  are  also  congenital  collaborators.  Can  you  think  of  any  other  group  of   insEtuEons  that  share  their  stuff  the  way  we  do  through  ILL?                                 -­‐-­‐  Lucia,  J. Tuesday, April 10, 12
  • 23. Open Source & Libraries 2007  Survey  Results h<p://www.unisys.com/unisys/news/detail.jsp?id=5100086&pid=&sid=203   Tuesday, April 10, 12
  • 24. Open Source & Libraries Common  quesEons  libraries  have: • Is  there  support?  Do  I  have  to  know   how  to  program? • Do  I  have  to  skimp  on  features? • Isn’t  Open  Source  risky? • Can  I  do  it  myself? Tuesday, April 10, 12
  • 25. Support for Open Source Is  there  support? Do  I  have  to  know  how  to  program? • ByWater  SoluEons • If  you  want  to  contribute   • Catalyst to  the  code  -­‐  Yes • Equinox • If  not  you  can  use: • YourLibrarySite • Support  Providers • And  more! • Local  Students • Freelance  Developers Tuesday, April 10, 12
  • 26. Do I have to skimp on features? • Open  Source  developers  follow  the   rule  of  “Release  early  and  release   oCen” • Users  vote  with  their  dollars  and  Eme • Freedom  to  develop  on  your  own • Developers  love  their  products hQp://www.flickr.com/photos/programwitch/ 2505184887/ Tuesday, April 10, 12
  • 27. Isn’t Open Source Risky? • Casey  Coleman,  chief  informaEon  officer  for  the   • US  Department  of  Defense  memo   GSA  (U.S.  General  Services  AdministraEon),  said   encourages  the  use  of  open  source  with   in  a  speech  ...  that  the  GSA  heavily  relies  on   many  reasons  “including  cost  advantages,   open  source  to  drive  down  costs,  increase   reduced  risk  of  vendor  lock-­‐in,  beQer   flexibility  of  IT  dollars,  and  reduce  risk.  ‘You  get   security,  and  increased  flexibility.  It  says   much  more  transparency  and  interoperability,   that  the  posiEve  aspects  of  open  source   and  that  reduces  your  risk,’  she  said. soCware  should  be  given  consideraEon   • h<p://news.cnet.com/ during  procurement  research. 8301-­‐13505_3-­‐9921115-­‐16.html • h<p://arstechnica.com/open-­‐source/news/ 2009/10/dod-­‐military-­‐needs-­‐to-­‐think-­‐harder-­‐ about-­‐using-­‐open-­‐source.ars   Tuesday, April 10, 12
  • 28. Isn’t Open Source Risky? For  a  total  284  days  in  2006  (or  more  than  nine  months  out  of  the  year),  exploit  code  for  known,   unpatched  criEcal  flaws  in  pre-­‐IE7  versions  of  the  browser  was  publicly  available  on  the  Internet.   Likewise,  there  were  at  least  98  days  last  year  in  which  no  soCware  fixes  from  MicrosoC  were   available  to  fix  IE  flaws  that  criminals  were  acEvely  using  to  steal  personal  and  financial  data  from   users. In  a  total  of  ten  cases  last  year,  instrucEons  detailing  how  to  leverage  "criEcal"  vulnerabiliEes  in  IE   were  published  online  before  MicrosoC  had  a  patch  to  fix  them. In  contrast,  Internet  Explorer's  closest  compeEtor  in  terms  of  market  share  -­‐-­‐  Mozilla's  Firefox   browser  -­‐-­‐  experienced  a  single  period  lasEng  just  nine  days last  year  in  which  exploit  code  for  a  serious  security  hole  was  posted   online  before  Mozilla  shipped  a  patch  to  remedy  the  problem. h<p://blog.washingtonpost.com/securityfix/2007/01/ internet_explorer_unsafe_for_2.html   Tuesday, April 10, 12
  • 29. Risk of Proprietary Software • “Closed-­‐source  efforts  oCen  suffer  from  flaws   and  problems  which  the  original  development   team  never  anEcipated.    Lack  of  inspecEon  of   the  code  by  other  programmers  can  mean  that   inappropriate  design  constraints  and  other   errors  might  not  be  discovered  unEl  the  code  is   already  in  use.” Pavlicek,  Russell.  Embracing   insanity  :  open  source  soSware   development.  Indianapolis    IN:   SAMS,  2000.  p.  33. Tuesday, April 10, 12
  • 30. Risk of Proprietary Software • “In  its  2011  Coverity  Scan  Open  Source  Integrity   Report,  which  was  released  on  Thursday,   Coverity  actually  found  that  open  source  code   has  fewer  defects  per  thousand  lines  of  code   than  proprietary  soCware  code  does.” Noyes,  Katherine.  “Actually,  Open  Source  Code  Is  Be<er:   Report.”  PCWorld  Business  Center,  February  23,  2012.   h<p://www.pcworld.com/businesscenter/arIcle/250543/ actually_open_source_code_is_be<er_report.html. Tuesday, April 10, 12
  • 31. Software is Risky! All  soSware  has  risks,  you  need  to  evaluate  open  source  the  same  way  you  do   proprietary  systems. Several  Levels  of  Risk  to  consider: • SoSware  security  issues • Open  source  is  just  as  secure  if  not  more  secure  than  proprietary  systems   because  of  its  transparency • Evaluate  open  source  soSware  no  differently  than  you  do  other  soSware! • Company  mergers  and  acquisiIons • Because  you  own  the  code  to  your  system  you  are  not  Ied  to  one  support   source  and  will  never  be  leS  without  support   Tuesday, April 10, 12
  • 32. Can I do it Myself? • Absolutely,  with  the  right  in-­‐house  skills • Systems  knowledge • Linux  server  management • Web  programming • Perl  /  PHP  /  MySQL Tuesday, April 10, 12
  • 34. Open Source & Libraries When  asked  what  Open  Source  apps  they  use  at  work,  977   librarians  and  library  workers  answered  as  follows hQp://opensource.web2learning.net/archives/category/survey-­‐ results Tuesday, April 10, 12
  • 35. Open Source & Libraries When  asked  why  they  chose  and  open  source  app,  977   librarians  and  library  workers  answered  as  follows hQp://opensource.web2learning.net/archives/category/survey-­‐ results Tuesday, April 10, 12
  • 37. Play Time • Start  downloading  and   installing  applicaEons   that  will  make  things   more  efficient  (and   possibly  affordable)  for   you. hQp://www.flickr.com/photos/nengard/ 3253133986/ Tuesday, April 10, 12
  • 38. Portable Play •Can’t  install  soCware  on  your  work   computer? •Try  PortableApps: •Install  on  your  USB  drive  and  use   many  of  these  open  source   applicaEons  without  installing  to  the   hard  drive hQp://portableapps.com   Tuesday, April 10, 12
  • 39. Local Play •Don’t  have  access  to  a  web  server? •Try  BitNami: •Free,  easy  to  setup  wikis,  blogs,   forums  and  many  other  web   applicaEons  that  you  can  run   locally  or  in  the  cloud.  BitNami   makes  deploying  server  soCware   a  simple  and  enjoyable  process. h<p://bitnami.org/ Tuesday, April 10, 12
  • 40. Additional Links •Open Source Living http://osliving.com •OSS Watch, open source software advisory service: http://www.oss-watch.ac.uk •Open Source as Alternative http://www.osalt.com •Nicole’s Delicious bookmarks: http://delicious.com/nengard/opensource Tuesday, April 10, 12
  • 41. OSS & Libraries Links • Open  Source  SoCware  in  Libraries hQp://infomoEons.com/musings/ossnlibraries/   • Open  Source  SoCware  and  Libraries  Bibliography zotero.org/groups/ freelibre_and_open_source_soCware_and_libraries_bibliography   • PracEcal  Open  Source  SoCware  for  Libraries hQp://opensource.web2learning.net/blog • Open  Network  Libraries   hQp://onl.org.nz   • FOSS4Lib hQp://foss4lib.org   Tuesday, April 10, 12
  • 42. Open Source Blogs • The  Open  Road • New  York  Times  -­‐  Open hQp://www.cnet.com/openroad/ hQp://open.nyEmes.com   • Open  Ended  from  Ars  Technica • OpenSource.com hQp://arstechnica.com/open-­‐source hQp://opensource.com   • The  H  Open  Source • Open  Source  at  DatamaEon hQp://www.h-­‐online.com/open/   itmanagement.earthweb.com/osrc/   • ZDNet  Open  Source hQp://blogs.zdnet.com/open-­‐source Tuesday, April 10, 12
  • 43. Online Reading List • Open  Source:  Narrowing  the  Divides  between  EducaEon,  Business,  and  Community hQp://connect.educause.edu/display/47941 • The  concepts  of  Free  SoCware  &  Open  Standards:  IntroducEon  to  Free  SoCware   hQp://Cacademy.org/materials/fsm/1#1     • We  Love  Open  Source  SoCware.  No,  You  Can’t  Have  Our  Code hQp://journal.code4lib.org/arEcles/527   • Open  Source  SoCware  Tools  And  Directories:  Where  To  Find  Them,  How  To  Evaluate  Them hQp://www.masternewmedia.org/open-­‐source-­‐soCware-­‐tools-­‐and-­‐directories-­‐where-­‐to-­‐find-­‐them-­‐ how-­‐to-­‐evaluate-­‐them/ • Open  Source  Security  Bibliography hQp://www.zotero.org/nengard/items/collecEon/QKWPIXK9   • Nicole’s  Zotero  Library hQp://www.zotero.org/nengard/items/collecEon/1796131 Tuesday, April 10, 12
  • 44. Print Reading List • Prac?cal  Open  Source  SoAware  in  Libraries  by  Nicole  C.  Engard   • The  Cathedral  and  the  Bazaar:  Musings  on  Linux  and  Open  Source  by  an  Accidental   Revolu?onary  by  Eric  S.  Raymond • Embracing  Insanity:  Open  Source  SoAware  Development  by  Russell  Pavlicek • The  success  of  open  source  by  Steve  Weber • The  open  source  alterna?ve:  Understanding  risks  and  leveraging  opportuni?es  by   Heather  J.  Meeker • Open  Sources  2.0:  The  Con?nuing  Evolu?on  by  Chris  DiBona,  Mark  Stone,  and  Danese   Cooper Tuesday, April 10, 12
  • 45. Thank You! Nicole C. Engard Vice President of Education ByWater Solutions nengard@bywatersolutions.com Tuesday, April 10, 12