Lips Update

So I finally remember to ask the Xbox discussion about the issues I was hitting with Lips.

It turns out that all my issues stem from the fact I have a USB microphone connected to my Xbox 360. Somehow microphone registration gets all screwy because of that. In my case, I have my Rock Band microphone plugged into the Xbox 360 at all times. The fix is to unplug the USB microphone when you’re playing Lips. Apparently this will fix both the 2nd microphone lighting issues as well as the static noise, video and audio out of sync issues, as well as the freezing issues.

Other good news is that Harmonix (creator of Rock Band) is going to patch up Rock Band so it can use the wireless microphones! From MTV Games:

LipsWe broke the news that the highly regarded microphone bundled with Microsoft’s “Lips” karaoke game would not work with “Guitar Hero” or “Rock Band” at launch.

Harmonix and MTV Games have now addressed gamers’ concern over the lack of compatibility, and there’s good news to be shared.

“Microsoft and MTV Games are working together to ensure that consumers will be able to use the wireless mics from ‘Lips’ with ‘Rock Band 2’ after launch,” said the companies in an e-mailed statement. “More details on timing to come. Harmonix and MTV Games strive for all third-party controllers to work with the ‘Rock Band’ games, fitting with Harmonix’ open-platform philosophy for controllers.”

Sounds like we’ll have a patch in the coming weeks! Will you use the “Lips” mic?

That’s great news! Being able to play Rock Band with a wireless microphone would be neat! Then I can scrap my Rock Band microphone and not hit into these issues anymore!

New Theme

So I’ve finally upgraded to WordPress 2.6.5. Nothing new that I’ve really noticed yet.

I’ve also taken this opportunity to change my theme. The one I’ve decided to go for now is simpleX. I’ve also considered Clean Home and Pixeled, but both had their quirks which I couldn’t think of a easy way to over come.

Given that, I still had to make some changes to simpleX where it did not play nice with the Most Viewed and Recent Comments widgets. I had to add the following to my CSS stylesheet for it to actually render okay:

#recent-comments li {
   background: url(images/meta.gif) no-repeat 5px 7px !important;
   padding: 5px 5px !important;
   padding-left: 20px !important;
}
.recentcomments a {
   background: none !important;
}
.recentcomments a:hover {
   color: #333 !important;
   text-decoration: none !important;
   background: #E8C8C8 !important;
   border-bottom: 1px solid #c47373 !important;
}
#most-viewed li {
   background: url(images/meta.gif) no-repeat 5px 7px !important;
   padding: 5px 5px !important;
   padding-left: 20px !important;
}
#most-viewed a {
   background: none !important;
   display:inline !important;
   padding: 0 !important;
}
#most-viewed a:hover {
   color: #333 !important;
   text-decoration: none !important;
   background: #E8C8C8 !important;
   border-bottom: 1px solid #c47373 !important;
}

Given this chance, I also went through my blogroll and friends list and purged any link that was no longer working or haven’t updated in some time.

I’m still not 100% sure I’m going to stick with this theme yet. I dig the simplistic view. Maybe all it needs a new header image. 🙂

Update: I’ve also ended up disabling new user registrations and purging users I did not recognize. If you used to have an account and can no longer sign in, do let me know. I had several hundreds of user registrations and most of them were fake. They probably expected to be able to spam better if they had registered an account.

Update #2: Added more padding to the Most Viewed and Recent Comments, along with the little gears icon.

Update #3: Borrowed some icons from famfamfam.com. Didn’t really think gear cogs represented posts and comments that well.

WordPress Visual Editor Changes My HTML Code

I have a love/hate relationship with WordPress’ Visual editor. The editor can be great sometimes. Other times it can be a pain. I already disable “WordPress should correct invalidly nested XHTML automatically” as their definition of nested XHTML doesn’t really cover everything XHTML supports.

So if you noticed, I’ve began to recently embed flash videos into my blog posts, something I’ve avoided doing for some time since it doesn’t really fit well with my theme, which I’m in the market of changing. Still searching for one that I’d like. I recently switched to the Green Light theme for my HD-Trailers.net Blog, but I’m not sure if I want to have that here at Krunk4Ever!

I love the fact that when you try to add an image, it’ll automatically fill in the height/width and allows me to set alignments and etc. However, for everything else, I usually use the HTML editor which allows me to put in code directly.

Anyway, today’s blog post is how frustrating the Visual Editor can be some times. The main problem started because I started embedding flash videos into my blog post. I like my webpages to be XHTML valid, and for those who have this gene, you’ll know that most flash code websites provide are XHTML invalid. I found out how to modify it. Basically the <embed>...</embed> is invalid and I have to add a few attributes to the <object> tag.

For example for this video on YouTube (Lime in the Coconut), the embed code they provide is:

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/BUG8A8e8KC0&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/BUG8A8e8KC0&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

To make it XHTML compliant, you covert it to:

<object width="425" height="344" type="application/x-shockwave-flash" data="http://www.youtube.com/v/BUG8A8e8KC0&amp;hl=en&amp;fs=1"><param name="movie" value="http://www.youtube.com/v/BUG8A8e8KC0&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/BUG8A8e8KC0&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Resulting in:

<object width="425" height="344" type="application/x-shockwave-flash" data="http://www.youtube.com/v/BUG8A8e8KC0&amp;hl=en&amp;fs=1"><param name="movie" value="http://www.youtube.com/v/BUG8A8e8KC0&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param></object>

Just for kicks, here’s the video:

If you watch House, M.D., you’d recognize this song, which was hilarious!

However, if you switch to the Visual editor and back to the HTML editor, WordPress decides that your flash code should look like this:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/BUG8A8e8KC0&hl=en&fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/BUG8A8e8KC0&hl=en&fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object>

It removed my type and data attributes, stuck in the classid and codebase attributes, and then re-added the embed block back in. WordPress strives to create XHTML compliant code (hence the check to correct any invalid nested XHTML), but why re-add the embed block which is XHTML non-compliant?!?!? I found it annoying and basically the flash video would have to be the last thing I add or else the code gets “corrupted”.

I tested the newest version of WordPress (2.6.5) and this issue still exists. I found the following threads where people have been complaining about this issue:

It appears the WordPress folks have no plans on fixing this issue as they’re suggesting to use one or the other completely and don’t switch between editors. I’m generally okay with that approach, but on my HD-Trailers.net site, I have multiple people editing posts and can’t really enforce one editor for everyone. I have a SQL script I run every few days to fix some stuff that “disappears” after a post gets edited.

Others have suggested using a different visual editor, but it doesn’t seem that any is that great…

I have a hunch that the embed code is needed for flash to work on IE6, but if you’re surfing the web and still using IE6, you don’t deserve to see the flash content on my site. ;p

Update: Another common thing I do is insert <div align="center">...</div>, so stuff are aligned in the center, but switching between between the Visual and HTML editor removes the divs. It’s actually quite annoying.

Mirror’s Edge

I don’t actually own the game yet, but I’ve played the demo and I found it to be a lot of fun. You may then be wondering why I have a whole blog post dedicated to Mirror’s Edge. The main reason is because it ties in with a couple things I wanted to blog about but doesn’t deserve their own post at the moment.

I got the demo a few weeks back and it was extremely fun. As one of CAD’s sillies state: “I have never felt this much like an acrobatic asian chick in my entire life.

On the same lines, Penny Arcade also made a comic strip about Mirror’s Edge, but I didn’t really have much problems with the headaches, given that I’m pretty sure I’m quite susceptible to 3D motion sickness. For example, I was playing Call of Duty 4: Modern Warfare on Saturday and after just 2 missions (~30 mins or so), I felt a slight headache and had to stop playing. It could be that the demo was short and it didn’t have to time to get to me yet, but even with COD4, I was pretty sure I’d get a headache within minutes of playing the game, which I didn’t really get with Mirror’s Edge.

I was planning on getting it for the Xbox 360, but it looks like it’s going to come out on the PC in January, so I might pick it up then. PC games are usually cheaper to get and I’m not sure I’m willing to drop $50 on it quite yet, given that I heard it’s a rather short game.

Speaking of which, have you seen the trailer? Check out these trailers just to see how fun they look!

You can find more trailers here: Gametrailers.com – Mirror’s Edge: Reviews, Trailers, and Interviews

The music you’re hearing in all of the trailers are remixes of a song called Still Alive by Lisa Miskovsky. No, this has nothing to do with the Portal song by Jonathan Coulton.

You can also watch/download the HD version on Gametrailers.com. Someone also posted the mp3 for you listen: Still Alive.mp3 (Still Alive by Lisa Miskovsky – 4MB). I personally think the song’s amazing, especially with the piano keys, which for some reason makes me think it has some Asian background. I wonder if that has to do with the fact the main character you play as is Asian.

Thanksgiving Weekend

I hope everyone had a wonderful Thanksgiving. I assume some of you are still recovering from being overstuffed.

Thanks to Carolynn for planning out this year’s Thanksgiving dinner. It was a lot of fun helping prepare the food. Of course it was also fun eating it. There was a pretty good show up this year: Carolynn, Joe, Perry, Sathana, Felix, Tom, Jim, Saran, and Pita (sorry if I misspelled your name). Valerie also showed up later to join in the festivities. We had turkey, stuffing, green beans with onions and bacon bits, mashed potato, yam and marshmallows, pumpkin pie. The stuff was delicious. Now I’m hungry just thinking of it.

After eating, we played some Xbox 360: PES 2009, Rock Band 2, Lips, Gears of Wars 2, and even some 8 person Halo 3.

I took some photos which you can view in the photo album:
Thanksgiving 2008
Thanksgiving 2008

I even recorded a few Rock Band Sessions (posted with permission):
Perry and Pita - The Offspring - Pretty Fly (For A White Guy)Joe - Duran Duran - Hungry Like The Wolf

Unfortunately I ran out of disk space during Perry’s and Pita’s performance.

I picked up Lips earlier in the week at the company store, here’s my semi-review. Since I’ve been an semi-avid Rock Band player, I’ll probably be making many comparisons to it.

The game comes with a good selection of songs. All 40 songs are unlocked at the beginning, so you don’t have to go through some tour mode to unlock them. Given that, we’ve found that even though there were 40 songs, not every song was something people wanted to sing. Unlike Rock Band where singing is optional (where you can choose to play guitar or drums), Lips requires someone to actually sing, and people always have a fear of singing songs they’re not too familiar with, especially when you only know the chorus.

You can’t actually fail in this game, but since you’re the center of attention, people become self conscious. It helps if 2 people are actually singing or if the whole crowd joins in like at a real karaoke.

Additional songs can be purchased at 160 points (about $2) each, but the selection is pretty weak right now, but more are supposed to be coming.

It comes with 2 wireless microphones, which is really neat. However, it’s sad that the microphones do NOT work with Rock Band, which apparently requires a patch from Harmonix. It’d be sweet if I were able to use the wireless mics with Rock Band sometime in the near future. The wireless microphone includes motion sensors similar to the Wiimote and you can use it to swing and make noises and so on. It also required to enable star power or overdrive or whatever Lips calls it.

The singing part uses the the center area for lyrics in big text and jumpy balls like at karaoke, and on the top and bottom are the pitch lines for 1st and 2nd player, which includes another set of lyrics, similar to Rock Band. However, different than Rock Band is that the lyrics move along with the pitch lines vertically, making it hard to read ahead. I can look at the lyrics in the center screen, but then my eyes have to jump back and forth between the lyrics in the center and the pitch lines above. Another pet peeve I have is pitch marker. In Rock Band, there’s this triangle that tells you exactly where your current pitch is. In Lips, they have a ball which is very hard to see, making it difficult to judge if I should increase or decrease my pitch in an instant.

There’s also a mode where you can connect a music player (i.e. iPod or Zune) where you can play your music and sing along to it. I haven’t tried this mode yet, but apparently it also does the pitch lines, but without the lyrics, it becomes hard since most people don’t really know the words outside of the chorus for most songs.

Issues with Lips
I’ve hit into a lot of issues with Lips and I haven’t been able to find anyway to troubleshoot the issue. If anyone’s experience the following issues, I would like to know if you have a way to get around it. I’m pretty sure it’s an issue with the game itself, since I haven’t hit into any of these issues with the other games I play, but it could be that my Xbox 360 is finally dying.

  • When playing 2 players, one of the mic’s lights do not blink according to the music. I’ve tried changing the batteries, resyncing the mics, but the lights will not come on. If I hold the power button, the lights will blink, but supposedly they’re suppose to blink according to the music’s rhythm during game play.
  • Once in awhile, the music becomes out of sync with the game. Other times, there’s a lot of static in the music. And both of these are precursors to the game freezing, which I would then have to reboot. I verified it’s not actually the song or using custom videos as replaying the same song in the same mode has no problems after a reboot.
  • There’s probably a way to get around this, but I haven’t figured a way yet. Once in awhile, I add a song in Sing mode and decide not to sing it, and I can’t seem to get rid of it. Every time I finish singing a song, instead of returning to the main list, it shows this song. Does anyone know how to remove that song so after singing, it returns me to the main list?

On Saturday, I caught dinner with Andrew and watched Milk. The movie was decent. Interesting information about gay history which I never knew about, but it was quite clear who their targeted audience were. I do have to say Josh Brolin once again outdid himself and gave an amazing performance. I didn’t realize it was him until halfway through the movie. After seeing him in No Country for Old Men and W. and now Milk, not only can he act like the person he’s portraying well, but he can LOOK like the person he’s portraying well. Andrew also mentioned, it would’ve been interesting to hear Dan White’s side of the story on this whole affair. Apparently Dan White was the first one to use the Twinkie Defense.

Last Name Hon

2 weekends ago, Jason and his wife Emily came up to Seattle and the general area for residency interviews. It’s been awhile since I’ve seen Jason (probably since high school), so it was cool to get to catch up with him.

Perry was giving them a tour of Seattle on Saturday morning and since I was going to meet up with them in Seattle to watch Quantum of Solace, I decided to join them early. Anyway, while Perry was giving his tour, Jason mentioned that both Emily’s and my last name were the same: Hon. It’s not everyday you meet another Hon, given the fact that most people I know that have similar last names uses the Han variation. I mean even my grandpa uses Han. The reason why Hon is a different variation of the last name is because Hon is the Cantonese pronunciation, while Han uses the traditional Mandarin pinyin system.

Even though both our last name was Hon, there are a few Chinese last names that fit that sound pattern, though 韓 is the most common one of the lot. We discussed this a bit further and it turns out her last name is also the same character as the one in Korea (韓國). I’ve actually never met another Hon that isn’t somehow connected to the family, but I guess there’s always a first.

We discussed a bit more to see which parts of China our respective families were from and didn’t really get much further than that. Her family is currently living in Alabama and I have no recollection of any relatives living there.

According to Wikipedia:

Han (韩) is currently ranked 25th in China in terms of the number of bearers at around 8 million persons

I’m surprised there’s actually that many. Haha…

Apparently my dad’s stories about how we’re descendants of the nobles from the Han Kingdom during the Warring States Period wasn’t too far fetched. However, there are 3 other origins of our last name.

Note: 韓 and 韩 are the same character, but one is traditional and the other is simplified, respectively.

New Music Update

Here’s a compilation of the new music I enjoy:

Another new song I enjoy is Framing Hanley’s cover of Lil Wayne – Lollipop. You can listen to it here: Framing Hanley – Lollipop. It’s basically a Rock/Alternative version of the original song, which I prefer. Then again, I’ve always enjoyed Rock/Alternative music more.

Have you guys heard of the new T.I. / Rihanna song: T.I. feat Rihanna – Live Your Life. I first heard it on the radio and thought, “Hey, it’s that Dragostea Tin Dei song by O-Zone!” Then they started to sing and rap in English and I was confused. Song’s decent, but I’m not really much of a rap fan, even if you add numa numa and ma-ya-hi, ma-ya-hu, ma-ya-ho, ma-ya-ha ha into the song.

Anyway, this topic came up again when I was in Oren’s car when the radio started playing Dragostea Tin Dei, but completely in English and in a female voice. Oren knew of an English version of the song, but it was sang by same group, which is comprised of men. The English version was pretty much a flop.

But the song we heard was apparently another remake: Alina – When You Leave (Numa Numa) (Basshunter Remix). Not bad, especially considering that Alina is a Super Hot Romanian model.

XviD Playback Keeps Flickering

So for the past few weeks, I’ve been experiencing a lot of flickering with video playback. The funny thing was it only happened with MPC (Media Player Classic) and not VLC media player. However, I know VLC uses it’s own codecs for decoding and would often times skip what’s registered.

Anyway, I decided to try debugging. I installed the latest release of ffdshow, but that didn’t help. It doesn’t flicker all the time, but usually flickers the most often in dark or mostly black scene. I also notice the flickering only happens with .avi files (particularly Xvid). When I was playing some .mkv (H.264 encoded) files, they played fine. That’s when I realized that when I play .avi files in MPC, the little ffdshow system tray icon no longer shows up.

In MPC, I opened the context menu –> Filters and looked for the video decoder. Apparently it was using something called: FunBox Video Codec Filter. I don’t recall ever installing a FunBox codec and started to think maybe I had accidentally installed some malware.

Anyway, I did a bit of research and found the file that’s associated to this codec: FunVideoCodecFilter.ax. I started a system-wide search for this file while I continue searching for clues to how I got it.

I then landed on this page: AVI playback issues – weren’t even there days ago. It appears that the FunBox codecs came with a recent update of Samsung PC Studio 3, which I did update a few weeks back. I just never associated the two because I didn’t expect my cell phone software to be installing video codecs (overwriting the ones that were already installed), but I guess they do do some multimedia stuff. I just use it for my bluetooth synchronization.

Anyway, all the FunBox codec files are located under:
C:\Program Files\Samsung\Samsung PC Studio 3\

And I simply unregistered all of them:

regsvr32 /u FunAudioCodecFilter.ax
regsvr32 /u FunAviSplitter.ax
regsvr32 /u FunConvFilter.ax
regsvr32 /u FunDecFilter.ax
regsvr32 /u FunEncFilter.ax
regsvr32 /u FunEQFilter.ax
regsvr32 /u FunImgFilter.ax
regsvr32 /u FunMp3DecFilter.ax
regsvr32 /u FunMpgDecFilter.ax
regsvr32 /u FunMpgGrabFilter.ax
regsvr32 /u FunOggDecFilter.ax
regsvr32 /u FunSampleGrabberFilter.ax
regsvr32 /u FunSubFilter.ax
regsvr32 /u FunVideoAdjustFilter.ax
regsvr32 /u FunVideoCodecFilter.ax
regsvr32 /u FunVideoResizeFilter.ax

Things are back to normal now, and the little ffdshow icon shows up in my systray again. I still don’t understand why reinstalling ffdshow didn’t fix my codec settings. I even made sure the Xvid box was checked. Hopefully this post will help someone out there that’s experiencing a similar problem.

Heroes and 2012

I know it’s been awhile, but here’s some food for thought. I first saw the 2012 trailer during the previews of Quantum of Solace, the new James Bond 007 film. The HD trailer was released and I started reading up on it. If you didn’t know, 2012 is the Gregorian year where the Mayan calendar ends. Many have predicted that it’ll be the end of the world.

Anyway while reading it up on Wikipedia, I came upon the following passage:

2012 is claimed by some with New age beliefs to be a great year of spiritual transformation (or alternatively an apocalypse). There is disagreement among believers as to whether 2012 will see an end of civilization, or humanity will be elevated to a higher level.

Many esoteric sources interpret the completion of the thirteenth B’ak’tun cycle in the Long Count of the Maya calendar (which occurs on December 21 by the most widely held correlation) to mean there will be a major change in world order.

Astrologer John Jenkins has determined that on this date, there will be “an extremely close conjunction of the northern hemisphere winter solstice sun with the crossing point of the Galactic equator and the ecliptic“, an event that will not be repeated for thousands of years.

According to Wikipedia, an ecliptic is the apparent path that the Sun traces out in the sky during the year. … The name ecliptic is derived from being the place where eclipses occur.

I don’t think the passage above predicts an eclipse is going to occur, but I’m not exactly sure what it means to have the Galactic equator crossing the ecliptic, but for some reason it reminds me of Heroes. If you’ve been following the recent Heroeos, you’d know that some eclipse happened a long time back which gave them their super powers, and another eclipse is going to come and take their powers away and somehow the earth ends up being blown to smithereens.

Update: During dinner, Xyon and I were discussing Monday’s episode of Heroes and the topic of solar eclipses came up. It seems that the closest 2012 total solar eclipse to this “dooms day” is on November 13. So maybe my theory is a bit off, or maybe the solar eclipse happens on 11/13 and the earth blows up on 12/21.

Waiting Pet Peeve

So over dinner, Xyon and I were chatting as usual, and the topic of waiting came up. One of the things I hated as a kid, was when my parents would line up at the checkout line, decide they forgot something, and ask us (the kids) to man the shopping cart while they go pick up the items they forgot. As an engineer, I would agree this would be most efficient, but as a kid, I was scared shitless, always wondering if they’ll be back before it reaches my turned at the checkout line.

You know how you get that feeling where 1 minute feels like an hour. Yeah, I get that feeling when I at the checkout line and the person who’s paying isn’t. When asked what I should do if I’m next in line and you guys aren’t back yet, they say to just let the person behind me go ahead. And if they always came back in time, I’d probably have more confidence in them, but there’s been times I’d have to let 3 or 4 people behind me go ahead.

Being shy when I was younger (not that I’m that much more unreserved nowadays), it was an extremely horrible experience and I hated it every time. It’s also not like they’re in a hurry to come back. They seem to take their sweet old time deciding which one to get, which is a better deal, etc, meanwhile, poor little old me is here standing here shaking.

If they ask me to do that now and aren’t back by the time it’s my turn, I’d probably just pay and checkout on my own.