Care to guess if I watched Bring It On or Pitch Perfect?
Fic that's not mine
Oct. 27th, 2012 11:12 amIn case my femslash12 writer looks here
Oct. 11th, 2012 12:00 pmOK, so what did I request anyway... *goes off to look*
( The requests )
Very brief Penny/Amy scene
Oct. 4th, 2012 10:36 am( NSFW (although, text, so you'll get away with it) )
Leverage S3E3: "The Inside Job"
Sep. 23rd, 2012 02:08 pmSeries-watching
Jun. 13th, 2012 11:33 amIt started out with the remake of V. Partly because I watched the original back in the 80s, and partly because Morena Baccarin as an evil space alien sounded fun. Which it admittedly was, and it was nice to have both the main protagonist and antagonist be female. Unfortunately, apart from that the series was pretty dull.
But it had Laura Vandervoort as Baccarin's daughter. She played one of the less dull characters, and was also really pretty. So when I ran out of V I moved on to Smallville. Season 7, to be specific, assuming that I knew enough about it from fanfic to get what was going on. It was reasonably entertaining. Kara (that is, Vandervoort's character) was underused, but I guess it'd be hard to use her more without overshadowing boring boy Clark entirely. At the end of the season, I was just going to watch an episode or two of season 8 to see the resolution of the cliffhanger. During which they introduced Tess Mercer. Who was fun. She gets to be smart, underhanded, morally ambiguous and she flirts with Lois. Plus, when bad guys try to get violent with her, she kills them (in one memorable case by kicking a guy to death on camera). Unfortunately she gets less badass as the series proceeds, but I did keep watching until the (incredibly boring) finale mostly because of her. And, since I am shallow, because Erica Durance (who plays Lois Lane) is really hot.
Then, just a few days ago, I started watching a series I've seen show up increasingly often on femslash archives: Once Upon A Time. Like in V, both the main protagonist and antagonist are female. Like in V, an important role is played by their children. Or, rather, in this case, their child. Who they have in common. One of them being his biological mother, and the other his adoptive mother. Can you say "instant femslash OTP"? Also, it doesn't exactly hurt that both actresses are seriously good-looking, and that they're sparking pretty well off each other as soon as they're in shot together. Which they are a lot.
And on top of that, the show is just plain good. Good acting all around, visually impressive and, most important of all, unusually well written. They've managed to take traditional fairy tales (and the odd myth) and weave stories through and around them in a fascinating way. They've even managed to make an interesting love story out of Snow White, which is downright amazing. This show's Snow White is very far from the passive victim of the traditional tale (for example, the first time she meets Prince Charming she hits him in the face with a rock), yet all the elements of the tale are still there. I've only seen the first half of the first (and thus far only) season yet, but so far I would strongly recommend it.
The git staging area
May. 21st, 2012 12:07 pmMost of the revision control systems that have been used in the Open Source world have followed a fairly similar pattern. You get the code from a repositry somewhere, you change it somehow and then you check it back into the repository. CVS works that way, Subversion works that way and Mercurial works that way, even if they don't all agree on much else.
git does things a little differently. More specifically, it does things a little differently when you want to shove your changes back into the repository. The way it's different is that it adds another stage. Instead of changes going directly from your working directory into the repository, with git you add changes to a staging area before you send on into the repository. The staging area is also known as the "index", but I'll stick with "staging area" here, since that name is much more descriptive of how it works and what it's for.
Let's try to illustrate with a little ASCII diagram. First, the Subversion flow:
Repository -> Working Directory -> Your editor -> Working Directory -> Repository
I hope you're with me so far. Now, the git flow:
Repository -> Working Directory -> Your editor -> Working Directory -> Staging Area -> Repository
See? Not so different. Now, what is this thing for, you may rightly ask. Surely they didn't implement it just to add another step to the commit process. That would be silly. And indeed they did not.
The staging area is where you assemble your commit before you actually create it.
Doing it this way gives you a lot more control of exactly what goes into a commit. Instead of just doing hg commit foo.c and hoping that includes all the changes you want and only those changes, with git you can do git add foo.c and then check that the staging area holds all the changes you want and only the changes you want before you send them on their merry way into the repository.
Having the staging area also makes it easy to do things that would otherwise be quite tricky and cumbersome. Imagine that you're happily hacking along implementing a new feature in some largish code base. While you're doing that, you happen to spot a bug in the code that has nothing to do with what you're working on. It's an easy one, needing only a couple of lines of changes to the code. And, since you're a conscientious coder, you want to add a test case for the bug. Plus documentation, of course. All those changes you want to commit separately from the stuff you're actually working on.
Now, you can do that with any system. You could check out a separate copy of the source and do the fix there. Or you could save a patch of all your working changes, revert to the last checked in state, make the bugfix, test and doc, commit them and then reapply the patch to get your working state back.
With git, you'd make the bugfix with its related changes, move only those changes into the staging area and then commit them. There's a command, git add -p somefile.pl, that'll go through all the diff hunks in the file and ask you for every one if you want it added to the staging area. There's also a more complex interactive mode if hunk-based is not enough control, but I've never personally needed to use it. Adding single diff hunks, though, I use maybe not daily but at least several times a week. Mostly for trivial stuff like fixing typos without cluttering up real commits with noise.
The staging area doesn't really let you do anything that's impossible to do in other systems. It just makes it a whole lot easier to do commits that are cleaner, and more likely to contain complete single logical units of work. And if you're something of a scatterbrain, as I can be at times, the ability to do git diff --staged to see exactly what I'm about to commit is invaluable. I don't know how many times it's saved me from doing commits that it would've taken some considerable time to undo.
You can bypass the staging area. git commit -a will do the same thing hg commit or svn commit does, send all the changes in the working tree as one commit to the repository. git commit that/one/file.py will create a commit with all the changes in that one file.
But it's been a very long time since I used either of those. Yes, adding stuff to the staging area before you create the commit is a bit of extra work. But it's a very tiny bit of extra work compared to how much better your commits will be because you do it.
Vox Populi
May. 3rd, 2012 04:15 pmThe Good Wife/Smallville/Chuck crossover fic?
Sounds interesting. Write that.
0 (0.0%)
Sounds crazy. Write that.
4 (100.0%)
Sounds crazy. Please spare the poor electrons!
0 (0.0%)
No.
0 (0.0%)
It's set in relatively early season eight, just before the whole mess with Clark having Chloe mindwiped (nice work, "hero"!) and her then getting married. And, well, it's a flimsy scaffolding of plot holding up a bunch of porn. BDSM porn, with a heavy emphasis on the DS. If that squicks you, don't read.
You can find the story on AO3.