- Mood:amused
- Music:Snow Patrol - Please Just Take These Photos From My Hands | Powered by Last.fm
Found on FurAffinity:
Divide Cute by Zero, Receive Puppy
(The eyes—they are like singularities and will suck your soul out of your body.)
On a more somber note, Australia is now Natio non Grata as far as I'm concerned: Confirmed: Second Life, online adult games to be banned outright in Australia
To those of you stuck there: I'm sorry, but the entire continent is now way worse than dead to me. It is your fault for not dragging the fuckers who are doing this out of their offices and frog-marching them to the guillotine. The idea that you even have a "Censorship Minister" is an unforgivable abomination.
Divide Cute by Zero, Receive Puppy
(The eyes—they are like singularities and will suck your soul out of your body.)
On a more somber note, Australia is now Natio non Grata as far as I'm concerned: Confirmed: Second Life, online adult games to be banned outright in Australia
To those of you stuck there: I'm sorry, but the entire continent is now way worse than dead to me. It is your fault for not dragging the fuckers who are doing this out of their offices and frog-marching them to the guillotine. The idea that you even have a "Censorship Minister" is an unforgivable abomination.
So, I've decided on a name for an alternate feral fursona: SPARQLdog.
No, not a Sparkledog. See also: "Opposable thumbs would be nice" by NightmareHound.
Rather, a SPARQL dog.
True fact: The last time I said "SPARQL" in person to someone who knew what it was, the response was "...don't even use that word." (The coffee-pot conversation was about the conference session on SQL schema design being too early in the morning.)
Now I just need to get a commission. :P
No, not a Sparkledog. See also: "Opposable thumbs would be nice" by NightmareHound.
Rather, a SPARQL dog.
True fact: The last time I said "SPARQL" in person to someone who knew what it was, the response was "...don't even use that word." (The coffee-pot conversation was about the conference session on SQL schema design being too early in the morning.)
Now I just need to get a commission. :P
- Mood:silly
- Mood:silly
- Music:Scissor Sisters - Filthy-Gorgeous (Paper Faces Main Mix) | Powered by Last.fm
Koinu by Mary Mouse [Commission, SFW]
<geek>Now I just have to wait for the rest of the stack to pop.</geek>
(It seems that whenever I have multiple commissions in progress from different artists, they always wind up getting completed LIFO.)
<geek>Now I just have to wait for the rest of the stack to pop.</geek>
(It seems that whenever I have multiple commissions in progress from different artists, they always wind up getting completed LIFO.)
By now, you've probably seen the old, tooth-rottingly cute video of dogs playing with polar bears.
The geeky twist that recently dawned upon me is that this is a beautiful if unintentional allegory for how contact between a human-created AI and an alien intelligence might play out. If I was a writer I might be able to do something with that, but alas, this short entry will have to suffice.
The geeky twist that recently dawned upon me is that this is a beautiful if unintentional allegory for how contact between a human-created AI and an alien intelligence might play out. If I was a writer I might be able to do something with that, but alas, this short entry will have to suffice.
- Music:Peter Gabriel - Signal to Noise | Powered by Last.fm
This is for the 'nix-geek crowd, and can be ignored by everyone else without me thinking any less of you.
Here's how I install stuff on 'nix systems:
Every single separate package goes in it's own prefix.
If it's a system I've set up by hand, these are rooted in
After installing, I symlink any interesting executables to
Where things get interesting is linking against libraries that are installed in these prefixes. It's not hard or complicated, it can just require passing an explosive amount of
Tonight, I finally got sick of building paragraph-long configure invocations by repetitively copy-pasting from my notes, and decided to write this utility. It's very simple; you invoke it inline while defining the
Without this utility:
With this utility:
See why I wrote it? ;P
( prefix.py version 1 )
Here's how I install stuff on 'nix systems:
Every single separate package goes in it's own prefix.
If it's a system I've set up by hand, these are rooted in
/.prefix ala /.prefix/python/[bin|lib|...]. Otherwise, if it's a shared system, or one where I keep my hands off the OS (like my OS X laptop), the prefixes are rooted at ~/.prefix.After installing, I symlink any interesting executables to
/command or ~/command as appropriate.Where things get interesting is linking against libraries that are installed in these prefixes. It's not hard or complicated, it can just require passing an explosive amount of
CPPFLAGS/LDFLAGS when running ./configure for a dependent package. (150% so on OS X, thanks to Apple's dynamic library fetish.)Tonight, I finally got sick of building paragraph-long configure invocations by repetitively copy-pasting from my notes, and decided to write this utility. It's very simple; you invoke it inline while defining the
CPPFLAGS/LDFLAGS for ./configure, and it will find the location of the package and output the appropriate flags.Without this utility:
./configure --prefix=/Users/xxxx/.prefix/myapp CPPFLAGS="-I/Users/xxxx/.prefix/readline/i nclude -I/Users/xxxx/.prefix/jpeg/include -I/Users/xxxx/.prefix/freetype/include -I/Users/xxxx/.prefix/sqlite/include
" LDFLAGS="-L/Users/xxxx/.prefix/readline/l ib -L/Users/xxxx/.prefix/jpeg/lib -L/Users/xxxx/.prefix/freetype/lib -L/Users/xxxx/.prefix/sqlite/lib -Wl,-rpath,/Users/xxxx/.prefix/readline/l ib -Wl,-rpath,/Users/xxxx/.prefix/jpeg/lib -Wl,-rpath,/Users/xxxx/.prefix/freetype/l ib -Wl,-rpath,/Users/xxxx/.prefix/sqlite/li b"With this utility:
./configure --prefix=/Users/xxxx/.prefix/myapp CPPFLAGS="$(prefix -I readline jpeg freetype sqlite)" LDFLAGS="$(prefix -LR readline jpeg freetype sqlite)"See why I wrote it? ;P
( prefix.py version 1 )
- Music:Henry John Morgan - Cherokee Go With it (Hjm Rework) | Powered by Last.fm
I was on a plane, talking with someone I had spent the unmemorable portion of the dream trying to discover the identity of and track down. The conversation shifted and I said something to the effect of "I knew you were a life-extension-health-nut, but I really didn't expect you to be on the popsicle plan."
This is when something went horribly wrong with the plane; I think the fore section (everything in front of the wings) simply fell off. I was going to comment about the "fat lot of good that'll do you now," but woke up before I said it.
This is when something went horribly wrong with the plane; I think the fore section (everything in front of the wings) simply fell off. I was going to comment about the "fat lot of good that'll do you now," but woke up before I said it.
- Music:Imogen Heap - Angry Angel | Powered by Last.fm
The term "shipper" in the context of someone describing themselves as "a Lee/Kara shipper" on a BSG forum never made much sense to me. It was obvious to me that they meant something along the lines of wanting to see them hook up, but the term itself didn't make any sense until just now, months after I first saw it used:
Relationship
*facepaw*
Relationship
*facepaw*
- Mood:enlightened
| Poll #1367445 Open to: All, detailed results viewable to: All Do you pronounce the 'A' in "a-grade" the same as in "is-a"? Where is your accent from? [Optional] |
Addendum:
This came from me remembering an argument on IRC right after the first Matrix movie came out. I was trying to argue (but failed to articulate at the time) the because Agent Smith used the stressed (a-grade)/eh/ay form, the meaning of "I am a Smith" changed from "I am one of many smiths" to "I am Agent Smith", shortening Agent to "A" as if it were the initial of his first name, with the implication that there was only one of him (then).
Everyone thought I was nuts, then again, I often "read" things differently than most people. For instance, in BioShock, even though it was plainly obvious that Sander Cohen was gay, I did not regard the audio diary where he refers to Andrew Ryan as "the man I once loved" as implication that they were ever lovers in the romantic/fuckbuddy sense. Instead, the meaning that was immediately obvious to me was more along the lines of "I used to believe in this man/used to love what he stood for/used to love what he had created."
Addendum addendum:
D'oh! I should have added a question re the cot/caught merger, which I'm hypothesizing is not related to what I guess I'll call the "a-grade/is-a" merger. (For me, cot/caught is completely merged—I can't even imagine how their sound might differ.)
For some reason, I have a very strong feeling that something just went (or is about to go) very, very wrong for someone I care about, in ± a day or two.
I'd like to think I'm not crazy (edit addendum: or would it be better if I was?), but the last time I had a feeling like this (a couple years ago), I wrote about it in a private entry. The catch is that although the feeling, I'll call it a "moment of sensation", actually happened, although I was half-wrong about the context. Furthermore, the thought that maybe it acted as a self-fulfilling prophecy is something I can't shake, and is why I'm hesitant to write more right now.
I'd like to think I'm not crazy (edit addendum: or would it be better if I was?), but the last time I had a feeling like this (a couple years ago), I wrote about it in a private entry. The catch is that although the feeling, I'll call it a "moment of sensation", actually happened, although I was half-wrong about the context. Furthermore, the thought that maybe it acted as a self-fulfilling prophecy is something I can't shake, and is why I'm hesitant to write more right now.
- Mood:worried
- Music:Aeron Aether - Kaivalya - Original Mix | Powered by Last.fm
World Builder from Bruce Branit on Vimeo. |
A strange man builds a world using holographic tools for the woman he loves.
This award winning short was created by filmmaker Bruce Branit, widely known as the co-creator of '405'. World Builder was shot in a single day followed by about 2 years of post production. Branit is the owner of Branit VFX based in Kansas City.
- Mood:impressed
It is stupid. It is shiny.
I could not resist, and just ordered one of the bone-pattern collars for myself:
I could not resist, and just ordered one of the bone-pattern collars for myself:
- Mood:silly
- Music:Gary Jules - Mad World (Stefan's Journey Into Madness Mix) | Powered by Last.fm
This definitely falls into the realm of Epileptic Trees, but the more I think about it, the more thoroughly convinced I am that Daniel (#7) was Starbuck's father. [Highlight if you've seen "No Exit."]
- Mood:sleepless
- Music:Bobina - Lighthouse (Original Mix) | Powered by Last.fm
xxxx@Avatar Python-3.0.1 $ env -i PATH="/Developer/usr/bin:/Developer/usr/s bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X 11/bin" MACOSX_DEPLOYMENT_TARGET="10.5" ./configure --enable-universalsdk=/Developer/SDKs/Ma cOSX10.5.sdk --prefix=/Users/xxxx/.prefix/python3.0 --enable-framework=/Users/xxxx/Library/F rameworks --with-universal-archs=all CPPFLAGS="-I/Users/xxxx/.prefix/readline/i nclude -I/Users/xxxx/.prefix/bzip2/include -I/Users/xxxx/.prefix/zlib/include -I/Users/xxxx/.prefix/sqlite/include -I/Users/xxxx/.prefix/ncurses/include -I/Users/xxxx/.prefix/db4/include -I/Users/xxxx/.prefix/gdbm/include" LDFLAGS="-L/Users/xxxx/.prefix/readline/l ib -L/Users/xxxx/.prefix/bzip2/lib -L/Users/xxxx/.prefix/zlib/lib -L/Users/xxxx/.prefix/sqlite/lib -L/Users/xxxx/.prefix/ncurses/lib -L/Users/xxxx/.prefix/db4/lib -L/Users/xxxx/.prefix/gdbm/lib" CC="gcc-4.2" CXX="g++-4.2"- Mood:nerdy
- Music:Beam feat. Niki Saletta - I Roam (Original Club Mix) | Powered by Last.fm
Oh happy joy, it's time-delayed con crud!
Also, my brain is terrible.
I'm in the middle of exposure-correcting >1400 pictures (the survivors of the first round of editing), and I can't help but imagine what the lyrics might be if Stephen Lynch were to write and sing "Ugly Fursuit"
Also, my brain is terrible.
I'm in the middle of exposure-correcting >1400 pictures (the survivors of the first round of editing), and I can't help but imagine what the lyrics might be if Stephen Lynch were to write and sing "Ugly Fursuit"
- Mood:sick
Dog is Dog is Dog Dog Dog Dog...- Mood:zombiepuppy
Laundry: Everything
[Deadline: 0300 Thursday]...
Find: Camera Batteries FAILED
Find: Lenscap FAILED
Don't forget: Conbadges, Lube, Condoms
Sleep: ???? FAILED
Also: Figure out what the hell flipped the
- Mood:horny
- Music:Pink - Just Like A Pill | Powered by Last.fm
If you want my Phone Number or BlackBerry PIN, comment here.
Likewise, if you want to give me yours, comments are screened.
My IMs are listed on my LJ profile.
I'll be on AIM and Yahoo IM, as well as Google Talk under my real-name gmail address.
Likewise, if you want to give me yours, comments are screened.
My IMs are listed on my LJ profile.
I'll be on AIM and Yahoo IM, as well as Google Talk under my real-name gmail address.
