Slashdot Mirror


User: balin

balin's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Even better! on FedEx Cracks Down on Box Furniture, Citing DMCA · · Score: 1

    Thank you, killermookie, for bringing a little sanity to the conversation! It's funny how quickly people forget that delivery companies (UPS especially) pay very well because they realize that most people don't consider that work fun. A lot of college kids use it to help pay for school, just like you. After all, it IS manual labor. The bottom line is -- UPS is a good company to work for.

  2. Re:Yes, there is: Koha. on Open Source Library Card-Catalog Apps? · · Score: 1

    Here's a short example. Just opened the USMARC Bibliographic Format notebook, volume 2, and flipped to a random page (page 511). Field 511. Subfield codes include "a" ("Participant or performer note"; as the second character). But this could be untyped (when the cataloger doesn't know the exact role the person played), "Hosted by", "Anchor", "Voices" (repeating field), "Presenter", or "Narrator" (to just list the examples from the notebook). Trying to integrate this flexibility into a RDBMS (or even an ODBMS) would be incredibly tricky, esp. considering that the text is largely free-text.

    And this is just one subfield. There are many subfields per field and hundreds of fields. The complexity is too great for most generic/off-the-shelf systems (Access, MySQL, etc) to handle.

    Hope this helps,
    John