Archive for the ‘random thoughts’ Category
This is my kind of performance art, from this year’s Printer’s Ball. Got pictures, anybody?
Busted Books: The Great Soaking. Performance by Davis Schneiderman. Attendees are invited to use a artisan-constructed dunk tank to soak either a book or a Kindle—depending upon the dunker’s feelings regarding the printed word and e-readers. With this simple choice, this physical act, readers can finally stop theorizing about the future of the book and do something about it.
Tags: books, dunk tanks, ereaders, humor, kindle
Posted in books and reading, future of publishing, random thoughts | Comments (0)
When the topic of discussion changes, how do you indicate that? Tender Support seems clunky in some ways, but their forking mechanism helps conversations stay focused on their topic:

Forking with Tender Support
Lately forking has also been on my mind as the Library Linked Data group edits and reorganizes our draft report: wiki history and version control is helpful, but insufficient. What I miss most is a “fork” feature, where you could temporarily take ownership of a copy (socially, this indicates that something is a possibility, rather than the consensus; technically, it indicates provenance, would allow “show all forks of this”, and might help in merge changes back). Perhaps naming and tagging particular history items in MediaWiki could help address this, but I think really I want something like git.
I’ve seen a few examples of writing and editing prose with git; I’d like to get a better understanding of the best practices for making collaborative changes in texts with distributed version control systems. Surely somebody’s written up manuals on this?
Tags: document management, dvcs, editing, forking, git, version control, wikis
Posted in argumentative discussions, library and information science, PhD diary, random thoughts | Comments (2)
Yesterday, our local hackerspace/makerspace re-opened!
For awhile now, Fiacre O’Duinn has been talking about the shared purpose between libraries and these spaces:
The ideas that fuel hackerspaces, such as cooperation, resource and information sharing, self-directed education, and a diversity of views are concepts that are central to our profession’s ethos.
Not to mention the cool tech (3D printers, laser engravers, tool lending libraries, …) we’d like to see in libraries in the not-so-distant future.
It’s a conversation I hope to pick up with Willow & others (thx!)at CCCamp.
Tags: #cccamp11, hackerspaces, makerspaces, public libraries, techshops
Posted in library and information science, random thoughts | Comments (0)
GetSatisfaction does so many things right. Smart, immediate feedback is one example.
A couple weeks ago, I noticed this message while adding a post:
“EASE UP ON THE ALL CAPS IN YOUR TITLE. It looks like you’re shouting”

This is great in several ways:
- It’s immediate.
- It makes a single, clear, personalized suggestion.
- It uses a familiar analogy (“shouting”) — helping to explain the perceived problem.
- It’s not enforced: this nudges the poster, but leaves them to make up their own mind.
- It hints at humor/puts the shoe on the other foot (by USING CAPS FOR THE START OF THE MESSAGE).
- It’s not overwhelming.
Like their mood feedback it’s lightweight and appears to be effective.
Figuring out appropriate ways of presenting people with the “right” feedback at the right time will be important for a lot of the work I’m doing!
Tags: feedback, GetSatisfaction, immediate feedback, Internet norms, social context
Posted in PhD diary, random thoughts, social web | Comments (0)
These days my main foray into reference territory is when my colleagues are looking for things.
While looking for an update on some social media statistics, I encountered a “get more info” interface that didn’t annoy me, at VentureBeat.
When you highlight text (and only when you highlight text), a small, “Learn More” balloon appears. When you click “Learn More” (and only when you click “Learn More”), further info appears.



When debating whether to include more information or less, this strategy deserves consideration.
It reminds me of Barend Mons’ derisive phrase a Christmas tree of hyperlinks; while he was mainly referencing the lack of information, I also imagine in that phrase the reader’s overwhelm when everything is hyperlinked.
There is, of course, a tradeoff, between hiding information/requiring clicks and presenting everything at once.
Tags: "Learn More", hyperlinks, hypertext, interfaces
Posted in random thoughts | Comments (0)

April Fools!
Alas, you need an email address to actually connect!
Tags: aprilfools, aprilfools11, aprilfools2011, linkedin
Posted in random thoughts, social web | Comments (0)
Problem: LaTeX gives the section number instead of the figure number in a text reference.
Solution: Be sure that the figure’s label is AFTER its caption.
Correct:
\begin{figure}
\includegraphics{./images/myimage.png}
\caption{A beautiful, wonderful image.}
\label{fig:myimage}
\end{figure}
Wrong:
\begin{figure}
\includegraphics{./images/myimage.png}
\label{fig:myimage}
\caption{A beautiful, wonderful image.}
\end{figure}
LaTeX requires \label to follow \caption. That is, a \label preceding a \caption is ignored.
If you’re getting section numbers instead of figure numbers as the response to a \ref, check where the \label is specified.
Tags: figures, labels, LaTeX, LaTeX errors, LaTeX figure labelling, LaTeX figures with section names as labels, LaTeX \ref, \caption, \label, \ref
Posted in PhD diary, random thoughts | Comments (0)
Language evolves, and we use words loosely. But I’m more and more disturbed with the way “Like” is being manhandled.

Argumentation will need to encompass polarity; so I hope that it can help.
Tags: argumentation, argumentation ontologies, Facebook, like, semantics
Posted in argumentative discussions, PhD diary, random thoughts | Comments (4)
While soccer is rarely televised in the U.S., the rest of the world seems to love their football. A few years ago I saw part of one World Cup game at the neighborhood Irish bar; this year, I’ll have my pick of pubs, along with eager colleagues closely following the games.
With so many games to keep track of, this World Cup chart from Spanish sports daily Marca is a one-stop shop for schedule info. (Thanks Nathan)! 
Twitter has made some auto-searches for the occasion, guaranteed to attract spam, along with some actual news and opinions. There’s an overall page along with a page for each game (e.g. South Africa vs. Mexico. Pages for each country (e.g. Mexico) give dates and times of upcoming matches. (Thanks Ranti and Richard for the tip.) 
Tags: Ireland, soccer, sports, World Cup
Posted in random thoughts | Comments (0)