silveradept: A head shot of a  librarian in a floral print shirt wearing goggles with text squiggles on them, holding a pencil. (Librarian Goggles)
[personal profile] silveradept
  1. Most homeless shelters keep regular weekday business hours.
  2. Even more interestingly, housing assistance programs expect you to know you're going to be homeless and that you will have time to do an intake interview and wait for the results.
  3. The Organization is almost myopically focused on the building as the point of service for the library. This is a bug.
  4. Programming offerings from The Organization do not reflect the philosophy of what kinds of questions we expect - we're great at "get me started", but "get me unstuck" and "keep me interested" have tumbleweeds running through their towns.
  5. There are times where being the singular guy in a cohort full of women is interesting.
  6. Some part of finding really awesome people is being brave enough to tell them they're awesome.
  7. Books of tales from the stacks sell
  8. My coworkers occasionally do not give a damn about my opinion...on things that affect me and that I have gone through before.
  9. The presence of carts in the youth section of our open floor area makes one co-worker feel claustrophobic. I learned this from the manager, who was the only person she told.
  10. Our ILS can't do simple-seeming queries, like "I want books that our branch has, that another branch does not, that are currently checked in." The first two it can handle, but the third it cannot, due to the separation between "bibliographic records" (where one can do global comparisons) and their associated "item records" (which are location-specific and carry data about circulation status.
  11. The ability to look at someone else's code (properly commented, or at least logically-designed) and be able to adapt it to suit your own purposes is not an inborn talent, no matter how natural it feels to me.
  12. I want to be the hero, oh so much.
  13. I also want to stop being the hero at times. The universe, in its infinite wisdom, resolved the paradox by not giving me opportunities to be the hero, because being the hero is not a thing you can stop easily.
  14. Not having enough money to effortlessly pay all the bills makes me feel like a failure and stresses me out like whoa.
  15. Parents ignore signs, closed doors, and lack of lighting when they think it's time for story time.
  16. I am either blessed with suck with regard to programming at my branch, or am a failure at that particular part of my job. (Other parts of my job I am good at, and receive feedback stating such in the form of attendance, laughter, and happy users.)
  17. The previous point is still correct, but inaccurate - programming that doesn't involve the librarian is actually quite popular.
  18. Further research indicates target audience is difficult to corral, because they are already super-scheduled.
  19. Significant Other used See Something, Say Something. Apparently, it's super-effective.
  20. if there are three empty spaces and one full at the help desk, someone will inevitably go to one of the empty spaces...and then expect you to come over and help them, rather than adjust themselves to the place with the actual person.
  21. Existential crisis still sucks.
  22. The Organization failed to offer a good question in a survey about core services.
  23. The want us to tell them what we think can be safely cut or made low-priority. We are going to laugh, because while budgets are a pain, the public library needs to expand, not contract.
Depth: 1

Date: 2015-09-30 08:29 am (UTC)
azurelunatic: Vivid pink Alaskan wild rose. (Default)
From: [personal profile] azurelunatic
Doing battle with organizational structures is ... an interesting experience.

I like the icon. Is it new?
Depth: 1

Date: 2015-09-30 02:18 pm (UTC)
redsixwing: A red knotwork emblem. (Default)
From: [personal profile] redsixwing
>>The ability to look at someone else's code (properly commented, or at least logically-designed) and be able to adapt it to suit your own purposes is not an inborn talent, no matter how natural it feels to me.

This is so, so true. It's a valuable skill.

>>The Organization failed to offer a good question in a survey about core services.

This happened at $myCompany too, recently. And then they wonder why their participation rates are lousy and their results are negative.
Depth: 1

Date: 2015-09-30 10:48 pm (UTC)
amarie24: (Default)
From: [personal profile] amarie24
Damn. This really is sucky-suck-suck-sucky. I'm so sorry, Silver.

I wish I could help & I'm always keeping you in my thoughts, friend. :(
Edited Date: 2015-09-30 10:49 pm (UTC)
Depth: 3

Date: 2015-10-01 04:26 pm (UTC)
amarie24: (Default)
From: [personal profile] amarie24
Oh, I know. I just wish you didn't have to cope so much-I wish none of us had to cope so much. : /
Depth: 1

Date: 2015-09-30 11:55 pm (UTC)
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)
From: [personal profile] momijizukamori
re 4 - depending on the db format, there are ways to do it if you have db access, though that's usually closely guarded (for good security reasons). Basically there's a reason there's like four or five different types of joins in SQL and this is it.
Depth: 3

Date: 2015-10-01 02:02 am (UTC)
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)
From: [personal profile] momijizukamori

hmm, do the 'show tables;' and 'select * from [TABLENAME];' queries not work? Because that's how I usually get field info if I don't have a GUI client.

I'm not sure how it spits out the data but it should be linebroken at least and there are SQL commands for sort, so theoretically you could copy the output into a Word doc or something?

(sorry, I worked 'data entry' for nine months which was really 'learn basic SQL' because the only way you could update more than one item at a time - say, if we got a new pricelist - was direct SQL queries, so my instinct is to problem-solve)

Depth: 5

Date: 2015-10-03 05:42 pm (UTC)
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)
From: [personal profile] momijizukamori

Man, that sounds like such a headache. I'm not actually super-advanced in SQL so I'm not up on how to do really intense set theory stuff (though I will probably learn it this term, I'm taking a database class as an elective). And trying to do SQL without knowing any of the field names is probably unsuccessful :( It almost seems easier to try and get a fairly unformatted list of titles from each library, use a script that does set arithmatic to get either the uniques from your branch or the non-uniques (I am not 100% clear on which you want), and then use that as a basis for further narrowing. I don't suppose you could ask an IT person for db field names?

Depth: 7

Date: 2015-10-03 07:33 pm (UTC)
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)
From: [personal profile] momijizukamori

Calculation-wise, yeah, though it's basically a set-theory problem which thankfully lots of people have spent time writing code to solve (and which are generally tedious rather than complex). You have to have the full lists to begin with, though.

Depth: 9

Date: 2015-10-04 04:33 pm (UTC)
momijizukamori: Green icon with white text - 'I do believe in phosphorylation! I do!' with a string of DNA basepairs on the bottom (Default)
From: [personal profile] momijizukamori

Well, you'd start by running them against each other - I'd have to sit and figure out the exact configuration, but it's doable, and you could probably automate it. That'd get you the uniques, at least.

And yeah, that's a frustrating situation to be stuck in.

Depth: 1

Date: 2015-10-04 03:43 pm (UTC)
From: [identity profile] thewayne.livejournal.com
#5: been there! We went out to lunch at a Mexican food place once, maybe 20 of us, and a former boss walked by and said "Wayne! How ya doing? (pause) I guess I don't need to ask that."

Second event: again, big lunch. They started talking about a gynecologist rapist who had been recently caught, then someone said "Oh, Wayne's here", and that conversation ceased.


14: very familiar with that, even though my wife was making good money. Much easier to live on a dual income.


#23: famous saying: Cutting funding for libraries during a recession is like cutting funding for hospitals during a plague.

Profile

silveradept: A kodama with a trombone. The trombone is playing music, even though it is held in a rest position (Default)
Silver Adept

June 2025

S M T W T F S
1234567
891011121314
15 161718192021
22232425262728
2930     

Most Popular Tags

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 29th, 2025 08:59 pm
Powered by Dreamwidth Studios