I Don’t Accept Cookies

July 14th, 2016

Buckets of Pure Cocaine Would be Safer

The weight-maintenance-cookie plan was a disaster of Hindenburgian completeness. I have firmly concluded that it is not possible to adjust my calorie intake using cookies made from my own recipe.

I was doing just fine using Oreos. I ate three or four a day, just to take the edge off and restore my mental functions. I figured there was no reason better cookies wouldn’t do the same thing, cheaper and more enjoyably.

The batch of cookies I made from scratch is completely gone. It vanished in two days. I could not stay away from them. They taunted me They jeered at me. And now they are no more.

Lesson learned. Night before last I picked up a new bag of Oreos, and yesterday I put them to use. I went through a grand total of three. Oreos just don’t have the temptation punch my own cookies have.

The oatmeal cookies I made were stupendous, but now I can’t have them. One more recipe I can’t use. Dang it.

I wonder if I could come up with a recipe for mediocre cookies. Probably not. It seems like anything that comes out of a home oven beats anything that comes from a plastic bag.

Oreos have gone nuts. Things got weird thirty or forty years ago when they came out with “Double Stuf” Oreos. Someone at Nabisco realized fat people were only buying the cookies for the filling. Now they have “Mega Stuf.” Next they’ll have “Pure Stuf” or “Gallon Can o’ Stuf.”

They have birthday-cake-flavored Oreos now. Wonder what that’s like. Do they come pre-sprayed with spit, to simulate the blowing out of candles?

American consumers are not hard to please. The buying habits of chubby ladies prove this.

When I was a kid, Nestle started selling raw cookie dough so incredibly lazy people could use it to make cookies. At some point we all accepted reality: fat girls were buying it to eat out of the tube. Now you can buy ice cream and protein bars made to taste like raw cookie dough.

Prefab cookie dough is very popular, but the thing is, it’s not good. I don’t know what Nestle puts in their dough to serve as shortening, but I’m confident it’s not butter. The dough tastes sort of like toothpaste with sugar in it. People love it anyway.

My cookie experience shows how things really are: the supermarket junk we think is good is actually pretty lame. We like it because we’re lazy. The British have a saying: “Hunger is the best sauce.” I would say laziness is second best. When you get off your rear end and make real cookies, or even cookie dough, you understand the depth of the compromises you’ve made in the past.

God has given me more strength to turn food down, but there are some things I still have to stay away from. I can’t keep bags of fun size Snickers in the freezer. I can’t keep miniature Reese’s cups on the coffee table. And I can’t keep homemade cookies anywhere near me.

I feel like he’s helping me get off caffeine again. A long time ago he showed me that caffeine destroys peace. I quit drinking it. But when I had to take over my dad’s business affairs, I jumped off the wagon. The boredom of using Quickbooks and straightening up chaotic files was more than my mortal frame could stand. Now things are more orderly, and I have to give up the crutch. I do not want to spend the rest of my life feeling peppy and cheerful until noon and then crabby and crotchety for the rest of the day. I don’t want to have to take Benadryl to get to sleep.

God changes peoples habits, and it seems like he really hits hard in the beverage department. You find yourself cutting way back on alcohol. Sugary sodas turn into occasional treats. Fruit juices are just sugary soda without the gas, so they’re not the answer. That leaves coffee and tea, right? Wrong. Caffeine.

Today I’m going to get a bag of decaffeinated coffee beans. I can’t drink room temperature bottled water at breakfast every day. I am not ready for that.

I’m still fooling with the CNC mini-lathe. I got it to function with Mach3, the most popular home CNC machine-running program. I haven’t been able to get it to work with KMotionCNC, the nerdier, learning-curve-heavy free program that came with my controller board.

I think the people who made the board don’t care about lathes. They’re not going to come out and say that, but it seems to be true. Their program comes with a little viewing window that shows you an animated movie of your cutting tool at work. It’s set up perfectly for a big milling machine, but if you try to scale it for a lathe, it looks ridiculous. The software doesn’t give you a way to fix that.

The documentation that came with the boards says you need to know the computer language C in order to really understand what the software does. For that reason, I looked around for C courses yesterday. I tried Udemy and Edx. I wasn’t too impressed. C is an old language, and if I understand things correctly, it has morphed into newer languages like C++ and C# (C sharp). The online course offerings for plain old C aren’t that great. I decided to settle for a Youtube course.

The instructor said I had to get a compiler called Dev-C++, which is free. Right away I had problems. He uses version 4-something in the videos, and the current version is 5-something. It looks and works a little differently. So far I’ve been able to figure it out.

A compiler is a program that takes the code you write and turns it into program files. For example, you might write 30 lines of C or Pascal or whatever code, describing a program that lets you enter two numbers and then adds them and prints the result. You feed this into the compiler, and an “exe” file comes out the other end. When you want to experience the thrill of adding two integers, you double-click on “add.exe” or whatever you named it, and the program appears in a little DOS window (assuming it runs in DOS).

The first (only) language I learned was Pascal. I had to learn it in college. I used a compiler made by Borland. It was called Turbo Pascal. Dev-C++ is surely capable of much bigger things than Turbo Pascal, but to the user it looks pretty similar.

I learned a few things that were almost, but not quite, interesting. For example, the nerd term “ported” is a corruption that comes from “portable.” When you move a program from one OS to another, it’s portable, so you are–nails on a blackboard sound–“porting.” I can’t actually remember the other things, so I guess they truly were not interesting.

Here is how much interest I have in programming: zero, or even a large negative number. But if it will help me not have to go to surly, condescending nerds for help with technical stuff, I am all for it.

I’m still trying to figure out what kind of screws I need to make the lathe work well. At first I thought any ball screw would work. Then I found out some ball screws are very crude, so buying such a screw would fail to help or even make things worse. Then I found out there are levels of accuracy, designated “C” this or that, and I learned that most affordable screws were C7, which didn’t seem good enough.

After that, I read that the rigidity of the machine and the skill of the user make more difference than the quality of the screws. Is this true? I don’t know. The truth is a jittery target that skitters away every time I try to draw a bead on it.

A guy who supposedly knows a whole lot claims a plain old Acme screw will do fantastic work if you set it up right, and he says rigidity is more important than worrying about the number that comes after “C.” So maybe I need to buy a C7 screw in a big diameter; 3/4″ or better. I can do that for around a hundred bucks, if I go Taiwanese.

I’ve wondered why Acme screws were not considered useful. If I machine manually, I can get accuracy within a thousandth of an inch, relying on Acme screws and hand dials. Somehow that is not possible with a machine tool. You would think the computer would get better accuracy out of a screw than I can, but it looks like it doesn’t.

The topic is insanely complicated. Good screws aren’t the end of the discussion. For really accurate machining, some people use “screw mapping.” As I understand it, this means examining the screw with precision instruments and recording all its imperfections, so the computer will know to apply the correct compensation at every point on the screw.

Obviously, I am not going to do that. If I can get parts to measure within 0.002″ of spec, I will be the happiest man on earth. I’m not making crucial parts that prevent hydrogen bombs from going off. I don’t have to have perfection.

Now that the machine functions, I have to figure out how to design parts. I have a workable CAD program. I have to decide how to turn the CAD files into Gcode Mach3 can digest. I’m using Fusion360, from Autodesk, for CAD. It’s free. Not sure if it goes past CAD. I should design a part and see where I have to go with it.

Some day when I have room, I’ll get a mill. It will be a real CNC mill. I won’t spend my life on Ebay looking for bearings and screws. I’ll just place an order and wait for the machine. That will be nice. It doesn’t have to be big. Just sort of mid-sized, and it has to be something I can operate without pulling my hair out.

The CNC lathe will be very useful, but if you want CNC, what you really want is a mill. In fact, if you want to machine, period, you want a mill. I do not understand people who claim lathes are better. Most of the time, when you need a part, it will be something a mill can make easily, yet which a lathe can only make with weird, denial-reinforcing attachments.

If you want to make pens all day, sure, get a lathe. You’ll wish you had a mill, though.

Whatever you do with CNC, buy lots of plastic. You do NOT want to practice on metal parts. You will crash, and the crashes will damage your machine and cutting tools. Plastic will give, and it will provide a nice buffer between your mistakes and your checking account. Also, remember you can run programs in an animation window with the motors turned off. If the program looks funny in the animation, you do not want to run it with the motors on.

You can practice with wood instead of plastic, but it makes a mess.

Is this information useful to you? My hopes are not high, but I don’t care, because writing it was a very effective means of procrastination. I got what I wanted.

5 Responses to “I Don’t Accept Cookies”

  1. Steve_in_CA Says:

    I thought you had a mill you started to set up asCNC.

  2. Steve H. Says:

    No. That would have been the intelligent thing to do. I have a mill, but I have to turn the knobs by hand, like a peasant.

  3. Ruth H Says:

    I made my oatmeal cookies today. I’m pretty sure they would beat yours at fat making. They are relentless in trying to entice me to eat just one more. Fortunately they were made to share with sisters so half of them are unavailable to me, unless I peel off the plastic wrap.
    You are right, they are dangerous. Oreos wouldn’t work for me. I’ve always wondered why anyone would want burnt chocolate. I like burned “real” cookies, but oreos don’t even warrant a capital in my books.

  4. Sharkman Says:

    For weight maintenance, I continue to gravitate toward the Warrior/Paleo Diet I’ve been hearing good things about lately. Don’t know how successful I’d be in keeping myself on such a thing, but having looked at my frigging moobs in the mirror this morning, I’d damned well better get cracking on it, or something similar, soon.

  5. Steve H. Says:

    I have zero interest in diets. There is nothing like having God do it for you.