here and there

Icon

scurrilous scribblins

and the new quarter begins…

Today I started my second internship at this place where I intern. This one involves working with (ta-da!) actual film!

Yes it’s hard to believe, but I’m in the last quarter of my 2-year program in moving image archive studies, and have not touched so much as a reel of film since our orientation back in ‘06.

So there’s plenty of novelty, and since I’m pretty familiar with the place where I work, it wasn’t too awful. I was still plenty nervous, though. Imagine, handling film! And it was old Russian 16mm film, in color. I would love to watch some of these one day.

I also got my first workplace-related injury, less than an hour into the job. I was winding film and a bad sprocket caught on my finger and RIPPED across it. It was like a paper cut, only with film, and almost an inch long. It was pretty painful, and gross. So now I wear a glove when I wind film, even though they say it’s harder to detect damage, and if somethign gets caught on the glove, it could rip the film.

Well, better the old film than my finger, I say. As I plummet to the bottom ranks in my program.

Tomorrow I officially start my other internship, at another place where I’ve interned before. I’m excited, because that internship is located in Little Tokyo, and there’s going to be a Yogurt Land there soon!

Filed under: school

other shows

The Riches

Have I Got News for You

New Amsterdam

Bewitched

Filed under: tv

therapy

My work-study supervisor got me hooked on “In Treatment.” It is crazy!

Crazy-fun!

I’m on episode 36 now. There are 9 left in this season.

Crazy!

Filed under: tv

Just had a meeting to present my class project from last quarter to a group of “real-world clients.” I don’t think I went very well.

By which I mean, I think the presentation went well – we left the majority of the talking to one of my group members, and everyone went away duly impressed at the end.

But I was a mess. I wasn’t able to print the things I should’ve printed, so that threw me off. Plus it was early in the morning, and I wasn’t fully awake – that’s my excuse, anyway.

But also, the group member kept saying things that didn’t make sense, or that I didn’t agree with, or, at one point, that kind of undermined our entire project. So I interrupted a few times. I don’t think that impressed anybody =P

I mean, I didn’t point out any of the things we didn’t agree on, since that would’ve given away the fact that we didn’t really prepare for today (it IS during our spring break, after all! Technically we shouldn’t even have been required to present this late in the game, but circs beyond our control mandated it).

But while the group as a whole did well, I did a bad job of selling myself at this meeting, which irks me because I did so much work for this project.

Oh well. I think I learned a lot about how these kinds of meetings are supposed to go, and what kinds of things you’re expected to say and do. On the one hand, this is very useful career experience. On the other hand, now I know why meetings are evil and should be avoided whenever possible.

Filed under: Uncategorized

movable type on leopard with xampp

[Editing the original post for Google: the solution is at the bottom!]

Why is it that it only took about an hour to get Movable Type Open Source installed and running on my WinXP machine, but took hours to figure out how to get it to work on my Mac?

Here goes:

I’m using XAMPP installed on Leopard. WordPress works fine when I use XAMPP, so I ran it to install Movable Type Open Source 4.1 .

But when I ran the MT wizard, the Perl module for MySQL didn’t register (although all the required modules are there), so I couldn’t choose MySQL during the database configuration.

I used CPAN to try and install DBI and DBD::MySQL, but I got this error when it tried to run the Makefile:


Checking if your kit is complete...
Looks good
Using DBI 1.52 (for perl 5.008008 on darwin-thread-multi-2level) installed in /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level/auto/DBI/
Writing Makefile for DBD::mysql
-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible

After hours of Googling I tried using Fink, but while the packages downloaded and installed properly, the MT installation still stalled. So I got rid of Fink.

Another solution suggested creating symlinks (from XAMPP’s MySQL install to /usr/bin/), after which I ran Makefile.PL from the .cpan build directory and it went okay, until I tried “make” and got this:


cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
cc -c -I/sw/lib/perl5/5.8.8/darwin-thread-multi-2level/auto/DBI -I/sw/include/mysql -fomit-frame-pointer -DDBD_MYSQL_WITH_SSL -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -arch i386 -arch ppc -g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -Wdeclaration-after-statement -I/usr/local/include -O3 -DVERSION=\"4.006\" -DXS_VERSION=\"4.006\" "-I/System/Library/Perl/5.8.8/darwin-thread-multi-2level/CORE" dbdimp.c
dbdimp.c: In function ‘mysql_dr_connect’:dbdimp.c: In function ‘mysql_dr_connect’:
dbdimp.c:1538: error: ‘ulong’ undeclared (first use in this function)
dbdimp.c:1538: error: (Each undeclared identifier is reported only once
dbdimp.c:1538: error: for each function it appears in.)
dbdimp.c:1538: error: syntax error before numeric constant
dbdimp.c:1540: error: syntax error before numeric constant
dbdimp.c:1654: error: syntax error before numeric constant
 
dbdimp.c:1538: error: ‘ulong’ undeclared (first use in this function)
dbdimp.c:1538: error: (Each undeclared identifier is reported only once
dbdimp.c:1538: error: for each function it appears in.)
dbdimp.c:1538: error: syntax error before numeric constant
dbdimp.c:1540: error: syntax error before numeric constant
dbdimp.c:1654: error: syntax error before numeric constant
dbdimp.c: In function ‘mysql_describe’:
dbdimp.c:3252: warning: assignment from incompatible pointer type
dbdimp.c: In function ‘mysql_describe’:
dbdimp.c:3252: warning: assignment from incompatible pointer type
lipo: can't open input file: /var/folders/C8/C8LGuPXHEh4ps4Lyk6fJgE+++TI/-Tmp-//ccVwhBoA.out (No such file or directory)
make: *** [dbdimp.o] Error 1

After a few hours of Googling more, I got to this page that provides the solution! I ignored it at the beginning because it specified “MacBook Pro” and “Tiger,” but I blindly followed the commands, and it compiled and installed! But as he mentions, “make test” fails, and that was a problem, and the MT install still couldn’t find DBD::mysql.

So I also had to do what one of the commenters suggested:

Running make test revealed ‘libmysqlclient_r.15.dylib’ was not being found – an extra ‘mysql’ directory was still in the path.

My quick and dirty fix (and to save my sanity) involved manually creating a ‘mysql’ directory in /usr/local/mysql/lib and copying the .dylib file to it.

So I just did the same thing, except in my case I had to copy the file libmysqlclient.15.dylib (no _r suffix). So you run make test and figure out what file isn’t being loaded, and copy that into a new mysql directory in /usr/local/mysql-xxx/lib. Use sudo as needed.

After that I restarted XAMPP and went back to mt.cgi, which was able to find DBD::MySQL!!!

And then MT couldn’t find the mysql socket, so I had to click “Advanced configuration” and copy in “/Applications/xampp/xamppfiles/var/mysql/mysql.sock” for the socket. And then I had to create a new database for MT to find – I guess it doesn’t create the database itself.

And now I can run MT on my Mac. Woohoo!

Now if only I could remember why I wanted to run MT in the first place =P

Filed under: computer

Discardia

Did some spring cleaning in my room and the common areas, after having woefully neglected household chores for the past few months. That’s right, *months.*

The entire apartment needed vacuuming, badly. As in, I’m amazed I didn’t break the old Eureka.

Now I just have the kitchen to do, which will be pretty manageable, as it’s the only area we’ve been cleaning regularly.

But man! That living room was downright foul, and I don’t know how we were able to tolerate it for so long.

Hopefully I will keep up household chores more regularly from now on. I’ve never enjoyed wallowing in filth, but last quarter my roomates and I kind of let everything descend into madness. After this, I’m realizing it’s better to spend some minutes every week tidying, than to do it all at once. Because it gets to be pretty foul.

Also: never move into a large apartment. Unless you can afford professional service.

Filed under: personal

another excuse to buy more crayolas

I’ve been trying to figure out how best to organize the hundreds of articles I’ve gathered over the course of my program – two years’ worth of courses with dozens of papers, most of which I’ve printed out to paper. I want to have them handy and easily searchable in case I need to use them in my comprehensive exams that are coming up in like, a month (HOLY CRAP A MONTH?? I AM SCREWED!)

Anyway – do I file them by topic? But then what about papers with overlapping themes? Do I file by author? But how am I supposed to remember what article I need, if I don’t remember what article was written by whom?

It’s a funny quandary for a pseudo-library student to be in.

I think that instead of filing them, I’m gonna label the articles, gmail style. That means an article can have more than one color label (for each topic that the paper covers). I think I will then graffiti the article with the color(s), and use post-its to summarize the point of the article. I would use post-it flags to label the articles, but they tend to fall off/be annoying. Thank goodness I have crayons! I just hope I have enough for all the labels I will need.

Filed under: school

productivity roundup, winter ‘08

Heavily Mac-Centric this time ’round, of course. To be honest, having a Mac has been in itself a huge productivity boost. But also a huge time-wasting tool. Conclusion: Leopard is an unbelievably beautiful OS. I love it!

1. Perennial favorite: Basecamp – I loved it enough to shell out $12 for a month of service this time, which gave us 50GB of filespace to use. My other group members didn’t find it that useful, I don’t think, but I was really grateful that all my files were in a single location – it meant I didn’t have to constantly search through my gmail (where ambiguous and obsolete subject headers don’t help anything) for files and worry about which version they were.

2. Mori – after moving to my Macbook i needed a notetaking program that was the equivalent of Keynote. I consulted Ask Metafilter, and there were many great responses. But a lot of the programs were serious overkill for what I wanted – like Yojimbo and DevonThink, which let you attach PDFs and everything. Mori was the closest to Keynote (the Windows program), so I’ve been using that to take notes in class, and it’s been o-kay. Next quarter I’m gonna try out the new Evernote beta.

2a. Noted is also a great program – small, simple, and auto-save-y. I’m using that for regular, post-it type notes. Just wish there were a non-rich-text option.

3. I tried Smultron for text-editing, but it proved to be pretty unstable, so I’m using TextWrangler for now. I miss Notepad++ though. Also, I’d like a replacement for regular Windows Notepad – something that loads in one second, and is plain text. I don’t always need drawers and syntax highlighting! And I hate Rich Text Format. I just do.

4. RTM has sort of left my sphere of awareness, which is disappointing considering how promising it seemed last quarter. But nowadays I use gcal to send me reminders (via email and SMS), and really, nothing beats my trusty hipster PDA for immediate, daily to-do lists. Using Post-Its instead of whole index cards has been a good idea, I think. Sadly, this means Twitter’s been relegated strictly to entertainment uses. Well, that’s not sad.

Except for the part where I just admitted that I find Twitter entertaining.

5. I shelled out $150 dollars for MS Word ‘04 for the Mac (I got 3 licenses, and figured my sister and I owed Microsoft at least that much anyway, for all the software we’ve obtained through … more unsavory means). Then I tried the 1-month trial of iWork. And yeah. Keynote kicks Powerpoint’s sad little behind. I’m almost willing to shell out $40 for iWork, just for Keynote. Because Powerpoint sucks that much. What is with the no-thumbnails-in-editing-mode, eh???

5a. For collaborative work (which was definitely a theme this quarter, as all 3 of my classes involved group projects) – Google Docs really shines. The simultaneous-editing capability is great, and of course the revisioning history is nice. I really like the idea of Google Spreadsheet Form building. My only quibble is, why don’t they integrate chat in the word-processor? They do it for Spreadsheets!

6. I’m almost done with my 2-year M.A. program, and my classmates are only now slowly absorbing the wonderfulness that is Gmail and its companion, gChat. That’s saved us a little bit of time (mostly through, er, not having to meet for our group projects). Now I wish they’d climb the AIM bandwagon, because then the ones with Macs can use iChatAV, whose AV, remote desktop, and screen-sharing features are seriously awesome. I know I can put it to more productive uses than talking to Boba Boy’s cat! kitty!

6a. Skype might have been a runner-up, but during my Info Arch class we tried to have a guest lecture present via Skype (he was in Denmark), and we had about 30 mintues of technical problems, and in the end we could only establish video connection both ways – we got his audio as well, but he didn’t get to hear anything from our end. It was a minor CF, really, and did not warm us to Skype.

7. I’ve been using Mozy to backup all my school files, which I figure are the most important. Not being accustomed to having such a capacious hard drive, I’ve sort of gotten out of the habit of scrutinizing the files I download – no more being picky about what mp3s to get, and no more worrying that downloading a video file will force me to delete other files from my hard drive! The downside, of course, is that I’ve stopped worrying about backing up mp3s altogether, which means that 160GB external drive I also have has been very sadly neglected. To which, I say: tough!

8. Not a productivity app per se, but Paparazzi, the website screen-capture program, has been an invaluable tool as I study sites, build PowerPoints, and do freelance webwork. So, props!

To try: Jing. JDarkroom. Evernote! Visio.

Want: Mac equivalent of MS Paint. Sometimes, even Seashore is too much, to say nothing of Photoshop.

Filed under: school

g33king out library-style for a second

Here’s an idea:

An application that will take an entry from Google Books and automagically create a formatted citation (in whatever style – MLA, Chicago, APA, etc) at the click of a button.

And then you can collect all of these (maybe in a special Google notebook) and from there, check off all the ones you used in your paper, and have it generate a perfect bibliography.

It doesn’t even have to be from Google books. Why not use Cite-U-Like or Zotero?

Filed under: school

Imagem 016

Okay so I’m skipping over the Gummi Bears picture in my ongoing series of blogging my Flickr faves, but I found both of these around the same time, while I was on sort of a colour binge. The Gummi Bears I faved because I thought the title was funny; I’m sure there are way better Gummi Bear photos to be found all over flickr.

This photo, though, is amazing. They kinda look like jello shots, but I’m not certain. Anyway, the colors and the quantity make this photo pretty great.

Pretty!

Filed under: faves, flickr

del.icio.us

RSS tumbled

Flickrd



More Photos

Archive

March 2008
S M T W T F S
« Feb   Apr »
 1
2345678
9101112131415
16171819202122
23242526272829
3031