Blah (In A Good Way)

I’m really tired still, but I always manage to wake up with my mom, who wakes up fairly early to get ready for work.

Anyhow, I still have to pick out more pictures for Steve’s tattoo I think, then I’m going to email them to him so he can decide what’s going on and which ideas he likes, what he wants incorporated into the design and everything. That’ll be fun, but just browsing the tribal designs is fun in general.

I have Tyler’s jacket design sketched, I’ve had it done for a few days now actually, it’s just a matter of finding where I can get certain supplies for it and everything.

I want to work on my dragonfly tattoo design today too, it’s going to be an interesting task, because just like when I’m working for Steve, he is a perfectionist in the sense that he wants things to be just like he says, and when I have a vision in my head, I want my drawing to come out exactly like I picture it in my head. When it doesn’t, I get frustrated and kind of cranky about the whole situation actually. But, I’m going to do this, and it’s going to be easy.

But for now, I think I’m going to go back to sleep or something, I’m really tired.

Au revoir,
Lindsey

Popularity: 16% [?]

  • Share/Bookmark

Related Posts:

This entry was posted on Thursday, October 29th, 2009 at 8:44 AM and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

4 Responses to “Blah (In A Good Way)”

  1. Steve Kudelko Says:

    It must be nice to be able to go back to sleep, haha. You’re right, I’m a perfectionist, but it doesn’t make sense to do something, especially something for yourself, and something you’re capable of making perfect, if you’re not going to do it perfectly. Always work at the maximum capacity. If you can make something perfect, why is there any reason not to?

  2. Lindsey Gaggini Says:

    That’s about it as well, if I’m going to be making something that is going to be permanent, actually a scar (meaning it will hurt terribly to get a coverup tattoo, and obviously even more to get it removed with laser procedure), why not make it absolutely perfect?
    That’s why I enjoy working for you, and I’m going to enjoy working on this project for your tattoo design. You may not know what you want, but if it’s not what you like, you’re going to tell me, and you’re going to make sure that I get an idea of what you will want.

    And no, so far I haven’t been able to get back to sleep. I don’t think I’ve been able to do that on a regular basis since last year, it’s just wishful thinking when I say I’m going to try to fall back to sleep. Haha.

  3. Nitzanah Says:

    Your blog is ace. Great work!

  4. Lindsey Gaggini Says:

    If you think the blog is good, you should check out my photo albums on the site as well, if you haven’t already.
    Thank you so much for the support!

Leave a Reply

 

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);