And here it is, finished. This was completed on January 24, 2015. I have already delivered it to the intended recipient.
Showing posts with label work. Show all posts
Showing posts with label work. Show all posts
Tuesday, January 27, 2015
Wednesday, January 21, 2015
Wednesday, January 14, 2015
Tuesday, January 13, 2015
Gator Logo - Update 2
I have finished the blue outline (and all of the blue I will need for this project) so the rest of this project is basically filling in the spaces with color.
Monday, January 12, 2015
Gator Logo - Update 1
Well, since I ran out of the variegated floss I was using for Orchid Intrigue, I started another project. A friend of mine at work has been asking for a University of Florda Gator logo for a while, and I found a great pattern on DeviantArt. This is my progress since January 6. I am working on 22 count white Hardanger.
Tuesday, July 22, 2014
Who Are These [People]?
I made this for my boss (she has 3 of my pieces now). I got the kit from my mom's stash, and I immediately thought of my boss. Of course, that is because she has 3 kids and we (her minions) are ALWAYS telling her, for any little illness or unexpected absence, that she is pregnant. This joke never gets old. However, since this is a workplace piece, I changed the statement from "kids" and "mom" to "people" and "boss." I also added 3 kids (since she has 9 minions). I also had to do French knots, which I get better at as I go, but are still not my favorite.
The kit is from the Dolly Mamas collection from Janlynn ("Who Are These Kids?" #019-0405). I did it in about a week. I think. Maybe 10 days. My boss will have it framed, I am sure.
The kit is from the Dolly Mamas collection from Janlynn ("Who Are These Kids?" #019-0405). I did it in about a week. I think. Maybe 10 days. My boss will have it framed, I am sure.
Thursday, March 27, 2014
Oh, Baby! - Completed!
After only about 10 hours, we have another completed project. I have plans to make a second one, with slightly different motifs and colors likely, by May. And I will be pin stretching this one tonight.
Labels:
"Oh,
2014,
Baby!",
Completed,
cross stitch,
Lizzie Kate,
work
Wednesday, March 26, 2014
Tuesday, March 25, 2014
Oh, Baby! - Update 1
My next project is a birth announcement for a coworker. I am using the motifs and alphabet from the Lizzie Kate design, "Oh, Baby!" I believe the fabric is antique white 16 ct Aida. I am using DMC 127, which is a steel-blue looking variegated limited edition, created especially for the 30th anniversary of Just CrossStitch magazine.
Labels:
"Oh,
2014,
Baby!",
current,
DMC,
Lizzie Kate,
work,
work-in-progress
Wednesday, March 19, 2014
Elemental Cosmos - Update 22
Got to stitch yesterday sitting outside at a picnic table under a shady oak tree. if anyone asks you what the best light to stitch on black aida is, tell them it is natural light at dusk. None of my lights create this, and I had no problem seeing the grid on the canvas. Plus, it was beautiful outside.
In addition, I got to give my gift to its recipient yesterday, during a welcome work break of strawberry shortcake and strawberry pizza (fresh Plant City strawberries, too). It was very well received, and she has a place ready for it in her RV.
Finally, big swaths of the same color = lots done quickly.
In addition, I got to give my gift to its recipient yesterday, during a welcome work break of strawberry shortcake and strawberry pizza (fresh Plant City strawberries, too). It was very well received, and she has a place ready for it in her RV.
Finally, big swaths of the same color = lots done quickly.
Monday, March 17, 2014
Home is Where You Hook Up
So I finally got the project that I took to be framed back. It looks pretty good. But it makes me realize I need to start practicing to frame these myself.
Tomorrow I will give it to the recipient during a get together at work.
Tomorrow I will give it to the recipient during a get together at work.
Monday, March 10, 2014
Elemental Cosmos - Update 16
Great weekend! Page 3 is complete, and Page 4 will be soon to follow. That will leave the bulk of Page 2 to complete. I should not have to move the project in the q-snap again before I complete it. I will probably not do the back stitching - I don't see any value added, though I may change my mind.
Went to the Market Sale at our local/regional cross stitch store, The Crafty Framer. The owners came back with a lot of new and very cool items from their annual buying trip a few weeks ago, and the store was fairly bursting with new items and old friends. I did pick up several items, won a door prize (more stash) and then got even more stash just for purchasing! I will post the items I bought on a separate page.
Finally, the project I took to have framed came back wrong - either it was measured improperly when I ordered it and we all missed it or something else. Anyway, it remains to be framed. I need to get a hold of the person it is for and rearrange a pick up meeting date with them. Next week at the earliest...sigh.
Went to the Market Sale at our local/regional cross stitch store, The Crafty Framer. The owners came back with a lot of new and very cool items from their annual buying trip a few weeks ago, and the store was fairly bursting with new items and old friends. I did pick up several items, won a door prize (more stash) and then got even more stash just for purchasing! I will post the items I bought on a separate page.
Finally, the project I took to have framed came back wrong - either it was measured improperly when I ordered it and we all missed it or something else. Anyway, it remains to be framed. I need to get a hold of the person it is for and rearrange a pick up meeting date with them. Next week at the earliest...sigh.
Wednesday, March 5, 2014
ADD IP RESTRICTIONS OR ENABLE VALID NODE CHECKING
I am currently in the process of implementing several items out of the Secure Configuration Guide for Oracle E-Business Suite Release 12 document (MOS 403537.1). As I am researching items and testing them against our development and test instances, I am running into items that were not included in the instructions that were discovered through trial and error.
We will start with adding IP restrictions to the database listener. This is not a bad idea, especially if you keep abreast and current of any new machines that would need to access your database. The instructions say this:
"Middle-tier applications include web servers, forms servers, concurrent managers, discoverer, terminal
servers, central administrator machines and any remote monitoring tool that uses SQL*Net."
You may use IP addresses or hostnames. You may also use IP addresses with wildcards, such as 1.1.1.*.
What they don't out and out specify is that this list of servers to add needs to include: the database server and your OEM server (if you use it).
Also, you must stop and start the database listener for these changes to take effect. The reload command will work as well (lsnrctl reload <LISTENER_NAME> - if you want an economy of command-line computing). A successfully restricted database listener will return an ORA-12547: TNS:lost contact message.
We will start with adding IP restrictions to the database listener. This is not a bad idea, especially if you keep abreast and current of any new machines that would need to access your database. The instructions say this:
"Middle-tier applications include web servers, forms servers, concurrent managers, discoverer, terminal
servers, central administrator machines and any remote monitoring tool that uses SQL*Net."
You may use IP addresses or hostnames. You may also use IP addresses with wildcards, such as 1.1.1.*.
What they don't out and out specify is that this list of servers to add needs to include: the database server and your OEM server (if you use it).
Also, you must stop and start the database listener for these changes to take effect. The reload command will work as well (lsnrctl reload <LISTENER_NAME> - if you want an economy of command-line computing). A successfully restricted database listener will return an ORA-12547: TNS:lost contact message.
Thursday, February 27, 2014
How I Got Started - Cross Sttich
I started cross stitching almost 2 years ago. My mom has cross stitched and done needle point for as long as I can remember. She always seemed to be working on something. As a kid, I didn't pay a lot of attention. I knew what she had made for my brother and I, and other gifts to other people, but that was the limit of my interest. My grandmother had terrible arthritis in her fingers, and to keep her hands loose she did latch hook. My brother and I both got into that for a while. But eventually the novelty of it wore off and I didn't think about it again for a long time.
Fast forward more than 30 years. I grew to be a web developer and, now, an Oracle database administrator. I didn't study those things - I studied writing and have an MA in Medieval history. My hobbies were music (listening, not composing) and video games. I still like video games. I get addicted and quickly figure out how to beat them. However, I don't have anything to physically show for all of those hours. My friends know I can adapt quickly to most games, and they get a kick out of it (I think). But I started thinking it would be nice to have a hobby that I could easily share and wouldn't be limited to gamers.
I mentioned that I would like to try latch hook again. In February of '12 my mom came home from a shopping spree with my ex and my daughter and presented me with a latch hook kit. A dragonfly. I took to it almost at once, and I started buying and hooking a lot of kits. The more I did it, the more I realized that this was just a very low tech form of generating an image for a computer. Each stitch of the latch hook was basically a pixel on an image. As I started to make some patterns of my own, I saw that I would need very large latch hook canvases in order to make what some of the things I wanted to create. Most latch hook canvases are 3.75 stitches to the inch - some are 5 stitches to the inch. That makes for very large canvases in order to get the detail I wanted. So I started thinking about doing cross stitch.
In May of '12, after only 3 months of latch hooking, I got my mom to show me how to cross stitch. Mom has more patterns and kits stored away in her stash than she will be able to finish in her lifetime. She selected a few small, basic kits from those and I got started. I had purchased a dragonfly kit for my daughter, but I did not realize it was needle point. This was not a problem - the fact that the pattern was very flexible for someone used to a nice grid of stitches, and I put it away. I might be able to do it now, after 2 years, but I am color blind and I need the grid of stitches to show me where to put the stitch and the color required. The pattern provided was just an outline like a color by number. I found it difficult to envision.
So mom provided a duck listening to music with headphones. If it sounds silly, it was - but it had about 6 colors and also had its own hoop to center the provided canvas. I did it in an afternoon. Then a Winnie-The-Pooh. Then a printed canvas dinosaur (I am not a fan of printed canvas for the color blind reason above). And then it took off.
Like most crafters (I know that needle workers are not limited in this), I started collecting a stash almost immediately. I don't have more patterns and kits than I can finish in my lifetime - yet - but I am getting there. I love Halloween and Christmas patterns, and anything mystical or new age-ish. I am not a fan of flowery patterns, but I would do one for a gift. I also like making baby announcements. I think I like those because there have an inherent purpose aside from "something pretty."
I prefer to stitch with music playing. Anything I like listening to will do, but I prefer new age or classical. I can also stitch watching most TV shows, and football and baseball both lend themselves to stitching due to the pace of the game. Old movies I know by heart are good to stitch to as well. A good friend of mine, when we get together to stitch, will pop an old comedy into the DVD player that we have both seen hundreds of times and just quote it and laugh without looking up from our patterns much.
Anyway, that's how I got started. My work colleagues are used to seeing me with my crafting bag, so it doesn't draw as many stares as it used to. And they see that it definitely calms me down and provides some stress release. I am still a bit of a novelty, being a man that cross stitches. But that's OK.
Fast forward more than 30 years. I grew to be a web developer and, now, an Oracle database administrator. I didn't study those things - I studied writing and have an MA in Medieval history. My hobbies were music (listening, not composing) and video games. I still like video games. I get addicted and quickly figure out how to beat them. However, I don't have anything to physically show for all of those hours. My friends know I can adapt quickly to most games, and they get a kick out of it (I think). But I started thinking it would be nice to have a hobby that I could easily share and wouldn't be limited to gamers.
I mentioned that I would like to try latch hook again. In February of '12 my mom came home from a shopping spree with my ex and my daughter and presented me with a latch hook kit. A dragonfly. I took to it almost at once, and I started buying and hooking a lot of kits. The more I did it, the more I realized that this was just a very low tech form of generating an image for a computer. Each stitch of the latch hook was basically a pixel on an image. As I started to make some patterns of my own, I saw that I would need very large latch hook canvases in order to make what some of the things I wanted to create. Most latch hook canvases are 3.75 stitches to the inch - some are 5 stitches to the inch. That makes for very large canvases in order to get the detail I wanted. So I started thinking about doing cross stitch.
In May of '12, after only 3 months of latch hooking, I got my mom to show me how to cross stitch. Mom has more patterns and kits stored away in her stash than she will be able to finish in her lifetime. She selected a few small, basic kits from those and I got started. I had purchased a dragonfly kit for my daughter, but I did not realize it was needle point. This was not a problem - the fact that the pattern was very flexible for someone used to a nice grid of stitches, and I put it away. I might be able to do it now, after 2 years, but I am color blind and I need the grid of stitches to show me where to put the stitch and the color required. The pattern provided was just an outline like a color by number. I found it difficult to envision.
So mom provided a duck listening to music with headphones. If it sounds silly, it was - but it had about 6 colors and also had its own hoop to center the provided canvas. I did it in an afternoon. Then a Winnie-The-Pooh. Then a printed canvas dinosaur (I am not a fan of printed canvas for the color blind reason above). And then it took off.
Like most crafters (I know that needle workers are not limited in this), I started collecting a stash almost immediately. I don't have more patterns and kits than I can finish in my lifetime - yet - but I am getting there. I love Halloween and Christmas patterns, and anything mystical or new age-ish. I am not a fan of flowery patterns, but I would do one for a gift. I also like making baby announcements. I think I like those because there have an inherent purpose aside from "something pretty."
I prefer to stitch with music playing. Anything I like listening to will do, but I prefer new age or classical. I can also stitch watching most TV shows, and football and baseball both lend themselves to stitching due to the pace of the game. Old movies I know by heart are good to stitch to as well. A good friend of mine, when we get together to stitch, will pop an old comedy into the DVD player that we have both seen hundreds of times and just quote it and laugh without looking up from our patterns much.
Anyway, that's how I got started. My work colleagues are used to seeing me with my crafting bag, so it doesn't draw as many stares as it used to. And they see that it definitely calms me down and provides some stress release. I am still a bit of a novelty, being a man that cross stitches. But that's OK.
Tuesday, February 25, 2014
Java and Oracle Forms
Once you have logged into Oracle Applications and move to one of their Java forms, the Applications Server will check to see which version of Java you are running. If it is not the same as what the Application Server believes you should have, it will ask you to download and install the version that the Application Server has. This version is NOT updated on the Application Server when a new version of Java is released - it must be handled manually. Please see MOS 393931.1 for instructions on how to do this. They are pretty thorough.
However, if you run a shop like ours, where multiple users could possible have multiple versions of Java, and updating the Java version on the Application server is not an option, there is a fix in MOS 393931.1 that will help.
Under the Known Issues section, and then under the Forms Launch Issues heading, is the following helpful piece of information:
Here you will find the setting for your appsweb.cfg file that will tell the Application Server to not attempt to install Java if the client PC has ANY version of Java installed. Simple replace the setting as indicated in the document, and the client PCs will pick up the information the next time they attempt to access Oracle Forms.
Of course, since appsweb.cfg is a file that is rewritten by autoconfig, this setting will need to be changed in the autoconfig process in order that it be rewritten properly should you need to autoconfig your EBS instance.
This part, which is covered in MOS 387859.1, is documented well for how to actually change the setting...but not for where to FIND the file containing the setting to be changed. I guess it should have occurred to me, a relative DBA newbie, that the file required is the Context file. It didn't occur to me, so I did it the old fashioned way - I opened $ADMIN_SCRIPTS_HOME/adautocfg.sh and looked inside to find the file.
However, if you run a shop like ours, where multiple users could possible have multiple versions of Java, and updating the Java version on the Application server is not an option, there is a fix in MOS 393931.1 that will help.
Under the Known Issues section, and then under the Forms Launch Issues heading, is the following helpful piece of information:
3. Different Users run different JRE Releases from Multiple JRE Streams
Here you will find the setting for your appsweb.cfg file that will tell the Application Server to not attempt to install Java if the client PC has ANY version of Java installed. Simple replace the setting as indicated in the document, and the client PCs will pick up the information the next time they attempt to access Oracle Forms.
Of course, since appsweb.cfg is a file that is rewritten by autoconfig, this setting will need to be changed in the autoconfig process in order that it be rewritten properly should you need to autoconfig your EBS instance.
This part, which is covered in MOS 387859.1, is documented well for how to actually change the setting...but not for where to FIND the file containing the setting to be changed. I guess it should have occurred to me, a relative DBA newbie, that the file required is the Context file. It didn't occur to me, so I did it the old fashioned way - I opened $ADMIN_SCRIPTS_HOME/adautocfg.sh and looked inside to find the file.
Of course, there it was right near the top:
CTX_FILE="<$INST_TOP>/appl/admin/<SID>_<SERVER_NAME>.xml
Monday, February 17, 2014
Embroidery
So, last week a coworker discovered she had ordered a bib as a birth gift that actually required stitching to complete. So she called me up and asked if I could look at a cross stitch project and if I could do it.
I get up there and it is an embroidery stitching project, not cross stitch.
I had never done embroidery before (I have only been cross stitching for just under 2 years) and I was a little intimidated. I asked a good stitching friend her opinion, and as we talked I realized it was just back stitching without a grid. The lines were printed on the bib, so all I had to do was cover those. I set the bib up in my 8" q-snap and started. About 3 hours later, I had this:
I started with the wrong color right off the bat. not knowing how to fix embroidery, I just changed the colors for other things. I have an odd sense of fairness, and since the helicopter was supposed to be blue and the plane the gray, I just went with the gray for the helicopter and made the plane green since the green was relegated to support roles.
I did receive a nice thank you from the coworker, who CC'd both her director and mine, for my work.
I get up there and it is an embroidery stitching project, not cross stitch.
I had never done embroidery before (I have only been cross stitching for just under 2 years) and I was a little intimidated. I asked a good stitching friend her opinion, and as we talked I realized it was just back stitching without a grid. The lines were printed on the bib, so all I had to do was cover those. I set the bib up in my 8" q-snap and started. About 3 hours later, I had this:
I started with the wrong color right off the bat. not knowing how to fix embroidery, I just changed the colors for other things. I have an odd sense of fairness, and since the helicopter was supposed to be blue and the plane the gray, I just went with the gray for the helicopter and made the plane green since the green was relegated to support roles.
I did receive a nice thank you from the coworker, who CC'd both her director and mine, for my work.
Wednesday, February 12, 2014
Frustration
It bothers me to not be able to stitch...especially when I have set time aside for it. This morning I had to go back to the house to get something I left behind. That wiped out my normal morning stitch. Afternoon meeting cut lunch stitching short. Work has driven me nuts today with about a billion different things all coming to a head at once.
On the plus side, though, I did pick up the rest of the floss i need for the Elemental Cosmos pattern. AND I realized that I accidentally used the same symbol twice (for two different colors of course) on the pattern when I transcribed it into PC Stitch, so I was able to fix that as well.
Rainy afternoon. Daughter tonight. It must be looking up.
On the plus side, though, I did pick up the rest of the floss i need for the Elemental Cosmos pattern. AND I realized that I accidentally used the same symbol twice (for two different colors of course) on the pattern when I transcribed it into PC Stitch, so I was able to fix that as well.
Rainy afternoon. Daughter tonight. It must be looking up.
Subscribe to:
Comments (Atom)













