most are poor quality…
Monthly Archives: August 2010
watir woe
windows 7 there’s lots of static on a mic for skype or google voice
Turns out mine was easily fixed by adjusting the mic so it wasn’t so sentivie.
Control panel -> search for “microphone” (upper right), one of those.
java woe
/opt/digitalarchive/das_storage_cell_catalog/java/das_storage_cell_catalog: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
this meant “you scp’ed a symlink to the java binary, but in reality that copied over the real binary, not the symlink, which ends up meaning that when java starts, it can’t find its typical dependencies, because it only has the very basic binary” (and no supporting libs)
open source scene cut editor (for video playback)
mingw woe
cc1.exe: error: unrecognized command line option “-Wno-missing-field-initializers”
meant “you need to use gcc 4.5.0 not 3.4.5 now” (this was for ruby…)
guice tutorial
http://www.factorypattern.com/google-guice-tutorial/
Actually one I can understand!
maven guice woe
issing:———-1) com.google.code.guice:guice:jar:2.0.0
Try downloading the file manually from the project website.
Then, install it using the command: mvn install:install-file -DgroupId=com.google.code.guice -DartifactId=guice -Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.google.code.guice -DartifactId=guice -Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency: 1) org.familysearch.digitalarchive:daxservice:jar:2.4-SNAPSHOT 2) com.google.code.guice:guice:jar:2.0.0
meant “you wanted version 2.0, not 2.0.0″
best web framework
Here it is:
acsls can mount scratch but not dismount or scratch it after a force dismount
Interesting is, that with ACSLS (sun’s tape management system), you can mount scratch tapes into a drive without authorization (because its tapes’ permission is user based, and scratch tapes have no user yet). However, you then cannot *dismount* that tape from its drive, nor can you mount *any* “data” tape into that drive.
heads up!