All posts by Julie

Code Camp 6: Homestead Suites for overnighters

We Vermonters and flatlanders who live in Vermont are a bunch of tightwads when it comes to spending our hard earned money, so paying $200 for one night in Waltham for code camp was more than we could bare.

I finally gave in and booked ar oom at the Homestead Suites. What the heck. It’s clean it’s new it’s safe and it is 1/2 the price of the Westin. No gym. Internet is $10 (so what?).

Plus the rooms are Suites, so who needs the Westin lounge anyway.

PARTY IN DAVE’S ROOM!

Venice or the Venetian

Vegas used to be known for it’s $5 dinner buffets and other bargains that made it a fun and very inexpensive vacation. The few times I’ve been there (for conferences only as it’s not really my dream vacation spot), I’ve been astonished at how pricey everything was – especially the Vegas shows, which I just can’t bring myself to buy $100+ tickets for. Markus Egger had a wake-up call when trying to plan a recent weekend in Vegas and says “who wants to stay at the Venetian when gong to Venice is cheaper?” Hear! Hear!

Survey: What SSL Certificates are you buying for WS-Security with WCF, WSE or other WS-* methodologies?

This is one of the most frequently asked questions on the newsgroups.

Since Verisign and Thawte do not speak “message-based security”, people are always confused about buying SSL Certificates for doing WSE or WCF.

It’s not just the vendors. Sometimes the people responsible for your networks are also hard to convince since message-based security just does not make sense in their world. They may not know which one is right either.

What have you had success with? What actual certificates (literally the name that the vendor applies to the cert) have you purchased from which vendors? There’s a myriad of choices, but it’s never easy to pick.

 

When VB and C# collide…

I just accidentally wrote a line of code that looked like this:

private boolean MyMethod(byval x as someobject)

Yes I was going for VB, but I’ve been doing a bunch of C# coding lately. At least I didn’t hit the semi colon, too! 🙂

The funny part is I although C# doesn’t come very naturally to me, there are definitely some syntax things I love. Though I still have a really hard time getting my brain to grok code like Kate writes (though that’s pure C++…)

16 bit apps and the new Google Toolbar

Google Toolbar has a new feature called notifications.

It took me a while this morning to realize that this was the service that was preventing me from starting up a 16-bit application (FoxPro 2.6).

I had turned off all types of stuff, but when I killed the process for the GoogleNotifications in my task manager, voila, the program opened up.

Just a word to the wise….