Re: [CODE4LIB] Sorry for my last message

2015-09-05 Thread Riley Childs
That...and variables in swift 

Sent from my iPad

> On Sep 4, 2015, at 10:37 AM, Jason Bengtson  wrote:
> 
> I believe that, by international convention, that's actually the only
> acceptable use of a unicorn emoji.
> 
> Best regards,
> *Jason Bengtson, MLIS, MA*
> Innovation Architect
> 
> 
> *Houston Academy of MedicineThe Texas Medical Center Library*
> 1133 John Freeman Blvd
> Houston, TX   77030
> http://library.tmc.edu/
> www.jasonbengtson.com
> 
> On Fri, Sep 4, 2015 at 9:10 AM, Thomas Guignard 
> wrote:
> 
>> Ivan, if you are being held and forced to type emails against your will,
>> send us a unicorn emoji.
>> 
>>> On Fri, Sep 4, 2015 at 5:10 AM, "Iván V.G."  wrote:
>>> 
>>> It was a mistake.
>> 


Re: [CODE4LIB] code4lib services and https

2015-09-03 Thread Riley Childs
There was
The ultimate determination was that startssl was shadybut here comes 
letsencrypt! Another option might be cloudflare?

Sent from my iPad

> On Sep 1, 2015, at 12:36 PM, Lisa Rabey  wrote:
> 
> Wasn't this a discussion about two years ago where myself and several
> others offered to step up and use a service like https://www.startssl.com/,
> which is free, but it kind of fell by the wayside?
> 
> _lisa
> 
>> On Tue, Sep 1, 2015 at 9:45 AM, Eric Hellman  wrote:
>> 
>> The "Library Privacy Pledge" has been finalized. See my blog post at
>> http://go-to-hellman.blogspot.com/2015/08/update-on-library-privacy-pledge.html
>> <
>> http://go-to-hellman.blogspot.com/2015/08/update-on-library-privacy-pledge.html
>> 
>> and note that I've set the "description" attribute on the blog to "Move
>> Blogspot to HTTPS NOW."
>> 
>> Anyhoo...
>> Here's the status of Code4lib services:
>> 
>> www.code4lib.org  HTTPS NOT SUPPORTED. Insecure
>> login!
>> planet.code4lib.org   HTTPS NOT SUPPORTED
>> jobs.code4lib.org   HTTPS NOT SUPPORTED
>> listserv.nd.edu/cgi-bin/wa?A0=CODE4LIB <
>> http://listserv.nd.edu/cgi-bin/wa?A0=CODE4LIB> HTTPS ONLY. Yay.
>> http://journal.code4lib.org/   HTTPS NOT
>> SUPPORTED
>> code4lib.spreadshirt.com  HTTPS
>> SUPPORTED, but serving insecure resoures.
>> wiki.code4lib.org   HTTPS NOT SUPPORTED.
>> Insecure login!
>> 
>> So can we start setting an example, now? If cost of certificates is an
>> issue, I am willing to step up.
>> 
>> 
>> Eric Hellman
>> President, Free Ebook Foundation
>> Founder, Unglue.it https://unglue.it/
>> http://go-to-hellman.blogspot.com/
>> twitter: @gluejar
> 
> 
> 
> -- 
> 
> @byshieldmaiden | http://lisa.wtf
> 
> “There are moments, Jeeves, when one asks oneself, 'Do trousers matter?'"
> "The mood will pass, sir.”  - P.G. Wodehouse


Re: [CODE4LIB] free html editors

2015-05-18 Thread Riley Childs
I am also a huge fan of Cloud 9 at c9.io, it even hooks into github and is very 
slick. You get 1 free private Project.
//Riley

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Shaun Ellis 
sha...@princeton.edu
Sent: Monday, May 18, 2015 9:16 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] free html editors

There is no reason to install an editor for this purpose.  Mozilla has a
suite of free apps for this purpose at Webmaker:

https://webmaker.org

Thimble is the editor, and I think it's very nice for students that
there is immediate feedback so you can see how your change affects the
rendering:

https://thimble.webmaker.org/

-Shaun


On 5/18/15 8:36 AM, Schulkins, Joe wrote:
 As a bit of a left field alternative there’s always Vim.

 Ok it might not be the best introduction to text editors, but given it
 exists on pretty much every platform (including Android and iPhone/iPad -
 http://www.vim.org/download.php) there’d be no excuses for not doing the
 homework.

 The main Mac port (https://code.google.com/p/macvim/) has legacy versions
 back to 10.4. However, this might be more of an extra credit editor given
 that it takes *some* getting used to. There is a game
 (http://vim-adventures.com/) which can help with learning some of the
 basic Vim controls.

 Joe



 On 16/05/2015 15:20, Sarles Patricia (18K500) psar...@schools.nyc.gov
 wrote:

 I just this minute subscribed to this list after reading Andromeda
 Yelton's column in American Libraries from yesterday with great interest
 since I would like to teach coding in my high school library next year.

 I purchased Andy Harris' HTML5 and CSS3 All-in-One For Dummies for my
 summer reading and the free HTML editors he mentions in the book are
 either not really free or are not compatible with my lab's 2008 Macs.

 Can anyone recommend a free HTML editor for older Macs?

 Many thanks and happy to be on this list,
 Patricia


 
 Patricia Sarles, MA (Anthropology), MLS
 Librarian
 Jerome Parker Campus Library
 100 Essex Drive
 Staten Island, NY 10314
 718-370-6900 x1322
 psar...@schools.nyc.gov
 http://jeromeparkercampus.libguides.com/home

 You can tell whether a man is clever by his answers. You can tell whether
 a man is wise by his questions. - Naguib Mahfouz

 As a general rule the most successful man in life is the man who has the
 best information. - Benjamin Disraeli


Re: [CODE4LIB] JAVA deployment and msi

2015-03-26 Thread Riley Childs
You can extract the MSI from the Java 8 installer and modify the MSI with 
something like Orca.
Simply Download the OFFLINE installer and run it, do not click next or install 
Java.
Navigate to C:\Users\%USERNAME%\AppData\LocalLow\Sun and then you will find a 
folder for the java version with the MSI in it.
You can now use Orca to modify the MSI 
(http://www.technipages.com/download-orca-msi-editor)
The pro version gives you some fancy features
//Riley

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Kim, Bohyun 
b...@hshsl.umaryland.edu
Sent: Thursday, March 26, 2015 2:feature38 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Hi John -

This is not my area, but the link below is the page my staff directed me to. We 
are looking to do the silent install with the auto update prompt disabled for 
all staff machines, where users do not have the admin privilege. We use Specops.

And it seems like now that is not possible without purchasing the new MSI 
Enterprise JRE installer. My staff tells me this is a new thing with JAVA 8.40. 
There are 3rd party services but they are not free.

https://www.java.com/en/download/help/msi_install.xml

MSI Enterprise JRE Installer

With the release of Java SE 8u20, Oracle introduced an MSI Enterprise JRE 
Installer. This is a new MSI compatible installer that enables system 
administrators to install the JRE across the enterprise without end user 
interaction. Integrated with the MSI Installer is the Java Uninstall Tool, 
which provides the option to remove older versions of Java from the system. Now 
the common features such as rollback of unsuccessful installs, repair of broken 
installations and installing over existing broken installations are all 
accessible with the MSI Installer in place.

The MSI Enterprise JRE Installer is only available as part of Oracle Java SE 
Advanced products1 and is available to customers via My Oracle Support (MOS).

Bohyun




From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of Scancella, 
John [j...@loc.gov]
Sent: Wednesday, March 25, 2015 1:07 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Hi Bohyun,

How specifically are you deploying the msi package? I would imagine any 
organization large enough to have this problem to have Microsoft System Center 
Configuration Manager or some other kind of central software management.

Msi files are nothing more than a payload with a special script that is run 
when you double click on it (or deploy it via some management software). So you 
could roll your own by creating a simple powershell script that installs it for 
you, or even a super simple batch file.

Looking at http://www.oracle.com/technetwork/java/javase/silent-136552.html you 
simply need to add the /s for a silent install.
Perhaps you could provide more details as to the problem you are running into? 
More details is always better than less.

John

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Kim, 
Bohyun
Sent: Wednesday, March 25, 2015 11:52 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] JAVA deployment and msi

Hi all -

Oracle no longer offers .msi packages for JAVA which we have been using to 
deploy JAVA to library PCs on the network through Spec Ops. Anyone has a 
workaround? We have internally discussed download the msi package from Source 
Forge or pay for the 3rd party msi packaging service.

Any feedback would be appreciated. Thanks!

Bohyun
--
Bohyun Kim, MA, MSLIS
Associate Director for Library Applications and Knowledge Systems University of 
Maryland, Baltimore Health Sciences and Human Services Library


Re: [CODE4LIB] JAVA deployment and msi

2015-03-26 Thread Riley Childs
Did you extract the MSI using 7zip or did you start the installer?

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Kim, Bohyun 
b...@hshsl.umaryland.edu
Sent: Thursday, March 26, 2015 3:05 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Thanks John and Riley! John, yes, that is what we are going to try next.


Riley, the msi from the JAVA 8.40 installer doesn't run and instead give us an 
error pop-up message: There is a problem with this Windows installer package. 
A problem required for this install to complete could not be run. Contract your 
support personnel or package vendor. We can open up with Orca but we don't 
know which setting change can remove this error issue. Also there is no CAB 
file accompanying MSI in the SUN folder. So that's where we are. Let us know if 
you have any thoughts. Appreciated!



Thanks,

Bohyun





-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
Scancella, John
Sent: Thursday, March 26, 2015 2:48 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi



Bohyun,



Let me preface this with the fact that the only desktop admin I have done 
enterprise wide was during an internship in college. But, it looks like Specops 
just sits on top of Microsoft software products and extends it functionality. 
So, I would imagine if all you need to do is install the latest version of java 
is to download the jre.exe, and use Specops to run it on all your computers 
using the /s command line switch. Not having used Specops I don't know the 
specifics but I would also imagine you have someone there that handles 
interacting with it and should be able to create a new install using the 
jre.exe and /s.



Now if on the other hand you want all the extra functionality that is promised 
by oracle's MSI, you will have to do that yourself by writing some kind of 
script to handle the logic. If it is windows vista or newer you should have 
powershell installed. Powershell would provide lots of functionality in regards 
to handling the logic of what to remove, where, etc.



Hope this helps, good luck!



John

Software developer at The Library Of Congress



-Original Message-

From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Kim, 
Bohyun

Sent: Thursday, March 26, 2015 2:38 PM

To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU

Subject: Re: [CODE4LIB] JAVA deployment and msi



Hi John -



This is not my area, but the link below is the page my staff directed me to. We 
are looking to do the silent install with the auto update prompt disabled for 
all staff machines, where users do not have the admin privilege. We use Specops.



And it seems like now that is not possible without purchasing the new MSI 
Enterprise JRE installer. My staff tells me this is a new thing with JAVA 8.40. 
There are 3rd party services but they are not free.



https://www.java.com/en/download/help/msi_install.xml



MSI Enterprise JRE Installer



With the release of Java SE 8u20, Oracle introduced an MSI Enterprise JRE 
Installer. This is a new MSI compatible installer that enables system 
administrators to install the JRE across the enterprise without end user 
interaction. Integrated with the MSI Installer is the Java Uninstall Tool, 
which provides the option to remove older versions of Java from the system. Now 
the common features such as rollback of unsuccessful installs, repair of broken 
installations and installing over existing broken installations are all 
accessible with the MSI Installer in place.



The MSI Enterprise JRE Installer is only available as part of Oracle Java SE 
Advanced products1 and is available to customers via My Oracle Support (MOS).



Bohyun









From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of Scancella, 
John [j...@loc.gov]

Sent: Wednesday, March 25, 2015 1:07 PM

To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU

Subject: Re: [CODE4LIB] JAVA deployment and msi



Hi Bohyun,



How specifically are you deploying the msi package? I would imagine any 
organization large enough to have this problem to have Microsoft System Center 
Configuration Manager or some other kind of central software management.



Msi files are nothing more than a payload with a special script that is run 
when you double click on it (or deploy it via some management software). So you 
could roll your own by creating a simple powershell script that installs it for 
you, or even a super simple batch file.



Looking at http://www.oracle.com/technetwork/java/javase/silent

Re: [CODE4LIB] JAVA deployment and msi

2015-03-26 Thread Riley Childs
These are the directions I used: http://www.klaus-hartnegg.de/gpo/msi_java.html

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Kim, Bohyun 
b...@hshsl.umaryland.edu
Sent: Thursday, March 26, 2015 3:23 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Started the installer and then went to the SUN folder. Would that make a 
difference?


~Bohyun


-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Riley 
Childs
Sent: Thursday, March 26, 2015 3:20 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Did you extract the MSI using 7zip or did you start the installer?

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Kim, Bohyun 
b...@hshsl.umaryland.edu
Sent: Thursday, March 26, 2015 3:05 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Thanks John and Riley! John, yes, that is what we are going to try next.


Riley, the msi from the JAVA 8.40 installer doesn't run and instead give us an 
error pop-up message: There is a problem with this Windows installer package. 
A problem required for this install to complete could not be run. Contract your 
support personnel or package vendor. We can open up with Orca but we don't 
know which setting change can remove this error issue. Also there is no CAB 
file accompanying MSI in the SUN folder. So that's where we are. Let us know if 
you have any thoughts. Appreciated!



Thanks,

Bohyun





-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
Scancella, John
Sent: Thursday, March 26, 2015 2:48 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi



Bohyun,



Let me preface this with the fact that the only desktop admin I have done 
enterprise wide was during an internship in college. But, it looks like Specops 
just sits on top of Microsoft software products and extends it functionality. 
So, I would imagine if all you need to do is install the latest version of java 
is to download the jre.exe, and use Specops to run it on all your computers 
using the /s command line switch. Not having used Specops I don't know the 
specifics but I would also imagine you have someone there that handles 
interacting with it and should be able to create a new install using the 
jre.exe and /s.



Now if on the other hand you want all the extra functionality that is promised 
by oracle's MSI, you will have to do that yourself by writing some kind of 
script to handle the logic. If it is windows vista or newer you should have 
powershell installed. Powershell would provide lots of functionality in regards 
to handling the logic of what to remove, where, etc.



Hope this helps, good luck!



John

Software developer at The Library Of Congress



-Original Message-

From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Kim, 
Bohyun

Sent: Thursday, March 26, 2015 2:38 PM

To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU

Subject: Re: [CODE4LIB] JAVA deployment and msi



Hi John -



This is not my area, but the link below is the page my staff directed me to. We 
are looking to do the silent install with the auto update prompt disabled for 
all staff machines, where users do not have the admin privilege. We use Specops.



And it seems like now that is not possible without purchasing the new MSI 
Enterprise JRE installer. My staff tells me this is a new thing with JAVA 8.40. 
There are 3rd party services but they are not free.



https://www.java.com/en/download/help/msi_install.xml



MSI Enterprise JRE Installer



With the release of Java SE 8u20, Oracle introduced an MSI Enterprise JRE 
Installer. This is a new MSI compatible installer that enables system 
administrators to install the JRE across the enterprise without end user 
interaction. Integrated with the MSI Installer is the Java Uninstall Tool, 
which provides the option to remove older versions of Java from the system. Now 
the common features such as rollback of unsuccessful installs, repair of broken 
installations and installing over existing broken installations are all 
accessible with the MSI Installer in place.



The MSI Enterprise JRE Installer is only available as part of Oracle Java SE 
Advanced products1 and is available

Re: [CODE4LIB] JAVA deployment and msi

2015-03-26 Thread Riley Childs
One more thing: If you are using a GPO make sure the old version is set to 
uninstall and then install the new version when doing an upgrade, otherwise you 
will wind up with 2 versions of Java and bad things happen :(

From: Riley Childs
Sent: Thursday, March 26, 2015 3:25 PM
To: Code for Libraries
Subject: Re: JAVA deployment and msi

These are the directions I used: http://www.klaus-hartnegg.de/gpo/msi_java.html

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Kim, Bohyun 
b...@hshsl.umaryland.edu
Sent: Thursday, March 26, 2015 3:23 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Started the installer and then went to the SUN folder. Would that make a 
difference?


~Bohyun


-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Riley 
Childs
Sent: Thursday, March 26, 2015 3:20 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Did you extract the MSI using 7zip or did you start the installer?

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Kim, Bohyun 
b...@hshsl.umaryland.edu
Sent: Thursday, March 26, 2015 3:05 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Thanks John and Riley! John, yes, that is what we are going to try next.


Riley, the msi from the JAVA 8.40 installer doesn't run and instead give us an 
error pop-up message: There is a problem with this Windows installer package. 
A problem required for this install to complete could not be run. Contract your 
support personnel or package vendor. We can open up with Orca but we don't 
know which setting change can remove this error issue. Also there is no CAB 
file accompanying MSI in the SUN folder. So that's where we are. Let us know if 
you have any thoughts. Appreciated!



Thanks,

Bohyun





-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
Scancella, John
Sent: Thursday, March 26, 2015 2:48 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi



Bohyun,



Let me preface this with the fact that the only desktop admin I have done 
enterprise wide was during an internship in college. But, it looks like Specops 
just sits on top of Microsoft software products and extends it functionality. 
So, I would imagine if all you need to do is install the latest version of java 
is to download the jre.exe, and use Specops to run it on all your computers 
using the /s command line switch. Not having used Specops I don't know the 
specifics but I would also imagine you have someone there that handles 
interacting with it and should be able to create a new install using the 
jre.exe and /s.



Now if on the other hand you want all the extra functionality that is promised 
by oracle's MSI, you will have to do that yourself by writing some kind of 
script to handle the logic. If it is windows vista or newer you should have 
powershell installed. Powershell would provide lots of functionality in regards 
to handling the logic of what to remove, where, etc.



Hope this helps, good luck!



John

Software developer at The Library Of Congress



-Original Message-

From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Kim, 
Bohyun

Sent: Thursday, March 26, 2015 2:38 PM

To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU

Subject: Re: [CODE4LIB] JAVA deployment and msi



Hi John -



This is not my area, but the link below is the page my staff directed me to. We 
are looking to do the silent install with the auto update prompt disabled for 
all staff machines, where users do not have the admin privilege. We use Specops.



And it seems like now that is not possible without purchasing the new MSI 
Enterprise JRE installer. My staff tells me this is a new thing with JAVA 8.40. 
There are 3rd party services but they are not free.



https://www.java.com/en/download/help/msi_install.xml



MSI Enterprise JRE Installer



With the release of Java SE 8u20, Oracle introduced an MSI Enterprise JRE 
Installer. This is a new MSI compatible installer that enables system 
administrators to install the JRE across the enterprise without end user 
interaction. Integrated with the MSI Installer is the Java Uninstall Tool, 
which provides the option to remove older versions of Java

Re: [CODE4LIB] JAVA deployment and msi

2015-03-25 Thread Riley Childs
You have to extract the MSI from the standard package, it is actually quite 
straight forward.
Here are the steps I followed:
http://www.klaus-hartnegg.de/gpo/msi_java.html
//Riley

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Scancella, 
John j...@loc.gov
Sent: Wednesday, March 25, 2015 1:07 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Hi Bohyun,

How specifically are you deploying the msi package? I would imagine any 
organization large enough to have this problem to have Microsoft System Center 
Configuration Manager or some other kind of central software management.

Msi files are nothing more than a payload with a special script that is run 
when you double click on it (or deploy it via some management software). So you 
could roll your own by creating a simple powershell script that installs it for 
you, or even a super simple batch file.

Looking at http://www.oracle.com/technetwork/java/javase/silent-136552.html you 
simply need to add the /s for a silent install.
Perhaps you could provide more details as to the problem you are running into? 
More details is always better than less.

John

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Kim, 
Bohyun
Sent: Wednesday, March 25, 2015 11:52 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] JAVA deployment and msi

Hi all -

Oracle no longer offers .msi packages for JAVA which we have been using to 
deploy JAVA to library PCs on the network through Spec Ops. Anyone has a 
workaround? We have internally discussed download the msi package from Source 
Forge or pay for the 3rd party msi packaging service.

Any feedback would be appreciated. Thanks!

Bohyun
--
Bohyun Kim, MA, MSLIS
Associate Director for Library Applications and Knowledge Systems University of 
Maryland, Baltimore Health Sciences and Human Services Library


Re: [CODE4LIB] Lending/circulating independent ebooks

2015-03-25 Thread Riley Childs
I have would suggest some kind of limited online viewer, unfortunately that 
doesn't make them DRM free.
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: David Malonemailto:david.mal...@wheaton.edu
Sent: ‎3/‎25/‎2015 5:15 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Lending/circulating independent ebooks

Has anyone figured out how to circulate one-off/independent e-books to your 
library patrons? We have ebooks that are not from major vendors like EBL, etc 
that we have permission to loan. However, I want to be sure that we have some 
sort of controls on them so that we are not simply distributing free copies.

I envision a system that would take a non-DRM ebook file (PDF?) and place 
limits on it for a specific time-frame. This system would also track what is 
out and what is available.

I think think of various individual pieces that may work in my context, but not 
the full system.

There is great potential here. Any musings or thoughts would be welcome.

David B. Malone, MLIS, CA
Associate Professor
Buswell Memorial Library
Wheaton College
501 College Ave.
Wheaton IL 60187-5593
630.752.5707  | 630.752.5987 FAX
david.mal...@wheaton.edu  |  http://library.wheaton.edu


Re: [CODE4LIB] Deep Freeze + PaperCut + Windows profiles

2015-03-19 Thread Riley Childs
We had a similar issue on our lab machines, there was a GPO that we created to 
fix the issue, I need to look in Group Policy though.
And what is so wrong with Windows 8.1? Part of our speed issues were resolved 
by reimaging onto 8.1 Enterprise.
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Dan Alexandermailto:dalexan...@nekls.org
Sent: ‎3/‎19/‎2015 3:36 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Deep Freeze + PaperCut + Windows profiles

Any chance using a thaw space for that part of the profile?

On Thu, Mar 19, 2015 at 2:31 PM, Will Martin w...@will-martin.net wrote:

 In our computer labs, we currently use Deep Freeze.[1] It lets us grant
 our users full administrative rights, without worrying about malware,
 viruses, and such, because any changes the user makes are wiped out when
 they log off.

 A couple of years ago, the campus as a whole switched to PaperCut for
 managing print jobs.[2] This maintains separate print queues for each
 student, so that when they swipe their student card at the print release
 station, they see only their own print jobs.  Convenient!  At least
 compared to Pharos, the old system.

 Unfortunately, there's a nasty side-effect, which is that it takes a
 loong time to log into the lab computers.  Generally 5-6 minutes,
 sometimes as much as 10.  What's happening is:

 1) A student logs in with their Active Directory credentials
 2) The computer checks for a user profile and doesn't find one
 3) The computer creates a new windows profile for the student (slooow!)
 4) When they log off, Deep Freeze wipes out the profile.

 The fact that the computer has to download, install, and configure the
 PaperCut print drivers makes Step 3 even slower.  They're per-user.
 They're baked into the user profile, so they get created fresh every time
 and wiped out again afterwards.

 As a recent comment on Yik-Yak put it: Patience is waiting for the
 library computers to log you on.

 We're currently on Windows 8 (yuck), but the problem occurred with 7 as
 well.

 We've talked about removing Deep Freeze and simply placing the computers
 on restricted accounts with no permissions to install software, etc.  That
 would *partially* address it, because profiles would no longer be wiped
 out.  As long as students went to the same computer over and over, they'd
 only be faced with a long logon the first time.  But, of course, it's a lab
 and there's no guarantee you can get the same computer all the time, so
 that's a poor solution at best.



 [1] http://www.faronics.com/products/deep-freeze/enterprise/
 [2] http://www.papercut.com/




--
Dan Alexander
Technology Coordinator
Northeast Kansas Library System

785-838-4090
4317 W. 6th St.
Lawrence, KS 66049

*WANT ME TO REMOTE INTO YOUR COMPUTER?*
Download the NEKLS hosted ScreenConnect software to your computer from this
link:

*goo.gl/Lwg33y http://goo.gl/Lwg33y*

Once you have run the software, NEKLS staff will be able to access your
computer.


Re: [CODE4LIB] code4lib registration repercussions?

2015-03-12 Thread Riley Childs
ACTIVE is a company that handles sports event registration, unless code4lib had 
some sort of Athletic component I doubt that they were involved with this 
unknown charge and they are an upstanding company in my dealings with them 
though HyTek Team/Meet Manager.
All in all I didn't investigate myself, but my dealings with ACTIVE have always 
been good.
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Brad Buseniusmailto:bbusen...@uchicago.edu
Sent: ‎3/‎12/‎2015 8:09 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] code4lib registration repercussions?

Hi everybody,

I hope this is the right place to inquire about this. I have some
information about a possible problem with the company handling
registration for code4lib. I recently noticed a suspicious charge on my
credit card for the amount of $64.95. The charge showed up as
ACT*ACTIVE-NETWORK. After some investigation I found out this was from a
company called ACTIVE Network, LLC. Apparently this company handles
registration for events.

To my dismay I found out that I had been charged for this annually since
2013. I'm very embarrassed that 1. I didn't notice this during the
registration process and 2. I didn't catch the charges earlier. Anyhow,
after a quick email search I found something surprising; I had received
emails from this company at my /work/ email address. I never noticed the
emails because they looked like junkmail, however, upon reviewing them I
discovered that at some point I had supposedly registered for a free
trial that ended after a month, at which point I was automatically
enrolled into an annual subscription. Needless to say, I//did /not/ ever
sign up for any trial or subscription, at least not to my knowledge.

Since I have only used my personal credit card for work purposes 3
times, it was easy to tie this to code4lib 2013. I looked at my receipt
for code4lib 2013 and saw that something called RegOnline (owned by
Lanyon Solutions Inc) was used to process my event registration. Though
I'm not sure this is the same company, RegOnline, Lanyon Solutions Inc,
and ACTIVE Network, LLC all share the same physical address. I suspect
these three companies are one and the same and will refer to them as
ACTIVE Network, LLC for the rest of this email.

I did a little investigating and found out that ACTIVE Network, LLC.
uses unscrupulous business practices to trick people into singing up for
their annual subscription. The crux of this is an automatic opt-in
they employ while processing enrollments for third parties. Though I'm
very embarrassed I didn't catch this, in my own defense I wasn't
expecting it while registering for an academic conference. I'm not
blaming anyone nor am I angry with anyone on this list. I only send this
email to inquire and inform:

 1. To see if anyone else has had a similar experience.
 2. To warn other people from code4lib to check their bank statements.
 3. To plead with the community to stop using ACTIVE Network, LLC and
anything affiliated with them for registration.

Let me be frank for a moment. ACTIVE Network, LLC engages in highly
unethical business practices. I did not intend to enroll in any annual
subscriptions when I registered for code4lib and I never would have
agreed to anything of the sort had I noticed what was happening.
Additionally, the subscription isn't at all relevant to code4lib. I'm
not even sure what value is being provided by the subscription. I think
it has something to do with coupons for outdoor exercise equipment but
I'm not even sure. Also, these guys are bad. They lost class action
lawsuits in Iowa and Vermont. In fact, this whole thing is just bad all
around. Since noticing the fraudulent charges this morning, I've already
disputed them with my bank and filed a formal complaint against ACTIVE
Network, LLC with the better business bureau. Apparently I'm not the
only one:

 1. 
http://www.outsideonline.com/fitness/bodywork/the-fit-list

Re: [CODE4LIB] Vote for Code4lib 2016 location

2015-02-23 Thread Riley Childs
I agree, the appeal of code4lib is the single track.

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Collier, Aaronmailto:acoll...@calstate.edu
Sent: ‎2/‎23/‎2015 2:08 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Vote for Code4lib 2016 location

In conjunction with the distributed location pre-conferences AND multi-track 
the proposal is not very appealing.

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Fox, 
Bobbi
Sent: Monday, February 23, 2015 10:51 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Vote for Code4lib 2016 location

Is there wiggle room on the Philadelphia multiple track proposal, or do those 
of us who would prefer single track only have the [not]choice of voting for 
L.A.?

Best regards,
Bobbi


  On Feb 22, 2015, at 8:48 PM, Francis Kayiwa kay...@pobox.com wrote:
 
  Hey All,
 
  Just wanted to make everyone aware of the two fantastic proposals to
 host Code4lib 2016 that have been submitted. The cities of of Los
 Angeles and Philadelphia have submitted proposals which are now
 available at the official Code4lib Website
 
  http://code4lib.org/content/code4lib-2016-conference-proposals
 
  Voting will open tomorrow (UTC so probably already open if you are
 reading this) and will remain open until 2015-03-07 08:00:00 UTC
 
  You can vote here (registration required)
 
  http://vote.code4lib.org/election/37
 
  Thanks to the both cities for their submissions.
 
  best regards,
  Francis
 
  --
  FORTUNE PROVIDES QUESTIONS FOR THE GREAT ANSWERS: #13
  A:  Doc, Happy, Bashful, Dopey, Sneezy, Sleepy,  Grumpy
  Q:  Who were the Democratic presidential candidates?


Re: [CODE4LIB] Communications — conference and otherwise

2015-02-17 Thread Riley Childs
I would like to note that the documentation discussion here is prone to 
bikesheading, if there are going to be docs I say just start them rather then 
argue about X or Y. We have a wiki, lets use it (maybe get a few more people on 
board to create accounts). We have a significant amount of documentation there, 
rather then reinvent the wheel lets just go with the wiki. At this point lets 
focus on the content rather then accessibility or display, because who 
cares about that if there is no content to begin with and as long as structure 
is maintained we can do that stuff later.

Google Docs are horrid as a long term documentation solution, stay far away (we 
committed to using GDocs to do IT documentation, and that was a mistake).

//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Katherine Deibelmailto:dei...@uw.edu
Sent: ‎2/‎17/‎2015 11:10 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Communications — conference and otherwise

Just one thing to consider in regards to Google Docs: accessibility.
Google Docs are a bit notorious for being accessible (to screen readers)
one week and not the next. To be fair, ChromeVox usually works with
them, but very few people use ChromeVox at all.

A practical approach would be to go with Google Docs but include a If
you have trouble editing the Google Doc file, please contact X.


Kate Deibel, PhD | Web Applications Specialist
Information Technology Services
University of Washington Libraries
http://staff.washington.edu/deibel

--

When Thor shows up, it's always deus ex machina.

On 2015-02-17 11:14 AM, Becky Yoose wrote:
 Cary,

 I can speak to the signup for the Newcomer Dinner signup - previous years
 had the signup on the wiki, but this year we decided to try something
 different for the signup that didn't require an additional account to sign
 up. This should have given Ryan a bit of a break with people requesting
 wiki accounts last minute to sign up for the dinner. The link to the Google
 Doc was posted in the wiki, under the Newcomer dinner entry. Communications
 to the list and users have linked to the wiki page (though I do count one
 communication to the group that I directly linked to the Google Doc).

 If folks did not like the Google Docs setup for the dinners this year,
 please let me know and I can always bring the signups back to the wiki for
 future dinners. Again, it was an experiment for this year :c)

 I cannot speak for the Eventbrite pages, but my understanding that
 Eventbrite came with DLF handling registration finances this year.

 Thanks,
 Becky

 On Tue, Feb 17, 2015 at 1:05 PM, Cary Gordon listu...@chillco.com wrote:

 This really speaks to the c4l who’s-in-charge-here / nobody is in charge /
 take the ball and run with it zeitgeist.

 We have one person — Ryan Wick — who carries most of the load for the
 website and the wiki. I don’t think that he, or anyone else, takes
 responsibility for organizing the content. From here,it looks like
 everything is a mix of tradition and fire prevention. Accordingly, this
 year we had:

 — The conference web pages on code4lib.org
 — The usual assortment of pages on wiki.code4lib.org
 — The newcomer dinner page on Google Docs
 — Stuff on Eventbrite

 Resulting in a mix of the usual symptoms:

 — No single place to find stuff
 — Conflicting information
 — Not clear editorial policy

 So, what do we do, and who is this “we, anyhow?

 The conference organizers have control, in theory, but I think that they
 are understandably loath to mess with the traditional mix. There is no
 place for them to ask a question and get a single, cogent, authoritative
 answer.

 Code4lib itself isn’t really a thing, just an us, and we have been loath
 to form standing committees, although we have done that after a fashion for
 scholarships and the Journal. I think that the time has come for a Code4lib
 communications task force —I love that name — to address the structure

Re: [CODE4LIB] IT Refresh Cycles

2015-02-02 Thread Riley Childs
That is the general feel I got, taking into account the idea that your tech 
will be in pieces after 3-5 years (at least ours is), it is less about a need 
and more about fiscal planing (if we don't replace on a regular schedule the 
money won't be there for it) .
We lease because the TCO is much lower at the volume we lease at, I highly 
recommend calling CDW-G, they focus on edu and government and are fantastic.
//Riley


Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Rogers, Brianmailto:brian-rog...@utc.edu
Sent: ‎2/‎2/‎2015 8:22 PM
To: Riley Childsmailto:rchi...@cucawarriors.com
Subject: RE: IT Refresh Cycles

Hi Riley -

Thanks for the email. When you came up with those numbers, did you pull from 
any research for informing that decision? I'm having a difficult time finding 
consistent, authoritative justification.

- Brian

From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of Riley Childs 
[rchi...@cucawarriors.com]
Sent: Monday, February 02, 2015 8:13 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: IT Refresh Cycles

We lease everything, 3-5 years is the average refresh for our stuff.

//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Brian Rogersmailto:brian-rog...@utc.edu
Sent: ‎2/‎2/‎2015 6:58 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] IT Refresh Cycles

Hi - Is anyone responsible for IT refresh cycles in their library? This could 
be anything from computers to projectors, switches to routers, servers to media 
players. Looking to see who people turn to for industry standards (within 
libraries, or within colleges/universities, or the outside world), in 
researching recommendations and policies.

Thanks,
Brian Rogers


Re: [CODE4LIB] IT Refresh Cycles

2015-02-02 Thread Riley Childs
We lease everything, 3-5 years is the average refresh for our stuff.

//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Brian Rogersmailto:brian-rog...@utc.edu
Sent: ‎2/‎2/‎2015 6:58 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] IT Refresh Cycles

Hi - Is anyone responsible for IT refresh cycles in their library? This could 
be anything from computers to projectors, switches to routers, servers to media 
players. Looking to see who people turn to for industry standards (within 
libraries, or within colleges/universities, or the outside world), in 
researching recommendations and policies.

Thanks,
Brian Rogers


Re: [CODE4LIB] IT Refresh Cycles

2015-02-02 Thread Riley Childs
Routers and core infra we own outwright, our core has been in operation for 
well over 5years, we replace servers every 4-6 years, our next major upgrades 
will take place in 2019 and we expect to be on Windows 10 by 2018 because as of 
15 days ago windows 7 is on life support.
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Pikas, Christina K.mailto:christina.pi...@jhuapl.edu
Sent: ‎2/‎2/‎2015 9:50 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] IT Refresh Cycles

Not in charge but I think MPOW pays some attention to Gartner. The articles 
seem to map to hardware refresh (I tried a couple of different searches).

We're on a 3 year cycle for desktops and laptops - that's when the warranties 
run out for us.  I wouldn't know about switches, routers, servers. Projectors 
we replace them when they die or we renovate what they're mounted to.

Christina

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@listserv.nd.edu] On Behalf Of Brian 
Rogers
Sent: Monday, February 02, 2015 6:58 PM
To: CODE4LIB@listserv.nd.edu
Subject: [CODE4LIB] IT Refresh Cycles

Hi - Is anyone responsible for IT refresh cycles in their library? This could 
be anything from computers to projectors, switches to routers, servers to media 
players. Looking to see who people turn to for industry standards (within 
libraries, or within colleges/universities, or the outside world), in 
researching recommendations and policies.

Thanks,
Brian Rogers


Re: [CODE4LIB] Conference photography policy

2015-01-26 Thread Riley Childs
I will not be there this year (coincided with a scholarship opportunity) , but 
I think the best option may be to establish a time frame where the conf will 
not be streamed (eg day 2 afternoon) that way we can say this group of 
presenters will not be filmed.
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Salazar, Christinamailto:christina.sala...@csuci.edu
Sent: ‎1/‎26/‎2015 4:44 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Conference photography policy

In order to keep some presenters from being streamed and others not would 
require the presentation line up (including whether ALL of the presenters who 
are included on an individual presentation) to be made available to the filming 
crew in advance, for that line up not to change (for example, to run behind 
schedule), it would require quite a bit of babysitting of the piece of paper 
to make sure it was to hand at the time it's needed... I'm sure there's more 
that I don't know.

Because the broadcast is live, it's really NOT as simple as sticking up a piece 
of paper when someone comes on who doesn't want to be filmed because ONCE 
you've inadvertently filmed someone the cat is out of the bag - their image is 
out there for the world to see - it requires a bit of planning and thought (as 
I imagine) before the person is standing there getting filmed.

Cary and Riley (others) film C4L for fun and for free and may () want to 
actually do stuff other than juggling pieces of paper (like take a restroom 
break, perhaps?).

I believe Cary's and Riley's assessment that this is burdensome cos I can just 
imagine how this would be if *I* had to do it. Both have way more experience 
with this than me (er... I have none), but still, as I understand it, this is 
more than they feel comfortable taking on.

(Haven't you watched them - they actually DO bring some production values to 
this, too.)

Christina Salazar
Systems Librarian
John Spoor Broome Library
California State University, Channel Islands
805/437-3198


-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Sarah 
Shealy
Sent: Monday, January 26, 2015 12:07 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Conference photography policy

What more would be required than just putting a sheet of paper in front of the 
lens while filming? Honestly curious.
Sarah

 Date: Mon, 26 Jan 2015 12:00:05 -0800
 From: listu...@chillco.com
 Subject: Re: [CODE4LIB] Conference photography policy
 To: CODE4LIB@LISTSERV.ND.EDU

 I think that requiring explicit permission from presenters is overly 
 burdensome for the crew that is struggling to get the recordings up. I think 
 that speakers and presenters should be informed that all presentations may be 
 recorded and made available to the public unless they inform the conference 
 committee that they do not want to be recorded before their presentation 
 begins.

 If they object, the video crew will refrain from capturing their presentation.

 If we do screen capture again, it is possible that presenter could have the 
 option of allowing us to record their voice and screen.

 Cary

  On Jan 26, 2015, at 10:58 AM, Andreas Orphanides akorp...@ncsu.edu wrote:
 
  We would definitely want to both give notice to the presenters that
  the plan is to record and to get consent (or dissent) ahead of time,
  so that we can plan AV appropriately if someone does not want to be
  broadcast. It would be awful to broadcast someone who didn't consent
  to it; nor would we want to have to disrupt things in progress to adjust 
  for an unexpected
  dissent that should/could have been expected.
 
  On Mon, Jan 26, 2015 at 1:55 PM, Tara Robertson
  trobert...@langara.bc.ca
  wrote:
 
  I love this conversation.
 
  WRT presenters, I think it's good to be explicit that the plan is
  to stream and record. It would be good practice to have presenters
  sign a consent form agreeing

Re: [CODE4LIB] Code4LibCon video (Was: Re: [CODE4LIB] Conference photography policy)

2015-01-26 Thread Riley Childs
A streaming rotation might be an idea, it would be nice to have a morning 
crew/afternoon crew.

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Cary Gordon 
listu...@chillco.com
Sent: Monday, January 26, 2015 7:38 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Code4LibCon video (Was: Re: [CODE4LIB] Conference 
photography policy)

Correction: We need a Mac, as my encoder is Thunderbolt.

I will try to rebuild my MacBook Pro, if I gat a chance.


 On Jan 26, 2015, at 4:36 PM, Cary Gordon listu...@chillco.com wrote:

 Just to be clear, I am providing equipment and will set it up, but I do not 
 believe that we have a streaming crew at this time.

 Riley and I spent almost every moment of the last Con doing this, so while I 
 am willing to teach and help, I am not going to be the video guy again.

 We also need a decent computer. I am most familiar with Macs, but a PC will 
 do. Linux is not an option.

 Thanks,

 Cary

 On Jan 26, 2015, at 4:26 PM, Ranti Junus ranti.ju...@gmail.com 
 mailto:ranti.ju...@gmail.com wrote:

 I agree that streaming crew should be free from doing the paperwork. Tara
 has volunteered to be the paperwork person and I'm volunteering to help
 her out.

 I think streaming crew, Tara, and I can discuss separately on things that
 are need to be done or information we should provide (e.g. list of those
 who opt-out, their talk schedule, etc.) to the streaming crew.


 thanks,
 ranti.

 On Mon, Jan 26, 2015 at 7:07 PM, Cary Gordon listu...@chillco.com 
 mailto:listu...@chillco.com wrote:

 To be clear, what I said or tried to say is that the streaming crew needs
 to know if he presenter does not wish to be shown, or if they do not want
 their presentation shown before they start presenting. At least one full
 minute before would be great. They can take our word that we will honor
 their wishes.

 I think that it is fair to say that nobody involved with the video wants
 anything to do with paperwork, and if anyone has the time and energy to do
 that, their time would be better spent actually working on the video crew,
 which at this point is virtually nonexistent.

 Every presenter should know that we will be putting up video of their
 session or talk on our YouTube channel with a CC license, unless they
 demure. We should have a small sign to that effect at the podium, as well.


 --
 Cary Gordon
 The Cherry Hill Company
 http://chillco.com http://chillco.com/




 --
 Bulk mail.  Postage paid.



Re: [CODE4LIB] Conference photography policy

2015-01-26 Thread Riley Childs
I think it is pretty straightforward.
[] I am ok with my image, audio, and presentation being broadcast and archived 
(default)
[] I am not ok with my image being brodcasted, but will allow audio and slides
[] none of the above


This needs to be opt out, not opt in.
We are beating a dead horse at this point and complicating matters.

//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Tara Robertsonmailto:trobert...@langara.bc.ca
Sent: ‎1/‎26/‎2015 9:34 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Conference photography policy

I don't imagine that many, if any, people will opt out. But I think the
process is important: How do you say yes when you don't know what you're
agreeing to? And how do you know if you have the option to opt out,
unless asked?

Thanks everyone,
Tara

On 2015-01-26, 5:17 PM, Tom Johnson wrote:
 Thank you, Tara and Ranti for taking this on.  I'm sure even many speakers
 who have no problem being filmed will appreciate being notified and given
 the opportunity to opt in/out.

 - Tom

 On Mon, Jan 26, 2015 at 4:26 PM, Ranti Junus ranti.ju...@gmail.com wrote:

 I agree that streaming crew should be free from doing the paperwork. Tara
 has volunteered to be the paperwork person and I'm volunteering to help
 her out.

 I think streaming crew, Tara, and I can discuss separately on things that
 are need to be done or information we should provide (e.g. list of those
 who opt-out, their talk schedule, etc.) to the streaming crew.


 thanks,
 ranti.

 On Mon, Jan 26, 2015 at 7:07 PM, Cary Gordon listu...@chillco.com wrote:

 To be clear, what I said or tried to say is that the streaming crew needs
 to know if he presenter does not wish to be shown, or if they do not want
 their presentation shown before they start presenting. At least one full
 minute before would be great. They can take our word that we will honor
 their wishes.

 I think that it is fair to say that nobody involved with the video wants
 anything to do with paperwork, and if anyone has the time and energy to
 do
 that, their time would be better spent actually working on the video
 crew,
 which at this point is virtually nonexistent.

 Every presenter should know that we will be putting up video of their
 session or talk on our YouTube channel with a CC license, unless they
 demure. We should have a small sign to that effect at the podium, as
 well.

 --
 Cary Gordon
 The Cherry Hill Company
 http://chillco.com



 --
 Bulk mail.  Postage paid.



Re: [CODE4LIB] Conference photography policy

2015-01-26 Thread Riley Childs
I agree, it would be difficult to make some presentations anonymous and 
others not, it is really an on or off deal.
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Tara Robertsonmailto:trobert...@langara.bc.ca
Sent: ‎1/‎26/‎2015 3:35 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Conference photography policy

If it's too burdensome for the livestream crew, I'd be happy to
volunteer to work with the program committee and streaming committee to
make it happen.

I'd be willing to adapt the plain English consent sheet we used for
Access and the International Evergreen conference. I think it's
important for communication to be clear about where the video will be
streamed and archived. As a presenter I'm definately more mindful about
what I'm saying if I know it's going to be published to the web.

I think informed consent is important.

Tara

On 26/01/2015 12:00 PM, Cary Gordon wrote:
 I think that requiring explicit permission from presenters is overly 
 burdensome for the crew that is struggling to get the recordings up. I think 
 that speakers and presenters should be informed that all presentations may be 
 recorded and made available to the public unless they inform the conference 
 committee that they do not want to be recorded before their presentation 
 begins.

 If they object, the video crew will refrain from capturing their presentation.

 If we do screen capture again, it is possible that presenter could have the 
 option of allowing us to record their voice and screen.

 Cary

 On Jan 26, 2015, at 10:58 AM, Andreas Orphanides akorp...@ncsu.edu wrote:

 We would definitely want to both give notice to the presenters that the
 plan is to record and to get consent (or dissent) ahead of time, so that we
 can plan AV appropriately if someone does not want to be broadcast. It
 would be awful to broadcast someone who didn't consent to it; nor would we
 want to have to disrupt things in progress to adjust for an unexpected
 dissent that should/could have been expected.

 On Mon, Jan 26, 2015 at 1:55 PM, Tara Robertson trobert...@langara.bc.ca
 wrote:

 I love this conversation.

 WRT presenters, I think it's good to be explicit that the plan is to
 stream and record. It would be good practice to have presenters sign a
 consent form agreeing to this.

 Tara



 On 26/01/2015 10:42 AM, Andreas Orphanides wrote:

 Sounds like we've got an established practice in place, then. Awesome.

 Wouldn't hurt for us to clarify any policy we decide on to state that
 presenters are welcome to not consent to webcast.

 On Mon, Jan 26, 2015 at 1:41 PM, William Denton w...@pobox.com wrote:

 On 26 January 2015, Andreas Orphanides wrote:
   Not to complicate things: shall (or *how shall*) we accommodate
 requests

 from presenters who might have a no photo preference vis-a-vis
 conference
 webcast?

 A few years ago a speaker didn't want to be filmed, and someone turned
 off
 the camera and put a paper bag over it for the duration.

 Bill
 --
 William Denton ↔  Toronto, Canada ↔  https://www.miskatonic.org/

 --

 Tara Robertson

 Accessibility Librarian, CAPER-BC http://caperbc.ca/
 T  604.323.5254
 F  604.323.5954
 trobert...@langara.bc.ca mailto:Tara%20Robertson%20%
 3ctrobert...@langara.bc.ca%3E

 Langara. http://www.langara.bc.ca

 100 West 49th Avenue, Vancouver, BC, V5Y 2Z6



--

Tara Robertson

Accessibility Librarian, CAPER-BC http://caperbc.ca/
T  604.323.5254
F  604.323.5954
trobert...@langara.bc.ca
mailto:tara%20robertson%20%3ctrobert...@langara.bc.ca%3E

Langara. http://www.langara.bc.ca

100 West 49th Avenue, Vancouver, BC, V5Y 2Z6


Re: [CODE4LIB] wifi / network use policies

2015-01-23 Thread Riley Childs
Another question: Are you talking full on AUP or a short statement (like I 
provided)?

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

CONFIDENTIALITY NOTICE:  This email and any files transmitted with it are the 
property of Charlotte United Christian Academy.  This e-mail, and any 
attachments thereto, is intended only for use by the addressee(s) named herein 
and may contain confidential information that is privileged and/or exempt from 
disclosure under applicable law.  If you are not one of the named original 
recipients or have received this e-mail in error, please permanently delete the 
original and any copy of any e-mail and any printout thereof. Thank you for 
your compliance.  This email is also subject to copyright. No part of it nor 
any attachments may be reproduced, adapted, forwarded or transmitted without 
the written consent of the copyright ow...@cucawarriors.com


From: Kyle Banerjeemailto:kyle.baner...@gmail.com
Sent: ‎1/‎23/‎2015 2:44 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] wifi / network use policies

I haven't managed a network for years, but our approach was to provide a
broad statement of what the network was for and to make it clear the
network couldn't be used for malicious or illegal purposes.

The CYA policy is a start but you'll still have to deal with problems such
as people using the network to stalk/harass others, intentionally or
unintentionally attack other systems, and piracy. Balancing user needs with
very real privacy issues, network capacity, and the sad fact that some
people act like jerks when they can hide behind a veil of anonymity is
challenging. I'm glad I don't have to worry about that kind of stuff
anymore.

kyle


On Thu, Jan 22, 2015 at 6:11 AM, Nate Hill nathanielh...@gmail.com wrote:

 Hi all,

 I wonder if libraries that manage their own networks, either academic or
 public, would be willing to share their wifi / network use policies with
 me?  I'm working with the city of Chattanooga to separate our library's 4th
 Floor GigLab http://blog.giglab.io/ from the city's network.  The 4th
 Floor is our library's beta space / makerspace / civic lab, and we are
 constantly running public experiments of one kind or another here.  Our ISP
 has given us a separate 1gig fiber drop for this space, and we intend to
 use (or keep using) the whole area as a public laboratory to experiment
 with the network, hardware, and software.

 So... I need to get a policy to city legal for review and to my board
 before we actually make this separation.  I don't really want to go to jail
 when someone hacks North Korea from the library's GigLab.

 Thanks for any documents or input you all might provide,

 Nate


 --
 Nate Hill
 nathanielh...@gmail.com
 http://4thfloor.chattlibrary.org/
 http://www.natehill.net



Re: [CODE4LIB] wifi / network use policies

2015-01-22 Thread Riley Childs
This is the one we use for our Guest/Student network


By accessing this network you agree to the following:

h1***ALL ACCESS ON THIS NETWORK IS LOGGED***/h1
br


ul
liYou will not utilize this network for any illegal purpose/li
liYou will not utilize this network in such a way that may degrade the 
performance of the network for others/li
liUsage of this network may be revoked at any time for any reason deemed by 
Charlotte United Christian Academy/li
liYou agree to hold Charlotte United Christian Academy and Associated 
Organizations blameless in any issues that may arise/li
/ul
If you have any issues please contact IT Services

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Nate Hill 
nathanielh...@gmail.com
Sent: Thursday, January 22, 2015 9:11 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] wifi / network use policies

Hi all,

I wonder if libraries that manage their own networks, either academic or
public, would be willing to share their wifi / network use policies with
me?  I'm working with the city of Chattanooga to separate our library's 4th
Floor GigLab http://blog.giglab.io/ from the city's network.  The 4th
Floor is our library's beta space / makerspace / civic lab, and we are
constantly running public experiments of one kind or another here.  Our ISP
has given us a separate 1gig fiber drop for this space, and we intend to
use (or keep using) the whole area as a public laboratory to experiment
with the network, hardware, and software.

So... I need to get a policy to city legal for review and to my board
before we actually make this separation.  I don't really want to go to jail
when someone hacks North Korea from the library's GigLab.

Thanks for any documents or input you all might provide,

Nate


--
Nate Hill
nathanielh...@gmail.com
http://4thfloor.chattlibrary.org/
http://www.natehill.net


Re: [CODE4LIB] Wi-Fi location triangulation

2015-01-19 Thread Riley Childs
And a ton of access points.

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Cary Gordonmailto:listu...@chillco.com
Sent: ‎1/‎19/‎2015 2:50 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Wi-Fi location triangulation

Right. The user would need an app to do this.

Cary

 On Jan 19, 2015, at 11:44 AM, Richard, Joel M richar...@si.edu wrote:

 I thought that the Smithsonian was working with ... someone on this. Maybe 
 Google since they are mapping the insides of some of our museums. The process 
 they used goes something like this:

 They send a person to walk around the building with a laptop measuring the 
 varying strengths of signal from all of the wifi access points from many 
 physical locations in the building and record that info into a database. Then 
 as a person walks around the building, they know where they are based on the 
 relative strengths of the various devices. If a device moves or is replaced, 
 then you have to measure again to get a new database.

 You don't actually need to connect to the access point to know the strength 
 of signal from it. Retail stores are also starting to use this technology to 
 track what parts of the store people spend time in. They can track the 
 location of a particular wifi device even if it's not connected to the 
 network. So the tech exists, to work both ways. :)

 --Joel


 Joel Richard
 Lead Web Developer, Web Services Department
 Smithsonian Libraries | http://library.si.edu/
 (202) 633-1706 | richar...@si.edu

 
 From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of Cary Gordon 
 [listu...@chillco.com]
 Sent: Sunday, January 18, 2015 11:52 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Wi-Fi location triangulation

 It shouldn’t be impossible, but it would be tricky. Normally, users connect 
 to one access point at a time. To locate a user would require connecting to 
 two or three. I am sure that there is some utility library to do this, but it 
 would need to be incorporated in an app and loaded on the user side.

 Cary

 On Jan 18, 2015, at 7:24 AM, Fleming, Jason flemi...@uncw.edu wrote:

 Has anyone used Wi-Fi to determine a user's position within the library to 
 help them zero in on a book's location using their mobile browser?

 I've seen a number of interesting articles and posts, but haven't come 
 across any actual use cases. I'm wondering if all the metal shelving in a 
 library would make this impossible?

 Jason Fleming
 University of North Carolina Wilmington
 flemi...@uncw.edu


Re: [CODE4LIB] Registration for Code4Lib 2015 in Portland Oregon is NOW OPEN!

2014-12-09 Thread Riley Childs
And last year, last year was a joke...

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Tom Johnsonmailto:johnson.tom+code4...@gmail.com
Sent: ‎12/‎9/‎2014 1:58 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Registration for Code4Lib 2015 in Portland Oregon is 
NOW OPEN!

We're working hard to make sure that those scare quotes drop off of
unlimited.  Hopefully we can avoid the annual in-session wifi issues.

On Tue, Dec 9, 2014 at 10:54 AM, Terrell, Trey trey.terr...@oregonstate.edu
 wrote:

 Not sure if anybody has replied to this - yes! There will be free in-room
 wifi as well as “unlimited” conference Wi-Fi during the event.

 Trey Terrell
 Analyst Programmer
 trey.terr...@oregonstate.edu
 Oregon State University Libraries
 Corvallis, OR 97331





 On 12/8/14, 7:38 PM, Emily Lynema emilylyn...@gmail.com wrote:

 Anyone know if internet is included? I mean, it would be crazy if it's
 not,
 but just to make sure somebody thought about it...
 
 On Mon, Dec 8, 2014 at 3:35 PM, Mark A. Matienzo mark.matie...@gmail.com
 
 wrote:
 
  I made my reservation on Sunday, and I ran into the same snag. They
  suggested I wait an hour or so for the change to propagate throughout
 the
  system.
 
  Mark
 
  On Dec 8, 2014, at 2:22 PM, Mark Mounts mark.mou...@dartmouth.edu
 wrote:
 
   I just tried to check my hotel reservation that I made through the
 link
  on
   the registration page with the hotel directly and they couldn’t find
 my
   reservation - and now they claim to be out of rooms.
  
   Best to check yours!
  
   On 12/8/14, 1:46 PM, Tom Johnson johnson.tom+code4...@gmail.com
  wrote:
  
   I'm also being told that you will likely get the block rate for the
   weekend
   if you call and ask.
  
   Again, we're working to make sure the edge dates stay available and
  ready
   to ask the hotel to expand any dates that fill up.
  
   We are closing in on sold out for Thursday, but trying to expand that
  day,
   Monday-Wednesday nights are still very available.
  
   On Mon, Dec 8, 2014 at 10:39 AM, Tom Johnson
   johnson.tom+code4...@gmail.com
   wrote:
  
   I'm told we're not currently out of block space for any of
   Sunday-Thursday
   nights.
  
   If you're having trouble, calling the hotel directly is probably the
   best
   solution.
  
   We'll do our best to stay on top of the block status and expand it
  where
   needed.  The hotel has been very flexible thus far, and I get the
   impression they would be glad if we booked them solid.
  
   On Mon, Dec 8, 2014 at 10:22 AM, Tom Johnson 
   johnson.tom+code4...@gmail.com wrote:
  
   Any chance we could get in touch with the hotel? It might not be
 that
   the hotel is booked up, but rather that it won't allow us to order
  that
   night on the block.
  
   That seems to be the case (i.e. the block for Thursday night is
 sold
   out). We're working on getting info and expanding the block as
 needed.
  
   On Mon, Dec 8, 2014 at 10:15 AM, Andreas Orphanides 
  akorp...@ncsu.edu
   wrote:
  
   Lack of Thursday overnight is going to be a big deal, especially
 with
   the
   west coast location. Any chance we could get in touch with the
 hotel?
   It
   might not be that the hotel is booked up, but rather that it won't
   allow
   us
   to order that night on the block.
  
   On Mon, Dec 8, 2014 at 1:11 PM, Collier, Aaron 
  acoll...@calstate.edu
   wrote:
  
   This is the problem I had. Tried to book through the weekend and
 it
   apparently wasn't available.
  
  
  
  
  ---
   ---
   Aaron Collier
   Digital Repository Services Manager
   Systemwide Digital Library Services, California State University
   
   From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
   Joshua
   Gomez [jgo...@getty.edu]
   Sent: Monday, December 08, 2014 10:10 AM
   To: CODE4LIB@LISTSERV.ND.EDU
   Subject: Re: [CODE4LIB] Registration for Code4Lib 2015 in
 Portland
   Oregon
   is NOW OPEN!
  
   I had trouble as well, but when I restricted my reservation to
 only
   Sunday-Wed nights, it then allowed me to reserve rooms. It
 appears
   that
   there are no rooms available for Thursday or Friday after the
   conference.
  
   -Josh
  
  
   Joshua Gomez | Sr. Software Engineer
   Getty Research Institute | Los Angeles, CA
   310-440-7421
  
   Louisa Kwasigroch lkwasigr...@clir.org 12/08/14 10:07 AM
 
   I just tried the link from the registration page:
  
  
  
  https://resweb.passkey.com/Resweb.do?mode=welcome_ei_neweventID=117148
   45
   ,
   and then clicked on łmake a reservation˛, and it allowed me to
   select
   dates and get a room.
  
   On 12/8/14

Re: [CODE4LIB] what good books did you read in 2014?

2014-12-09 Thread Riley Childs
Books:
Tale of 2 Cities
1984
Enders Game Trilogy
(I dont read enough books...)

Serials
Lighting and Sound America
2600: Hacker Quarterly
Protocol
Code4lib (of course...)

Technical Stuff
Quite a few RFCs
Too Many Manuals
RailsGuide
Windows Server Unleashed


Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Mark Pernottomailto:mark.perno...@gmail.com
Sent: ‎12/‎9/‎2014 2:56 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] what good books did you read in 2014?

On the (board) gaming front: not new, but *Lords of Waterdeep* was quick to
learn, and very dynamic, with a fantastic expansion pack!

.m

On Tue, Dec 9, 2014 at 11:52 AM, Andreas Orphanides akorp...@ncsu.edu
wrote:

 I had fun with both the Southern Reach trilogy (Jeff VanderMeer) and The
 Expanse series (James S. A. Corey). If you're into sci-fi-ish stuff.

 On Tue, Dec 9, 2014 at 2:46 PM, Heather Rayl 23e...@gmail.com wrote:

  While I've done a lot of re-reading this past year (something that I do
  when I'm particularly stressed), I did read a few new things thanks to my
  book club. The one that sticks with me is _The Enchanted_, by Rene
 Denfeld.
 
  It had me reeling by the end of the book, and I am still thinking about
 it
  three months later. And I will probably end up reading it at least a
 second
  time, if I can go through it again.
 
  ~heather
 
  On Tue, Dec 9, 2014 at 2:33 PM, Galvan, Angela angela.gal...@osumc.edu
  wrote:
 
   I have an unhealthy love for William Gibson's latest novel, _The
   Peripheral_.
  
   Like Andromeda, I thought _Her_ was incredible.
  
   Not from this year, but _MISS DMZ_ found here:
   http://www.yhchang.com/MISS_DMZ.html. I learned about this from a talk
   Seo-Young Chu gave on representation of the DMZ in science fiction.
 She's
   also the author of _Do Metaphors Dream of Literal Sleep? A
   Science-Fictional Theory of Representation_ which I've been meaning to
  read
   but am terrified it will make me consider a PhD again.
  
   A.S. Galvan
   Digital Reformatting Specialist
   Head, Document Delivery
   The Ohio State University
   Health Sciences Library
   angela.gal...@osumc.edu
  
  
   -Original Message-
   From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf
 Of
   Andromeda Yelton
   Sent: Tuesday, December 09, 2014 9:47 AM
   To: CODE4LIB@LISTSERV.ND.EDU
   Subject: [CODE4LIB] what good books did you read in 2014?
  
   Hey, code4lib! I bet you consume fascinating media. What good books did
   you read in 2014 that you think your colleagues would like, too?  (And
  hey,
   we're all digital, so feel free to include movies and video games and
 so
   forth.)
  
   Mine:
   http://www.obeythetestinggoat.com/ (O'Reilly book, plus read free
  online)
   - a book on testing from a Django-centric, front end perspective.
  *Finally*
   I get how testing works. This book rewrote my brain.
  
   _The Warmth of Other Suns_ - finally got around to reading this magnum
   opus history of the Great Migration, am halfway through, it's amazing.
 If
   you're looking for some historical context on how we got to Ferguson,
   Isabel Wilkerson has you covered.
  
   _Her_ - Imma let you finish, Citzenfour and Big Hero 6 and LEGO movie
 and
   Guardians of the Galaxy - you were all good - but I walked out of the
   theater and literally couldn't speak after this one. Plus, funniest
   throwaway scene ever. Almost fell out of my chair.
  
   _Tim's Vermeer_ - wait, no, watch that one too. Weird tinkering genius
  who
   can't paint obsesses over recreating a Vermeer with startling,
   physics-driven results. Also, Penn Jillette.
  
   --
   Andromeda Yelton
   Board of Directors, Library  Information Technology Association:
   http://www.lita.org
   Advisor, Ada Initiative: http://adainitiative.org
   http://andromedayelton.com @ThatAndromeda 
   http://twitter.com/ThatAndromeda
  
 



Re: [CODE4LIB] Streaming Copyrighted material

2014-12-03 Thread Riley Childs
But the difference here is that the defendant did not go and find the content, 
whereas if I, Riley Childs, go make my own site organizing Videos from Vevo and 
embedding them in mass I would be in violation of Vevo's specific ToS and the 
copyright law because I am knowingly providing a method for people to view 
videos outside of the provided license. Maybe I am reading the articles wrong, 
but Flava Works vs Gunter cannot be compared in this case because Gunter is a 
service provider who doesn't encourage infringement. But Riley's Vevo 
Aggregator would be intentionally retrieving copyrighted videos in mass, This 
is like how although Adobe Reader [or insert freeware of your choice] is free I 
cannot go and host downloads of it on my public website and repackage it into a 
custom installer.

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Laura McNamaramailto:laura.mcnam...@jefferson.edu
Sent: ‎12/‎3/‎2014 12:18 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Streaming Copyrighted material

Might Flava Works, Inc. v. Gunter be helpful?  The case addressed embedded 
videos and contributory infringement.  
http://scholar.google.com/scholar_case?case=1140687521579547092hl=enas_sdt=6as_vis=1oi=scholarr

http://en.wikipedia.org/wiki/Flava_Works_Inc._v._Gunter


Did the Flava Works decision create a copyright loophole for online video? 
http://www.tmtperspectives.com/2012/10/22/did-the-flava-works-decision-create-a-copyright-loophole-for-online-video/

Flava Works v Gunter: Injunction Vacated 
http://www.copyhype.com/2012/08/flava-works-v-gunter-injunction-vacated/


___

Laura McNamara, MSLS
Electronic Resources Librarian
Center for Teaching and Learning
and the Scott Memorial Library
Thomas Jefferson University
1020 Walnut St., Philadelphia, PA 19107
Phone: (215) 503-5203
Fax: (215) 503-4793


-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Simon 
Spero
Sent: Wednesday, December 03, 2014 11:28 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Streaming Copyrighted material

Aereo[1] makes  clear that viewing streamed material is a performance .

«In 1976 Congress amended the Copyright Act in large part to reject the Court's 
holdings in *Fortnightly* and *Teleprompter.* See H.R.Rep. No.
94-1476, pp. 86-87 (1976) (hereinafter H.R. Rep.) (The 1976 amendments 
completely overturned this Court's narrow construction of the Act in
*Fortnightly* and *Teleprompter*). Congress enacted new language that erased 
the Court's line between broadcaster and viewer, in respect to perform[ing] a 
work. The amended statute clarifies that to perform an audiovisual work means 
to show its images in any sequence or to 2506 
http://scholar.google.com/scholar_case?q=+Aereo+hl=enas_sdt=4,60as_ylo=2010as_vis=1case=12966915270831588740scilh=0#p2506
*2506
http://scholar.google.com/scholar_case?q=+Aereo+hl=enas_sdt=4,60as_ylo=2010as_vis=1case=12966915270831588740scilh=0#p2506make
the sounds accompanying it audible. § 101; see *ibid.* (defining 
[a]udiovisual works as works that consist of a series of related images 
which are intrinsically intended to be shown by the use of machines..., 
together with accompanying sounds). Under this new language, *both* the 
broadcaster *and* the viewer of a television program perform, because they 
both show the program's images and make audible the program's sounds.
See H.R. Rep., at 63 ([A] broadcasting network is performing when it transmits 
[a singer's performance of a song] ... and any individual is performing 
whenever he or she ... communicates the performance by turning on a receiving 
set).»

http://scholar.google.com/scholar_case?q=+Aereo+hl=enas_sdt=4,60as_ylo=2010as_vis=1case=12966915270831588740scilh=0
On Dec 3, 2014 10:47 AM, Notess, Mark mnot...@iu.edu wrote:

 I'm sure none of us wants to get sued or fired. So caution is
 understandable, especially as individuals. As institutions, always
 erring on the side of caution is a recipe for steady erosion of fair
 use, public domain, and other rights. Libraries should be at the
 forefront of protecting those rights, and, where possible, expanding them.

 Best,

 Mark
 --
 Mark Notess
 Head, User Experience and Digital Media Services Library Technologies
 Indiana University Bloomington Libraries
 +1.812.856.0494
 mnot...@iu.edu




 On 12/2/14, 10:25 PM, Riley Childs rchi...@cucawarriors.com wrote:

 First: Technically when you stream a video a portion of the video is
 local, so it wouldn't necessarily be legal for the viewer either.
 
 Second: Regardless of legality streaming copyrighted content without
 a license or payment is a morally grey area

Re: [CODE4LIB] Streaming Copyrighted material

2014-12-02 Thread Riley Childs
First: Technically when you stream a video a portion of the video is local, so 
it wouldn't necessarily be legal for the viewer either.

Second: Regardless of legality streaming copyrighted content without a license 
or payment is a morally grey area. And most AUP at universities specifically 
exclude use of the network to provide access to content if that content is not 
properly licensed.

I always err on the side of caution with this sort of stuff. Licensing is 
tricky regardless of application.

And yes i have absolutely faced these questions from both an IT Capacity and a 
librarian capacity.
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Cornel Darden Jr.mailto:corneldarde...@gmail.com
Sent: ‎12/‎2/‎2014 10:00 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Streaming Copyrighted material

Hello,

Is streaming (viewing online) copyrighted material illegal for individuals. 
According to the copyright.gov website this seems to be completely legal for 
the viewer when there isn't a copy of the work on the viewers computer. It only 
mentions hosting streams as being a misdemeanor, even if there isn't any profit.

This is becoming a huge issue as more content consumers become cord cutters. 
Has any librarians faced these questions?

I am planning on implementing Kodi in my library, but will only make public 
domain material accessible. Kodi provides an excellent user interface for 
organizing and viewing public domain material.

Thanks,

Cornel Darden Jr.
MSLIS
Library Department Chair
South Suburban College
7087052945

Our Mission is to Serve our Students and the Community through lifelong 
learning.

Sent from my iPhone


Re: [CODE4LIB] Code4Lib 2015: T-Shirts Voting

2014-12-02 Thread Riley Childs
I plan to make all proposed shirt designs available on the code4lib store 
following the poll, except the winner, which I will release following the 
conference.
code4lib.spreadshirt.com

Thanks
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Christina Marie Harlowmailto:cmh2...@columbia.edu
Sent: ‎12/‎2/‎2014 6:04 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Code4Lib 2015: T-Shirts Voting

Hi everyone-

We have some wonderful t-shirt options for Code4Lib 2015 in Portland, so
now we need you to go vote! You can vote for your favorite t-shirt logo
here (thanks to Mike Eaton for making the poll):
http://vote.code4lib.org/election/35

You only have until this Sunday, 12/7/2015 5 PM PST to vote - so go ahead
and vote now. The winning design will be available on either a black or a
dark (hunter) green shirt.

Thank you all!
T-Shirts Organizing Group

--
Christina Harlow

Metadata Specialist
Columbia University Libraries

cmh2...@columbia.edu
http://www.christinaharlow.com/
@cm_harlow
 +1 212 854 8457
102 Butler Library, MC 


Re: [CODE4LIB] Streaming Copyrighted material

2014-12-02 Thread Riley Childs
The following is NOT legal advice, please consult your legal department in 
depth.

Now that my disclaimer is out of the way

you utilize the in place playback mechanisms given by vevo (embeding a YouTube 
video) for example that is perfectly legit, unless you are prohibited from 
hosting an aggregate site under YouTube/Vevo's ToS (you likely are) Now some 
streaming services prohibit embeds so this isn't an option but you can still 
link to the content source for example (which may still violate ToS, but this 
may not be legally enforceable) Now at the end of the day it all comes down to 
how the content is licensed to the viewer/consumer and weather the terms are 
legal under your jurisdiction laws or are within the terms of existing 
agreements. And most importantly weather you are considered a distributor or 
not under the terms of the agreement and the laws in your jurisdiction.

I come at this after spending the day dealing with MS Client/Server Licensing, 
so I maybe being a little conservative. But better safe than sorry in many 
cases.

//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Cornel Darden Jr.mailto:corneldarde...@gmail.com
Sent: ‎12/‎2/‎2014 10:43 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Streaming Copyrighted material

Hello,

What about websites that stream their content for free like Vevo? Would making 
that type of content accessible in a more organized manner be acceptable? Or 
would that be considered circumvention? I don't plan on doing that, I only plan 
on making Public domain content accessible but the questions of organizing 
material from abc.com or Fox news has come up. Since I'm certain that these 
commercial websites would love to have subscription services for Libraries, the 
legal issues are very interesting.

Thanks,

Cornel Darden Jr.
MSLIS
Library Department Chair
South Suburban College
7087052945

Our Mission is to Serve our Students and the Community through lifelong 
learning.

Sent from my iPhone

 On Dec 2, 2014, at 9:25 PM, Riley Childs rchi...@cucawarriors.com wrote:

 First: Technically when you stream a video a portion of the video is local, 
 so it wouldn't necessarily be legal for the viewer either.

 Second: Regardless of legality streaming copyrighted content without a 
 license or payment is a morally grey area. And most AUP at universities 
 specifically exclude use of the network to provide access to content if that 
 content is not properly licensed.

 I always err on the side of caution with this sort of stuff. Licensing is 
 tricky regardless of application.

 And yes i have absolutely faced these questions from both an IT Capacity and 
 a librarian capacity.
 //Riley

 Sent from my Windows Phone

 --
 Riley Childs
 Senior
 Charlotte United Christian Academy
 Library Services Administrator
 IT Services Administrator
 (704) 537-0331x101
 (704) 497-2086
 rileychilds.net
 @rowdychildren
 I use Lync (select External Contact on any XMPP chat client)
 
 From: Cornel Darden Jr.mailto:corneldarde...@gmail.com
 Sent: ‎12/‎2/‎2014 10:00 PM
 To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
 Subject: [CODE4LIB] Streaming Copyrighted material

 Hello,

 Is streaming (viewing online) copyrighted material illegal for individuals. 
 According to the copyright.gov website this seems to be completely legal for 
 the viewer when there isn't a copy of the work on the viewers computer. It 
 only mentions hosting streams as being a misdemeanor, even if there isn't any 
 profit.

 This is becoming a huge issue as more content consumers become cord cutters. 
 Has any librarians faced these questions?

 I am planning on implementing Kodi in my library, but will only make public 
 domain material accessible. Kodi provides an excellent user interface for 
 organizing and viewing public domain material.

 Thanks,

 Cornel Darden Jr.
 MSLIS
 Library Department Chair
 South Suburban College
 7087052945

 Our Mission is to Serve our Students and the Community through lifelong 
 learning.

 Sent from my iPhone


Re: [CODE4LIB] Metadata T-Shirt

2014-11-18 Thread Riley Childs
I am planning to offer Metadata stickers when I get up an running!
//Riley

--
Riley Childs
Senior
IT Admin
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Coral 
Sheldon-Hess co...@sheldon-hess.org
Sent: Tuesday, November 18, 2014 10:55 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Metadata T-Shirt

Any chance of a Metadata sticker? I want to put one on my laptop! :)

- Coral

On Fri, Nov 14, 2014 at 1:45 PM, Riley Childs ri...@tfsgeo.com wrote:

 Doubt it, it exists on CafePress and the c4l wiki, no where else.
 In other news:
 -I am about to add a Metadata Hat, Metadata Santa's Hat, Apron, Bath Towel,
 and other awesome products
 -If you have tshirt logos for previous years (in a SVG, EPS, or Ai format)
 it would be great if you could send them to me!
 -Please notify me (so I can take it off the store) AND spreadshirt (for a
 refund) if the logo on the product is messed up in any way
 Thanks
 //Riley

 Riley Childs
 Senior
 Asst. IT Services Director
 Library Guru
 Charlotte United Christian Academy
 Library Tech Cast (http://LibraryTechCast.com)
 ri...@tfsgeo.com
 http://RileyChilds.net
 @RowdyChildren

 *Please Think before Hitting Reply All*

 *I Do Web Development, Contact Me at http://RileyChilds.net/work
 http://RileyChilds.net/work*


 On Fri, Nov 14, 2014 at 12:15 PM, Pikas, Christina K. 
 christina.pi...@jhuapl.edu wrote:

  Any chance it's being taken off as (incorrectly) being identified as
  infringing?
  Christina
 
  -Original Message-
  From: Code for Libraries [mailto:CODE4LIB@listserv.nd.edu] On Behalf Of
  Goben, Abigail
  Sent: Friday, November 14, 2014 12:07 PM
  To: CODE4LIB@listserv.nd.edu
  Subject: Re: [CODE4LIB] Metadata T-Shirt
 
  Things are back! Thank you! (Running off to tell all the people who
 wanted
  one)
 
 
  On 11/14/2014 10:00 AM, Riley Childs wrote:
   I added them back, let me know if they disappear again:
   http://code4lib.spreadshirt.com/metadata-I1001665722
  
   Riley Childs
   Senior
   Asst. IT Services Director
   Library Guru
   Charlotte United Christian Academy
   Library Tech Cast (http://LibraryTechCast.com)
   ri...@tfsgeo.com
   http://RileyChilds.net
   @RowdyChildren
  
   *Please Think before Hitting Reply All*
  
   *I Do Web Development, Contact Me at http://RileyChilds.net/work
   http://RileyChilds.net/work*
  
  
   On Fri, Nov 14, 2014 at 10:48 AM, Tania Fersenheim 
 tan...@brandeis.edu
   wrote:
  
   I ordered a little while ago and now the link has stopped working.
  
   On Fri, Nov 14, 2014 at 10:45 AM, Riley Childs ri...@tfsgeo.com
  wrote:
  
   Huh! Several people have ordered the shirt, I can't find it either, I
   contact spreadshirt and investigate!
  
   Riley Childs
   Senior
   Asst. IT Services Director
   Library Guru
   Charlotte United Christian Academy
   Library Tech Cast (http://LibraryTechCast.com)
   ri...@tfsgeo.com
   http://RileyChilds.net
   @RowdyChildren
  
   *Please Think before Hitting Reply All*
  
   *I Do Web Development, Contact Me at http://RileyChilds.net/work
   http://RileyChilds.net/work*
  
  
   On Fri, Nov 14, 2014 at 10:41 AM, Goben, Abigail ago...@uic.edu
  wrote:
  
   Hi Riley!
  
   I can't get the t-shirt link to work? Help?
  
   Abigail
  
  
  
   On 11/13/2014 1:31 PM, Riley Childs wrote:
  
   At long last the Metadata T-Shirt is available from the code4lib
   Spreadshirt store. More Metadata products to follow!
  
   Get it at
   http://code4lib.spreadshirt.com/metadata-I1001657864
  
  
   Don't forget to indicate your interest in code4lib stickers:
   https://docs.google.com/a/tfsgeo.com/forms/d/1k-bQVSduKyOVMkXpJ_
   xOwk9SDjjEoX7QnQ4JTyp2BqI/viewform
   Details to follow regarding stickers and more store stuff!
  
   Thanks!
   //Riley
  
  
   --
   Riley Childs
   Senior
   IT Admin
   Charlotte United Christian Academy
   office: +1 (704) 537-0331 x101
   mobile: +1 (704) 497-2086
   web: rileychilds.net
   twitter: @RowdyChildren
   Checkout our new Online Library Catalog: catalog.cucawarriors.com
  
  
   --
   Abigail Goben, MLS
   Assistant Information Services Librarian and Assistant Professor
   Library of the Health Sciences
   University of Illinois at Chicago
   1750 W. Polk (MC 763)
   Chicago, IL 60612
   ago...@uic.edu
  
  
  
   --
  
   Tania Fersenheim
   Manager of Library Systems
  
   Brandeis University
   Library and Technology Services
  
   415 South Street, (MS 017/P.O. Box 549110)
   Waltham, MA 02454-9110
   Phone: 781.736.4698
   Fax: 781.736.4577
   email: tan...@brandeis.edu
  
 
  --
  Abigail Goben, MLS
  Assistant Information Services Librarian and Assistant Professor
  Library of the Health Sciences
  University of Illinois at Chicago
  1750 W. Polk (MC 763)
  Chicago, IL

Re: [CODE4LIB] Metadata T-Shirt

2014-11-14 Thread Riley Childs
Doubt it, it exists on CafePress and the c4l wiki, no where else.
In other news:
-I am about to add a Metadata Hat, Metadata Santa's Hat, Apron, Bath Towel,
and other awesome products
-If you have tshirt logos for previous years (in a SVG, EPS, or Ai format)
it would be great if you could send them to me!
-Please notify me (so I can take it off the store) AND spreadshirt (for a
refund) if the logo on the product is messed up in any way
Thanks
//Riley

Riley Childs
Senior
Asst. IT Services Director
Library Guru
Charlotte United Christian Academy
Library Tech Cast (http://LibraryTechCast.com)
ri...@tfsgeo.com
http://RileyChilds.net
@RowdyChildren

*Please Think before Hitting Reply All*

*I Do Web Development, Contact Me at http://RileyChilds.net/work
http://RileyChilds.net/work*


On Fri, Nov 14, 2014 at 12:15 PM, Pikas, Christina K. 
christina.pi...@jhuapl.edu wrote:

 Any chance it's being taken off as (incorrectly) being identified as
 infringing?
 Christina

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@listserv.nd.edu] On Behalf Of
 Goben, Abigail
 Sent: Friday, November 14, 2014 12:07 PM
 To: CODE4LIB@listserv.nd.edu
 Subject: Re: [CODE4LIB] Metadata T-Shirt

 Things are back! Thank you! (Running off to tell all the people who wanted
 one)


 On 11/14/2014 10:00 AM, Riley Childs wrote:
  I added them back, let me know if they disappear again:
  http://code4lib.spreadshirt.com/metadata-I1001665722
 
  Riley Childs
  Senior
  Asst. IT Services Director
  Library Guru
  Charlotte United Christian Academy
  Library Tech Cast (http://LibraryTechCast.com)
  ri...@tfsgeo.com
  http://RileyChilds.net
  @RowdyChildren
 
  *Please Think before Hitting Reply All*
 
  *I Do Web Development, Contact Me at http://RileyChilds.net/work
  http://RileyChilds.net/work*
 
 
  On Fri, Nov 14, 2014 at 10:48 AM, Tania Fersenheim tan...@brandeis.edu
  wrote:
 
  I ordered a little while ago and now the link has stopped working.
 
  On Fri, Nov 14, 2014 at 10:45 AM, Riley Childs ri...@tfsgeo.com
 wrote:
 
  Huh! Several people have ordered the shirt, I can't find it either, I
  contact spreadshirt and investigate!
 
  Riley Childs
  Senior
  Asst. IT Services Director
  Library Guru
  Charlotte United Christian Academy
  Library Tech Cast (http://LibraryTechCast.com)
  ri...@tfsgeo.com
  http://RileyChilds.net
  @RowdyChildren
 
  *Please Think before Hitting Reply All*
 
  *I Do Web Development, Contact Me at http://RileyChilds.net/work
  http://RileyChilds.net/work*
 
 
  On Fri, Nov 14, 2014 at 10:41 AM, Goben, Abigail ago...@uic.edu
 wrote:
 
  Hi Riley!
 
  I can't get the t-shirt link to work? Help?
 
  Abigail
 
 
 
  On 11/13/2014 1:31 PM, Riley Childs wrote:
 
  At long last the Metadata T-Shirt is available from the code4lib
  Spreadshirt store. More Metadata products to follow!
 
  Get it at
  http://code4lib.spreadshirt.com/metadata-I1001657864
 
 
  Don't forget to indicate your interest in code4lib stickers:
  https://docs.google.com/a/tfsgeo.com/forms/d/1k-bQVSduKyOVMkXpJ_
  xOwk9SDjjEoX7QnQ4JTyp2BqI/viewform
  Details to follow regarding stickers and more store stuff!
 
  Thanks!
  //Riley
 
 
  --
  Riley Childs
  Senior
  IT Admin
  Charlotte United Christian Academy
  office: +1 (704) 537-0331 x101
  mobile: +1 (704) 497-2086
  web: rileychilds.net
  twitter: @RowdyChildren
  Checkout our new Online Library Catalog: catalog.cucawarriors.com
 
 
  --
  Abigail Goben, MLS
  Assistant Information Services Librarian and Assistant Professor
  Library of the Health Sciences
  University of Illinois at Chicago
  1750 W. Polk (MC 763)
  Chicago, IL 60612
  ago...@uic.edu
 
 
 
  --
 
  Tania Fersenheim
  Manager of Library Systems
 
  Brandeis University
  Library and Technology Services
 
  415 South Street, (MS 017/P.O. Box 549110)
  Waltham, MA 02454-9110
  Phone: 781.736.4698
  Fax: 781.736.4577
  email: tan...@brandeis.edu
 

 --
 Abigail Goben, MLS
 Assistant Information Services Librarian and Assistant Professor
 Library of the Health Sciences
 University of Illinois at Chicago
 1750 W. Polk (MC 763)
 Chicago, IL 60612
 ago...@uic.edu



[CODE4LIB] Metadata T-Shirt

2014-11-13 Thread Riley Childs
At long last the Metadata T-Shirt is available from the code4lib Spreadshirt 
store. More Metadata products to follow!

Get it at
http://code4lib.spreadshirt.com/metadata-I1001657864


Don't forget to indicate your interest in code4lib stickers: 
https://docs.google.com/a/tfsgeo.com/forms/d/1k-bQVSduKyOVMkXpJ_xOwk9SDjjEoX7QnQ4JTyp2BqI/viewform
Details to follow regarding stickers and more store stuff!

Thanks!
//Riley


--
Riley Childs
Senior
IT Admin
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


Re: [CODE4LIB] code4lib stickers

2014-11-08 Thread Riley Childs
That can and will occur in the near future, for right now please add your name 
using the google form, this is not a commitment for purchase.
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Tom Keaysmailto:tomke...@gmail.com
Sent: ‎11/‎8/‎2014 3:37 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] code4lib stickers

I might place an order if you provided a mockup of what they would look
like.
Tom

On Wed, Nov 5, 2014 at 2:58 PM, Karen Coyle li...@kcoyle.net wrote:

 and for those of us with mushy brains who can't remember if they responded
 previously? ... kc


 On 11/4/14 4:29 PM, Riley Childs wrote:

 This is a reminder to fill out the code4lib stickers response form if you
 are interested (yeah, I haven't given up yet...), I am waiting to order
 until I have 50 people on the list (or enough where I can be sure I won't
 be left with leftovers). The google form is here:
 https://docs.google.com/a/tfsgeo.com/forms/d/1k-bQVSduKyOVMkXpJ_
 xOwk9SDjjEoX7QnQ4JTyp2BqI/viewform
 I am leaning towards a diecut sticker depending on further response.
 Filling out this form is not a commitment to purchase. Stickers will be
 printed by StickerMule and will be on demand following the initial batch.
 Those who purchase from the first batch will receive a 30% or more
 (depending on number of people who order) discount over the standard price.

 Thanks
 //Riley

 --
 Riley Childs
 Senior
 Charlotte United Christian Academy
 IT Services Administrator
 Library Services Administrator
 https://rileychilds.net
 cell: +1 (704) 497-2086
 office: +1 (704) 537-0331x101
 twitter: @rowdychildren
 Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

 Proudly sent in plain text


 --
 Karen Coyle
 kco...@kcoyle.net http://kcoyle.net
 m: +1-510-435-8234
 skype: kcoylenet/+1-510-984-3600



Re: [CODE4LIB] Drupal question

2014-11-06 Thread Riley Childs
I concur, the theme needs to be placed in a subdirectory like what I described 
earlier:
wp-root/wp-content/themes/librarylearn/files here


--
Riley Childs
Senior
Charlotte United Christian Academy
IT Services Administrator
Library Services Administrator
https://rileychilds.net
cell: +1 (704) 497-2086
office: +1 (704) 537-0331x101
twitter: @rowdychildren
Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

Proudly sent in plain text 

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Mark 
Pernotto
Sent: Thursday, November 06, 2014 11:29 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Drupal question

At first glance, it looks like you could possibly be missing access to a 
required file. :)

The dynamic path mentioned: 'library/Detector/lib/ua- parser-php/UAParser.php'
doesn't look WordPress-y to me. I'm wondering:
1) If you have copied the theme in it's entirety
2) If somehow paths got mixed up.

Another thing that looks odd to me is the placement of that functions.php file. 
The functions.php file, within a WP system, is normally contained in a 
designated theme name directory - not directly in the 'themes' folder.
I'd expect to see that path look more like this:
/var/www/html/wp-content/themes/YourThemeNameHere/functions.php
where YourThemeNameHere is the theme you've chosen for your site.

Just a hunch: where did you place that theme? Did you copy it directly in the 
'themes' directory, or did you copy the folder it was contained in as well? In 
other words, when you look inside that 'themes' directory, do you see a bunch 
of files? There shouldn't be anything in there but folders.

If you had someone you trust to take a look at this setup, or play around with 
that functions.php file, that's the route I'd go, if you didn't feel 
comfortable with it yourself.

Is this a 'live' site?

.m


On Thu, Nov 6, 2014 at 2:04 AM, Sergio Letuche code4libus...@gmail.com
wrote:

  sudo tail  /var/log/apache2/error.log

 PHP Fatal error:  require_once(): Failed opening required 
 'library/Detector/lib/ua-parser-php/UAParser.php'
 (include_path='.:/usr/share/php:/usr/share/pear') in 
 /var/www/html/wp-content/themes/functions.php on line 12

 this is what i get, any suggestions?



 2014-11-05 9:58 GMT+02:00 Sergio Letuche code4libus...@gmail.com:

  Login to wordpress...
  AppearanceThemesClick on activate to see  the theme you want.
 
  When i do this, i get the WSOD. I was hoping for an answer from the 
  software authors.
 
  It seems that this theme when activated needs also some plugins to 
  be installed along
 
 
 
 http://thomasgriffinmedia.com/blog/2011/09/automatically-install-plugi
 ns-with-themes-for-wordpress/
 
  So i was hoping for some answer from the software authors, there may 
  be some prerequisite actions i am missing.
 
  Drupal has strong, well-supported and proven media tools.
 
  I agree, but looking at the librarylearn demo, made us really want 
  to
 give
  it a try.
 
  Thank you all for your answers
 
  2014-11-04 20:22 GMT+02:00 Cary Gordon listu...@chillco.com:
 
  It is amazing to me that a question about media management through
 Drupal
  has morphed into a WP WSOD question.
 
  Once again, Drupal has strong, well-supported and proven media tools.
 
  Cary
 
   On Nov 4, 2014, at 10:03 AM, Mark Pernotto 
   mark.perno...@gmail.com
  wrote:
  
   Sergio,
  
   If you can't login to WP at all, there's possibly bigger issues 
   at
 play
   here.  Try this:
  
   put:
  
   define('WP_DEBUG', true);
  
   in your wp-config.php file; you probably already have the 
   definition,
  just
   change it to *true*. No parentheses.
   I'd normally never suggest that for a 'live' site, but that WSOD 
   isn't doing you any favors at the moment, either. What this does, 
   is
  essentially
   show you on that white screen what/where your error might be. 
   Also pay attention to the URL that's displayed in the address bar 
   - can you
 still
   navigate about your site? Is every page blank? Is it only admin?
  
   If that isn't working, try removing the theme from the
 wp-content/themes
   directory.
  
   Did you make backups before you did this? Just curious.
  
   .m
  
  
  
   On Tue, Nov 4, 2014 at 9:17 AM, Sergio Letuche 
 code4libus...@gmail.com
  
   wrote:
  
   well i did exactly this, and then i got a blank screen
  
   the zip i downloaded from github, extracted to a working setup 
   of
  wordpess,
   in web-root/wp-content/themes/ librarylearn
  
   what am i doing wrong?
  
   2014-11-04 14:53 GMT+02:00 Riley Childs rchi...@cucawarriors.com:
  
   Well it is intended for WordPress, but in WordPress you can 
   drop the
   files
   in web-root/wp-content/themes/librarylearn
  
  
   --
   Riley Childs
   Senior
   Charlotte United Christian Academy IT Services Administrator 
   Library Services Administrator https://rileychilds.net
   cell: +1 (704) 497-2086
   office: +1 (704) 537

Re: [CODE4LIB] Past Conference T-Shirts?

2014-11-06 Thread Riley Childs
Yes, but I have been unsuccessful thus far in getting a vector file/high res 
transparent image.
If you have one and can send please do so and I will put it up on the code4lib 
store (code4lib.spreadshirt.com).
Thanks
//Riley


--
Riley Childs
Senior
Charlotte United Christian Academy
IT Services Administrator
Library Services Administrator
https://rileychilds.net
cell: +1 (704) 497-2086
office: +1 (704) 537-0331x101
twitter: @rowdychildren
Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

Proudly sent in plain text 

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Goben, 
Abigail
Sent: Thursday, November 06, 2014 1:10 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Past Conference T-Shirts?

My Metadata t-shirt, from C4L 2013, has been getting some interest/requests of 
where others can purchase. I thought we'd talked about that here.  Was there a 
store ever finally set up that I could refer people to?

Abigail

--
Abigail Goben, MLS
Assistant Information Services Librarian and Assistant Professor Library of the 
Health Sciences University of Illinois at Chicago
1750 W. Polk (MC 763)
Chicago, IL 60612
ago...@uic.edu


Re: [CODE4LIB] Past Conference T-Shirts?

2014-11-06 Thread Riley Childs
Ok, will do, I didn't actually design it may take a little time while I dig 
though download folders from my backups, I will try and get to it next week
//Riley


--
Riley Childs
Senior
Charlotte United Christian Academy
IT Services Administrator
Library Services Administrator
https://rileychilds.net
cell: +1 (704) 497-2086
office: +1 (704) 537-0331x101
twitter: @rowdychildren
Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

Proudly sent in plain text 

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Jason 
Stirnaman
Sent: Thursday, November 06, 2014 2:46 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Past Conference T-Shirts?

Riley,
Could you fix the spelling on More then just books in the store? Should be 
More than just books

Thanks,
Jason

Jason Stirnaman
Lead, Library Technology Services
University of Kansas Medical Center
jstirna...@kumc.edu
913-588-7319

On Nov 6, 2014, at 1:04 PM, Riley Childs rchi...@cucawarriors.com wrote:

 Yes, but I have been unsuccessful thus far in getting a vector file/high res 
 transparent image.
 If you have one and can send please do so and I will put it up on the 
 code4lib store (code4lib.spreadshirt.com).
 Thanks
 //Riley
 
 
 --
 Riley Childs  
 Senior
 Charlotte United Christian Academy
 IT Services Administrator
 Library Services Administrator
 https://rileychilds.net
 cell: +1 (704) 497-2086
 office: +1 (704) 537-0331x101
 twitter: @rowdychildren
 Checkout our new Online Library Catalog: https://catalog.cucawarriors.com
 
 Proudly sent in plain text 
 
 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
 Goben, Abigail
 Sent: Thursday, November 06, 2014 1:10 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: [CODE4LIB] Past Conference T-Shirts?
 
 My Metadata t-shirt, from C4L 2013, has been getting some interest/requests 
 of where others can purchase. I thought we'd talked about that here.  Was 
 there a store ever finally set up that I could refer people to?
 
 Abigail
 
 --
 Abigail Goben, MLS
 Assistant Information Services Librarian and Assistant Professor Library of 
 the Health Sciences University of Illinois at Chicago
 1750 W. Polk (MC 763)
 Chicago, IL 60612
 ago...@uic.edu


Re: [CODE4LIB] Past Conference T-Shirts?

2014-11-06 Thread Riley Childs
Done
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Jason Stirnamanmailto:jstirna...@kumc.edu
Sent: ‎11/‎6/‎2014 3:42 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Past Conference T-Shirts?

No, I just mean on the item title in the store. Not the images. Screenshot:
https://drive.google.com/file/d/0B8kSuOT6j0a9QmhKcHplT2I0QUU/view?usp=sharing
Jason

Jason Stirnaman
Lead, Library Technology Services
University of Kansas Medical Center
jstirna...@kumc.edu
913-588-7319

On Nov 6, 2014, at 2:13 PM, Riley Childs rchi...@cucawarriors.com wrote:

 Ok, will do, I didn't actually design it may take a little time while I dig 
 though download folders from my backups, I will try and get to it next week
 //Riley


 --
 Riley Childs
 Senior
 Charlotte United Christian Academy
 IT Services Administrator
 Library Services Administrator
 https://rileychilds.net
 cell: +1 (704) 497-2086
 office: +1 (704) 537-0331x101
 twitter: @rowdychildren
 Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

 Proudly sent in plain text

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Jason 
 Stirnaman
 Sent: Thursday, November 06, 2014 2:46 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Past Conference T-Shirts?

 Riley,
 Could you fix the spelling on More then just books in the store? Should be 
 More than just books

 Thanks,
 Jason

 Jason Stirnaman
 Lead, Library Technology Services
 University of Kansas Medical Center
 jstirna...@kumc.edu
 913-588-7319

 On Nov 6, 2014, at 1:04 PM, Riley Childs rchi...@cucawarriors.com wrote:

 Yes, but I have been unsuccessful thus far in getting a vector file/high res 
 transparent image.
 If you have one and can send please do so and I will put it up on the 
 code4lib store (code4lib.spreadshirt.com).
 Thanks
 //Riley


 --
 Riley Childs
 Senior
 Charlotte United Christian Academy
 IT Services Administrator
 Library Services Administrator
 https://rileychilds.net
 cell: +1 (704) 497-2086
 office: +1 (704) 537-0331x101
 twitter: @rowdychildren
 Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

 Proudly sent in plain text

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
 Goben, Abigail
 Sent: Thursday, November 06, 2014 1:10 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: [CODE4LIB] Past Conference T-Shirts?

 My Metadata t-shirt, from C4L 2013, has been getting some interest/requests 
 of where others can purchase. I thought we'd talked about that here.  Was 
 there a store ever finally set up that I could refer people to?

 Abigail

 --
 Abigail Goben, MLS
 Assistant Information Services Librarian and Assistant Professor Library of 
 the Health Sciences University of Illinois at Chicago
 1750 W. Polk (MC 763)
 Chicago, IL 60612
 ago...@uic.edu


Re: [CODE4LIB] Past Conference T-Shirts?

2014-11-06 Thread Riley Childs
Some one sent me the design, if you did it please let me know so I can give 
attribution.
//Riley

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: todd.d.robb...@gmail.commailto:todd.d.robb...@gmail.com
Sent: ‎11/‎6/‎2014 3:41 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Past Conference T-Shirts?

Joshua,

That is so gnarly!!!

On Thu, Nov 6, 2014 at 1:13 PM, Riley Childs rchi...@cucawarriors.com
wrote:

 Ok, will do, I didn't actually design it may take a little time while I
 dig though download folders from my backups, I will try and get to it next
 week
 //Riley


 --
 Riley Childs
 Senior
 Charlotte United Christian Academy
 IT Services Administrator
 Library Services Administrator
 https://rileychilds.net
 cell: +1 (704) 497-2086
 office: +1 (704) 537-0331x101
 twitter: @rowdychildren
 Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

 Proudly sent in plain text

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
 Jason Stirnaman
 Sent: Thursday, November 06, 2014 2:46 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Past Conference T-Shirts?

 Riley,
 Could you fix the spelling on More then just books in the store? Should
 be More than just books

 Thanks,
 Jason

 Jason Stirnaman
 Lead, Library Technology Services
 University of Kansas Medical Center
 jstirna...@kumc.edu
 913-588-7319

 On Nov 6, 2014, at 1:04 PM, Riley Childs rchi...@cucawarriors.com wrote:

  Yes, but I have been unsuccessful thus far in getting a vector file/high
 res transparent image.
  If you have one and can send please do so and I will put it up on the
 code4lib store (code4lib.spreadshirt.com).
  Thanks
  //Riley
 
 
  --
  Riley Childs
  Senior
  Charlotte United Christian Academy
  IT Services Administrator
  Library Services Administrator
  https://rileychilds.net
  cell: +1 (704) 497-2086
  office: +1 (704) 537-0331x101
  twitter: @rowdychildren
  Checkout our new Online Library Catalog:
 https://catalog.cucawarriors.com
 
  Proudly sent in plain text
 
  -Original Message-
  From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
 Goben, Abigail
  Sent: Thursday, November 06, 2014 1:10 PM
  To: CODE4LIB@LISTSERV.ND.EDU
  Subject: [CODE4LIB] Past Conference T-Shirts?
 
  My Metadata t-shirt, from C4L 2013, has been getting some
 interest/requests of where others can purchase. I thought we'd talked about
 that here.  Was there a store ever finally set up that I could refer people
 to?
 
  Abigail
 
  --
  Abigail Goben, MLS
  Assistant Information Services Librarian and Assistant Professor Library
 of the Health Sciences University of Illinois at Chicago
  1750 W. Polk (MC 763)
  Chicago, IL 60612
  ago...@uic.edu




--
Tod Robbins
Digital Asset Manager, MLIS
todrobbins.com | @todrobbins http://www.twitter.com/#!/todrobbins


Re: [CODE4LIB] Past Conference T-Shirts?

2014-11-06 Thread Riley Childs
Yup, I went back and forth with several people over the past several months and 
just got the right file.

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Josh Wilsonmailto:joshwilso...@gmail.com
Sent: ‎11/‎6/‎2014 8:12 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Past Conference T-Shirts?

The Code4Lib version is clearly of superior quality, design, and
provenance, but I actually thought this was an internet thing of unknown
origin? e.g.,

http://www.cafepress.com/mf/17182533/metadata_tshirt
http://www.redbubble.com/people/charlizeart/works/1280530-metadata?p=t-shirt

Perhaps a case of multiple discovery.


On Thu, Nov 6, 2014 at 5:37 PM, Goben, Abigail ago...@uic.edu wrote:

 Joshua Gomez did the original, correct? http://wiki.code4lib.org/
 index.php/2013_t-shirt_design_proposals

 Thanks for working on this Riley! I know several people who will be very
 happy to be able to purchase it.


 On 11/6/2014 2:48 PM, Riley Childs wrote:

 Some one sent me the design, if you did it please let me know so I can
 give attribution.
 //Riley

 Sent from my Windows Phone

 --
 Riley Childs
 Senior
 Charlotte United Christian Academy
 Library Services Administrator
 IT Services Administrator
 (704) 537-0331x101
 (704) 497-2086
 rileychilds.net
 @rowdychildren
 I use Lync (select External Contact on any XMPP chat client)
 
 From: todd.d.robb...@gmail.commailto:todd.d.robb...@gmail.com
 Sent: ‎11/‎6/‎2014 3:41 PM
 To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Past Conference T-Shirts?

 Joshua,

 That is so gnarly!!!

 On Thu, Nov 6, 2014 at 1:13 PM, Riley Childs rchi...@cucawarriors.com
 wrote:

  Ok, will do, I didn't actually design it may take a little time while I
 dig though download folders from my backups, I will try and get to it
 next
 week
 //Riley


 --
 Riley Childs
 Senior
 Charlotte United Christian Academy
 IT Services Administrator
 Library Services Administrator
 https://rileychilds.net
 cell: +1 (704) 497-2086
 office: +1 (704) 537-0331x101
 twitter: @rowdychildren
 Checkout our new Online Library Catalog: https://catalog.cucawarriors.
 com

 Proudly sent in plain text

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
 Jason Stirnaman
 Sent: Thursday, November 06, 2014 2:46 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Past Conference T-Shirts?

 Riley,
 Could you fix the spelling on More then just books in the store? Should
 be More than just books

 Thanks,
 Jason

 Jason Stirnaman
 Lead, Library Technology Services
 University of Kansas Medical Center
 jstirna...@kumc.edu
 913-588-7319

 On Nov 6, 2014, at 1:04 PM, Riley Childs rchi...@cucawarriors.com
 wrote:

  Yes, but I have been unsuccessful thus far in getting a vector file/high

 res transparent image.

 If you have one and can send please do so and I will put it up on the

 code4lib store (code4lib.spreadshirt.com).

 Thanks
 //Riley


 --
 Riley Childs
 Senior
 Charlotte United Christian Academy
 IT Services Administrator
 Library Services Administrator
 https://rileychilds.net
 cell: +1 (704) 497-2086
 office: +1 (704) 537-0331x101
 twitter: @rowdychildren
 Checkout our new Online Library Catalog:

 https://catalog.cucawarriors.com

 Proudly sent in plain text

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of

 Goben, Abigail

 Sent: Thursday, November 06, 2014 1:10 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: [CODE4LIB] Past Conference T-Shirts?

 My Metadata t-shirt, from C4L 2013, has been getting some

 interest/requests of where others can purchase. I thought we'd talked
 about
 that here.  Was there a store ever finally set up that I could refer
 people
 to?

 Abigail

 --
 Abigail Goben, MLS
 Assistant Information Services Librarian and Assistant Professor Library

 of the Health Sciences University of Illinois at Chicago

 1750 W. Polk (MC 763)
 Chicago, IL 60612
 ago...@uic.edu



 --
 Tod Robbins
 Digital Asset Manager, MLIS
 todrobbins.com | @todrobbins http://www.twitter.com/#!/todrobbins


 --
 Abigail Goben, MLS
 Assistant Information Services Librarian and Assistant Professor
 Library of the Health Sciences
 University of Illinois at Chicago
 1750 W. Polk (MC 763)
 Chicago, IL 60612
 ago...@uic.edu



Re: [CODE4LIB] Mobile Device Management

2014-11-04 Thread Riley Childs
I liked Air Watch MDM, we were quoted at $6/device/year.
 I used Meraki initially but found it difficult to use and struggled with it.
Now we use Apple Configuration Tool (Free!)


--
Riley Childs
Senior
Charlotte United Christian Academy
IT Services Administrator
Library Services Administrator
https://rileychilds.net
cell: +1 (704) 497-2086
office: +1 (704) 537-0331x101
twitter: @rowdychildren
Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

Proudly sent in plain text 

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Eric 
Willman
Sent: Tuesday, November 04, 2014 9:45 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Mobile Device Management

I am currently looking for libraries that have/had experience with the Cisco 
Solution Meraki for Mobile Device Management. I am in process of rolling it out 
to all of our public facing devices, and would like to find out if anyone else 
has utilized the tool in their environment. 

How do you like the MDM overall? 

Would you recommend any other solution over Meraki? 

Thanks,

Eric Willman 
Library Technology Services Manager 
Library, City of Arlington
101 E. Abram St | Arlington, TX 76010
817.459.6922


[CODE4LIB] code4lib stickers

2014-11-04 Thread Riley Childs
This is a reminder to fill out the code4lib stickers response form if you are 
interested (yeah, I haven't given up yet...), I am waiting to order until I 
have 50 people on the list (or enough where I can be sure I won't be left with 
leftovers). The google form is here: 
https://docs.google.com/a/tfsgeo.com/forms/d/1k-bQVSduKyOVMkXpJ_xOwk9SDjjEoX7QnQ4JTyp2BqI/viewform
I am leaning towards a diecut sticker depending on further response. Filling 
out this form is not a commitment to purchase. Stickers will be printed by 
StickerMule and will be on demand following the initial batch. Those who 
purchase from the first batch will receive a 30% or more (depending on number 
of people who order) discount over the standard price.

Thanks
//Riley

--
Riley Childs
Senior
Charlotte United Christian Academy
IT Services Administrator
Library Services Administrator
https://rileychilds.net
cell: +1 (704) 497-2086
office: +1 (704) 537-0331x101
twitter: @rowdychildren
Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

Proudly sent in plain text 


Re: [CODE4LIB] Drupal question

2014-11-03 Thread Riley Childs
It provides plugins within the theme.

Sent from my Windows Phone

--
Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services Administrator
(704) 537-0331x101
(704) 497-2086
rileychilds.net
@rowdychildren
I use Lync (select External Contact on any XMPP chat client)

From: Sergio Letuchemailto:code4libus...@gmail.com
Sent: ‎11/‎3/‎2014 7:03 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Drupal question

it seems this is only a theme,

am i wrong?

https://github.com/shermanlibrary/librarylearn

2014-11-01 16:22 GMT+02:00 Riley Childs rchi...@cucawarriors.com:

 Here is a WordPress theme/plugin to do this. I haven't used it personally
 but I have heard great things
 https://github.com/shermanlibrary/librarylearn

 Riley Childs
 Senior
 Charlotte United Christian Academy
 Library Services Administrator
 IT Services
 (704) 497-2086
 rileychilds.net
 @rowdychildren
 
 From: Sergio Letuchemailto:code4libus...@gmail.com
 Sent: ‎11/‎1/‎2014 6:35 AM
 To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
 Subject: [CODE4LIB] Drupal question

 Could you please provide me with an advice,

 if there is any drupal distribution that we could use just to host embedded
 videos from our youtube channel? The scope for this would be to have a
 video gallery, for any lesson, and not to host the videos on our server,
 just embed them in our page from youtube.

 If not a distribution, some module?

 Thank you



Re: [CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Riley Childs
I like the unionnet SP-2100 (barcodeguy.com), it even has an SDK, but it runs 
about $350-$400 :(


--
Riley Childs
Senior
Charlotte United Christian Academy
IT Services Administrator
Library Services Administrator
https://rileychilds.net
cell: +1 (704) 497-2086
office: +1 (704) 537-0331x101
twitter: @rowdychildren
Checkout our new Online Library Catalog: https://catalog.cucawarriors.com

Proudly sent in plain text 

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Edward 
M. Corrado
Sent: Monday, November 03, 2014 3:59 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Wireless barcode scanners

This is slightly off-topic but I can't think of a better place to ask.
I have been asked to investigate wireless barcode scanners, and preferably ones 
that can work with an iPad (or be connected to an iPad), for inventory 
purposes. I have found a few used in the retail environment but I was wondering 
of anyone has bought any recently that they like. Even if you have a wireless 
barcode scanner that isn't designed to work with an iPad that you recommend, 
I'd like to hear about it. I know this is vaugue, but that is intentional, I am 
trying to cast a wide net in hopes to hear what others have done that might be 
of interest since we are just starting to look into this.

Thanks,
Edward


Re: [CODE4LIB] Forwarding blog post: Apple, Android and NFC – how should libraries prepare? (RFID stuffs)

2014-10-08 Thread Riley Childs
I like c4l because there are limited standards... Just sayin'

Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services
(704) 497-2086
rileychilds.net
@rowdychildren

From: Chris Fitzpatrickmailto:chrisfitz...@gmail.com
Sent: ‎10/‎8/‎2014 7:53 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Forwarding blog post: Apple, Android and NFC – how 
should libraries prepare? (RFID stuffs)

So this thread started from talking about RFID ( i'm interested! ) to
talking about augmented reality ( uh, ok, now less interested...) to
talking about standards ( oh no, not again.. ) to talking about c4l (
yep. )

So, are people using RFID? A lot? Is it working, or did it make life
hellish?

b,chris.



On Wed, Oct 8, 2014 at 10:54 AM, Ross Singer rossfsin...@gmail.com wrote:

 I guess there’s “what do you mean by ‘C4L'” and “what do you mean by
 ‘standards’” that need to be clarified here.

 Cary is right, this list/community/whatever is definitely well represented
 by people who sit on formal standards committees or are involved in the
 organizations that create them, etc.

 But I think more important is the “what do you mean by ‘standards’”
 question: C4L has definitely spawned several specifications (COinS, UnAPI,
 etc.) and (in my mind) has been under-utilized in this arena for a few
 years.  You’ve got a gathering of smart, like-minded people: if you want to
 create a spec, solicit your idea, start a mailing list, follow the ROGUE
 ’05 rules [1], and let a thousand specifications bloom.

 We’re generally in need of a spec, not a standard, I’ve found (although
 they’re definitely not mutually exclusive!).

 -Ross.
 1. http://wiki.code4lib.org/Rogue

 On Oct 7, 2014, at 7:17 PM, Salazar, Christina 
 christina.sala...@csuci.edu wrote:

  OH NO! (shudder) I’m pretty sure no one is suggesting a formalized c4l
 AGAIN - we've been there done that, relatively recently too.
 
  I think what we're talking about is a way to represent c4l interests in
 standards making bodies.
 
  And just for my own edification, if you're saying c4l IS represented in
 standards making bodies, please tell me who do I talk to? For instance on
 the RFID thing, who can I talk to in order to find out HOW and IF this
 conversation is happening with American standards making bodies?
 
  Or do you mean INDIVIDUALS who participate in c4l are represented in
 standards making bodies?
 
  Christina
 
  -Original Message-
  From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
 Francis Kayiwa
  Sent: Tuesday, October 07, 2014 11:07 AM
  To: CODE4LIB@LISTSERV.ND.EDU
  Subject: Re: [CODE4LIB] Forwarding blog post: Apple, Android and NFC –
 how should libraries prepare? (RFID stuffs)
 
  On 10/07/2014 02:03 PM, Cary Gordon wrote:
 
 
 
   NISO (and LITA, ASIST,
  etc.) are quite well represented on this list, and I don't believe
  that a formalized c4l would give us any more say in standards that we
 have already.
 
  +1
 
 
  ./fxk
 
 
  --
  You single-handedly fought your way into this hopeless mess.



Re: [CODE4LIB] sos change site url new server

2014-09-24 Thread Riley Childs
Details? What are you having trouble with?

Riley Childs
Senior
Charlotte United Christian Academy 
Library Services Administrator
IT Services
(704) 497-2086
rileychilds.net
@rowdychildren

-Original Message-
From: Sergio Letuche code4libus...@gmail.com
Sent: ‎9/‎24/‎2014 6:03 AM
To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] sos change site url new server

http://codex.wordpress.org/Changing_The_Site_URL


Re: [CODE4LIB] Official #teamharpy Statement on the case of Joseph Hawley Murphy vs. nina de jesus and Lisa Rabey

2014-09-20 Thread Riley Childs
+1

Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services
(704) 497-2086
rileychilds.net
@rowdychildren

From: Edward M. Corradomailto:ecorr...@ecorrado.us
Sent: ‎9/‎20/‎2014 7:21 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Official #teamharpy Statement on the case of Joseph 
Hawley Murphy vs. nina de jesus and Lisa Rabey

I don't know anything about the lawsuit or what has transpired to cause it,
but since when does an H-index score make one a notable librarian? Many
notable librarians don't publish anything at all.

Edward

On Sat, Sep 20, 2014 at 2:12 PM, Karen Coyle li...@kcoyle.net wrote:

 Lisa, I hadn't know about this so I just spend some time reading the items
 you list below. I was primarily motivated to do so because I had never
 heard of this famous librarian, Joe Murphy. (I must be in a different
 conference circuit than he is.)

 I also was interested because I've recently joined the hardworking group
 of Wikipedians who work to distinguish between notable persons and able
 self-promoters. In doing so, I've learned a lot about how self-promotion
 works, especially in social media. In Wikipedia, to be considered notable,
 there needs to be some reliable proof - that is, third-party references,
 not provided by the individual in question. In terms of accomplishments,
 for example for academics, there is a list of measures, albeit not
 measurable in the scientific sense. [1]

 Just for a lark, look at the Google scholar profiles for Joe Murphy, RoyT,
 and for myself:

 http://scholar.google.com/citations?user=zW1lb04Jhl=enoi=ao
 http://scholar.google.com/citations?user=LJw73cAJhl=en
 http://scholar.google.com/citations?user=m4Tx73QJhl=enoi=ao

 The h-index, while imprecise, is about as close as you get to something
 one can cite as a measure. It's not a decision, but it is an indication.

 I put this forward not as proof of anything, but to offer that reputation
 is extremely hard to quantify, but should be looked at with a critical eye
 and not taken for granted. It also fits in with what we already know, which
 is that men promote themselves in the workplace more aggressively than
 women do. In fact, in the Wikipedia group, we mainly find articles about
 men whose notability is over-stated. (You can see my blog post on the
 problems of notability for women. [2])

 I greatly admire your stand for free speech. Beyond this, I will contact
 you offline with other thoughts.

 kc
 [1] http://en.wikipedia.org/wiki/Wikipedia:Notability_%28academics%29
 [2] http://kcoyle.blogspot.com/2014/09/wpnotability-and-women.html


 On 9/20/14, 9:16 AM, Lisa Rabey wrote:

 Friends:


 I know many of you have already been boosting the signal, and we thank
 you profusely for the help.

 For those who do not know, Joe Murphy is currently suing nina and I in
 $1.25M defamation case because

  From our official statement
 (http://teamharpy.wordpress.com/why-are-we-being-sued/)

 Mr. Murphy claims that Ms. Rabey “posted the following false,
 libelous and highly damaging tweet accusing the plaintiff of being a
 ‘sexual predator'”3. He further claims that Ms. de jesus wrote a blog
 post that “makes additional false, libelous, highly damaging,
 outrageous, malicious statements against the plaintiff alleging the
 commission of sexual harassment and sexual abuse of women and other
 forms of criminal and unlawful behaviour”4.

 Both Ms. Rabey and Ms. de jesus maintain that our comments are fair
 and are truthful, which we intend to establish in our defense. Neither
 of us made the claims maliciously nor with any intent to damage Mr.
 Murphy’s reputation.

 Right now we need the following most importantly:

 1. We have a call out for additional witnesses
 (http://teamharpy.wordpress.com/call-for-witnesses/), which have
 started to filter in more accounts of harrassment. Please, PLEASE, if
 you know/seen/heard anything about the plaintiff, or know someone who
 might -- please have them get in touch.

 2. Share our site (http://teamharpy.wordpress.com) which includes
 details of the case and updates. Please help us get the word out to as
 many people as possible about the plaintiff's attempt to silence those
 speaking up against sexual harassment and why you won't stand for it.

 3.
 onations: Many, many of you have asked to help donate to fund our
 mounting legal costs. We will have a donation page up soon. Even if
 you cannot help financially, please share across your social networks.

 We will not be silenced. We will not be shamed.

 Thank you again. The outpouring of support that has been happening has
 made this all very much worth while.

 Best,
 Lisa







 --
 Karen Coyle
 kco...@kcoyle.net http://kcoyle.net
 m: +1-510-435-8234
 skype: kcoylenet/+1-510-984-3600



Re: [CODE4LIB] Open source alternative to LibAnswers as the library IT KB for library staff?

2014-09-12 Thread Riley Childs
I like Spiceworks, not open source, but free. Especially for IT. Spiceworks.com

Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services
(704) 497-2086
rileychilds.net
@rowdychildren

From: Kim, Bohyunmailto:b...@hshsl.umaryland.edu
Sent: ‎9/‎12/‎2014 10:42 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Open source alternative to LibAnswers as the library IT KB 
for library staff?

Hi all

Does anyone have a suggestion for the free open-source Q/A board + easily 
searchable KB comparable to LibAnswers? We already have LibAnswers for patrons. 
This is more for the library staff who submits a lot of similar or same 
questions to the Library IT help desk.

It is an option to use the SharePoint Discussion Board but I am looking for an 
alternative since SP tends to get lukewarm responses from users in my 
experience.

Any suggestions or feedback would be appreciated.

Thanks,
Bohyun


Re: [CODE4LIB] Library Services on Small Devices (like Watches): Discuss

2014-09-10 Thread Riley Childs
I have always thought Roving Reference was somewhat obtrusive (as a patron, 
in fact the public library in charlotte tried such a trial a few years ago: it 
didn't work very well). I think the whole RFID/NFC thing could work well. A 
common dream is the ablity to check out books simply by walking out, but it 
doesn't scale well (technical and physical limitations). What if, when you had 
your watch on, it could act as an NFC/RFID reader to add books to a cart and 
then an iBeacon- type thing could detect you leaving with your Smartphone to 
check out the books in your virtual cart as you left. But I don't think the 
uptake in smart watches will be as strong as some are prediciting, for several 
people I know the WOW factor wore off quickly. For now *I* am happy with my 
Timex IronMan, which has done a really great job at telling time for the last 5 
years. Maybe there might be a use in loaning out the watches at the library 
entry to permit the functionality we want (of course a lower!
  cost device). 
Just my $.02
//Riley

--
Riley Childs
Senior
Charlotte United Christian Academy
IT Services Administrator
Library Services Administrator
web: rileychilds.net
twitter: @RowdyChildren
cell: +1 (704) 497-2086
office: +1 (704) 537-0331 x101
lync: rchi...@cucawarriors.com (select external contact)

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Cornel 
Darden Jr
Sent: Tuesday, September 9, 2014 7:52 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Library Services on Small Devices (like Watches): 
Discuss

Hello,

At this point in my career I'm totally sold on the idea of getting rid of the 
reference desk and iRoving. At the libraries I've worked at(4 community 
colleges) iRoving was very suitable, however I think that every library is 
different. 

One of the issues we've found with a complete iRoving solution to reference is: 
where is the librarian. With convergence, mapping and geolocation, and 
devices like a smart watch; This becomes more possible. 

I could also imagine using it as a library card and for self-check out via a 
library app. The Augmented reality possibilities along with some possibilities 
in conjunction with a 3D printer comes to mind. 

I like the idea of shelf reading and pushing call numbers too. The phone seems 
to be getting pushed to its holder, pocket, or purse; and serving as the 
processing hub for wearables. 

Sent from my iPhone

 On Sep 9, 2014, at 2:55 PM, McDonald, Stephen steve.mcdon...@tufts.edu 
 wrote:
 
 Interesting question.
 
 What if future devices could interact with local wireless systems to 
 questions relevant to the local services, which can respond to questions like 
 Siri, such as:
 
 Where is the bathroom?
 I want a librarian
 Where are books on metaphysics?
 Is a study room available?
 When does the library close?
 
 The device checks with local servers to see whether the question can be 
 answered locally, before checking more globally.
 
Steve McDonald
steve.mcdon...@tufts.edu


Re: [CODE4LIB] IFTTT and barcodes

2014-09-10 Thread Riley Childs
Webhooks via the WordPress channel?

Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services
(704) 497-2086
rileychilds.net
@rowdychildren

From: Tara Robertsonmailto:trobert...@langara.bc.ca
Sent: ‎9/‎10/‎2014 3:03 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] IFTTT and barcodes

Hi,

I don't think this is possible using IFTTT right now as existing
channels don't exist to create a recipe. I'm trying to think of what
those channels would be and can't quite...I don't think IFTTT is the
best tool for this task.

What ILS are you using? Could you hook a barcode scanner up to a tablet
and scan, then check the MARC...nah, that's seeming almost as time
consuming as taking it to your desk (depending on how far your desk is).
I recall at an Evergreen hackfest that someone was tweaking the web
interface for an inventory type exercise, where it would show red or
green depending on some condition.

Cheers,
Tara

On 10/09/2014 11:52 AM, Harper, Cynthia wrote:
 Now that someone has mentioned IFTTT, I'm reading up on it and wonder if it 
 could make this task possible:

 One of my tasks is copy cataloging. I'm only authorized to do LC copy, which 
 involves opening the record (already downloaded in the acq process), and 
 checking to see that 490 doesn't exist (I can't handle series), and looking 
 for DLC in the 040 |a and |c.
 It's discouraging when I take 10 books back to my desk from the cataloging 
 shelf, and all 10 are not eligible for copy cataloging.

 S...  could I take my phone to the cataloging shelf, use IFTTT to scan my 
 ISBN, search in the III Webpac, look at the MARc record and tell me whether 
 it's LC copy?

 Empower the frontline workers! :)

 Cindy Harper
 Electronic Services and Serials Librarian
 Virginia Theological Seminary
 3737 Seminary Road
 Alexandria VA 22304
 703-461-1794
 char...@vts.edu


--

Tara Robertson

Accessibility Librarian, CAPER-BC http://caperbc.ca/
T  604.323.5254
F  604.323.5954
trobert...@langara.bc.ca
mailto:tara%20robertson%20%3ctrobert...@langara.bc.ca%3E

Langara. http://www.langara.bc.ca

100 West 49th Avenue, Vancouver, BC, V5Y 2Z6


Re: [CODE4LIB] Printing + Active Directory

2014-09-02 Thread Riley Childs
If they are setup with Group Policy you should be able to set default print 
settings on the server.
A good guide can be found 
here:http://deployhappiness.com/deploying-printers-with-group-policy-preferences/

--
Riley Childs
Senior
IT Admin
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Angie Stangl 
angie.stang...@gmail.com
Sent: Tuesday, September 2, 2014 3:35 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Printing + Active Directory

Hello All,

I'm still relatively new to this list, however, based on discussion I've
already seen I thought I'd try this topic for this list.

So, we've recently switched to Active Directory on our public machines.
Although we're a relatively small library, it is still creating some
printing chaos.  We added the printers to the computers manually using an
admin account and the printers are mapped to the LPR port and
defaults/preferences are all set.  However, these preferences and settings
don't seem to hold when users login.  Is there a nice way to set the
default printer for users? And preferences like printing double sided? I
recognize some of this might be able to be done at a group policy level,
but, I wanted to see what other folks were doing.

*TL;DR:* *How do you manage local printing (printers are in our building)
when computers are on Active Directory (managed at a campus level)? *I'm
curious what works (or doesn't work) for other libraries.

Have a good afternoon!
Angela Stangl

Digital Services Coordinator
Rodney A. Briggs Library
University of Minnesota, Morris
amstangl(at)morris.umn.edu

p.s. I'd be willing to take responses off-list if that helpful.


Re: [CODE4LIB] Printing + Active Directory

2014-09-02 Thread Riley Childs
The only good way to do this on a large scale is with a GPO, buttti 
have a vbs script to run on startup, as long as the printernanes are the same.
//Riley


Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services
(704) 497-2086
rileychilds.net
@rowdychildren

From: Angie Stanglmailto:angie.stang...@gmail.com
Sent: ‎9/‎2/‎2014 4:10 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Printing + Active Directory

Hello,

It is actually 4 printers (2 cash printers, 1 color cash, 1 papercut [not
under our control]). We'd like it to default to one of the cash
printers--printout comes to printer behind desk and student pays desk in
cash. But, then we would like to leave color or papercut printing as an
options for users who prefer those.

Thanks for the suggestions. I will keep the TCP/IP port option in mind if
this gets too crazy. Also, we do not currently have a print server,
however, I will keep it in mind as I work more with our Campus IT.

Thanks,
Angela




On Tue, Sep 2, 2014 at 2:57 PM, Jimm Wetherbee j...@wingate.edu wrote:

 Angela,

 I assume you are talking about a single network printer or at least a given
 public computer being assigned to one and only one network printer.  If
 that is the case, have you tried creating a local port on each of the
 machines.  Simply sharing a printer work for only one user, but you install
 the drivers to a local Internet port, it will behave the same way as if you
 installed the printer on a serial or parallel port.

 If you go to Add Printer, choose Local Port/Create New Port  (Standard
 TCP/IP port should do the trick).  Just make sure you know the IP address
 of your printer.

 --jimm


 On Tue, Sep 2, 2014 at 3:35 PM, Angie Stangl angie.stang...@gmail.com
 wrote:

  Hello All,
 
  I'm still relatively new to this list, however, based on discussion I've
  already seen I thought I'd try this topic for this list.
 
  So, we've recently switched to Active Directory on our public machines.
  Although we're a relatively small library, it is still creating some
  printing chaos.  We added the printers to the computers manually using an
  admin account and the printers are mapped to the LPR port and
  defaults/preferences are all set.  However, these preferences and
 settings
  don't seem to hold when users login.  Is there a nice way to set the
  default printer for users? And preferences like printing double sided? I
  recognize some of this might be able to be done at a group policy level,
  but, I wanted to see what other folks were doing.
 
  *TL;DR:* *How do you manage local printing (printers are in our building)
  when computers are on Active Directory (managed at a campus level)? *I'm
  curious what works (or doesn't work) for other libraries.
 
  Have a good afternoon!
  Angela Stangl
 
  Digital Services Coordinator
  Rodney A. Briggs Library
  University of Minnesota, Morris
  amstangl(at)morris.umn.edu
 
  p.s. I'd be willing to take responses off-list if that helpful.
 



 --



Re: [CODE4LIB] Printing + Active Directory

2014-09-02 Thread Riley Childs
LibPrinter.vbs:

Set LibPrinter = CreateObject(“WScript.Network”)
LibPrinter.SetDefaultPrinter “[PRINTER_NAME]“

Where [PRINTER_NAME] is the exact name as spears in Devices and Printers
Simply set this as a startup script and go to town!
I would still highly recommend a print server of some type

//Riley


Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services
(704) 497-2086
rileychilds.net
@rowdychildren

From: Angie Stanglmailto:angie.stang...@gmail.com
Sent: ‎9/‎2/‎2014 4:10 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Printing + Active Directory

Hello,

It is actually 4 printers (2 cash printers, 1 color cash, 1 papercut [not
under our control]). We'd like it to default to one of the cash
printers--printout comes to printer behind desk and student pays desk in
cash. But, then we would like to leave color or papercut printing as an
options for users who prefer those.

Thanks for the suggestions. I will keep the TCP/IP port option in mind if
this gets too crazy. Also, we do not currently have a print server,
however, I will keep it in mind as I work more with our Campus IT.

Thanks,
Angela




On Tue, Sep 2, 2014 at 2:57 PM, Jimm Wetherbee j...@wingate.edu wrote:

 Angela,

 I assume you are talking about a single network printer or at least a given
 public computer being assigned to one and only one network printer.  If
 that is the case, have you tried creating a local port on each of the
 machines.  Simply sharing a printer work for only one user, but you install
 the drivers to a local Internet port, it will behave the same way as if you
 installed the printer on a serial or parallel port.

 If you go to Add Printer, choose Local Port/Create New Port  (Standard
 TCP/IP port should do the trick).  Just make sure you know the IP address
 of your printer.

 --jimm


 On Tue, Sep 2, 2014 at 3:35 PM, Angie Stangl angie.stang...@gmail.com
 wrote:

  Hello All,
 
  I'm still relatively new to this list, however, based on discussion I've
  already seen I thought I'd try this topic for this list.
 
  So, we've recently switched to Active Directory on our public machines.
  Although we're a relatively small library, it is still creating some
  printing chaos.  We added the printers to the computers manually using an
  admin account and the printers are mapped to the LPR port and
  defaults/preferences are all set.  However, these preferences and
 settings
  don't seem to hold when users login.  Is there a nice way to set the
  default printer for users? And preferences like printing double sided? I
  recognize some of this might be able to be done at a group policy level,
  but, I wanted to see what other folks were doing.
 
  *TL;DR:* *How do you manage local printing (printers are in our building)
  when computers are on Active Directory (managed at a campus level)? *I'm
  curious what works (or doesn't work) for other libraries.
 
  Have a good afternoon!
  Angela Stangl
 
  Digital Services Coordinator
  Rodney A. Briggs Library
  University of Minnesota, Morris
  amstangl(at)morris.umn.edu
 
  p.s. I'd be willing to take responses off-list if that helpful.
 



 --



Re: [CODE4LIB] Informal survey regarding library website liberty

2014-09-02 Thread Riley Childs
We run our koha and library site on an Ubuntu instance in Hyper-V (2008 for 2 
yrs and 2012 for the past month) and have for several years (Hyper-V 2012 
actually has fantastic Linux support I would actually recommend it over ESXi or 
Citrix Xen, both of which I have been lucky enough to have used in production). 
I am a one man library/IT guy (collaboration: Me talking to myself)and I have a 
little more control over the servers then most. As far as updates on our Ubuntu 
VMs go I really dont have any issues because I normally just live clone the VM 
(I really like hyperv 2012 R2), issue apt-get upgrade, test, test, test, and 
then run apt-get upgrade on the production VM. Besides, our IT Consultants 
(shout out to Quo Vadis) are pretty Linux friendly, which is rare in the SMB 
market.
From what I understand, though, the above paragraph is the exception rather 
then the rule. I am interested to hear what others have to share.

//Riley

Riley Childs
Senior
Charlotte United Christian Academy
Library Services Administrator
IT Services
(704) 497-2086
rileychilds.net
@rowdychildren

From: Cary Gordonmailto:listu...@chillco.com
Sent: ‎9/‎2/‎2014 5:51 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Informal survey regarding library website liberty

Hi Junior,

We have been hosting library sites for 14 years and Drupal sites for over 7 
years. Two years ago we shuttered our data center that was located three 
stories underground in an LA bank vault (really) and executed a plan that was 
four years in the making and moved everything to AWS. We leverage CI and other 
automation to reduce the boring parts of our job, and AWS's reliability reduces 
the exciting parts. We are AWS consulting partners and have been initiated into 
the AWS black arts and crafts.

While we would love to have more clients, this is not an ad for us. We have a 
long standing policy of answering any question regarding Drupal and Drupal 
hosting that is asked on the Drupal4Lib list for the low price of absolutely 
nothing. We might not have every answer, but if we don't, odds are that someone 
else on the list will. This is the good stuff. We don't hold back.

Drop in and fire away.

Thanks,

Cary

On Sep 2, 2014, at 12:17 PM, Junior Tidal jti...@citytech.cuny.edu wrote:

 Hi Brad,

 When first starting working, our library web server was on a shared Windows 
 IIS server with several other departments, which prevented us from using a 
 CMS due to security concerns. The initial site was a static set of pages, so 
 we couldn't install PHP, MySQL, etc.

 Through the encouragement of our then Chief Librarian, I wrote a proposal to 
 our provost so the library could have our own LAMP server so we could install 
 Drupal. The proposal was approved, but the tradeoff was that it was the 
 library's responsibility (me) to administer the web server. IT hosted the 
 server in their server room, but we had to maintain security, OS/site 
 upgrades, and backups. That's not to say that our IT department wasn't 
 helpful, they were more hands off.

 We've had our own server for the last 5-6 years, but it's now on its last 
 legs. We've installed open-source CMSs such as Drupal, WordPress, and 
 MediaWiki so we've certainly outgrown our current server. We also need to 
 desperately upgrade our Drupal install, so we can rollout our responsive 
 redesign.

 We're migrating (hopefully this week) to the cloud to an Amazon instance with 
 a LAMP setup. IT was consulted to approve the purchase for the cloud 
 instance. I think this is a wise move, since there will be less worry for 
 everyone about hardware upgrades and systems maintenance.

 I personally think that if your library can system administrate your own 
 server it not only makes you less dependent on your institution's IT, but it 
 allows for the site to grow and evolve for newer web technologies.

 Best,
 Junior

 Junior Tidal
 Assistant Professor
 Web Services and Multimedia Librarian
 New York City College of Technology, CUNY
 300 Jay Street, Rm A434
 Brooklyn, NY 11201
 718.260.5481

 http://library.citytech.cuny.edu


 Brad Coffield bcoffield.libr...@gmail.com 9/2/2014 11:39 AM 
 THE QUESTION:

 What kind of setup does your library have regarding servers, IT dept
 collaboration, CMS restrictions, anything else? I imagine that there are
 many unique situations. Any input you're willing to provide will be very
 welcome and useful.


Re: [CODE4LIB] Library Privacy, RIP (Was: Canvas Fingerprinting by AddThis)

2014-08-17 Thread Riley Childs
Maybe you need a cloak of invisibility

Sent from my Windows Phone

From: Cary Gordonmailto:listu...@chillco.com
Sent: ‎8/‎16/‎2014 5:00 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Library Privacy, RIP (Was: Canvas Fingerprinting by 
AddThis)

I tried a paper bag, but it was very hard to find books.


On Fri, Aug 15, 2014 at 4:34 PM, Kyle Banerjee kyle.baner...@gmail.com
wrote:

 On Fri, Aug 15, 2014 at 3:02 PM, Jason Bengtson j.bengtson...@gmail.com
 wrote:

  ...
 
  Generally speaking, I think  surveillance is wretched stuff. But there
 is a
  point at which the hand wringing becomes a bit much. I agree with Jon in
  that, while things are at a critical point, the technologies of security
  and anonymity will inevitable improve. In fact, the cruddy state of
 things
  has been adding momentum to that progress...
 

 And there are always the tried and tested technologies that have been
 around for ages. For example, if users wore paper bags over their heads, it
 would protect their anonymity and afford some privacy while they used
 resources in the library -- particularly when they need assistance.
  Anonymous checkout privileges secured with a bitcoin deposit could ensure
 accountability.

 As things stand, many if not most library staff know all kinds of things
 about their users. The paper bag solution (actually another material should
 be chosen to make it safer for smokers) is a major step towards rectifying
 this privacy and service issue. ;-)




--
Cary Gordon
The Cherry Hill Company
http://chillco.com


Re: [CODE4LIB] Library Privacy, RIP (Was: Canvas Fingerprinting by AddThis)

2014-08-17 Thread Riley Childs
I would like to note, roy4lib uses addthis... ;)

Sent from my Windows Phone

From: Kyle Banerjeemailto:kyle.baner...@gmail.com
Sent: ‎8/‎17/‎2014 2:16 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Library Privacy, RIP (Was: Canvas Fingerprinting by 
AddThis)

You need to cut holes so you can see -- I should have mentioned that. Be
sure to wear sunglasses to confound remote retinal scanners...


On Sat, Aug 16, 2014 at 1:59 PM, Cary Gordon listu...@chillco.com wrote:

 I tried a paper bag, but it was very hard to find books.


 On Fri, Aug 15, 2014 at 4:34 PM, Kyle Banerjee kyle.baner...@gmail.com
 wrote:

  On Fri, Aug 15, 2014 at 3:02 PM, Jason Bengtson j.bengtson...@gmail.com
 
  wrote:
 
   ...
  
   Generally speaking, I think  surveillance is wretched stuff. But there
  is a
   point at which the hand wringing becomes a bit much. I agree with Jon
 in
   that, while things are at a critical point, the technologies of
 security
   and anonymity will inevitable improve. In fact, the cruddy state of
  things
   has been adding momentum to that progress...
  
 
  And there are always the tried and tested technologies that have been
  around for ages. For example, if users wore paper bags over their heads,
 it
  would protect their anonymity and afford some privacy while they used
  resources in the library -- particularly when they need assistance.
   Anonymous checkout privileges secured with a bitcoin deposit could
 ensure
  accountability.
 
  As things stand, many if not most library staff know all kinds of things
  about their users. The paper bag solution (actually another material
 should
  be chosen to make it safer for smokers) is a major step towards
 rectifying
  this privacy and service issue. ;-)
 



 --
 Cary Gordon
 The Cherry Hill Company
 http://chillco.com



Re: [CODE4LIB] Library Privacy, RIP (Was: Canvas Fingerprinting by AddThis)

2014-08-16 Thread Riley Childs
Another question for someone who utilizes these services: What analytics does 
this provide and are the social analytics worth losing  your user's privacy? (I 
think not)
Can't we make our own non dynamic share links




Sent from my Windows Phone

From: Eric Hellmanmailto:e...@hellman.net
Sent: ‎8/‎16/‎2014 12:25 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Library Privacy, RIP  (Was: Canvas Fingerprinting by 
AddThis)

So, 2 points worth discussing here.

1. I'll bet you most proxy servers are not proxying AddThis.com or 
Sharethis.com. So there wouldn't be any effect of proxying on the user tracking 
they do.

2. It really doesn't matter if you identify yourself to the catalog or not. 
You're being tracked across sites all over the internet. If you identify 
yourself to one of them, you can be identified. Note that the main concern here 
is if you use your own device to access the library's catalog.


On Aug 15, 2014, at 5:52 PM, Karen Coyle li...@kcoyle.net wrote:

 On 8/15/14, 12:07 PM, Eric Hellman wrote:
 AddThis and ShareThis, on the other hand have TOS that let them use tracking 
 for advertising, and that's what their business is. So, hypothetically, a 
 teen could look at library catalog records for books about childbirth, and 
 as a result, later be shown ads for pregnancy tests, and that would be 
 something the library has permitted.

 Eric, I'm wondering about the full scenario that you are envisioning. Many 
 libraries use proxy servers, so individual users are not identified. (Meaning 
 that an 80-yr-old man may get the ad for the pregnancy test, not the teen.) 
 In addition, in many cases the machine wipes itself clean daily, replacing 
 all potential user files. (Someone else can explain this MUCH better than I 
 just did.)

 In my public library, I do not identify myself to the use the catalog on site 
 -- not even to use journal article databases, because 1) authentication takes 
 place in the library system 2) the proxy server's IP is my identity for those 
 services. I have no idea what exits the library when I hook my laptop to the 
 open network. Shouldn't all of these factors be taken into account? Can 
 anyone articulate them from the point of view of a public library?

 Note: At the university here at Berkeley, no network use is allowed without 
 an account, so there is no anonymous use, at least on the human side of any 
 proxy server that they run. But at the public library there is no log-on. So 
 what is AddThis getting in those two situations?

 kc

 --
 Karen Coyle
 kco...@kcoyle.net http://kcoyle.net
 m: +1-510-435-8234
 skype: kcoylenet/+1-510-984-3600


Re: [CODE4LIB] Library Privacy, RIP (Was: Canvas Fingerprinting by AddThis)

2014-08-16 Thread Riley Childs
I think that pretty much sums up the situation ;)

Sent from my Windows Phone

From: Eric Hellmanmailto:e...@hellman.net
Sent: ‎8/‎16/‎2014 1:06 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Library Privacy, RIP  (Was: Canvas Fingerprinting by 
AddThis)

I think what we want is http://socialitejs.com/

On Aug 16, 2014, at 12:52 PM, Riley Childs rchi...@cucawarriors.com wrote:

 Another question for someone who utilizes these services: What analytics does 
 this provide and are the social analytics worth losing  your user's privacy? 
 (I think not)
 Can't we make our own non dynamic share links




 Sent from my Windows Phone
 
 From: Eric Hellmanmailto:e...@hellman.net
 Sent: ‎8/‎16/‎2014 12:25 PM
 To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Library Privacy, RIP  (Was: Canvas Fingerprinting by 
 AddThis)

 So, 2 points worth discussing here.

 1. I'll bet you most proxy servers are not proxying AddThis.com or 
 Sharethis.com. So there wouldn't be any effect of proxying on the user 
 tracking they do.

 2. It really doesn't matter if you identify yourself to the catalog or not. 
 You're being tracked across sites all over the internet. If you identify 
 yourself to one of them, you can be identified. Note that the main concern 
 here is if you use your own device to access the library's catalog.


 On Aug 15, 2014, at 5:52 PM, Karen Coyle li...@kcoyle.net wrote:

 On 8/15/14, 12:07 PM, Eric Hellman wrote:
 AddThis and ShareThis, on the other hand have TOS that let them use 
 tracking for advertising, and that's what their business is. So, 
 hypothetically, a teen could look at library catalog records for books 
 about childbirth, and as a result, later be shown ads for pregnancy tests, 
 and that would be something the library has permitted.

 Eric, I'm wondering about the full scenario that you are envisioning. Many 
 libraries use proxy servers, so individual users are not identified. 
 (Meaning that an 80-yr-old man may get the ad for the pregnancy test, not 
 the teen.) In addition, in many cases the machine wipes itself clean daily, 
 replacing all potential user files. (Someone else can explain this MUCH 
 better than I just did.)

 In my public library, I do not identify myself to the use the catalog on 
 site -- not even to use journal article databases, because 1) authentication 
 takes place in the library system 2) the proxy server's IP is my identity 
 for those services. I have no idea what exits the library when I hook my 
 laptop to the open network. Shouldn't all of these factors be taken into 
 account? Can anyone articulate them from the point of view of a public 
 library?

 Note: At the university here at Berkeley, no network use is allowed without 
 an account, so there is no anonymous use, at least on the human side of any 
 proxy server that they run. But at the public library there is no log-on. So 
 what is AddThis getting in those two situations?

 kc

 --
 Karen Coyle
 kco...@kcoyle.net http://kcoyle.net
 m: +1-510-435-8234
 skype: kcoylenet/+1-510-984-3600


[CODE4LIB] Stickers

2014-08-15 Thread Riley Childs
So far I have 14 people that have indicated interest in stickers, for this
to be economically viable I need at least 50 people to indicate interest
that would like to purchase from the initial run, this will be slightly
cheaper than when they go for general sale on sticker mule. The google form
is here:
https://docs.google.com/a/tfsgeo.com/forms/d/1k-bQVSduKyOVMkXpJ_xOwk9SDjjEoX
7QnQ4JTyp2BqI/viewform. 

 

//Riley

 

Riley Childs

Senior

Charlotte United Christian Academy

IT Services Admin

Library Services Admin

web: rileychilds.net

twitter: @RowdyChildren

Checkout our new library catalog: catalog.cucawarriors.com

 


Re: [CODE4LIB] Stickers

2014-08-15 Thread Riley Childs
I should have noted, the form is not a commitment it is simply to gather 
interest, forgot to mention that!

Mockup: Working on it, there are 3 types, a die-cut sticker, an oval sticker 
with the code4lib logo in the middle, and the obligatory bumper sticker to 
plaster all over your methods of transit. I will be sure to provide a final 
mockup prior to purchase for approval from the list of course!

Pricing, it totally depends on the number/type of stickers people indicate 
intrest in, the more that are ordered the cheaper they get! But on average it 
will be about about $1.70-$2 per sticker including shipping for the first run 
and then they are printed on demand by sticker mule for about $4 each (mainly 
because they aren't purchased in bulk).

I am happy to answer other questions.
//Riley


Riley Childs
Senior
Charlotte United Christian Academy
IT Services Admin
Library Services Admin
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new library catalog: catalog.cucawarriors.com

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Tom 
Keays
Sent: Friday, August 15, 2014 11:41 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Stickers

I was interested in the idea but I *still *need to see a mock-up of the design 
before I commit to making a purchase.


On Fri, Aug 15, 2014 at 11:36 AM, Riley Childs ri...@tfsgeo.com wrote:

 So far I have 14 people that have indicated interest in stickers, for 
 this to be economically viable I need at least 50 people to indicate 
 interest that would like to purchase from the initial run, this will 
 be slightly cheaper than when they go for general sale on sticker 
 mule. The google form is here:

 https://docs.google.com/a/tfsgeo.com/forms/d/1k-bQVSduKyOVMkXpJ_xOwk9S
 DjjEoX
 7QnQ4JTyp2BqI/viewform.



 //Riley



 Riley Childs

 Senior

 Charlotte United Christian Academy

 IT Services Admin

 Library Services Admin

 web: rileychilds.net

 twitter: @RowdyChildren

 Checkout our new library catalog: catalog.cucawarriors.com





Re: [CODE4LIB] Stickers

2014-08-15 Thread Riley Childs
I just don't want to be the one who sells the stickers, unless someone would 
like to take up that job? I liked sticker mule because they have a fast 
turnaround and after I sell a batch they will list it on their store and I 
won't have to be a middle man! I thought about simply selling them myself, but 
I don't have time to process and ship orders on a regular basis (it is a lot of 
work to mail stuff in bulk!) but if someone else would like to take the reins 
let me know, you can have them.

//Riley

Riley Childs
Senior
Charlotte United Christian Academy
IT Services Admin
Library Services Admin
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new library catalog: catalog.cucawarriors.com

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Gavin 
Spomer
Sent: Friday, August 15, 2014 11:59 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Stickers

I ordered from Sticker Guy many years ago and they were not only VERY 
inexpensive, but the stickers were excellent: 

   https://stickerguy.com/priclist.php  

Way cheaper than Sticker Mule. 



Gavin Spomer
Systems Programmer
Brooks Library
Central Washington University


 Riley Childs ri...@tfsgeo.com 8/15/2014 8:36 AM 
So far I have 14 people that have indicated interest in stickers, for this to 
be economically viable I need at least 50 people to indicate interest that 
would like to purchase from the initial run, this will be slightly cheaper than 
when they go for general sale on sticker mule. The google form is here:
https://docs.google.com/a/tfsgeo.com/forms/d/1k-bQVSduKyOVMkXpJ_xOwk9SDjjEoX
7QnQ4JTyp2BqI/viewform.



//Riley



Riley Childs

Senior

Charlotte United Christian Academy

IT Services Admin

Library Services Admin

web: rileychilds.net

twitter: @RowdyChildren

Checkout our new library catalog: catalog.cucawarriors.com


Re: [CODE4LIB] Library Privacy, RIP (Was: Canvas Fingerprinting by AddThis)

2014-08-15 Thread Riley Childs
First, I have to get it out of the way: One of the biggest things to remember, 
the most secure system is the one that is not on and connected...


Second (read the entire statement): This tracking data serves as a barter 
system for services, but I think the big issue is that there is no price tag 
on the website, it is like walking into a grocery store and seeing SALE! but 
with no price tag, then getting to the register paying and THEN looking at your 
receipt and realizing that book cost your soul.
--
Riley Childs
Senior
IT Admin
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Jon Goodell 
jon.good...@gmail.com
Sent: Friday, August 15, 2014 3:25 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Library Privacy, RIP (Was: Canvas Fingerprinting by 
AddThis)

I don't believe the horse has left the barn forever. As Bruce Schneier
says, security is a process, not a product. And as we learn more about this
space we can advocate in our own institutions for greater awareness and
perhaps adjustments to the technologies we use to evaluate online activity.
AddThis and ShareThis probably have limited value for the data they
compromise. Google Analytics is probably a much better trade. EZproxy too...

Jon


On Fri, Aug 15, 2014 at 2:07 PM, Eric Hellman e...@hellman.net wrote:

 On Aug 14, 2014, at 4:32 PM, William Denton w...@pobox.com wrote:

  At the university where I work Google Analytics is the standard, and we
 use it on the library's web site.  There's probably no way around
 that---but we can tell people how to block the tracking, which will help
 them locally (ironically) and everwhere else.  (I use Piwik at home, and
 like it, but moving to that here would be a long-term project, only partly
 for technical reasons.)

 I think a reasonable place to draw a line in the sand is use for
 advertising. If you look at the Google Analytics site, it doesn't appear
 that they can use Analytics tracking for advertising, because they don't
 make the carve-outs for children that I believe would be required if they
 did. So if you trust google, and assume they know everything anyway, you
 can let them track users.

 AddThis and ShareThis, on the other hand have TOS that let them use
 tracking for advertising, and that's what their business is. So,
 hypothetically, a teen could look at library catalog records for books
 about childbirth, and as a result, later be shown ads for pregnancy tests,
 and that would be something the library has permitted.

 A criminal prosecutor could subpoena either Google or AddThis/ShareThis to
 obtain tracking data for anyone in your library who had read books about
 Nazism or the Black Panthers or witchcraft,  completely without involving
 the library. Do you think Google would easily comply with that sort of
 request? would AddThis? Would EBSCO?

 At Unglue.it, we use Google Analytics, but we have avoided Things like
 Facebook Like, and the third party shares because we didn't like the
 tradeoff.

 But maybe the horse has left the barn forever.

 Eric



Re: [CODE4LIB] Canvas Fingerprinting by AddThis

2014-08-14 Thread Riley Childs
Unfortuantly there isn't much we can do besides (a) not use the site, (b)
remove it from the site, or (c) contact the site owner and get them to
remove it (unlikely). So we are stuck with our virtual condoms until a
better solution is thought up. :(

Riley Childs
RileyChilds.net
+1 (704) 497-2086

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Eric
Hellman
Sent: Thursday, August 14, 2014 2:31 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Canvas Fingerprinting by AddThis

I must say I'm surprised that most of the response to libraries are letting
advertisers track patrons as they browse their catalogs is discussion of
privacy condomware. Perhaps I've missed something?


 On Aug 14, 2014, at 1:39 PM, Karen Coyle li...@kcoyle.net wrote:
 
 Bill (others), are you running PrivacyBadger alongside AdBlock? I'm
concerned about the confluence of decisions there, although tempted to try
anyway.
 
 Thanks,
 kc
 
 On 8/13/14, 2:08 PM, William Denton wrote:
 On 13 August 2014, Karen Coyle wrote:
 
 *ps - I had a great cookie manager for a while, but it's no longer
around. Cookie control in browsers actually was easier a decade ago -
they've obviously been discouraged from including that software. If anyone
knows of a good cookie program or plugin, I'd like to hear about it.
 
 I use Cookie Monster [0] and like it.
 
 Related:  on my work box I'm trying out the EFF's Privacy Badger [1],
which I hope will be a success.  At home I use Disconnect [2], which blocks
entire domains.  It's great for cutting out cookies and junk like AddThis,
but cripes, I hadn't realized how many people pull in Javascript libraries
from Google or Yahoo. That's a harder way of tracking to avoid.
 
 Bill
 
 [0] https://addons.mozilla.org/en-US/firefox/addon/cookie-monster/
 [1] https://www.eff.org/privacybadger [2] 
 https://disconnect.me/disconnect
 
 --
 Karen Coyle
 kco...@kcoyle.net http://kcoyle.net
 m: +1-510-435-8234
 skype: kcoylenet/+1-510-984-3600


Re: [CODE4LIB] Dewey code

2014-08-11 Thread Riley Childs
There are advantages and disadvantages to both, but in your case Dewey is
likely you best bet, I was always under the impression that LC worked better
on a large scale rather then a small scale, of course I am no librarian so
take the previous statement with a grain of salt.
//Riley

Riley Childs
RileyChilds.net
+1 (704) 497-2086

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
Jonathan LeBreton
Sent: Monday, August 11, 2014 11:37 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Dewey code

I would second the prudence of taking advantage of wheels already invented
if you can.  

One thing  I missed, though, in the earlier parts of this thread was  why
you wanted to use Dewey, Tom?   

Depending on the nature of the items in the collection, you may be better
off going  with LC   classification.  There could be  more readily available
complete copy bearing LC numbers and no Dewey numbers.   Going LC  would
avoid any potential need to later manually tweak the Dewey numbers you get
from LC   (a possibility you mentioned) - or the complete disruption should
a new edition of Dewey revise substantially your area... 



Jonathan LeBreton
Senior Associate University Librarian
Editor:  Library  Archival Security
Temple University Libraries
Paley M138,  1210 Polett Walk, Philadelphia PA 19122
voice: 215.204.8231
fax: 215.204.5201
mobile: 215.284.5070
email:  lebre...@temple.edu
email:  jonat...@temple.edu


-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Joe
Hourcle
Sent: Monday, August 11, 2014 10:27 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Dewey code

On Aug 8, 2014, at 10:13 PM, Riley Childs wrote:

 Ok, so you want to access LC data to get Dewey decimal numbers? You need
to use a z39.50 client to pull the record, you can do it with marc edit but
it is labor intensive.  You would need to roll your own solution for this or
use classify.oclc.org to get book info (this doesn't give you API access).
Your best bet is classify.oclc.org.
 
 That aside:
 Honestly you might be better off running with something like Koha, writing
a home brew library system is no cake walk, trust me I know from 2 years of
experience trying to code one and ultimately moving to koha. Koha can be run
on a VPS (Digital Ocean is what i would use) or on an old PC in the corner.
I am in a situation similar to yours if you want to contact me off list I
can give you some advice.


I 100% agree -- you'd be better off going with something intended for
personal libraries (eg Delicious Library) and give it a dedicated machine
before trying to roll your own.

oss4lib hasn't been updated in a while, but Lyrasis is maintaining
foss4lib.org as a catalog of free  open source library software, and has a
'ILS feature comparison tool' which lists feature differences between Koha
and Evergreen:

http://ils.foss4lib.org/

-Joe


Re: [CODE4LIB] Windows 7 Logon Screen Screensaver

2014-08-11 Thread Riley Childs
It is possible, but your best bet (as was just said) is to use the photoscreen 
saver. It can all be done though GPOs
http://deployhappiness.com/setting-the-default-logon-screensaver-with-group-policy/
 this will allow you to point it at a local path and have windows move files to 
the local folder.
Thanks
//Riley

Riley Childs
Senior
Charlotte United Christian Academy
IT Services Admin
Library Services Admin
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new library catalog: catalog.cucawarriors.com

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Faust, 
Bradley
Sent: Monday, August 11, 2014 5:20 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Windows 7 Logon Screen Screensaver

This is a long shot, I believe, but members of this group have answers.

On our Windows XP Pro student use computers, we have a custom screensaver app 
that runs at the logon screen and displays graphics highlighting library 
services and programs.   As we migrate to Windows 7, new security introduced by 
Microsoft limits access to custom applications when the logon screen is 
displayed, and we haven't figured out how to push the screensaver to the 
machine.   For obvious reasons we need to move to Windows 7.

Does anyone have a solution that pushes a custom screensaver to the Windows 7 
logon screen?   Thanks.

Brad Faust
Ball State University Libraries\


Re: [CODE4LIB] Job: Records Information Manager at Secret Intelligence Service

2014-08-08 Thread Riley Childs
its legit, google it: 
http://bit.ly/X7brcq
bit.ly/1krGI3X
http://www.jobs.ac.uk/job/AJE041/records-information-manager/
http://www.jobs.ac.uk/job/AJI331/records-information-manager/

--
Riley Childs
Senior
IT Admin
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Miles Fidelman 
mfidel...@meetinghouse.net
Sent: Friday, August 8, 2014 5:04 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Job: Records Information Manager at Secret Intelligence 
Service

j...@code4lib.org wrote:
 Records Information Manager
 Secret Intelligence Service
 London


It's not April 1st.

Miles Fidelman

--
In theory, there is no difference between theory and practice.
In practice, there is.    Yogi Berra


Re: [CODE4LIB] Job: Records Information Manager at Secret Intelligence Service

2014-08-08 Thread Riley Childs
it's about information dissemination and distribution, maybe not publicly, but 
it is still a librarian's job, after all what is a library but a building with 
information? Of course this is totally a philosophical debate... 
My 2 cents
//Riley


--
Riley Childs
Senior
IT Admin
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Cary Gordon 
listu...@chillco.com
Sent: Friday, August 8, 2014 5:25 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Job: Records Information Manager at Secret Intelligence 
Service

It is not related to libraries or coding, so it is not legit here, even if
perchance anyone on the list is a UK citizen with the required credentials.

On Friday, August 8, 2014, Riley Childs rchi...@cucawarriors.com wrote:

 its legit, google it:
 http://bit.ly/X7brcq
 bit.ly/1krGI3X
 http://www.jobs.ac.uk/job/AJE041/records-information-manager/
 http://www.jobs.ac.uk/job/AJI331/records-information-manager/

 --
 Riley Childs
 Senior
 IT Admin
 Charlotte United Christian Academy
 office: +1 (704) 537-0331 x101
 mobile: +1 (704) 497-2086
 web: rileychilds.net
 twitter: @RowdyChildren
 Checkout our new Online Library Catalog: catalog.cucawarriors.com

 
 From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU javascript:; on
 behalf of Miles Fidelman mfidel...@meetinghouse.net javascript:;
 Sent: Friday, August 8, 2014 5:04 PM
 To: CODE4LIB@LISTSERV.ND.EDU javascript:;
 Subject: Re: [CODE4LIB] Job: Records Information Manager at Secret
 Intelligence Service

 j...@code4lib.org javascript:; wrote:
  Records Information Manager
  Secret Intelligence Service
  London
 
 
 It's not April 1st.

 Miles Fidelman

 --
 In theory, there is no difference between theory and practice.
 In practice, there is.    Yogi Berra



--
Cary Gordon
The Cherry Hill Company
http://chillco.com


Re: [CODE4LIB] Dewey code

2014-08-08 Thread Riley Childs
Ok, so you want to access LC data to get Dewey decimal numbers? You need to use 
a z39.50 client to pull the record, you can do it with marc edit but it is 
labor intensive.  You would need to roll your own solution for this or use 
classify.oclc.org to get book info (this doesn't give you API access). Your 
best bet is classify.oclc.org.

That aside:
Honestly you might be better off running with something like Koha, writing a 
home brew library system is no cake walk, trust me I know from 2 years of 
experience trying to code one and ultimately moving to koha. Koha can be run on 
a VPS (Digital Ocean is what i would use) or on an old PC in the corner. I am 
in a situation similar to yours if you want to contact me off list I can give 
you some advice.

//Riley

Riley Childs
Senior
Charlotte United Christian Academy
IT Services Admin
Library Services Admin
7944972086
rileychilds.net



Sent from my Windows Phone

From: Tom Connollymailto:tedwardconno...@gmail.com
Sent: ‎8/‎8/‎2014 8:47 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Dewey code

Forgive my ignorance. When I looked up ILS I came to this paragraph that
explains why:

Larger libraries use an ILS to order and acquire, receive and invoice,
catalog, circulate, track and shelve materials. Smaller libraries, such
as those in private homes ornon-profit organizations
http://en.wikipedia.org/wiki/Non-profit(like churches or synagogues,
for instance), often forgo the expense and maintenance required to run
an ILS, and instead use alibrary computer system
http://en.wikipedia.org/wiki/Library_computer_system.^[/citation
needed http://en.wikipedia.org/wiki/Wikipedia:Citation_needed/] 
source: Wikipedia

We are a church with 1500 books we would like to put on our website, and
thought we would use this workflow:

 1.  Create barcode from isbn number and print label.
 2.  Acquire Dewey number from Library of Congress via z39.50, and
print that to a label.
 3.  Affix labels to the books.
 4.  Place marc records into a Postgresql database and allow users
to search via a browser, using Ruby on Rails for the front and back ends.

 At the moment I'm trying to figure out step 2. I'm the church
volunteer webmaster and not a coder, working with two other volunteers
who happen to be career professional librarians but not programmers.  If
the Dewey numbers generated by the LC are insufficient, we'll tweak them
over time. I just need to know how to isolate that one field to print it
to our thermal label printer.
Thank  you.


On 08/08/2014 06:12 PM, Kyle Banerjee wrote:
 Label printing practices vary by library. Just out of curiosity, why are
 you getting this information from a MARC file rather than the ILS? At
 many/most libraries, you'd need local Cuttering, item specific (e.g.
 volume/copy number), etc info not available in the bib record.

 kyle


 On Fri, Aug 8, 2014 at 12:33 PM, Tom Connolly tedwardconno...@gmail.com
 wrote:

 Is there an open source way to format the dewey code for printing book
 labels? Or can someone tell me how to isolate just the dewey number from a
 marc file (I have MarcEdit; is there a better tool for this simple task?)
 so it is the only field sent to the printer? (I'm using Ubuntu 14.04 and
 printing to a Dymo 450) Thanks
 Tom Connolly
 St. Paul's Episcopal Church, Naples FL
 webmaster



Re: [CODE4LIB] Bandwidth control

2014-08-05 Thread Riley Childs
We throttle YouTube for teachers and block for students, btw we use a SonicWall 
which I highly recommend for the cost/features ratio (even compared to open 
source stuff).
//Riley



Riley Childs
Senior
Charlotte United Christian Academy
IT Services Admin
Library Services Admin
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new library catalog: catalog.cucawarriors.com

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Stuart 
Yeates
Sent: Tuesday, August 5, 2014 6:54 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Bandwidth control

We had complaints from students about other students using the limited resource 
(in this case student computers) to do facebook / youtube.

We negotiated with the students union that certain sites would be blocked from 
those machines for a certain busy period during the day. 
Negotiation with the students union appeared to be hugely important in 
deflating any protests.

cheers
stuart

On 05/08/14 02:20, Carol Bean wrote:
 A quick and dirty search of the list archives turned up this topic 
 from 5 years ago.  I am wondering what libraries (especially those 
 with limited
 resources) are doing today to control or moderate bandwidth, e.g., 
 where viewing video sites uses up excessive amounts of bandwidth?

 Thanks for any help,
 Carol

 Carol Bean
 beanwo...@gmail.com



Re: [CODE4LIB] Bandwidth control

2014-08-05 Thread Riley Childs
20 users streaming HD YouTube is a big strain on the network itself, regardless 
of the pipe size.

Sent from my Windows Phone

From: Cary Gordonmailto:listu...@chillco.com
Sent: ‎8/‎5/‎2014 8:33 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Bandwidth control

With a gigabit pipe, I don't think that Youtube would be an issue :)


On Aug 5, 2014, at 3:54 PM, Stuart Yeates stuart.yea...@vuw.ac.nz wrote:

 We had complaints from students about other students using the limited 
 resource (in this case student computers) to do facebook / youtube.

 We negotiated with the students union that certain sites would be blocked 
 from those machines for a certain busy period during the day. Negotiation 
 with the students union appeared to be hugely important in deflating any 
 protests.

 cheers
 stuart

 On 05/08/14 02:20, Carol Bean wrote:
 A quick and dirty search of the list archives turned up this topic from 5
 years ago.  I am wondering what libraries (especially those with limited
 resources) are doing today to control or moderate bandwidth, e.g., where
 viewing video sites uses up excessive amounts of bandwidth?

 Thanks for any help,
 Carol

 Carol Bean
 beanwo...@gmail.com



Re: [CODE4LIB] [WEB4LIB] Interactive content for digital signage

2014-07-19 Thread Riley Childs
I am a big fan of xibo: Xibo.org.uk, we use it for the display in our lobby
on a $500 Flat screen, we just hook up a laptop with an HDMI cable and set
xibo to run on startup. we just have it running on an apache vhost. Even
better: they have a python based client that should work on the pi.

Riley Childs
Senior
Asst. IT Services Director
Library Guru
Charlotte United Christian Academy
Library Tech Cast (http://LibraryTechCast.com)
ri...@tfsgeo.com
http://RileyChilds.net
@RowdyChildren

*Please Think before Hitting Reply All*

*I Do Web Development, Contact Me at http://RileyChilds.net/work
http://RileyChilds.net/work*



On Fri, Jul 18, 2014 at 10:35 AM, David S Vose dv...@binghamton.edu wrote:

 We will be installing interactive digital signs in our main library
 this fall. One sign will be at our entrance and one will be in the
 lobby. The draft plan is to provide interactivity that will allow
 patrons to browse to floor plans, hours and schedules, directories, a
 campus map, and an about the libraries section.

 I would be interested to learn what type of interactive content others
 have found to be most popular and useful to students and what
 interactive content did not turn out to be particularly successful.

 Thanks,

 David Vose | Geography, Data, Government Information, Law
 Binghamton University Libraries, POB 6012, Binghamton, NY 13902-6012
 dv...@binghamton.edu | 607.777.4907 | Downtown Center: 607.777.9275

 

 To unsubscribe: http://bit.ly/web4lib

 Web4Lib Web Site: http://web4lib.org/

 2014-07-18



Re: [CODE4LIB] net.fun

2014-07-14 Thread Riley Childs
My MOTDs are not as fun...

RUN GET OUT OF HERE
YOU ARE NOT WELCOME TODAY
RESTRICTED ACCESS HERE.

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes

-Original Message-
From: Eric Lease Morgan emor...@nd.edu
Sent: ‎7/‎14/‎2014 7:47 AM
To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] net.fun

From my server’s MOTD, and I thought it was fun:

 Here I sit, broken-hearted,
 All logged in, but work unstarted.
 First net.this and net.that,
 And a hot buttered bun for net.fat.

 The boss comes by, and I play the game,
 Then I turn back to net.flame.
 Is there a cure (I need your views),
 For someone trapped in net.news?

 I need your help, I say 'tween sobs,
 'Cause I'll soon be listed in net.jobs.

A quick Google search did not turn up the author, but it has been reposted a 
number of times over the past decade. Remember Usenet? A blast from my past.

—
Eric


Re: [CODE4LIB] net.fun

2014-07-14 Thread Riley Childs
Isn't that the logon banner for the internet?

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Joe Hourclemailto:onei...@grace.nascom.nasa.gov
Sent: ‎7/‎14/‎2014 9:44 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] net.fun

On Jul 14, 2014, at 8:21 AM, Riley Childs wrote:

 My MOTDs are not as fun...

 RUN GET OUT OF HERE
 YOU ARE NOT WELCOME TODAY
 RESTRICTED ACCESS HERE.

I would expect that in the banner, not the motd:

$ more /etc/banner

This US Government computer is for authorized users only. By accessing
this system you are consenting to complete monitoring with no
expectation of privacy. Unauthorized access or use may subject you to
disciplinary action and criminal prosecution.


The banner gets displayed before the login prompt, the motd gets displayed 
after ... there's also an assumption that the motd changes regularly, as it's 
'message of the day' ... although most people have it be completely random and 
just call fortune or never bother changing it.

-Joe


Re: [CODE4LIB] net.fun

2014-07-14 Thread Riley Childs
I know I might be little youn but code4lib needs a bbs

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes

-Original Message-
From: Joe Hourcle onei...@grace.nascom.nasa.gov
Sent: ‎7/‎14/‎2014 11:52 AM
To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] net.fun

On Jul 14, 2014, at 10:44 AM, Cary Gordon wrote:

 I remember when system administrators would change the MOTD daily. The '80s
 were so pastoral.

0 0 * * * /bin/fortune  /etc/motd

or, for those running Vixie cron (which most people weren't in the 80s) :

@daily /bin/fortune  /etc/motd


... but then, everyone went the way of 'web portals' and the like, rather than 
assuming everyone was going to be (telnet|tn3270)ing into a (unix|cms) system 
so they could check their e-mail, nntp, gopher, etc.

-Joe

ps. is it disturbing that the talk of motd is making me nostalgic for ASCII art?





 On Monday, July 14, 2014, Joe Hourcle onei...@grace.nascom.nasa.gov wrote:
 
 On Jul 14, 2014, at 8:21 AM, Riley Childs wrote:
 
 My MOTDs are not as fun...
 
 RUN GET OUT OF HERE
 YOU ARE NOT WELCOME TODAY
 RESTRICTED ACCESS HERE.
 
 I would expect that in the banner, not the motd:
 
$ more /etc/banner
 
This US Government computer is for authorized users only. By
 accessing
this system you are consenting to complete monitoring with no
expectation of privacy. Unauthorized access or use may subject you
 to
disciplinary action and criminal prosecution.
 
 
 The banner gets displayed before the login prompt, the motd gets displayed
 after ... there's also an assumption that the motd changes regularly, as
 it's 'message of the day' ... although most people have it be completely
 random and just call fortune or never bother changing it.
 
 -Joe
 
 
 
 -- 
 Cary Gordon
 The Cherry Hill Company
 http://chillco.com


Re: [CODE4LIB] access to code4lib server for planet maintenance?

2014-07-14 Thread Riley Childs
I would be happy to help

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: William Dentonmailto:w...@pobox.com
Sent: ‎7/‎14/‎2014 4:24 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] access to code4lib server for planet maintenance?

On 14 July 2014, Jonathan Rochkind wrote:

 Hi all. The Planet Code4lib aggregator runs on a server operated by Oregon
 State.

 128.193.168.90  poseidon.library.oregonstate.edu

 I've been sort of caretaking the Planet, but really just editing the config
 for feed sources. Which is really all I have the time/inclination for at the
 moment, I've basically just been barely care-taking it.

 Meanwhile, the planet is running on really old software, and maybe has some
 issues with some things.

If I can get access, I'm glad to update the system and take a shift maintaining
it.  Whoever runs that server, let me know ...

Bill
--
William Denton ↔  Toronto, Canada ↔  http://www.miskatonic.org/


[CODE4LIB] EBook recommendations?

2014-07-14 Thread Riley Childs
What eBook vendors do you recommend, overdrive is a little bit out of my price 
range ;) so I am looking for other options.

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes


[CODE4LIB] SIP2 reference guide

2014-07-12 Thread Riley Childs
Does anyone know of a SIP2 reference guide besides the one from 3M, I am trying 
to write a online fine payment system, but can't seem to find any good 
reference code or a guide. Any help is greatly appreciated!
Thanks
//Riley

Riley Childs
HS Senior
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes


Re: [CODE4LIB] online payment system for libraries?

2014-07-10 Thread Riley Childs
I like stripe! Stripe.com, it lets me keep in on my site and has much lower 
fees.

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Cary Gordonmailto:listu...@chillco.com
Sent: ‎7/‎10/‎2014 11:53 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] online payment system for libraries?

We tend to use Authorize.net (and PayPal) for solutions we build with
Drupal Commerce.

Cary

On Thursday, July 10, 2014, Kim, Bohyun b...@hshsl.umaryland.edu wrote:

 Anyone implemented online payment system for libraries? If so, could you
 share the system you ended up selecting and experience of implementing it?
 I am currently looking at Cybersource and Authorize.net but it would be
 nice to have some others to consider as well.

 (FYI, our library fines are processed by the library staff, not by the
 university bursar.  And the university does not allow the use of PayPal.)

 Thanks,
 Bohyun



--
Cary Gordon
The Cherry Hill Company
http://chillco.com


Re: [CODE4LIB] c4l Stickers

2014-07-10 Thread Riley Childs
Ok, before I go too far, lets gather some data: 
https://docs.google.com/forms/d/1k-bQVSduKyOVMkXpJ_xOwk9SDjjEoX7QnQ4JTyp2BqI/viewform
I want to figure out how many people are interested before I go off and order 
$100 worth of stickers. I have artwork (the code4lib logo in the Illustrator 
template)  I just need to figure out logistics and money, hopefully I can get 
this running soon (sorry for the ambiguous timeframe!).


Riley Childs
Junior
IT Admin
email: rchi...@cucawarriors.com
office: +1 (704) 537-0031 x101
cell: +1 (704) 497-2086

Please Think Before Hitting Reply All
I Do Web Design! RileyChilds.net/services

From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Coral 
Sheldon-Hess [co...@sheldon-hess.org]
Sent: Wednesday, July 09, 2014 9:13 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] c4l Stickers

+1 - I mean, I'm PROBABLY up for a sticker purchase, but not if it's
hideous orange or too big for my laptop or whatever. (So... not the bumper
sticker.)

- coral


On Tue, Jul 8, 2014 at 1:28 PM, Tom Keays tomke...@gmail.com wrote:

 I might be interested, but I need to see it first. Any chance you could
 upload a sample image somewhere -- e.g., Google Drive -- so we could see
 what you are proposing?

 Tom




[CODE4LIB] c4l Stickers

2014-07-08 Thread Riley Childs
If you are interested in code4lib stickers please contact me directly. I am 
about to add the c4l stickers to stickermule, but can't because you need to 
purchase $50 in stickers before the design goes live. Those who prepurchase 
will get the stickers for $3 vs the usual $4.

//Riley

Thanks
Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes


Re: [CODE4LIB] c4l Stickers

2014-07-08 Thread Riley Childs
The code4lib logo
The stickers range in size and shape, you can view designs here 
http://www.stickermule.com/t/categories/custom-stickers, initially 3.5x7.5 
bumper stickers and kiss-cut stickers. Spreadshirt doesn't offer stickers so I 
had to go stickermule

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Jason Bengtsonmailto:j.bengtson...@gmail.com
Sent: ‎7/‎8/‎2014 8:57 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] c4l Stickers

Hi Riley,

Is the design the code 4 Lib logo, or is it something else? How big are the
stickers? Thanks!

Best regards,
*Jason Bengtson, MLIS, MA*

Head of Library Computing and Information Systems
Assistant Professor, Graduate College
Department of Health Sciences Library and Information Management
University of Oklahoma Health Sciences Center
405-271-2285, opt. 5
405-271-3297 (fax)
jason-bengt...@ouhsc.edu
http://library.ouhsc.edu
www.jasonbengtson.comhttp://www.jasonbengtson.com

NOTICE:
This e-mail is intended solely for the use of the individual to whom it is
addressed and may contain information that is privileged, confidential or
otherwise exempt from disclosure. If the reader of this e-mail is not the
intended recipient or the employee or agent responsible for delivering the
message to the intended recipient, you are hereby notified that any
dissemination, distribution, or copying of this communication is strictly
prohibited. If you have received this communication in error, please
immediately notify us by replying to the original message at the listed
email address. Thank You.
j.bengtson...@gmail.com


On Tue, Jul 8, 2014 at 7:48 AM, Riley Childs rchi...@cucawarriors.com
wrote:

 If you are interested in code4lib stickers please contact me directly. I
 am about to add the c4l stickers to stickermule, but can't because you need
 to purchase $50 in stickers before the design goes live. Those who
 prepurchase will get the stickers for $3 vs the usual $4.

 //Riley

 Thanks
 Riley Childs
 Student
 Asst. Head of IT Services
 Charlotte United Christian Academy
 (704) 497-2086
 RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes



Re: [CODE4LIB] c4l Stickers

2014-07-08 Thread Riley Childs
I've just had good experience with stickermule (as far as quality is
concerned), I didn't know zazzle did stickers

Riley Childs
Senior
Asst. IT Services Director
Library Guru
Charlotte United Christian Academy
Library Tech Cast (http://LibraryTechCast.com)
ri...@tfsgeo.com
http://RileyChilds.net
@RowdyChildren

*Please Think before Hitting Reply All*

*I Do Web Development, Contact Me at http://RileyChilds.net/work
http://RileyChilds.net/work*



On Tue, Jul 8, 2014 at 5:50 PM, Chris Markman cmark...@clarku.edu wrote:

 Coincidentally, I just purchased 1000 bumper stickers over @ psprint.com
 for a personal project and thought I'd mention they're running a 60% off
 promotion 'til July 15th. That discount got the price down to about $0.30
 per sticker which is the cheapest I've found anywhere online. Also, not
 sure if you've looked at Zazzle.com but they do print-on-demand which might
 be easier to coordinate.

 —Chris

 On Tue, Jul 8, 2014 at 9:08 AM, Riley Childs rchi...@cucawarriors.com
 wrote:

  The code4lib logo
  The stickers range in size and shape, you can view designs here
  http://www.stickermule.com/t/categories/custom-stickers, initially
  3.5x7.5 bumper stickers and kiss-cut stickers. Spreadshirt doesn't
 offer
  stickers so I had to go stickermule
 
  Riley Childs
  Student
  Asst. Head of IT Services
  Charlotte United Christian Academy
  (704) 497-2086
  RileyChilds.net
  Sent from my Windows Phone, please excuse mistakes
  
  From: Jason Bengtsonmailto:j.bengtson...@gmail.com
  Sent: ‎7/‎8/‎2014 8:57 AM
  To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
  Subject: Re: [CODE4LIB] c4l Stickers
 
  Hi Riley,
 
  Is the design the code 4 Lib logo, or is it something else? How big are
 the
  stickers? Thanks!
 
  Best regards,
  *Jason Bengtson, MLIS, MA*
 
  Head of Library Computing and Information Systems
  Assistant Professor, Graduate College
  Department of Health Sciences Library and Information Management
  University of Oklahoma Health Sciences Center
  405-271-2285, opt. 5
  405-271-3297 (fax)
  jason-bengt...@ouhsc.edu
  http://library.ouhsc.edu
  www.jasonbengtson.comhttp://www.jasonbengtson.com
 
  NOTICE:
  This e-mail is intended solely for the use of the individual to whom it
 is
  addressed and may contain information that is privileged, confidential or
  otherwise exempt from disclosure. If the reader of this e-mail is not the
  intended recipient or the employee or agent responsible for delivering
 the
  message to the intended recipient, you are hereby notified that any
  dissemination, distribution, or copying of this communication is strictly
  prohibited. If you have received this communication in error, please
  immediately notify us by replying to the original message at the listed
  email address. Thank You.
  j.bengtson...@gmail.com
 
 
  On Tue, Jul 8, 2014 at 7:48 AM, Riley Childs rchi...@cucawarriors.com
  wrote:
 
   If you are interested in code4lib stickers please contact me directly.
 I
   am about to add the c4l stickers to stickermule, but can't because you
  need
   to purchase $50 in stickers before the design goes live. Those who
   prepurchase will get the stickers for $3 vs the usual $4.
  
   //Riley
  
   Thanks
   Riley Childs
   Student
   Asst. Head of IT Services
   Charlotte United Christian Academy
   (704) 497-2086
   RileyChilds.net
   Sent from my Windows Phone, please excuse mistakes
  
 



Re: [CODE4LIB] Barcode scanner

2014-07-07 Thread Riley Childs
Ok, we use koha (if any one cares ;). I was looking at the Wasp unit that was 
recommended, but the only draw back is that I can't run a web browser on it to 
open a tiny inventory php script I wrote to pull data from koha and verify info 
then add the book to a csv. Does any one have a grocery store style unit that 
they integrate some how with their ILS?


Riley Childs
Junior
IT Admin
email: rchi...@cucawarriors.com
office: +1 (704) 537-0031 x101
cell: +1 (704) 497-2086

Please Think Before Hitting Reply All
I Do Web Design! RileyChilds.net/services

From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Harper, 
Cynthia [char...@vts.edu]
Sent: Monday, July 07, 2014 11:39 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Barcode scanner

It's your choice of a CSV or text file.

At a previous library, we used the III Millennium inventory system. You could 
edit this file with a macro to make it suitable for ingestion into the 
inventory system, and then upload it to III and process it from there.  I don't 
think III is still selling this old text-based inventory system, but it still 
works for the libraries that have it.  So this barcode scanner is not 
compatible with the new III Circa inventory system, AFAIK.  Other systems are 
out of my knowledge-base scope.  I mostly suggested this option thinking Riley 
may be processing the data outside the ILS.  That's what I've done with our 
small-scale periodicals counting project.

Cindy Harper
char...@vts.edu

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of 
Elizabeth Leonard
Sent: Monday, July 07, 2014 11:24 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Barcode scanner

Cindy-

A couple questions:

The data is dumped into what type of file? Do you have an option?

And then how do you move that data into your ILS? (I know this is ILS dependent 
but I am trying to envision workflow). Do you the use an attached barcode 
reader to scan them into your system? Or do you have a way to import?


Elizabeth Leonard
Seton Hall University
400 South Orange Avenue
South Orange, NJ 07079
973-761-9445



-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Harper, 
Cynthia
Sent: Wednesday, July 2, 2014 8:30 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Barcode scanner

We use one of this family of scanners - Opticon OPN200x - for print periodicals 
use counts. It's standalone or USB,  collects a time-stamped barcode file, and 
you can download when you care to.  The battery seems to last forever before 
needing recharging under my use conditions.
http://www.opticonusa.com/products/companion-scanners/opn2001.html


Cindy Harper
Electronic Services and Serials Librarian Virginia Theological Seminary
3737 Seminary Road
Alexandria VA 22304
703-461-1794
char...@vts.edu



-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Riley 
Childs
Sent: Tuesday, July 01, 2014 5:37 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Barcode scanner

We use code39 for everything, I am trying to find something that I can give to 
2 volunteers to run inventory twice a year without having to be tied to an ipad

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes 

From: Riesner, Giles W.mailto:gries...@ccbcmd.edu
Sent: ‎7/‎1/‎2014 3:51 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Barcode scanner

Riley,

Basically ANY barcode scanner would work for you. Barcode scanners simply read 
in data as though it was typed in from a keyboard.
What matters is that you have the symbologies  you need enabled. Library 
barcodes tend to be Codabar (which is not always enabled by default), while 
stores often use UPC/EAN (which is usually enabled). And the barcodes for our 
students and staff at the College are in Code 128.  If you can attach the 
barcode reader to a laptop and scan the barcodes into a blank text file, then 
it's enabled.

If you grab a copy of the manual for the barcode reader you can see how to 
program in any prefixes or suffixes you need and more - things like being able 
to tell which symbology is being used.

If all you're doing is scanning in barcode numbers to say that this piece of 
equipment is here, you don't even need a special program, just a text file that 
can be imported into Excel. We do something similar and upload data to our 
library system to update  the inventory of our collection at the various 
Branches.

There are indeed apps for Android and IOS devices that might enable you to use 
a phone to do it too.

Just my .02 worth.

Regards,


Giles W. Riesner, Jr. | Lead Library Technician , Library Technology
The Community College of Baltimore County   | 800 South Rolling

Re: [CODE4LIB] Looking for a service manual for Canon MS800 scanner.

2014-07-07 Thread Riley Childs
http://www.helpowl.com/q/Canon/MS800/Technical-Support/code-e2-79-error-wrong/444269
here is some thing for an E2 79 error, I would imagine it might be a similar 
code?

http://downloads.canon.com/cpr/software/scanners/800IM.pdf
the only manual I could find is the above and it says to contact canon...



Riley Childs
Junior
IT Admin
email: rchi...@cucawarriors.com
office: +1 (704) 537-0031 x101
cell: +1 (704) 497-2086

Please Think Before Hitting Reply All
I Do Web Design! RileyChilds.net/services

From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Ben Stewart 
[ben.stew...@unbc.ca]
Sent: Monday, July 07, 2014 1:41 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Looking for a service manual for Canon MS800 scanner.


Hello everyone and happy Monday

We had one of our MS800 get an E2 - 77 blinking error.  Sometimes you turn
it off and leave it for a bit and goes away for some time.
It¹s not in the regular manual and can not seem to find the service manual
online for free.  Most certainly a service code error.

Other then the long option of Canon tech support on this older out of date
equipment I thought I ask as it would be nice to find out what that error
is.

Thank-you

~Ben

System Administrator
Geoffrey R. Weller library
UNBC, BC Canada
PH (250) 960-6605
benjamin.stew...@unbc.ca




Re: [CODE4LIB] 'automation' tools

2014-07-04 Thread Riley Childs
Don't forget AutoIT (auto IT, pretty clever eh?)
http://www.autoitscript.com/site/autoit/

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes

-Original Message-
From: Owen Stephens o...@ostephens.com
Sent: ‎7/‎4/‎2014 4:55 AM
To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] 'automation' tools

I'm doing a workshop in the UK at a library tech unconference-style event (Pi 
and Mash http://piandmash.info) on automating computer based tasks.
I want to cover tools that are usable by non-programmers and that would work in 
a typical library environment. The types of tools I'm thinking of are:

MacroExpress
AutoHotKey
iMacros for Firefox

While I'm hoping workshop attendees will bring ideas about tasks they would 
like to automate the type of thing I have in mind are things like:

Filling out a set of standard data on a GUI or Web form (e.g. standard set of 
budget codes for an order)
Processing a list of item barcodes from a spreadsheet and doing something with 
them on the library system (e.g. change loan status, check for holds)
Similarly for User IDs
Navigating to a web page and doing some task 

Clearly some of these tasks would be better automated with appropriate APIs and 
scripts, but I want to try to introduce those without programming skills to 
some of the concepts and tools and essentially how they can work around 
problems themselves to some extent.

What tools do you use for this kind of automation task, and what kind of tasks 
do they best deal with?

Thanks,

Owen

Owen Stephens
Owen Stephens Consulting
Web: http://www.ostephens.com
Email: o...@ostephens.com
Telephone: 0121 288 6936


Re: [CODE4LIB] Recommendations for IT Department Management Resouces

2014-07-03 Thread Riley Childs
GLPI and Spiceworks

I use GLPI to manage software licenses, assets, documentation. Spiceworks is 
used for network monitoring, device management, and the obligatory help desk. 
Spiceworks also has a great community that has helped me out.



Spiceworks.com
http://www.glpi-project.org/?lang=en


Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes

-Original Message-
From: Hagedon, Mike - (mhagedon) mhage...@email.arizona.edu
Sent: ‎7/‎3/‎2014 2:49 PM
To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Recommendations for IT Department Management Resouces

Code4Lib is awesome. I probably wouldn't have thought to ask Mike's question 
here, but I just bought Leading Snowflakes because of Francis' answer. Thanks!

Mike

-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Francis 
Kayiwa
Sent: Friday, May 02, 2014 5:35 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Recommendations for IT Department Management Resouces

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 5/2/2014 8:25 AM, Michael Beccaria wrote:
 I'm looking for resources on managing IT departments and 
 infrastructure in an academic environment. Resources that go over high 
 level organization stuff like essential job roles, policies, standard 
 operating procedures, etc.? Anyone know of any good resources out 
 there that they consider useful or essential?


I quite enjoyed reading this book -it comes with video packages etc.,- and I 
wish it on all my past and future managers. ;-)

http://leadingsnowflakes.com/

Cheers,
./fxk

- --
Sent from a computer using a keyboard and software.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTY5DvAAoJEOptrq/fXk6MxEUH/1vphJKTUegBG3VTims0FFYD
FHtlPK2i/venSKOpcmCxwQESCiDPgLO4oiUeXe6MecjaxdGEWv00GHoDASfmhTTQ
pKpFRGHo3kLM80ZdaeuHFfk/EO+N/sb8KGAohStaul9ZJvYUtiL0ItnaZsg4fMbv
qu/wpEG/9+gJYZho8WFUe5jSc4yDOPiVdo74f0OkyNaNFhjFwz8147WpqoveAnuS
Qsf1LkaTSJgkcoAfENARrw5nKCnj8dZQXYbxq/hBD6h/FvbduyOn8+M5seL6Wsco
YwNcLNuSKFcp+aV+QE/jIshhdIBiZG/qfEaZbWUCb5uwpnlSs8+/3iG5hK45Uz8=
=/Gwp
-END PGP SIGNATURE-


Re: [CODE4LIB] Recommendations for IT Department Management Resouces

2014-07-03 Thread Riley Childs
I realized that after I sent the email ;) but still useful nonetheless!

//Riley

//Riley Childs, CCENT

Charlotte United Christian Academy- Resident Systems Administrator and
Junior
Library Tech Cast (http://LibraryTechCast.com)
ri...@tfsgeo.com
http://RileyChilds.net
@RowdyChildren

*Please Think before Hitting Reply All*

*I Do Web Development, Contact Me at http://RileyChilds.net/work
http://RileyChilds.net/work*



On Thu, Jul 3, 2014 at 3:28 PM, Hagedon, Mike - (mhagedon) 
mhage...@email.arizona.edu wrote:

 Hi Riley,
 GLPI looks cool, and I've heard of it. My particular need was less about
 tools and more for training and information on how to manage a web
 development and software engineering team, so the Leading Snowflakes book
 will be a perfect fit (I think).

 Thanks,
 Mike
 ---
   Mike Hagedon
   Web Development Work Team Leader
   User Experience Department
   University of Arizona Libraries
   mhage...@email.arizona.edu
 ---

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
 Riley Childs
 Sent: Thursday, July 03, 2014 12:20 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Recommendations for IT Department Management
 Resouces

 GLPI and Spiceworks

 I use GLPI to manage software licenses, assets, documentation. Spiceworks
 is used for network monitoring, device management, and the obligatory help
 desk. Spiceworks also has a great community that has helped me out.



 Spiceworks.com
 http://www.glpi-project.org/?lang=en


 Riley Childs
 Student
 Asst. Head of IT Services
 Charlotte United Christian Academy
 (704) 497-2086
 RileyChilds.net
  Sent from my Windows Phone, please excuse mistakes

 -Original Message-
 From: Hagedon, Mike - (mhagedon) mhage...@email.arizona.edu
 Sent: ‎7/‎3/‎2014 2:49 PM
 To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Recommendations for IT Department Management
 Resouces

 Code4Lib is awesome. I probably wouldn't have thought to ask Mike's
 question here, but I just bought Leading Snowflakes because of Francis'
 answer. Thanks!

 Mike

 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
 Francis Kayiwa
 Sent: Friday, May 02, 2014 5:35 AM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: [CODE4LIB] Recommendations for IT Department Management
 Resouces

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 5/2/2014 8:25 AM, Michael Beccaria wrote:
  I'm looking for resources on managing IT departments and
  infrastructure in an academic environment. Resources that go over high
  level organization stuff like essential job roles, policies, standard
  operating procedures, etc.? Anyone know of any good resources out
  there that they consider useful or essential?


 I quite enjoyed reading this book -it comes with video packages etc.,- and
 I wish it on all my past and future managers. ;-)

 http://leadingsnowflakes.com/

 Cheers,
 ./fxk

 - --
 Sent from a computer using a keyboard and software.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.22 (MingW32)
 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

 iQEcBAEBAgAGBQJTY5DvAAoJEOptrq/fXk6MxEUH/1vphJKTUegBG3VTims0FFYD
 FHtlPK2i/venSKOpcmCxwQESCiDPgLO4oiUeXe6MecjaxdGEWv00GHoDASfmhTTQ
 pKpFRGHo3kLM80ZdaeuHFfk/EO+N/sb8KGAohStaul9ZJvYUtiL0ItnaZsg4fMbv
 qu/wpEG/9+gJYZho8WFUe5jSc4yDOPiVdo74f0OkyNaNFhjFwz8147WpqoveAnuS
 Qsf1LkaTSJgkcoAfENARrw5nKCnj8dZQXYbxq/hBD6h/FvbduyOn8+M5seL6Wsco
 YwNcLNuSKFcp+aV+QE/jIshhdIBiZG/qfEaZbWUCb5uwpnlSs8+/3iG5hK45Uz8=
 =/Gwp
 -END PGP SIGNATURE-



Re: [CODE4LIB] Barcode scanner

2014-07-02 Thread Riley Childs
Thanks, I really like the features and price of the opn2001 or 5

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Harper, Cynthiamailto:char...@vts.edu
Sent: ‎7/‎2/‎2014 8:31 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Barcode scanner

We use one of this family of scanners - Opticon OPN200x - for print periodicals 
use counts. It's standalone or USB,  collects a time-stamped barcode file, and 
you can download when you care to.  The battery seems to last forever before 
needing recharging under my use conditions.
http://www.opticonusa.com/products/companion-scanners/opn2001.html


Cindy Harper
Electronic Services and Serials Librarian
Virginia Theological Seminary
3737 Seminary Road
Alexandria VA 22304
703-461-1794
char...@vts.edu



-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Riley 
Childs
Sent: Tuesday, July 01, 2014 5:37 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Barcode scanner

We use code39 for everything, I am trying to find something that I can give to 
2 volunteers to run inventory twice a year without having to be tied to an ipad

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes 

From: Riesner, Giles W.mailto:gries...@ccbcmd.edu
Sent: ‎7/‎1/‎2014 3:51 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Barcode scanner

Riley,

Basically ANY barcode scanner would work for you. Barcode scanners simply read 
in data as though it was typed in from a keyboard.
What matters is that you have the symbologies  you need enabled. Library 
barcodes tend to be Codabar (which is not always enabled by default), while 
stores often use UPC/EAN (which is usually enabled). And the barcodes for our 
students and staff at the College are in Code 128.  If you can attach the 
barcode reader to a laptop and scan the barcodes into a blank text file, then 
it's enabled.

If you grab a copy of the manual for the barcode reader you can see how to 
program in any prefixes or suffixes you need and more - things like being able 
to tell which symbology is being used.

If all you're doing is scanning in barcode numbers to say that this piece of 
equipment is here, you don't even need a special program, just a text file that 
can be imported into Excel. We do something similar and upload data to our 
library system to update  the inventory of our collection at the various 
Branches.

There are indeed apps for Android and IOS devices that might enable you to use 
a phone to do it too.

Just my .02 worth.

Regards,


Giles W. Riesner, Jr. | Lead Library Technician , Library Technology
The Community College of Baltimore County   | 800 South Rolling Road | 
Catonsville, MD 21228 USA
Phone:  1-443-840-2736 | Fax: 1-410-455-6436 | Email:  gries...@ccbcmd.edu 
CCBC. The incredible value of education.



-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Riley 
Childs
Sent: Monday, June 30, 2014 9:24 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Barcode scanner

I am trying to find a barcode scanner that i can do inventory with, I was 
looking at the KDC20, but it is a tad out of my price range, what barcode 
scanner do you like? I have a Metroset Voyager (Honeywell branded) that i like, 
but am trying to see what others have and get some better suggestions.

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes


Re: [CODE4LIB] Community anti-harassment policy

2014-07-02 Thread Riley Childs
Sanctions, block in IRC? That would require mods or chanserv, right?
Temporary ban from mailing list?
I think it should be a rotating group of 10 people who vote on this, randomly 
picked (everyone gets a number and a program picks 10?) to eliminate politics 
of any sort, of course 10 is arbitrary.
I think an arbitrator should randomly be selected from the 10 on a case by case 
basis?
Just a few suggestions...

And what is harassment? It can only be defined to a point, it is really on an 
individual level, the person being harassed defines it.


Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Andreas Orphanidesmailto:akorp...@ncsu.edu
Sent: ‎7/‎2/‎2014 9:34 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Community anti-harassment policy

In particular, we'd need to think about how to shape the sanctions section,
including things like:

   - What's an appropriate sanction in non-conference setting X?
   - Who is empowered to enact sanctions?
   - If a participant feels they have been harassed, who do they contact
   and how?
   - possibly other stuff?

I think the conflict resolution part is in better shape, though it would
need a little cleanup for more universal (i.e., not conference-specific)
language.


On Wed, Jul 2, 2014 at 9:19 PM, Andreas Orphanides akorp...@ncsu.edu
wrote:

 My cursory web search came up with the one that was developed for the most
 recent conference, but it's not clear to me what the breadth of the
 document is supposed to include. I think it was applied to the IRC channel
 during the conference, but if it was written specifically as a conference
 policy, it's probably worth revisiting to ensure that it covers everything
 needed community-wide outside of conference time as well.


 On Wed, Jul 2, 2014 at 8:54 PM, Coral Sheldon-Hess co...@sheldon-hess.org
  wrote:

 I was under the impression that we had a code of conduct/anti-harassment
 policy in place for IRC and the mailing lists. Was this an incorrect
 impression?

 I am definitely in favor of adopting one, if there isn't one in place!

 Logistically, Geek Feminism is also not a formal organization--they were
 recently described as an anarchist collective--so I think we could follow
 their lead pretty easily. We could make a mail alias that goes to a
 ROTATING team/committee (this is very important; people burn out, dealing
 with these things for too long), for reporting purposes. IRC aliases are a
 thing, too, right?

 -coral





[CODE4LIB] Barcode scanner

2014-06-30 Thread Riley Childs
I am trying to find a barcode scanner that i can do inventory with, I was 
looking at the KDC20, but it is a tad out of my price range, what barcode 
scanner do you like? I have a Metroset Voyager (Honeywell branded) that i like, 
but am trying to see what others have and get some better suggestions.

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes


Re: [CODE4LIB] Let me shadow you, librarians who code!

2014-06-30 Thread Riley Childs
I Am not a librarian in the traditional sense (hell, I haven't even been to 
college yet) but I think I may provide an interesting demographic, eg those who 
are library coders under 18. But in all seriousness I would be interested to 
Skype.

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Nate Hillmailto:nathanielh...@gmail.com
Sent: ‎6/‎30/‎2014 4:03 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Let me shadow you, librarians who code!

My codey folks don't have library degrees, but they would prob love to
Skype with you. Would they still fit the bill? I could ask them...
Nate

On Monday, June 30, 2014, Jennie Rose Halperin jennie.halpe...@gmail.com
wrote:

 hey Code4Lib,

 Do you work in a library and also like coding?  Do you do coding as part of
 your job?

 I'm writing my masters paper for the University of North Carolina at Chapel
 Hill and I'd like to shadow and interview up to 10 librarians and
 archivists who also work with code in some way in the Boston area for the
 next two weeks.

 I'd come by and chat for about 2 hours, and the whole thing will not take
 up too much of your time.

 Not in Massachusetts?  Want to skype? Let me know and that would be
 possible.

 I know that this list has a pretty big North American presence, but I will
 be in Berlin beginning July 14, and could potentially shadow anyone in
 Germany as well.

 Best,

 Jennie Rose Halperin
 jennie.halpe...@gmail.com javascript:;



--
Nate Hill
nathanielh...@gmail.com
http://4thfloor.chattlibrary.org/
http://www.natehill.net


Re: [CODE4LIB] Who gave Ashkan Soltani a t-shirt?

2014-06-13 Thread Riley Childs
Sweet, do you have the SVG or EPS?

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes

-Original Message-
From: Joshua Nathan Gomez gome...@usc.edu
Sent: ‎6/‎13/‎2014 12:33 PM
To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Who gave Ashkan Soltani a t-shirt?

Ha, I don't know where he got the shirt, but Ashkan and I were classmates at 
Berkeley. We teamed up with our friend Travis for our final project 
(http://knowprivacy.org). I submitted the metadata t-shirt idea for the 
I-School t-shirt back in 2009 (https://www.flickr.com/groups/1063046@N23/) but 
it lost.  As you can see, my photoshop skills were pretty poor. But Travis is a 
great designer (http://travispinnick.com/) and he helped me create the basic 
black and white one, which I submitted for the code4lib tshirt in 2011 (where 
it lost a second time) and again in 2013 where it finally won. So that doesn't 
exactly answer your question, but may give you some context.

Joshua Gomez
Library Systems Programmer
University of Southern California


From: Code for Libraries CODE4LIB@LISTSERV.ND.EDU on behalf of Rosalyn Metz 
rosalynm...@gmail.com
Sent: Thursday, June 12, 2014 7:45 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Who gave Ashkan Soltani a t-shirt?

you can actually get it online from a bunch of different places.


On Thu, Jun 12, 2014 at 7:27 PM, Justin Coyne jus...@curationexperts.com
wrote:

 Has anyone else noticed that Ashkan Soltani (http://ashkansoltani.org/)
 appears to have the t-shirt from the 2013 conference and he really likes to
 wear it.  Was he at the conference?

 He's wearing it in a  video here:

 http://www.pbs.org/wgbh/pages/frontline/government-elections-politics/united-states-of-secrets/how-the-nsa-can-get-onto-your-iphone/

 and here at 43m31s

 http://www.pbs.org/wgbh/pages/frontline/united-states-of-secrets/#part-two---privacy-lost


 -Justin



Re: [CODE4LIB] Job: Processing Archivist at Tufts University

2014-06-05 Thread Riley Childs
Yay their back¡


Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: j...@code4lib.orgmailto:j...@code4lib.org
Sent: ‎6/‎5/‎2014 6:54 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: [CODE4LIB] Job: Processing Archivist at Tufts University

Processing Archivist
Tufts University
Medford

Digital collections and archives (DCA) is the steward of the university's
permanently valuable records and collections created in any format, ensuring
their permanent preservation and accessibility. The DCA supports the tufts
digital repository and tufts digital library, the university-wide records
management program, and the university archives and manuscript collections. As
a central library, the DCA serves all schools and divisions of the university.
Working with the school libraries and other stakeholders, the office sets the
standards and creates the procedures necessary to acquire, manage, and provide
access to digital material it collects.


The Processing Archivist performs arrangement, description, and basic
preservation activities on unprocessed physical and digital collections with a
focus on maximizing productivity and minimizing the collections backlog. The
PA supervises student workers on cataloging, data entry, and stabilization
activities, including training, QA, and providing feedback on work. Provides
support for other collections management activities as needed. Emphasis is on
efficient and effective processing work with a commitment to developing new
solutions and workflows based on evolving best practices. The successful
candidates must model effective team interactions; articulate appropriate
information management techniques to colleagues and staff.


Basic Requirements:

  * ALA- accredited MLS with concentration in archives management, or 
equivalent combination of advanced degree and related experience
  * 1+ Years of related experience
  * Familiarity with archival management systems, databases, and office 
productivity software
  * Strong knowledge and experience in arrangement and description of archival 
collections in a variety of formats. Excellent oral and written communication 
skills. Proven ability to work as part of a highly-integrated team environment 
Ability to efficiently and effectively communicate with offices and provide 
accurate information about DCA holdings and policies. Ability to balance 
multiple concurrent tasks and deadlines; ability to follow through on multiple 
concurrent tasks and balance multiple competing deadlines.
Preferred Qualifications:

  * Experience with archives management databases preferred ; knowledge of EAD 
and EAC data standards preferred.



Brought to you by code4lib jobs: http://jobs.code4lib.org/job/14845/
To post a new job please visit http://jobs.code4lib.org/


Re: [CODE4LIB] Job: Processing Archivist at Tufts University

2014-06-05 Thread Riley Childs
full job ads

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes

-Original Message-
From: Ben Companjen ben.compan...@dans.knaw.nl
Sent: ‎6/‎5/‎2014 8:08 AM
To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Job: Processing Archivist at Tufts University

I'm confused.

Whose back? ;)

On 05-06-14 13:52, Riley Childs rchi...@cucawarriors.com wrote:

Yay their back¡


Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes


Re: [CODE4LIB] Jobs Digest

2014-06-04 Thread Riley Childs
Yes, at this point we should be done, or do we need vote on it ;)? JK, whoever 
has commit rights to the github repo should roll back the changes and then the 
software on the server needs to be updated, but who to ask

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes

-Original Message-
From: Michael North m-no...@northwestern.edu
Sent: ‎6/‎4/‎2014 4:41 PM
To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Jobs Digest

Before we are done, one question :  do we defer to the majority opinion ???


-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Sarah 
Shealy
Sent: Wednesday, June 04, 2014 2:28 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: Jobs Digest

Can we be done with this now? 

Sarah

 Date: Wed, 4 Jun 2014 12:20:21 -0700
 From: rosalynm...@gmail.com
 Subject: Re: [CODE4LIB] Jobs Digest
 To: CODE4LIB@LISTSERV.ND.EDU
 
 survey closed, results here:
 https://www.surveymonkey.com/results/SM-WCZSC7Z/
 
 
 On Tue, Jun 3, 2014 at 1:20 PM, Eddie Bachle ebac...@albion.edu wrote:
 
  +1 for triple point reference!
 
 
  On Wed, May 28, 2014 at 2:42 PM, Michael North 
  m-no...@northwestern.edu
  wrote:
 
   No, not liquid form, but at its triple point forms.
  
  
   -Original Message-
   From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On 
   Behalf Of Brad Baxter
   Sent: Wednesday, May 28, 2014 1:38 PM
   To: CODE4LIB@LISTSERV.ND.EDU
   Subject: Re: Jobs Digest
  
   On Wed, May 28, 2014 at 2:35 PM, Lisa Rabey 
   academichu...@gmail.com
   wrote:
  
On Wed, May 28, 2014 at 11:50 AM, Valerie Forrestal 
valerie.forres...@csi.cuny.edu wrote:
 lord help us all can someone just set up an online poll and we 
 can be done with it?
   
Water is wet.
Discuss.
   
   
   In its liquid form.
  
 
 
 
  --
 
  *Eddie Bachle*Database and Applications Administrator Albion College
  611 East Porter Street
  Albion, Michigan 49224
  Phone: 517/629-0967
  E-mail: ebac...@albion.edu
 
  


Re: [CODE4LIB] Jobs Digest

2014-06-04 Thread Riley Childs
Another grew tshirt!

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Ross Singermailto:rossfsin...@gmail.com
Sent: ‎6/‎4/‎2014 4:44 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Jobs Digest

Can we have a vote whether or not we think the last vote was legitimate?

Also, can we have an extended debate about the survey results?

I think I speak for everybody when I say we'd all like that.

-Ross.


On Wed, Jun 4, 2014 at 4:41 PM, Michael North m-no...@northwestern.edu
wrote:

 Before we are done, one question :  do we defer to the majority
 opinion ???


 -Original Message-
 From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
 Sarah Shealy
 Sent: Wednesday, June 04, 2014 2:28 PM
 To: CODE4LIB@LISTSERV.ND.EDU
 Subject: Re: Jobs Digest

 Can we be done with this now?

 Sarah

  Date: Wed, 4 Jun 2014 12:20:21 -0700
  From: rosalynm...@gmail.com
  Subject: Re: [CODE4LIB] Jobs Digest
  To: CODE4LIB@LISTSERV.ND.EDU
 
  survey closed, results here:
  https://www.surveymonkey.com/results/SM-WCZSC7Z/
 
 
  On Tue, Jun 3, 2014 at 1:20 PM, Eddie Bachle ebac...@albion.edu wrote:
 
   +1 for triple point reference!
  
  
   On Wed, May 28, 2014 at 2:42 PM, Michael North
   m-no...@northwestern.edu
   wrote:
  
No, not liquid form, but at its triple point forms.
   
   
-Original Message-
From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On
Behalf Of Brad Baxter
Sent: Wednesday, May 28, 2014 1:38 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: Jobs Digest
   
On Wed, May 28, 2014 at 2:35 PM, Lisa Rabey
academichu...@gmail.com
wrote:
   
 On Wed, May 28, 2014 at 11:50 AM, Valerie Forrestal
 valerie.forres...@csi.cuny.edu wrote:
  lord help us all can someone just set up an online poll and we
  can be done with it?

 Water is wet.
 Discuss.


In its liquid form.
   
  
  
  
   --
  
   *Eddie Bachle*Database and Applications Administrator Albion College
   611 East Porter Street
   Albion, Michigan 49224
   Phone: 517/629-0967
   E-mail: ebac...@albion.edu
  




Re: [CODE4LIB] Jobs Digest

2014-06-04 Thread Riley Childs
It counts, move on everyone

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Eric Lease Morganmailto:emor...@nd.edu
Sent: ‎6/‎4/‎2014 4:55 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Jobs Digest

 C4L is not a democracy but an anarchy.

Sometimes. We vote on conference locations. We vote on keynote talks. We vote 
for presentations. Everybody had multiple opportunities to voice their opinion. 
I think this vote should count too. —ELM


Re: [CODE4LIB] Online site feedback or usability surveys?

2014-06-02 Thread Riley Childs
The cmlibrary (the local public library, I am not affiliated with them), uses a 
bar across the top of the page to ask for their annual survey.


Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes

-Original Message-
From: Ron Gilmour rgilmou...@gmail.com
Sent: ‎6/‎2/‎2014 1:15 PM
To: CODE4LIB@LISTSERV.ND.EDU CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Online site feedback or usability surveys?

At Ithaca College, we did a quick user survey that employed a pop-up. It
was up for a couple days and then I took it down because we got an email
complaining that it was annoying. By that time, we already had about 150
responses, so we actually got some decent data, but I don't plan on using a
pop-up again.

Ron Gilmour
Web Services Librarian
Ithaca College Library



On Mon, Jun 2, 2014 at 1:05 PM, Josh Wilson joshwilso...@gmail.com wrote:

 Has anyone implemented an online feedback or usability form that you'd
 consider successful? Successful as in, generated at least some minimally
 useful responses while remaining unobtrusive to users?

 I'm being asked about getting such a thing going on our library and digital
 collections sites. But I'm hesitant on the value. All the examples of this
 kind of thing that I've seen (e.g. various flavors of pop-up) or that have
 been suggested seem annoying, or will be ignored, or will be annoying AND
 ignored.

 Ideally I'd like to hear about:

 1. Ways of gathering online feedback that have worked
 2. Ways of gathering online feedback that have definitively NOT worked

 Thanks for your thoughts!

 Josh



Re: [CODE4LIB] Solr and Koha

2014-05-30 Thread Riley Childs
Say what?

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Chris Fitzpatrickmailto:chrisfitz...@gmail.com
Sent: ‎5/‎30/‎2014 3:34 AM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Solr and Koha

Solr with Koha? Now you have 2 problems.

I setup Koha to use Blacklight. I was fairly easy.It's been awhile, but if
I recall, I added a single-column table in Koha to queue bibkeys. Then I
added a db trigger to the bib table to add bibkeys to the queue table
whenever there was an create/update/delete performed on a row. Then I setup
a service that queried the database queue table, got bibkeys needing
creation/update/deletion, pulled the MARC from Koha's REST api,  indexed
their MARC into Solr, and then delete the bibkeys from the queue.




On Fri, May 30, 2014 at 12:47 AM, Chris Cormack ch...@bigballofwax.co.nz
wrote:

 On 30 May 2014 05:21, Boyd, Evan eb...@ctschicago.edu wrote:

  The forked versions of Koha from LibLime/PTFS use a Solr index. They
 may
  have some insight.
 
 
  Yeah, thats a 5 year old fork (no need for  no one in their right mind
 would claim it anything other than a fork), so it probably wont be much use
 for actual Koha, id just export them as MARCXML as Andrew mentioned. Or
 look at the elastic search code in Koha which makes use of Catmandu, you
 could use Catmandu to do the same for Solr

  http://search.cpan.org/~nics/Catmandu-0.01/lib/Catmandu/Store/Solr.pm

 Chris


   evan
 
  -Original Message-
  From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of
  Riley Childs
  Sent: Wednesday, May 28, 2014 10:22 PM
  To: CODE4LIB@LISTSERV.ND.EDU
  Subject: [CODE4LIB] Solr and Koha
 
  Does anybody have any direction about how to get koha export to solr so
 it
  can be utilized by black light, server power is not an issue (if needed I
  can dedicate one to it). Has anyone done this if so...benefits,
  disadvantages? We have a collection of 1 books (small but growing).
 
  Honestly this is just something to do as a learning experience, but if I
  commit, I commit!
 
 
  Thx!
  //Riley
 
  Riley Childs
  Student
  Asst. Head of IT Services
  Charlotte United Christian Academy
  (704) 497-2086
  RileyChilds.net
  Sent from my Windows Phone, please excuse mistakes
 



Re: [CODE4LIB] College Question!

2014-05-30 Thread Riley Childs
Want to step in and say thank you, and keep em coming, I enjoy reading about 
everyone's backgrounds and their journey per se...

Riley Childs
Student
Asst. Head of IT Services
Charlotte United Christian Academy
(704) 497-2086
RileyChilds.net
Sent from my Windows Phone, please excuse mistakes

From: Gem Stone-Loganmailto:gemstonelo...@gmail.com
Sent: ‎5/‎30/‎2014 1:42 PM
To: CODE4LIB@LISTSERV.ND.EDUmailto:CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] College Question!

Hi Riley,

I agree with most of the responses already provided. My personal
background: I have a BA in Computer Science with minors in English and
Business and my MLS.  Currently, my official job title is IT
Application Engineer and my job is to look after the ILS. Unlike a
lot of other places, the only thing I work on is the ILS (and reports
from the ILS). I don't do any cataloging or metadata work and don't
interact with other electronic resources/databases unless they work
directly with our ILS. I also currently don't do any web development
or PC troubleshooting.

Reflections on my education:
I'm very happy with my BA in Computer Science.  For my position, my
database class was particularly useful as were the various projects
assigned in other classes that required me to learn more than what the
class was ostensibly teaching (i.e. learning how to learn). Because I
went to a liberal arts school, I also had to take a full year of
English writing which I felt was very valuable. My English minor made
me more well-rounded which is useful in library land. My business
minor has so far been pretty useless professionally but has been great
from a personal finance perspective :)

I worked for a year as phone tech support while an undergrad. That was
a hellish job which I'd only do again if my child was starving.
However, I learned a lot about people skills from it as well as it
helped me practice troubleshooting things I couldn't see myself. I'm
still bemused the company expected phone tech support to be able to
walk a person with no computer experience through changing a hard
drive (usually explaining the difference between the computer and the
monitor was the hardest part).

I value my MLS but from a cost perspective it's probably hard to
justify in my current position. For my job description, the CS/IT
degree is required and the MLS is preferred, I have mixed feelings
about this. As an ILS administrator, the cataloging class I took was
the most useful library school class. I'm not a cataloger but I have
enough knowledge to be able to ask sensible questions when they need
the ILS to do something specific. The reference class was also useful,
particularly in terms of learning about the reference interview which
is used all the time in IT troubleshooting. There's also cultural
advantages to an MLS but computer people and library people already
have a fairly similar culture, even if the jargon is different.

My understanding is some libraries will help pay for an MLS (I believe
mine does, or use to) so perhaps that might be an option. There's a
lot of good online library programs and I know quite a few of the
staff in our district get their MLS while working for the district.

All that being said, being open to learning is more important than the
specific classes you take. Regardless of what you take in school,
things will change over the course of your career and it's important
to know how to continue gaining knowledge and skills once you've
graduated.

Good luck,

Gem Stone-Logan
High Plains Library District
http://www.mylibrary.us/

On Wed, May 28, 2014 at 9:17 PM, Riley Childs rchi...@cucawarriors.com wrote:
 I was curious about the type of degrees people had. I am heading off to 
 college next year (class of 2015) and am trying to figure out what to major 
 in. I want to be a systems librarian, but I can't tell what to major in! I 
 wanted to hear about what paths people took and how they ended up where they 
 are now.

 BTW Y'All at NC State need a better tour bus driver (not the c4l tour, the 
 admissions tour) ;) the bus ride was like a rickety roller coaster...   

 Also, if you know of any scholarships please let me know ;) you would be my 
 BFF :P


 Riley Childs
 Student
 Asst. Head of IT Services
 Charlotte United Christian Academy
 (704) 497-2086
 RileyChilds.net
 Sent from my Windows Phone, please excuse mistakes


[CODE4LIB] HA Setups

2014-05-30 Thread Riley Childs
I had a quick question about HA Setups. I plan to host a WordPress site and 
wanted to hear what yall were using. I plan to have one HAProxy Server (maybe 
grow to 2 and implement round robin and heartbeat sync down the road), two Web 
Servers, two NFS Servers, and two MySQL Servers. My plan is to setup a 
redundant NFS and mount the share as the web root on each of the Apache 
servers. MySQL will run master slave and then use HyperDB on the WordPress side 
to handle multiple MySQL servers. I don't think there will be any issues but 
wanted to get some second opinions! This is for kicks and giggles, but am 
planing to use this for a project I am working on!

Thanks!
//Riley



Riley Childs
Junior
IT Admin
email:
rchi...@cucawarriors.com
office: +1 (704) 537-0031 x101
cell: +1 (704)
497-2086

Please Think Before Hitting Reply All
I Do Web Design!
RileyChilds.net/services


  1   2   3   >