DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Christine D.'s picture

Unregistered

Feeds

aliases

  • Christine D.
  • Christine D.
  • Christine From The Internet
  • Christine D.

Christine D.

7 months ago

in iPhone Ocarina: MGMT - Kids In my senior spring... - Joe Lazarus on JOE LAZ: Comments
Oh man. It really is the best app ever (so far, this week)

Just half an hour ago I used it to play a moving rendition of Happy Birthday for a workhuman.

11 months ago

in Si Dawson: War Games Cracks Me the Hell Up on Si Dawson
Good sense on their part?

(Hackers is my nerdy movie of nerdiness of choice d: It had such a pretty boyhacker.)

11 months ago

in Si Dawson: War Games Cracks Me the Hell Up on Si Dawson
Sometimes one no isn't enough.
1 reply
si dawson's picture
si dawson yeah, I have many such memories. All involving women I'm about to ask out on a date. What's with that?!?

11 months ago

in Si Dawson: LSA, Linseed, Linseed Meal: Traps for Young Players on Si Dawson
Horse, is quite palatable. Horse food, it would seem, less so.

(Which is not to say *all* horse food, of course; given there are all sorts of valid human-food that horses eat. Like carrots.. and apples..)
1 reply
si dawson's picture
si dawson uhh.. yesss... :)

1 year ago

in Si Dawson . Com: Unit Testing - Necessary, but Not Enough on Si Dawson . Com
The accessibility thing bothers me, too. Someone needs to hack our respective languages and create a new accessibility modifier for "public, but only for testing robots. Otherwise private".

(I suppose an alternative would be to have unit tests living in the same class as the code they are testing. I dislike it in an architectural purity kind of way d: )
1 reply
si dawson's picture
si dawson a couple of my testing rigs depend on conditional compilation code which is internal - it's pretty much necessary to access all the internal variables. And the overall code is so complex that without that you'd never know what was wrong.

I suppose, thinking about it, you could just wrap all the header declarations with conditional statements - then change the compile flags every time you tested.

You're right though, it's ugly & impure.

1 year ago

in Si Dawson: Food Processor - Inner City Styles on Si Dawson
It's probably a little better suited to the task (;

I'm actually thinking about getting one myself. I've never owned a food processor before; and they do seem kinda handy for all sorts of things.
1 reply
si dawson's picture
si dawson The more time I spent on goneraw the more things I saw to do with them.

plus, I've fallen in love with nutmilk. oh, it's SO good. So, I pretty much need one just for that :)

1 year ago

in Si Dawson . Com: Unit Testing - Necessary, but Not Enough on Si Dawson . Com
At the very least, code that I write which is unit tested is written in a way which is much clearer than code that isn't - if I can't easily test something, just about every time it's because there's a better way to organise things.

(And, well, I like the happy green lights that unit testing tools inevitably show up when everything is working properly <: )

Unit tests, at least, can help you make sure that the little details at the bottom keep on doing what they're supposed to / unit tests which *could* be testing the wrong thing are probably trying to test too much.
1 reply
si dawson's picture
si dawson Yep, I completely agree.

I'm definitely in the "unit testing is a must" camp now. I'm just not sure they're enough

However, I am finding, even going back and writing tests afterwards, that it's making me double (and triple) check all of my logic. Plus, as you point out, tidying up everything at the bottom of the stack, and rethinking flow. It's kindof an enforced code review - which is always helpful.

The only thing I dislike is the requirement to expose so much of the interface in order to test things thoroughly. There's a stack of private methods that are really only pertinent to the inside of any given module that shouldn't be exposed.. and yet have to be. But it's a minor gripe really - particularly considering how sloppy my architecture is generally :)

1 year ago

in Si Dawson: Food Processor - Inner City Styles on Si Dawson
You can get small food processors which aren't that much bigger, you know (;

(Cuisinart miniprep are magical words that lead in that direction)

I would guess there's something about either the fat or protein content of nuts that will degrade the grinder over time (The one I had was a pain to clean, so you may find it gets a bit funky as any residual fat turns rancid).

I guess you'll find out eventually (:
1 reply
si dawson's picture
si dawson well, it didn't take long to find out :)

And I was feeling SO clever.. for about. ohhh.. 6 hours there *laugh*

No matter, took your advice, went on a hunt for mini preps. Didn't find that brand, but equivalent, for about a third of what I was expecting to pay - and you're right, very similar footprint. So, I'm happy, even if I am down one coffee grinder :)

1 year ago

in Fun with plugins on Fun with WordPress
I can has readme.txt?

I only have the option to download a plugin file, despite typing all sorts of readme file junk into the wizard.

1 year ago

in Test post with tags? on Ben.geek.nz
I hope you're using my lovely plugins d:

3 years ago

in Ultimate Tag Warrior on davebgimp.com
If you go to the Manage > Tags page, there's a thinger there for importing tags from a custom field (which I'm pretty sure is where they're stored with Bunny's plugin). I think that it's the 'tags' field, with a comma as a separator; but you can probably check this pretty easily by having a look at the custom fields of one of your previously tagged posts.

3 years ago

in Another Comment about the “Ultimate Tag Warrior” Plugin on It looks Obvious
I'm not 100% sure what you're trying to do, so I'll tell you how to do the two most likely things you're asking!

When you are in the site admin, if you go to Options Tags; there are some options for automatically included tag links.

If you select the technoraticommalist from the list of formats, then it will display links to technorati (I'm not sure if this is the thing you're wanting to do).

If you select something like commalist from the list of formats, then it will display links to local tag pages (I think the other one is more likely..)

If you're after something else again, send me an email or leave a comment over on my blog and I'll see what I can sort out for you (:

4 years ago

in Wordpress Tags at Scattered on Dan Cameron
Tagging the posts is the hardest part (:

4 years ago

in Wordpress Tags at Scattered on Dan Cameron
Crapwagons.

Posting a comment isn't something that I tested (And I'm still running 1.0 on my blog). It seems a like a slightly odd thing for the changes I made to cause. Did you change anything else?

(Perhaps the need for shortnames would vanish if I did the list of tags on the tag-adder, thing?)
(I'll have a look into that sidebar thing.)

4 years ago

in Wordpress Tags at Scattered on Dan Cameron
I've released version 1.1 into the wild...

The latest version of it lives here: http://dev.wp-plugins.org/file/ultimate-tag-war...

Basically, if you drop ultimate_show_related_tags() into your tag.php file; a list of tags will be spat forth from the brink. (Each of the items are in li tags; but the whole list isn't in ul or ol tags.. If you want something different to li tags, ultimate_show_related_tags($prefix, $suffix) can help)

- Christine

4 years ago

in Wordpress Tags at Scattered on Dan Cameron
Dan: I'll do the related tags thing first, then I'll think about a lazy-tag-selecty-thing (;
(Ugh. I've contemplated synonyms a little more, and come to the conclusion that it's something best left to my too-hard basket... Setting up acronyms or shortnames, though... that's just about crazy enough to work. When I say work, what I mean is, work without me pulling out the rest of my hair (: )

JaredB: d:

4 years ago

in Wordpress Tags at Scattered on Dan Cameron
Oh yup.

What I'm thinking of is like the behaviour you see when you click the "add" links beside a related tag. Sortof. I was going to just include the tags of the current post, but it makes sense to grab the union of the tags of the posts that share the current tag (does that make sense? I know what I mean, but I'm fairly sure I've explained it badly (: ).

4 years ago

in Wordpress Tags at Scattered on Dan Cameron
P.S. Writing a thing for marking tags as synonyms is also on my "intend to do list"; so that way it "just know" that plugin and plugins are equivalent tags.

4 years ago

in Wordpress Tags at Scattered on Dan Cameron
I think I see whatcha mean. I might look into this when I get home from work (:

My first thoughts on this, would be to write a "show tags for this post" function that instead of linking to the tag page, links to the tag page and the current tag. (Or something.)

(If you were looking at /tag/monkey, the items on that page could have their tags linking to /tag/monkey+banana, /tag/monkey+primates... Then, if you were looking at /tag/monkey+primates, the tags would link to /tag/monkey+primates+monkeybusiness)

[I'm not sure which version of UTW you're using, the first couple don't support tag intersections, 1.0 and beyond do]

4 years ago

in Wordpress Tags at Scattered on Dan Cameron
Hiya! Glad you like the plugin (:

I'm a little hazy on what you mean by a sub tags interface.. Writing a thing for generating a link to add the current post with its assigned tags to del.icio.us is something on my "intend to do" list. I'm not sure if this is the same thing that you had in mind.

- Christine
Returning? Login