[CODE4LIB] Just Solve the File Format Problem month: can you help?

2012-11-02 Thread Ed Summers
I imagine you've heard about the Just Solve the Problem month already, but if not, I thought Chris Rusbridge's email to the digital-preservation list was a good call for participation in the project ... //Ed -- Forwarded message -- From: Chris Rusbridge c.rusbri...@googlemail.com

Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-02 Thread Caroline Meikle
Nth-ing Stack Overflow. Also, the O'Reilly Head First books. On 11/1/2012 9:16 PM, Bill Janssen wrote: Bohyun Kim k...@fiu.edu wrote: Hi all code4lib-bers, As coders and coding librarians, what is ONE tool and/or resource that you recommend to newbie coders in a library (and why)? I

Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-02 Thread Mita Williams
+1 to web-hosting as it gives the ability install one's own software on one's domain (which feels great) *and* easy access to shell. And when web-hosting feels like too much of a barrier to access, sites like jsfiddle where you can immediately start adding *and* sharing code is key. IMHO the

Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-02 Thread Joe Hourcle
On Nov 2, 2012, at 2:09 PM, Mita Williams wrote: +1 to web-hosting as it gives the ability install one's own software on one's domain (which feels great) *and* easy access to shell. And when web-hosting feels like too much of a barrier to access, sites like jsfiddle where you can

Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-02 Thread Mita Williams
That reminds me of how I got started with Drupal. I was so scared of botching up an install on a server that I ran XAMPP and ran my first Drupal install on a USB key! On Fri, Nov 2, 2012 at 2:31 PM, Joe Hourcle onei...@grace.nascom.nasa.govwrote: On Nov 2, 2012, at 2:09 PM, Mita Williams

Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-02 Thread Rhoads, Joseph
We do a lot of our development within virtual machines. So VirtualBox is a great free solution in that area www.virtualbox.org and then to make new VM setup and deployment easier we use Vagrant http://vagrantup.com/ -Joseph -- Joseph Rhoads Digital Repository Manager Brown University Library On

Re: [CODE4LIB] Just Solve the File Format Problem month: can you help?

2012-11-02 Thread Roy Tennant
Um...how is this better/different from already existing sites/efforts around this? http://en.wikipedia.org/wiki/List_of_file_formats http://www.wotsit.org/ http://www.ace.net.nz/tech/TechFileFormat.html http://www.fileformat.info/ At the very least, this new effort shouldn't start from

Re: [CODE4LIB] Just Solve the File Format Problem month: can you help?

2012-11-02 Thread Huwig,Steve
You also missed this one... http://gdfr.info -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Roy Tennant Sent: Friday, November 02, 2012 3:49 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] Just Solve the File Format Problem

Re: [CODE4LIB] Just Solve the File Format Problem month: can you help?

2012-11-02 Thread Roy Tennant
Well, duh, so I did. My (big) bad. Thanks for pointing out the obvious... Roy On Fri, Nov 2, 2012 at 12:57 PM, Huwig,Steve huw...@oclc.org wrote: You also missed this one... http://gdfr.info -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of

Re: [CODE4LIB] Just Solve the File Format Problem month: can you help?

2012-11-02 Thread Huwig,Steve
It's OK, I think the project is now part of UC's udfr.org. But that one didn't have the big ol' OCLC logo at the bottom. :) -- Steve -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Roy Tennant Sent: Friday, November 02, 2012 4:04 PM To:

Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-02 Thread Peter Schlumpf
Kernighan and Ritchie's The C Programming Language. A keeper for life, and surprisingly readable and directed to the newbie. Also The Pragmatic Programmer by Andrew Hunt and David Thomas. -Original Message- From: Bohyun Kim k...@fiu.edu Sent: Nov 1, 2012 3:24 PM To:

Re: [CODE4LIB] Just Solve the File Format Problem month: can you help?

2012-11-02 Thread Gary McGath
On 11/2/12 3:57 PM, Huwig,Steve wrote: You also missed this one... http://gdfr.info Did you actually find anything useful there? That project died without really accomplishing anything. I was one of the people working on it and have to share some of the blame. There were communication

Re: [CODE4LIB] Just Solve the File Format Problem month: can you help?

2012-11-02 Thread Huwig,Steve
I joined OCLC on the team that implemented it, just as the project was winding down. I brought it up more as a cautionary tale rather than a serious suggestion; the problem isn't that no one has looked into the file format problem -- the problem is that too many have approached it, without

Re: [CODE4LIB] one tool and/or resource that you recommend to newbie coders in a library?

2012-11-02 Thread Francis Kayiwa
On Fri, Nov 02, 2012 at 03:43:12PM -0500, Peter Schlumpf wrote: Kernighan and Ritchie's The C Programming Language. A keeper for life, and surprisingly readable and directed to the newbie. Also The Pragmatic Programmer by Andrew Hunt and David Thomas. I recall listening to a talk by the

Re: [CODE4LIB] Just Solve the File Format Problem month: can you help?

2012-11-02 Thread Joe Hourcle
On Nov 2, 2012, at 3:48 PM, Roy Tennant wrote: Um...how is this better/different from already existing sites/efforts around this? http://en.wikipedia.org/wiki/List_of_file_formats http://www.wotsit.org/ http://www.ace.net.nz/tech/TechFileFormat.html http://www.fileformat.info/ At the