Search posterous

Search all posts and users. Type a name, type a favorite song title, whatever! See what comes up.
  

More posterous blogs











More recommended blogs »

Here are posterous posts filed under sequel...

beingbrad says...

Filed under: sequel

http://ping.fm/okKdO "A Tall Drink of Noodles" New Video Post: One Infinite Loophole II iPhone App Sequel Apple Film

Filed under: Sequel

Diego says...

Your life of Ruby + Java is going to be fun and painful. I hope this will get you started quickly so you can move on to the more annoying stuff. (JRuby is still amazing though. JVM is also quite lovely from what I've read.)

Required: Make sure you have a Java VM and Postgresql setup.

Download JRuby 1.3.1. (Archived. Already built.):
http://kenai.com/projects/jruby/pages/Home

Extract the contents.

Go to that folder:
cd jruby-1.3.1

Check everything is ok:
bin/jruby -v

Now do:
bin/jruby -S gem install sequel

Now go to: http://jdbc.postgresql.org/download.html
Download a driver (.jar file) where it says "Current Version."

Remember the location.

Now to test if it works:

# FILE NAME:  quick_start.rb
require 'rubygems'

require '/Path/To/Driver/postgres-..-..jdbc4.jar' # Put the path/filename of the driver you downloaded.

require 'sequel'

host = 'localhost'
db_name = 'my-database' # <=== Change this.
user = 'my-username' # <=== Change this.
pass = 'my-password' # <=== Change this.
DB = Sequel.connect( "jdbc:postgresql://%s/%s?user=%s&password=%s" % [ host, db_name, user, pass] )

my_table = :schema_info # <=== Change this.

puts DB[ my_table ].all.inspect

Now do:
bin/jruby ~/Path/To/quick_start.rb

If it works, you can go and properly install and integrate JRuby into your system: http://kenai.com/projects/jruby/pages/Home
(Go to:  "JRuby Basics" > "Getting Started")
There is also: "JRuby Basics" > "Walkthroughs and Tutorials"

COMMON MISTAKES:

  • The equlivalent of "gem install" is "jruby -S gem" (with a capital 'S')
  • Write a proper Sequel connection string: jdbc:postgresql://HOST/DB?user=USER&password=PASS
    Notice how it differs from other connections strings in regular Ruby + Sequel.
    More info. on Sequel + JRuby + connection strings: http://sequel.rubyforge.org/rdoc/classes/Sequel/JDBC.html
  • An alternative to downloading the .jar/jdbc driver for postgresql is to install the JDBC-Postgresql gem:
    bin/jruby -S gem install jdbc-postgres
    (It uses a slightly older JDBC driver. It's compatiable for Postgresql 8.2).

Eventually, I gave up JRuby for Ruby Enterprise Edition. http://www.rubyenterpriseedition.com/

Filed under: sequel

beingbrad says...

IMDB details or The Trailer is quicktime lovliness

         
Click here to download:
Ong_Bak_and_Tony_Jaa_are_reall.zip (2349 KB)

Filed under: sequel

beingbrad says...

From Comic-Con to your morning coffee.  They couldn't show the real thing.  So they showed the first best thing.

Filed under: sequel

I hesitate to create a lovehate about the state of ideas in Hollywood, as the concept of derivative plot lines and characters has, it itself, become derivative. I'm sure as far back as silent film, people have been talking about the overabundant repetition and hackneyed ideas. When the legendary silent film "The Great Train Robbery" was such a success in 1903, it didn't take long for the "Little Train Robbery" (1905) to be made with a bunch of exploited children.

So I do understand the irony in the fact that whining about lost creativity is an artistic constant and hardly news-worthy. I only bring it up at this time because, in looking over the next few months of films that will likely challenge records at the box office, there's precious little originality that isn't a sequel, reworking, or retelling of an existing franchise or historical success. And I guess what really bothers me is the hundreds of millions being spent on precious few derivative blockbusters while anything independent or original has to scrape by with a few hundred thousand. The yearly Oscar for best original screenplay is being reduced to precious few to choose from.

Starting with Wolverine on May 1st, while I certainly don't begrudge the makers extending the Marvel brand a bit further with what is likely the most popular character of the X-men franchise. The fact that this film will capture the Comicon crowd is not lost on me, yet does take the place of at least a few original screenplays and character sets that should see the light of day.

I've always loved Star Trek, and I'm sure I will like the May 8th release, but was it really necessary to rework the original characters? The history established by the past television series and films cannot help but paint this story into a corner. We know which characters cannot die because they are around decades later. Where's the original Sci-Fi these days?

And then let's run the summer blockbuster list:

Angels and Demons - Dan Brown's Da Vinci Code prequel which is two years too late in terms of maintaining the wave of the series original popularity, but not like we'll look for a new alternative to film or anything.

Terminator Salvation - Yet another sequel with Christian Bale playing a dark and brooding anti-hero. Suffers, again, from the same plot issues as Star Trek, being stuck into an existing mythology.

Night at the Museum: Battle of the Smithsonian - Ben Stiller + sequel = banal.

Land of the Lost - While I know I'm deriding remakes, I really looked forward to this one until I heard Will Ferrell was attached. Now it becomes a de facto sequel of every other movie Will Ferrell has ever made.

The Taking of Pelham 1-2-3 - Again, LOVED the original. Isn't there another screenwriter out there who can write a train heist film? You couldn't do much worse than Money Train.

Transformers: Revenge of the Fallen -  Is this the one where Jar Jar and Michael Caine fight a robot shark from a future dystopian world? I suppose to ask for another writer to come up with an original story about trucks that turn into intelligent robots would be too infringing... how 'bout next time we go with Voltron instead?

Ice Age: Dawn of the Dinosaurs - In a genre where originality should be most abundant, we have to sit through yet another Ice Age... when does it all melt? All I can do is thank Pixar for UP at the end of May. I don't have much idea what it's about - and that's a very good thing.

Harry Potter and the Half Blood Prince - Hasn't Harry got a nice job as a clerk in a central London office by now? Aren't the characters on crack benders somewhere? I think we should conscript Jon Lithgow and create a Harry Potter and the Hendersons combined sequel.

All these along with new iterations of G.I. Joe, Final Destination (not so final was it?) and Halloween makes me wish for a time like the 70s when, for all of the historical nostalgia about a "golden era" of directors and films, at least we had some original stories. But I guess that's when this 30 year-old funk that we're in now started.

I know that some of these films will be great, but it reminds me of the ominous parallels to the literary criticism of T.S. Eliot's canon. Essentially, there will be films that are part of the canon and those that aren't and those that are there were always desitined to be there and those not should not have expected more. How many of the sequels and remakes we watch over the next year will serve more as cannon fodder than find a place in the canon?

pelham123

Filed under: sequel

dragswolf says...

http://thenaica.org/wordpress/2008/05/10/more-good-news/

From the NAICA blog : Sadly, Kevin Costner will not be reprising his monotonical “role”, BUUUT none other than Viggo Mortensen is in talks to be filling Kevin’s shoes. And honestly, I think he’s perfect for it. I can’t think of a better guy to befriend Indians with his shirt off. Maybe there will be a naked shower fighting scene too??

Filed under: sequel