In an effort to actually make the subtitle of the blog correct, I have given Ana an account so she can start posting!
Author: eajhnsn1
-
ADAM update
Last I mentioned, I was learning about the benefits of Active Directory Application Mode. The code is 95%+ complete, and the solution is working exactly as I wanted. ADAM has fit in wonderfully and is providing a very good foundation for an authorization and authentication system.
There really haven’t been many problems, other than a very small universe of documentation. The .NET 2.0 class library has some great additions for dealing with security descriptors (System.Security.AccessControl) and directory services (System.DirectoryServices) in general. Without these namespaces, it would have been a bear to deal with.
When tasked with building this stuff, I first looked at incorporating Microsoft’s Authorization Manager (AzMan) which can also sit atop an Active Directory. It provided a lot of what our solution needed but lacked one critical piece – the ability to have a security hierarchy. It only allows you to define a flat list (technically a hierarchy of two levels) of operations to secure when we needed a tree. So, building our own on ADAM has been working out great!
-
C#
About a week ago, a coworker and I ran across a nifty C# operator that neither of us has seen before: the “??”.
We both know and use the ternary operator (“?”), but it took a quick look in the MSDN documentation to learn that A ?? B will return A if A is not null, B otherwise.
So instead of X = (A == null) ? B : A; we can write X = A ?? B;
That’s all for now class.
-
Update
The piano was delivered on Friday, courtesy of Gene Grman Music. Ana is now able to practice almost daily which she’s really happy about. And I no longer have to listen to that damn electronic keyboard she has been practicing on!
I’ve never in my life been able to read music, let alone ever tried to play anything remotely musical. But this piano has been very interested and I’ve since purchased a few books on how to read music and introductions to piano playing. I find that whenever I sit down to practice, several hours goes by without me knowing it. I must say, I can see progress in just the few days I’ve played around on it, and that makes me happy.
-
Yamaha
Tonight we purchased a Yamaha M404 piano, and it should be delivered tomorrow. Ana’s very excited that she’ll have a piano in the house of her own to practice and play on, and I must say I’m excited about it too. I love listening to the piano.
-
Sick
It has been a long time since I was last sick with flu-like symptoms. 4 years or so. It hit with a vengeance last night, whew! I only got a couple hours of sleep, and have spent the morning on the couch by the fire. Ana is also not feeling good, but its something she did to her back. She has been sitting down here with me with a heating pad on. Between the two of us, you’d think we were 150 years old the way we are moving!
Can’t wait for this to get out of my system. -
Cubs Tickets, II
Ok, I forced myself to stop. I have purchased 30 tickets today. Most are for other people that are paying me ASAP, but I do have 4 games (12 tickets) that are going to be sold.
-
Chicago Cubs tickets
Today Chicago Cubs tickets are on sale online. As anyone who knows me knows, I am a Cardinal fan and hate the cubs. They have an online lottery and Justin wanted a little help, so I fired up a few browsers to see if I’d get chosen to buy tickets.
Yep, I now have 4 tickets to a Cubs vs. Cardinals game on Saturday April 8th! Per our agreement, Justin is going to buy two of them from me at face value. Now, do Ana and I want to make our first trip to Wrigley or sell the other two as originally planned???
-
Stars
When I got home today, the orb was telling me that it was going to be clear and fairly steady skies for the evening. So, for the first time in several weeks I setup the telescope and spent some time outside. Was a nice relaxing evening, and I got to test out my new laser collimater. It did a very good job once I understood its quirks.
