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 books...

Philipp says...

If you have a chance - get this book.
All info about it here: http://www.exactitudes.com/
Thanks Lionel for reminding me...

Filed under: books

mlapida says...

After my little trip to the bookstore today, I decided I would probably need a book on Google App Engine as well, since it does slightly differ from standard python, and the datastore, Google's databases, are very deferent than anything I've worked with in the past (read: relational).

i.e. To use a database in Google app engine, you must write it as a class:

 
class Greeting(db.Model): 
 author = db.UserProperty() 
 content = db.StringProperty(multiline=True) 
 date = db.DateTimeProperty(auto_now_add=True) 

This class goes within the code, and can be written to through statements such as:

 
greeting = Greeting()


if users.get_current_user(): 
 greeting.author = users.get_current_user()


greeting.content = self.request.get('content') 
 greeting.put() 

In this sample from Google, you can see the program checking to see if the user is logged in, requesting the "content" input field from the form and sending the data to the datastore. Much more on all this to come, but for now you can find the standard tutorial on how to do this on Google's own code site. Unfortunately the book is just on preorder; fortunately it is released at the end of this month, so I wont be waiting too long. In the meantime, I'll be catching up on this python.

Filed under: books

erikemery says...

But I want them all!

Filed under: books

Faster - James Gleick

Drawing largely from the work of Stephen Hawking and Albert Einstein, Faster should appeal to fans of sci-fi authors such as Kurt Vonnegut or Douglas Coupland for its dystopian theme alone. What really makes this book great though is the way it challenges preconceptions of both space and time while reminding us all of the present we all live in and aspire to improve. Preferably read it just before reading Super-Cannes by the late JG Ballard.

Filed under: Books

mlapida says...

Since I really don't know Python all that well, I decided to head over to the local Barnes and Noble to take a look at their selection. There was a few to choose from, but after reading the forwards and looking up some Amazon reviews I settled with this one. I like it becaus it gets to the point. No "this is what 'print' means garbage to sort through first.

Filed under: books

TRS-ONE says...

Filed under: books

TRS-ONE says...

Filed under: books

shinaar says...

Узнал о книге из поста segal'a про одноименную игру. Игра будет шутером по мотивам. Литературное же произведение было признано лучшим чем-то где-то и вообще поимело приятные награды. Если на эти награды не вестись, то все равно очень хорошая фантастика с карманным уютным Fallout'ом. Сюжет представлен очень читабельными буквами, в связи с чем поглощается "на лету" :) Что интересно, изначально книгу вроде как отказались публиковать, и автор выложил ее в интернеты в 2002 году, после чего роман был переписан и вновь выложен, а потом наконец-то и опубликован в 2005 с переизданием в 2007. 

Еще есть сиквел - "Метро 2034", он сразу публиковался на официальном сайте, по главам и вообще позиционируется как интернет-продукт. Финал у первой части был интригующим и явно требовал продолжения, а поскольку вторая книга уже вышла, у меня не было причин не продолжить чтение. Пока успел только первые две главы освоить; первое впечатление - стало еще интереснее. Автор, похоже, растет в своем творчестве, и это превосходно! В общем, всем ценителям хорошей фантастики к прочтению рекомендуется :)

Кстати, по второй книге, по-моему, можно будет RPG полноценную делать, если там тему поверхности разовьют как надо.

P.S.: читаю на iPhone в .fb2 с картинками. Вообще, не вижу необходимости теперь в бумажных книгах и дополнительных специализированных девайсах - экран большой, буквы видно, управление архиудобное, в темноте читабельно. А вы в каком виде книги употребляете?

Filed under: books

My friend John Miller is a political reporter and a conservative commentator of real integrity and independence [see, for example, how he's run up against anti-immigrant forces].  He's also an avid reader and reviewer of books, especially (but not exclusively) those dealing with history and literature.  You can glimpse the breadth his interests by listening to his podcast interviews with authors at National Review.  The author of several nonfiction books, John has just published his first novel, a work of historical fiction set in the Civil War entitled The First Assassin.  I'm expecting my copy from Amazon any day now.

But, as John's debut novel becomes available, there's been a disturbing preemptive attack on this unassuming, non-political literary endeavor.  Apparently because John is a National Review contributor, a small mob of politically-motivated posters are trying to poison the Amazon customer-reviews just as the book has come on the market.  Of course, I can't attest to the literary quality of John's novel, because I haven't read it yet.  But that lack of first-hand information hasn't stopped sophomoric political censors from trying to overwhelm Amazon's customer feedback to The First Assassin.

Now, the reviews--and the comments on the reviews and the votes on the comments--are becoming yet another platform for infantile political theatrics.  Yet another example of how Amazon's review system is broken and laughable.  "Mobs" aren't always wise.

----

Update:  I just came across this Consumerist post about the restaurant and venue review site Yelp deleting "secondhand" and irrevelant reviews.  Why can't Amazon take similar responsibility for editing customer reviews?

Filed under: Books

I enjoy great infographic design and the Choose Your Own Adventure series. This has both.

//

Filed under: books