On Nico Nico Douga as well as YouTube there goes a fascinating video being uploaded "NES all games collection". It's a series of videos to show you all Famicom (NES) gams in 26 weeks. It's close to what we see on the TV show Game Center CX but it tries to cover all games, that makes a difference!
First 3 episodes are available as of now and all of them as I watch I say to myself like "OMG i played that a lot!" It's much better to watch these kinds of vids on Nico Nico than YouTube because there are lots of floating comments "OMG Nostalgic".
Just came across this site randomly. these chicks advertising f*ing!
the origin of their brand name (they sell stockings) is even weirder. fukuske-ing.
Enjoyed watching this movie at Friday midnight. I needed to turn down the bass woofer a little bit because it was late :)
The movie made me remember that I was so into that original anime ("Yeah, it's definitely Japanese") more than 20 years ago and I had one of those plastic models that actually transform from truck to a robot.
The story is kind of cheap and that conspiracy part is always amusing, and towards the end I couldn't distinguish the heroes and bad guys, but enjoyed it anyway.
I'll be flying to Tokyo with David Recordon to speak at the conference called Open API and beyond. We'll talk about lots of cool technologies and protocols like OpenID, OAuth, Social Graph and how they affect the current innovations in this industry.
Hi,
First of all, thank you for the great software. I love using it to listen to my home library from work.
I'm using both Mac OSX Tiger and iTunes as a client and server, and Simplify Media seems to have issues publishing MP3 files with UTF-8 ID3v2 tags. (AAC files are fine). Look at this picture how my Japanese
songs are listed broken: http://bulknews.tumblr.com/post/25270699
I made a couple of experiments with files that are incorrectly displayed and correctly displayed, and looked at how ID3 tags are encoded for each file. Apparently, Simplify Media seems to work with ID3v2 tags when the tag text is encoded in UTF-16, but breaks when it's UTF-8.
From ID3v2 spec:
http://www.id3.org/id3v2.4.0-structureFrames that allow different types of text encoding contains a text
encoding description byte. Possible encodings:
$00 ISO-8859-1 [ISO-8859-1]. Terminated with $00.
$01 UTF-16 [UTF-16] encoded Unicode [UNICODE] with BOM. All
strings in the same frame SHALL have the same byteorder.
Terminated with $00 00.
$02 UTF-16BE [UTF-16] encoded Unicode [UNICODE] without BOM.
Terminated with $00 00.
$03 UTF-8 [UTF-8] encoded Unicode [UNICODE]. Terminated with $00.I guess SimplifyMedia doesn't handle this $03 case, which a couple of
my mp3 files have.Hope this helps to fix the issue, and thanks again for the software!