Archive for March, 2008

true tears :: Enforce the Discipline

Saturday, March 29th, 2008

It will be soon, the last aired episode of true tears, I will experience it… and end this “crunch marathon“. Basically, I found the series wonderful, for a number of reasons, but not perfect personally (what is these days).

Nature and Animation

These are perhaps the most noticeable attributes of true tears. The nature of the series begins as simple, un-fantastic life; it is a normal story, and continues to be so. One implication of this is that it is not relying on anything other than reality to get the message across; normal slice-of-life. Not every series can accomplish such a story well, but in trade of solid, realistic storytelling, the story lacks some dynamics, though the characters make up for variation. Of course, if the experience holds interest+intrigue, the dynamics are secondary.

The nature may be semi-bland, but true tears came with excellent animation for a seasonal production. I was entirely astonished at the 720p, which seemed to bring shining sequences every episode (see here), as well as fashionable character design. From the ANN page, P.A. Works has had some experience with notable series (recently Darker than Black), so I would say this is a great solo result. (It would be wise to look forward to more of their stuff.)

Execution and Character Development

If I were to choose the brilliance of true tears, it would among these particulars. Regular story, regular characters, but the presentation, the ordering of details, the timing… bravo! Really, everything in it’s right place. These writers had a great vision, and the harem result doesn’t matter after that; there has be good reasoning behind whatever the final may hold.

With notable execution, it is inevitable that the series had good characterization (light, moderate depth, and good flow). I believe I most enjoyed Aiko/Ai, simply for her ‘S’ appeal the progressive picture she came to be. The other two girls were pleasant. I didn’t latch to either of them, but their developments were awesome. Noe was a kaweirdo, and progresses as a weirdo that is cute, while Hiromi started as this coldish girl and became a colourful, tear-shedding beauty [with a slightly intimidating defensive side]. It’s great.

I shouldn’t pass off Noe as such a weirdo, she is perhaps the most intriguing character of the circle. Her expressions, ideas, and statements open a window usually seen in KyotoKey projects, but she dances worldly meaning and symbolism around Shinichirou. Innocent, yet innately mature at times, she was a good focal point for the story (is she the final girl).

Necessary Reduction

I did enjoy the moments of moe and little bits of fluff, but the previous points are worthy of the experience. Though, my personal key flaw, was lack of connection, I did not feel strongly compelled for the overall result (heart connection).

How can it have such an amazing aura,
yet lack the essence of connection?

This may have to do with story dynamics (compare to H+C), but I just didn’t FEEL that definitive TUG (identification). I would imagine it’s not universal, because the story is so very real and understandable, and beautiful, that it should be widely identifiable. I believe the last series which game me a similar feeling was, mmm, Irohanihoheto. And that’s about my only minor gripe.

From here I go…

At this point, I’d like to elaborate on what is learned from this series; from my point of view, it is an enforcement of a discipline. One of the true tears drivers is the notion of dishonesty. It sounds bad, but most of the characters aren’t honest with themselves, by way of action and in emerging circumstances. They aren’t lying to themselves, they know their respective truths and accept, but they have not acted upon the path from the start or announced their feelings; lying is the driver, courage is the solution, but then no story, and no true tears.

My own idea about paths is simple, “weigh properly, the bits of doubt; honor the unwanted path; step forward or do not step at all.” Ai is the clearest example, as she not only stalled her wanted path (Shinichirou), but took a path of doubt which she did not want (Miyokichi). Looking at Hiromi, this is also the case, but misinformation was her stall point, though I think she was reaching her limit of suppression; a love so great, it would explode.

Remarkably, I find the truest character to be Noe, but again, the end girl? It’s possible, acceptable, but we’ll just have to wait and see.

Ryan A

For reference: my definition of “crunch marathon”, is probably better said as a lead-up marathon, where it is timed so that the final episode is released and view shortly after all previous episodes. Yea, it’s made-up.

I was the morning

Thursday, March 27th, 2008
oomagic

I felt like doing a little GIMP work this morning, so I whipped up some colorful patterns (unrelated to posted image) and a variation of the previous header for given blog. It’s funny how I should forget about IE6, (a suggestion from mellow), but the styles work.

Too bad I don’t feel like working on other stuff today. Time for some seasonal anime, reflections coming.

Ryan A

wp-melative :: part II, the badder

Wednesday, March 26th, 2008
Raki Pudding

This post is technical, I’ve been told

Well, the wp-melative reflection thing works decent for now. Though, there will be comment support etc in the future, I think a good start is to be able to import reflections into a blog. For myself and Aloe Dream, I am using the source at rss.melative.com/user/aloe/reflections/anime.

In any case, I am using a small RSS retriever since URL file access is disabled, as well as XSL transform, which are very quick in php5+libxsl+libxml2 (not that that means anything). Let’s get to it, here are the files, all two of them:

File 1, the php
File 2, the xsl

The php does pose some problems, DOMDocument::load is not catchable in php. I believe this is due to it being a module function (libxml2 or so). But, since the RSS is the result of an XSL transform on the melative.com server, it should parse properly.

The great part about this is that the php only has two configurations, $cacheTime and $rssFile. After setting those, it is only a matter of changing the XSL to get full customizability. The shorthand, there is no programming needed to modify the output of wp-melative.

For customization, I personally recommend XSL output with specific id and class names, then it is only a matter of adjusting CSS styles and/or javascript interactivity. The result has good modularity; I like it.

That’s my post.

Ryan A

ImgFeed :: Another anime blogging tool

Friday, March 21st, 2008
ban

So, yes, melative.com is a sort of “tool” which fits the standards of anime blogging, especially in the aspect of reflections specifically directed per episode, arc, part, volume, season, etc. I know I should keep to my guns and work work work on melative, but previously I had been investing time in another tool, imgfeed. Here is the premise:

I have been snapshotting 20-30 images per episode, I could use some batch converter to resize, etc, but this is manual. ImgFeed doesn’t care too waste my time, I give it images and it stores them nicely in a folder, but by some discrete naming convention those images are indexed into sets automatically, and at the same time, the database is told the source image dimensions. BTW this would be a web directory.

The database knows what images are available, and the maximum size, why not dynamically create images sizes based on a given width attribute applied to the filename? Even better, once created let’s cache them for static retrieval. That’s hot.

An example: gundam0022-15.jpg is the original filename, when I request gundam0022-15_200.jpg, I received that image resampled to a width of 200 pixels. That’s pretty easy.

Of course there are problems with this, one being the request of some arbitrary size, well, let’s be able to define what sizes I want available. That way I can insert them into my blog knowing I will use specified sizes! One benefit here is that the large version is still retain so thumbnailing (omg that sounds dirty) is a viable option.

Add RSS, comments on each image, etc and that sounds nice. Name me one blog this couldn’t be used on? And if you said Aloe Dream you are exactly right! But I feel this would work well for many episodic blogs, as well as complimenting the usability of melative.com.

Just a thought in progress.

Ryan A

ps. I think I’ll finish Moyashimon now.

edit: It seems ImgFeed wasn’t a good name, as there is a company developing some sort of photo-management app. I’ve renamed it to AniSnaps.

A Meltingpot, A Dispersion

Sunday, March 9th, 2008

This will be random…

Glass

First off, my absence is due to that media project of the past year, melative.com (as well as two weeks of exams, but that is whatever). I love it, but damn if it doesn’t take literally every moment time and inch of my life away. Good news is that I am on Spring break, which marks one sporadic year of coding towards a public release; unjustly sporadic (4-5 solid months of coding within that year). So yes, this week, the site will be up. If it doesn’t show on melative.com, the testbed is at melative.doesntexist.com, but it will be up! Secondly, I am way to infused in the UEFA Cup and the fact that the USD is being killed by the EURO.

Onto the anime/manga slice. Early this past week, I read about School Rumble going for a third season (over at Novastorm). There is something spectacularly coincidental about my relation with that series. My reasoning is that last weekend I started watching some of the Nuke subs of the second season (episodes 13-19), so when I read the news I was thrilled. I could really go for some more episodes though…

Lately, I was facing that familiar, discouraging attitude toward seasonal anime (mainly last Autumn, I’ve gone nowhere with Winter). It wasn’t any specific series, but anime in general, just didn’t have top priority. Dramas were a hit for a while, but I haven’t been into much the last two weeks. It’s probably because if there is a series I want to watch, but haven’t kept up with, then there is a 5 episode backlog, but I don’t have time to watch 5 episodes, and would rather not just watch one at a time.

Is this going to sound like I’m bipolar towards experiencing anime?

Akira

Months ago, I started an article titled “Mood is everything”, which concerned this very thing. At the end of the day, I have 5 episodes of a series to watch, but I’m dead tired, could probably watch one, but I don’t want to settle for one, so I watch zero. Weeks go by and nothing changes. However, I did find a stimulus package that brought a smile to my face; School Rumble. While, I won’t manage to watch 1 of 5 seasonal episodes, I have no problem sitting down for one episode of a series I’ve had good times with, and never finished; School Rumble ni Gakki is on the long watch list.

I love School Rumble, btw. So, I guess my seasonal viewing skills aren’t top notch, or I should quit school, or melative, but I’ll continue both anyway. One day, One day!

Sowy in a box

Also, I feel sorry about, and would like to apoligize for not keeping up with my blogroll/Recommended anime blogs. Love reading blogs, but with the lack of viewing the material, yea, I’m five steps behind. So すみません. ^_^

Ryan A

Here’s some shots of the site: profile page, profile scrolled, dash stuff, dash stuff, dash stuff… etc.. the magic of 5’s