Functioning for Me

1.) So most of my tags are back, but not all of them yet. At least, I don't think so, but I can't tell sine hey, they were in bundles, but currently arranged by number I know I had tags with less than the lowest number showing, so.

2.) Bundles still gone.

3.) Now to 25 links a page, which I can deal with, though I prefer 100.

Still, Though

I am not fond of the spacing on these; the older one was easy to skim down and it used space efficiently. This one pushes everything center and leaves massive white space on either side for no good reason I can figure out. It also feels--I think (hope) this is an illusion) that there is more useless white space to the right than left and so I keep feeling vaguely lopsided. Look, I professionally test web programs for things like that, so it's my own weird sensitivity, but oh, do I want to defect it.

No ability to mass change anything that I can see; is there a way other than the API to rename links?

Javascript Help

Okay, mea culpa, the thing delicious does now where if you click on Tag in your browser toolbar it immediately saves before you can add attributes is not working for me because I have it in a very perfect place that I also sometimes hit by accident and now it just insta saves. Anyway, I wrote my own version using the API and put it in a bookmarklet on my toolbar, but while I can pass the url of teh page I'm bookmarking, it will not for God or man pass the title or name of that webpage no matter what I do; i have to manually type it and that makes me sad. I also can't--and this is so embarrassing--keep it from going to the API page on submission; I want to confirm the response, but--more embarrassing--I cannot remember what to do to keep it from going there but send me the confirmation so I can set it to autoclose.

Also, when did delicious implement that your tag can have spaces in it? I feel like an idiot that I didn't realize that. My tags can have spaces in them! At least, they can right now.

Code below cut for anyone who might know how to get that damn title to populate. And the HTTP response, that too. Currently it has all API functionality but the timestamp bit, because I haven't added the script to populate it with the current date/time.

delicious javascript )
I have sufficiently recovered my shattered nerves from the horror of delicious to cheerfully take up my personal favorite thing; that is, speaking with An Experienced Voice.

Honest to God, there is no job on earth that truly sucks if at any time, you can draw it up as ironclad proof of your expertise on anything even vaguely related to that job, wrap it up in bitter, better-than-them text, and throw it at people like a brick. An awesome brick. As a fangirl who, like pretty much every fangirl on the net who wandered into the internet and realized the power of html, and who once did in fact go with a theme of black background/white text (In the X-Men section, series; I keep it to remind myself once I thought that was genius in design), and who has embraced white space with equal fevor, this is a bad design and they should feel bad. Ten links a page? I'm sorry that their developers have the apparent attention span of fleas.

Past the rage and some inappropriate language use for the last few hours, I'm just weirded out. Mostly because in general, I don't remember any site coming under new ownership with a pretty large userbase and do this much damage. This isn't the equivalent of either time we got new management at LJ--and Livejournal, you realize you are officially going to be many people's new perfect standard of changeover, right? No, seriously, you are. People are going to be saying how awesome and wonderful and sensitive you were!--or even quite like Facebook's random hits of redesign in hopes of beign able to one day exhaust people so much they'll stop fighting all that privacy invasion they're so fond of.

There's a very uncomfortable part of me that has the general feeling that the Genius Idea that someone--probably one of those founders of Youtube we hear so much about--had this Brilliant Vision that it was far easier to buy up an already thriving audience and simply force them by holding all their information hostage--which they are doing--to use their completely different site. Instead of that hideous, boring, so Web 2.0 way of gaining a following or population with a superior product. As superior products, I have heard, are also very Web 2.0. And that I am saying Web 2.0 had superior products make me want to stop and cry very hysterically. I am having sincere, rose-colored reflection of Livejournals multiple changes; I mean, I'm pretty much due for it.

Okay, now the part, before I was sidetracked, that's weirding me out: they literally stripped functionality out, not just messed it up or broke some things (though anyone who can't escape a fucking / or , needs to return to kindergarten; my three year old nephew and niece probably can't do that yet, but that's because they're three and not developers; imagine that), but they left--messed up, but there--the tag functionality while making it impossible to use in any practical way.

It's almost like they want the users so irritated, frustrated, and despairing of the entire tag system they'll just give that shit up and go to playlists just for the sake of getting their damn links--wait, they call them stacks now? Charming. How very hipster-chic of them.

I haven't had pretty much anytime to actually explore this, but here's a fast and dirty tutorial on the API use to actually see what you have. And weirdly enough, what you can still create.

To See All Your Bookmarks and MetaData
https://api.del.icio.us/v1/posts/all?results=X
OR
https://user:passwd@api.del.icio.us/v1/posts/all?results=X

For user, your username, for password, your password, for X, the TOTAL NUMBER of bookmarks you have. If you keep getting the login box on the first link, try the second one. It's exportable XML. You can use this to recreate your link library.

To See All Your Tags (If Yours Are Not Like Mine and Hiding)
https://api.del.icio.us/v1/tags/get
OR
https://user:passwd@api.del.icio.us/v1/tags/get

If you do not see all your tags, do not panic. Check the first link up there and take a deep breath. Exactly two of mine show up here, but they're fine in the XML.

To See/Create All Your Bundles (Experimental)

You can still make bundles. Yes, what the fuck. You can't see anything you made before, but you can see any that you make from now on.

Create New Bundles
https://api.del.icio.us/v1/tags/bundles/set?bundle=NAME&tags=TAG+TAG+...+TAG
OR
https://user:passwd@api.del.icio.us/v1/tags/bundles/set?bundle=NAME&tags=TAG+TAG+...+TAG

See the Bundle You Created!
https://api.del.icio.us/v1/tags/bundles/all?
OR
https://user:passwd@api.del.icio.us/v1/tags/bundles/all?

Tested this a couple of times in several conditions; it works. It still works. Dear God, this is weird.

Rename Tags

As one does.

Rename
https://api.del.icio.us/v1/tags/rename?old=OLDTAGNAME&new=NEWTAGNAME
OR
https://user:passwd@api.del.icio.us/v1/tags/rename?old=OLDTAGNAME&new=NEWTAGNAME

Now that's one at a time. I started work--and kind of finished, in a very rough way--a javascript that will loop, but the API is remarkably unstable and it seems to really not take that well when I try it. So until I know if it works, or until someone else releases a better one, well, we're stuck.

Warnings

If you use the tagging add-on, it will save whatever you just decided to bookmark immediately, as public. And there are no takebacks with cancel(at least, mine didn't, but that may be--shockingly, a bug, and yet I don't think so). You will have to go to delicious and manually delete.

Or do this.

https://api.del.icio.us/v1/posts/delete?url=URLTODELETE
Or
https://user:passwd@api.del.icio.us/v1/posts/delete?url=URLTODELETE

*sighs* There has to be a way around this.
Oh my holy God, what happened to delicious?

...okay, so, when they redesigned they were unable to color code and took away all the functionality?

*blank*

Where are my tags?

Update

Are they screening everything?

Delicious Blog which you will notice, the fuckers still have their own tags working fine.

Update 2

Okay, so pairing with / tags are broken, some kind of half-assed, half-erased line drawing is showing up in every note I have with a link to my account, as I might forget where it was if it wasn't there, were they alwasy randomly in italics, and important, now when I hit my Tag shortcut to tag something, it saves instantly instead of waiting for me to add my tag.

Okay, that part is okay. Except for the obnoxious text color, the terrible white space use, design elements courtesy of point and click, absolutely no sense of organization, the plethora of exclamation points (a thousand high school teenyboppers can only speak in monotone thanks to delicious), no workable public forum seems to be available and delicious, if you are afraid because you think it will be overrun with trolls, yes, it will.

And you deserve it.

Update 3

...my fandom:stargate:atlantis has, I believe, slightly more than five links attached. Where are the other ones?

Update 4

https://api.del.icio.us/v1/posts/all? open this and login with your delicious account. It says it gets all posts, but mine cut off at September 2010. Also, apparently this is fairly intensive on the site.

Clarification

Use the following string for a complete list of all your bookmarks and metadata
https://api.del.icio.us/v1/posts/all?results=X

Where X equals your total number of bookmarks. Your login may not work at first; for people whose account was first yahoo, it's slightly more complicated but there's instructions at the API link below.

*stares at list* I feel better just being able to see they are all there.

Delicious API - still works, but yeah, bundles are gone, and search by tags will very likely not bring up your tags. Exactly two of mine show up. But I admit, it was comforting to see that nice long page o fall my links, even if that isn't all my links.
In continuing adventures of "Hi, I am anal and delicious is my crack"...

What. The. Hell. Did they do. To my tag order?

I have a system and everything I've tagged since January 8th is breaking my system. There is disorder in my tags.

My system is as follows:

fandom / author / type/ship / feedback status / year / month / unread(if unread)

It is no longer doing that.

It is--I don't even know what it is doing, actually. Some are starting with feedback status, and some are starting with year, and it's not alphabetical and it's stressing, as you can see since I am using italics quite frequently.

This system is a good system. I know my system. I love my system. I want my system back.

Actually, i think it may be sorting by the number of times a tag is used.

Tell me there is a way to fix this. Staring at settings is not helping and my zen is not zenful.

ETA: [livejournal.com profile] kyuuketsukirui has eased my panic. Manual tagging. I can do that.
Somehow--and call me crazy--I think there's something dreadfully wrong by being inspired to word count every story I have ever written for the purposes of tagging.

This is a manifestation of something, but I'm not entirely sure what.

so far )

I feel this is a bad thing, yet so very exciting. Word count specific tags! You know, as I finished a renaming spree.

del.icio.us == the crack to end all cracks
This is the Entry of Updates. Many. Some. Sort of.

Webpage

In a fit of productivity, updated Indulgence with all fic back to August:

Eighteenish, SGA, Sheppard/McKay
I Hear and I Forget, SGA, Sheppard/McKay (technically Sheppard/Other)
The List of Cool Shit to Do, SGA, gen-like Sheppard/McKay, art
Story of a Girl, SGA, Sheppard/McKay, genderswitch
Insurrection, SGA, missing scene from Story of a Girl, Sheppard/McKay, genderswitch
The Past, in Plural, SCC (Sarah Connor Chronicles), gen

Still working on linking up the art, mostly because I keep thinking how desperately I want to tweak this website design and how lazy I am.




Anonymous Versus Scientology, Project Chanology, the Continuing Story

Earlier entry on the subject.

This part is actually more a Wikipedia curiosity as well; I didn't know, before now, exactly what level of oversight there is in Wikipedia. The links are pulled from OTF Wank comments.

longer than expected )




My Poor Toes

Still hurt. Limping around work pathetically. Epic journeys to the coffemaker. Very little sympathy. Yes, that is totally news.




Everything Else

Here is my request for pimping John Sheppard gen. If you missed it, and considering I posted at like, 1 AM, I can see why, plz to be pimping your favorites in the John Sheppard gen category. And self-pimp. Seriously.

Del.icio.us is now working correctly again, but I'm still paranoid enough to open the same page in two windows just in case it randomly deletes when I edit.

And that--sort of covers that.
The 'tag this' function no longer gets an internal error, but cannot edit an entry's tags without deleting it. If I go to full-screen, it deletes and logs me out of my account. After logging back in, teh entry is gone, but the tags I used stay, and it will have the number of entries wrong.

You know. They are *this close* to me doing a screen-shot-by-screenshot narrative via email if I have to, because seriously. This is deeply annoying.d
Friday, February 1st, 2008 11:43 am

del.icio.us

Before I snap and do something I might eventually end up somewhat regretting, is anyone else having bizarre problems with del.icio.us?
Sunday, July 15th, 2007 12:27 pm

updates etc

I'm debating whether to see if any of the Austin release parties still have openings (Advantages: books! people! fanpeople! food! BOOK AT MIDNGIGHT! Disadvantages: motivation to get dressed, might fall over someone and break self, have no *clue* who anyone is).

Or--just wait for my preorder to arrive at my door. It's tricky; one part is thinking HISTORICAL FAN EVENT HERE and the other is thinking BUT THEN I WILL NOT BE ALBE TO LIE IN BED IN MY JAMMIES AND LAPTOP and God, why is it I cannot have both?

Saw movie. Loved.

Webpage

Updated my webpage to current with the exception of A History of Violence - I'm trying to decide whether to put it as three separate stories or a single file. Yes, these are the deep meditation moments of my life. The following stories were added:

Smallville
Sight Unseen (the adultery snippet)
An Evening at the White House by [livejournal.com profile] svmadelyn
Breathe Dust
Rising
Dealing With the Unexpected (mpreg)

Stargate: Atlantis
Where I Lay My Head, final version
A Place
The Sleeping City
Kahs-Wan (remix)

del.icio.us

Yes, tagging again. Everything I've written, including wips, snippets, and etc, are now up in del.icio.us, with a disturbing specificity of tags. I'll add as I run across them in my lj.

Hmm. Short insane moment coming next.

Meta on Tagging

For those who actually go there and read around and marvel at what will in the future probably be one of the early signs of my impending breakdown (I'm sure this will show up in my biography, The Girl Who Suddenly Painted Herself Green and Married Characters on the Astral Plane: How A Fangirl Went Wrong by svmadelyn (no, I'm sure she would never ever do that)), part of it has become personal tracking.

A million years ago in lj, a meme went around asking people to critique their fic--wait, let me find that. Got it, here. This was early in my lj tenure--and pretty early for fandom in lj, to be honest. It was interesting.

The commment I'm interested in at this point, however, was by [livejournal.com profile] rhiannohero, where she mentioned a flaw she saw, and had emailed me about in a fic I wrote. It was the overuse of the phrase "something like". It's true. I have a bad habit of finding a phrase I like and beating it to death with a hammer.

Del.icio.us isn't made to be that specific, but it does give me a way to track what I tend to write thematically--physical location, weather-type, and occasionally concept. The three I'm tracking currently are: a.) the use of rain in a fic, b.) where I put them (example, oh, Mexico, deserts, etc), and c.) kind of story (apocalypse, etc). It's--I want to say enlightening, because it helps assuage my curiosity on what I tend to go for in fic. Most of the fic still aren't completely tagged, but I'm slowly adding as I go.

I guess in a way it's become a kind of quasi-map to my subconscious, a map to my kinks, a map to what makes me want to write. i look at it and see what I've been doing even if I don't know why.

Random

For LJ, I've done a fairly large-scale retagging of the fanfic by fandom and year, as well as fanfic series. It was--interesting. And very, very anal. On my main lj sidebar are the ones currently mostly completed. The year split was originally because SGA hit over 100, so I had to split by year, but it does make it convenient to hunt down fic.

In conclusion: I still want a pony. Am considering stealing one somewhere.
Tuesday, July 3rd, 2007 09:55 pm

oh joy

Life With Tags

I think the funniest part is that ritalin, if nothing else, brings to vivid and deeply disturbing life extraordinarily obsessive organizing fits. [livejournal.com profile] svmadelyn, after I asked her about a tag I wanted to use and fleeing in terror, pointed out this was my version of scrubbing the floor with a toothbrush.

Yes, it is.

Indulgence website, indexed

It is fun, though.

For those who want a quick example.

Crimes Against Humanity

Tags: stargate:atlantis slash rodney-mckay john-sheppard elizabeth-weir teyla-emmagen aiden-ford evan-lorne marshall-sumner bates sheppard/mckay au drugs insanity kink mind-control torture wip sheppard-assassin mckay-mad-scientist weir-cult-leader teyla-terrorist ford-junkie beckett-mad-doctor length-long

The order of tagging is:

fandom, type (alphabetical order), character(not yet decided permanent order), pairing, attributes, character-type (refers to AU versions of character), series name, season, episode, length

I'm still refining the process. I seriously have too much fun with this.

Hmm. I always feel more--relaxed after, if that makes sense. Less tense. But yes, also fun. I also tagged and retagged a lot of my fic in my lj as well, which was both fun and revelatory--I post a surprising number of snippets.

Other

In other news--well, there is no other news. Leaving with my family on Thursday for the beach for four days of sun and burning. Oh joy. And close quarters with my sisters? That won't lead to disaster. Not at all.
In a fit of unwonted productivity, I finished indexing my fic on my webpage here:

http://del.icio.us/indulgence_it

I am still obsessively tagging as I go back and remember random plot points of interest. Still--bundling. *thoughtful*

Seriously, this is like a drug.

ETA - it is taking a *long time* to update my bundles. *sighs* Very annoying.
Thursday, March 8th, 2007 10:16 am

hmm,

Okay, so last night, I was sitting there, thinking, I need to do more tags. And I was going to go through my rec page--all eight hundred stories (maybe?) and then thought, huh. So I did my fic instead.

Oh my God this is fun. Just--okay, I'm all tag-happy, but seriously, the sheer *number* of tags per story! I have pairings in there I forgot I wrote. I have pairings in there I had no idea I wrote. It's like an index of sheer glee--Torres/Kashyk! Toad/Magneto! Some--other ones that are there somewhere. I wrote a surprising amount of Logan/Jean, which I didn't expect. And I barely added the descriptors in yet! And it's like--glee.

Also, I got tomorrow off, so maybe my glee is also related to that and I'm you know, sitting at work, thinking, God, I was young. I mean, as a fanfic writer, and hell, as a writer. Some of it--especially the mid to late Voyager and some of the X-Men--I just--I mean. It's so odd. Especially the Voyager. I was a lot less uninhibited in dramatic scenes, and a lot more experimental in what I wrote and how. There's something to be said for not knowing any better, I think--there's stuff in here I'd never write now, ever, but back then, there never seemed a reason not to. There're all these rough areas that I want to edit now, and then I find places I'm kind of breathless, thinking, I wrote that? Really? I'm thinking I'll tag for year too, and see if I can chart a development curve on where I was when and how. There's some stuff in Voyager that kind of blows what I thought was my learning curve in writing, and some stuff in X-Men that is seriously regressed-to-teen and it makes me wonder. I'm wondering now what I'll see when I start tagging the SV stuff. I'm kind of wondering what I'll find if I open up my old X-Men and Voyager WIP folders, and see the stuff I didn't post.

There's meta in this on growth and change and the good old days where I'd multi-pairing everywhere, but honestly. Bundling tags here.

Anyway, for those curious, here it is. So far all of Voyager and about a third of the X-Men stuff.
I think I'm in some kind of bizarre post-porn slump. I mean--sure. It's all good and orgasmic, but then you think, what will I do now?

Apparently, that would be rebundling my del.icio.us tags.

*frowns*

It's--I open them at home, and stare at them, thinking, how can I be *more descriptive*, and [livejournal.com profile] merryish asked the other day, do you do your own stories? And suddenly, this entire new vista of opportunity presented itself.

Tagging my own stories.

I know them! Finally, finally, I would have a use for the tag Clark-apocalypse and for One Word in Voyager, I could totally have ten separate pairing tags. Ten! And that's before you get to the amnesia and adultery and attempted murder and Q and self-injury and I was like, twenty-three when I wrote that, so judge not, man. That was my Trekkie soap opera. Good times.

Anyway, right.

Del.icio.us, the cure for post-porn depression.

See, I had a theme here.

*****

In other news:

Okay, no, we don't have a hotel, but [livejournal.com profile] svmadelyn has her ticket and Child and I have our tickets, so we are definitely going to Chicago and I can honestly state the best thing I can imagine right now is Child's face when he sees dinosaurs and lizards, cause man. So awesome. It's--well. Okay. It's hotwire's fault. We had a hotel picked out. It had breakfast and music during breakfast. It was close to Navy Pier.

Then hotwire wiggles its tentacles at us all "oooh, look, you can get four star for so much less if you just waaaatch and waiiiiittt." Which we did. And are still doing. It's kind of addictive, isn't it? That and priceline, which both me and Madelyn are fascinated by yet terrified to use.

Now, paying deposit for cruise and I am *free*. Well. No. But I could be. Eventually.

*****

*winces*

Remember when I mentioned the at home parent-teacher conference adn was confronted by Incredibly Attractive Math Teacher? My son came home the other day, giving me a knowing look, which always come across as a fairly disturbing smirk, and sidled up to tell me he isn't married.

You know, I do not want to know how the hell that came up during class. I just don't. Don't, don't, don't.
Organizing del.icio.us tags has to be the equivalent of organizing your pantry in alphabetical order. I mean, I'm like, refining tags, staring at them to see if they should be more detailed or less detailed or--something.

Currently.

my tag collection )

*thoughtful*

Part of it is to jog my memory, part of it is organization, but most of it is this weird, weird glee. Siren-dean! Own tag! mckay-genderswitch! own tag! Wait, in one the descriptor is first, then the name, in the other, the name is first! Must fix! MUST MAKE IT PERFECT!

Seriously. This is like OCD level stuff. God this is fun.

Please tell me everyone else does this. Lie if you have to.
So I finally caved and got a del.icio.us link thinger--well, worse, two, since one is for recs and the other for other stuff. I ended up doing a first for me and locking them all, because I've learned my idea of a story summary and tags kind of disturbs me. I mean, true, everyone has separate tags for john-genderswitch and rodney-genderswitch and then you realize you need rodney-girl-genderswitch and john-girl-genderswitch, and then trying to summarize comes down to 'the one that no one is castrated in' and 'the one where everyone only dies once' and while it jogs my memory, I flinch a little and wonder if everyone has this problem. 'the one that's a sequel to that one with the tentacles'. 'the one where one of them is sane and everyone is crazy'.

However, I was thrilled to discover amtdi - aliens made them do it. Let's move that into common acronym usage now? What we really need now is a nice, serious one for the varieties of aphrodisiacs and sex pollen. I've been thinking, and right now, I use sex pollen pretty much for all varieties of drugged but happy sexual contact, but honestly, need a better acronym here. And a good one for people-changing into animals and people changing into stuffed animals, which I think I use transformation for, but honestly, then there's Livia's that fic where Rodney turns into half a replicator and you know, I'd like to keep them all categorized better.

So let's get on that. If we can as a group agree to reduce our fandoms to two and three letter acronyms et al, we can reduce our most fun common tropes into single word and/or acronym descriptions. Like--bob. Where bob always means characters at some point eat apples. Something like that.

ETA: Who wrote and where is the fic where John falls through a wormhole into the future and Rodney is half a replicator?

Profile

seperis: (Default)
seperis

Syndicate

RSS Atom

Tags

Quotes

  • If you don't send me feedback, I will sob uncontrollably for hours on end, until finally, in a fit of depression, I slash my wrists and bleed out on the bathroom floor. My death will be on your heads. Murderers
    . -- Unknown, on feedback
    BTS List
  • That's why he goes bad, you know -- all the good people hit him on the head or try to shoot him and constantly mistrust him, while there's this vast cohort of minions saying, We wouldn't hurt you, Lex, and we'll give you power and greatness and oh so much sex...
    Wow. That was scary. Lex is like Jesus in the desert.
    -- pricklyelf, on why Lex goes bad
    LJ
  • Obi-Wan has a sort of desperate, pathetic patience in this movie. You can just see it in his eyes: "My padawan is a psychopath, and no one will believe me; I'm barely keeping him under control and expect to wake up any night now to find him standing over my bed with a knife!"
    -- Teague, reviewing "Star Wars: Attack of the Clones"
    LJ
  • Beth: god, why do i have so many beads?
    Jenn: Because you are an addict.
    Jenn: There are twelve step programs for this.
    Beth: i dunno they'd work, might have to go straight for the electroshock.
    Jenn: I'm not sure that helps with bead addiction.
    Beth: i was thinking more to demagnitize my credit card.
    -- hwmitzy and seperis, on bead addiction
    AIM, 12/24/2003
  • I could rape a goat and it will DIE PRETTIER than they write.
    -- anonymous, on terrible writing
    AIM, 2/17/2004
  • In medical billing there is a diagnosis code for someone who commits suicide by sea anenemoe.
    -- silverkyst, on wtf
    AIM, 3/25/2004
  • Anonymous: sorry. i just wanted to tell you how much i liked you. i'd like to take this to a higher level if you're willing
    Eleveninches: By higher level I hope you mean email.
    -- eleveninches and anonymous, on things that are disturbing
    LJ, 4/2/2004
  • silverkyst: I need to not be taking molecular genetics.
    silverkyst: though, as a sidenote, I did learn how to eviscerate a fruit fly larvae by pulling it's mouth out by it's mouthparts today.
    silverkyst: I'm just nowhere near competent in the subject material to be taking it.
    Jenn: I'd like to thank you for that image.
    -- silverkyst and seperis, on more wtf
    AIM, 1/25/2005
  • You know, if obi-wan had just disciplined the boy *properly* we wouldn't be having these problems. Can't you just see yoda? "Take him in hand, you must. The true Force, you must show him."
    -- Issaro, on spanking Anakin in his formative years
    LJ, 3/15/2005
  • Aside from the fact that one person should never go near another with a penis, a bottle of body wash, and a hopeful expression...
    -- Summerfling, on shower sex
    LJ, 7/22/2005
  • It's weird, after you get used to the affection you get from a rabbit, it's like any other BDSM relationship. Only without the sex and hot chicks in leather corsets wielding floggers. You'll grow to like it.
    -- revelininsanity, on my relationship with my rabbit
    LJ, 2/7/2006
  • Smudged upon the near horizon, lapine shadows in the mist. Like a doomsday vision from Watership Down, the bunny intervention approaches.
    -- cpt_untouchable, on my addition of The Fourth Bunny
    LJ, 4/13/2006
  • Rule 3. Chemistry is kind of like bondage. Some people like it, some people like reading about or watching other people doing it, and a large number of people's reaction to actually doing the serious stuff is to recoil in horror.
    -- deadlychameleon, on class
    LJ, 9/1/2007
  • If imitation is the sincerest form of flattery, then Fan Fiction is John Cusack standing outside your house with a boombox.
    -- JRDSkinner, on fanfiction
    Twitter
  • I will unashamedly and unapologetically celebrate the joy and the warmth and the creativity of a community of people sharing something positive and beautiful and connective and if you don’t like it you are most welcome to very fuck off.
    -- Michael Sheen, on Good Omens fanfic
    Twitter
    , 6/19/2019
  • Adding for Mastodon.
    -- Jenn, traceback
    Fosstodon
    , 11/6/2022

Credit

November 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2022
Page generated Apr. 23rd, 2025 08:05 am
Powered by Dreamwidth Studios