One of the more annoying things about having Windows hosts on a Mac network is the lack of good Zeroconf support in Windows. I have figured out a way around this though. If you have Avahi running on a Linux server somewhere on the network, you can use that Linux server to advertise services on the Windows machine. Let's take VNC for example.
This example assumes that you are advertising services for a Windows machine with a static IP address. Without a static IP address, maintenance becomes a nightmare. The version of Windows doesn't matter, nor does the OS at all, really. Let's assume that we are advertising for a Windows XP system, at IP address 192.168.1.100, named testmachine.
First off, let's create a hosts entry for Avahi in the /etc/avahi/hosts file:
192.168.1.100 testmachine.local
Next, we need to create a .service file in /etc/avahi/services named testmachine.service :
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Test Machine</name>
<service protocol="ipv4">
<type>_rfb._tcp</type>
<port>5900</port>
<domain-name>local</domain-name>
<host-name>testmachine.local</host-name>
</service>
</service-group>
It's just as easy to share other services as well. Once you know how to use the domain-name and host-name parameters correctly, the sky's the limit.
From Boy Genius Report:
The Communications Workers of America (CWA) union has voted, with a huge 85 percent yes vote, to authorize a strike for over 20,000 unionized AT&T Mobility employees. If union leaders do not come to terms with AT&T, the strike could begin as soon as today in 37 states where contracts are set to expire at 12:01 am tomorrow, February 8th.
Of all the monumentally stupid ideas yet to come from the bumbling Obama administration, we have this:
There it was, in a front-page story in Wednesday's Wall Street Journal — the City of Austin's proposal for $886,000 from President Barack Obama's economic stimulus package for a 36-hole Frisbee golf course.Austin's Frisbee golf project was among $149 billion in items listed by the U.S. Conference of Mayors seeking stimulus money. The 18,750 individual projects were supposed to be "shovel ready" and create jobs around the country.
Hopefully after all of this non-sense is over, and we finally get rid of Obama and his cronies, it will be decades until the democrats regain power. Let's just hope they don't destroy America before that happens.

In the course of chasing out a nasty memory leak bug, I ended up rewriting 95% of the code. Good news is that I've not only chased out the bugs, but I've made the app more compatible with older OS versions. And I got the accelerometer code working!
Items left to finish:
I have plans for a free version of the app, and a paid "Premium" version.
I am getting VERY close to finishing my first iPhone app. I have the artwork done, all of the synthesized sounds done, and the base application done. All that is left is to add the accelerometer code (shaky shaky) and record the rest of the sounds. I got my developer license in today, so I can actually build my apps and run them on iPhones! I needed that to test the accelerometer code ... the simulator doesn't simulate the accelerometer.
It has been an interesting process so far. I was prepared to wait weeks to get my developer license, but Apple sent it to me the next day. 'magine that, eh?
Looks like the MacRumors guys were pwn3d while covering the MacWorld 2009 Keynote. I caught that screenshot just in time.
Little internet miscreants ... always causing trouble ... :)
Shortly after these notes appeared, their entire site went down. Whether that was part of the joke, or a defensive move, who knows. Either way, the DG's brought it down.
Update: More pics at iClarified, Richard Lemon, Koka Sexton, and a good pic from flickr. I'll post more when I find them.
And on this first day of this new year, a new beer is born. Her name is "mMm Tripel" in the style on a Belgian trapist tripel.
5 gallons of mash yielded 49 bottles of beer. Final alcohol content is around 7.8%.
This new beer had a long journey into this world, and needs to rest. We shall enjoy her bounty on the 21st.
KeepAustinCorporate.com has moved to new servers with DreamHost. Before today, KAC was hosted by Sago Networks. I highly recommend them, but I was piggy-backing on a dedicated server that is being retired, and I decided to get my own hosting account. Sago has been great, but I found a better deal with DreamHost.
I have 50+ domains hosted there, and so far, the service has been phenomenal! When I signed up, I got unlimited bandwidth and unlimited storage for an unlimited number of domains!!! That's CRAZY! I pre-paid a year in advance, with a $50 promo coupon, and only ended up paying about $65 for the first year!
They let me create promo codes, so I created a promo code that gives you $50 off when you sign up. The Keep Austin Corporate DreamHost promo code is: KAC50. Just click on any of the DreamHost links here, use promo code KAC50 when you sign up, and you'll get the same deal I got.
You're welcome.
YT Cracker is in Austin tonight with MC Lars & MC Frontalot.
Now, go buy a copy of the Digital Gangster LP and pay more than a buck, ya cheapass.
From the Statesman:
In Austin, a gay community Web site has published an "Austin Anti-Gay Blacklist" that encourages consumers not to spend money at companies that financially supported California's recent Proposition 8 ballot initiative that rescinded gays' right to marry inside the state.
These lazy assholes didn't even do their own research. They looked through a similar list published by the LA Times and pulled out what they could find in Austin. From that list, they singled out 13 companies (if you can consider a lawyer, several doctors, and 3 individuals a company) from Austin, and are attempting to start a "boycott" of those companies (including Dell, and ARC ... oh, but the corporate heads apologized, nevermind). Oh ... and they want to boycott Utah too ... because ... uh ... Mormons live there ... and Mormons don't believe in gay marriage ... I'll believe that one when the Sundance Film Festival fails ... They want to fight, but some things are just too precious to give up.
I'm sure the 69 people who read that blog are really going to do some damage. Those people should have known better than to participate in the democratic process. What assholes! They should stay at home, and never venture out of the house ... perhaps in the closet ...
This is not the way to convince people that the GLBT community is ready to be mainstream. Threatening people with boycotts, blacklists, shamings, protests, firings, and whatnot will only work against the GLBT community. The sooner that the GLBT community understands this, the sooner they will be accepted. As long as the keep acting like jack-booted thugs every time we disagree, the more and more marginalized they will become. Shit like this is not helping.
This is the type of shit that really pisses me off. I recently got back from a week in Hawaii with my wife. We shot over 3000 photos. I went through all of the separate events, flagged the best photos, and whittled it down to 1800. I wanted to create a DVD using only the flagged photos. iDVD doesn't make this easy for you ... you have to add a slideshow manually, then select the iPhoto Event, individually select each flagged photo, then add them to the slideshow. I figured that something like this would be good to automate with AppleScript. The problem is, I can't find any documentation for what methods are available for iDVD or iPhoto via AppleScript.
Then I remembered my ADC membership! HA! I'll go look there. I log in ... scroll down ... there it is:

So I click it ...

Why is it so complicated for companies to have accurate information on their websites? You would think a company the size of Apple would, at a minimum be able to publish a website without any 404 errors.
Proud member of
The Conservative Blog Network
a FeedBurner Network
Advertise in The Conservative Blog Network