Accéder au contenu principal

Monster and Naoki Urasawa

Monster

Thanks to summer granting me some free time, I've finally been able to complete the Naoki Urasawa's Monster manga series.

If you don't know Monster, it's a psychological thriller telling the story of Dr. Kenzō Tenma, a young Japanese neurosurgeon working in Düsseldorf, who decided to save the life of the young Johan Liebert rather than the the one of the mayor the city who arrived at the hospital roughly later. His life then changed when a series of murders happened in the hospital, all of persons whose death would improve the hero's career, making him the prime suspect of these cases. But it turns out that the little boy he saved may not be innocent to this cases…

This very well paced story—full of thrills and mystery and served on a background of dreadful psychological experiments—asks lots of questions about the price of life, the right to choose which life to save, the good, the bad, humanity, and ultimately, the price of death. All of that is very well presented by beautiful graphics and interesting characters.

Naoki Urasawa's works

Naoki Urasawa's mangas clearly follow a pattern: 20th Century Boys and Pluto, two other series by him that I read, have very similar stories, abord similar topics, contain similar characters with similar development and a global "end of all good in humanity" tone; but all of present different universes and are very well executed. 20th Century Boys deals more about suspicions and sects, while Pluto is more about humanity in robots.

If you want to try out some of its work, I would definitely recommend you to do so, starting either with 20th Century Boys if you want to try out "pure" Urasawa, or Pluto if you want a shorter series and to be presented to Astro Boys universe in a darker tone.

Commentaires

Posts les plus consultés de ce blog

GTK+ Apps on Phones

As some of you may already know, I recently joined Purism to help developing GTK+ apps for the upcoming Librem 5 phone . Purism and GNOME share a lot of ideas and values, so the GNOME HIG and GNOME apps are what we will focus on primarily: we will do all we can to not fork nor to reinvent the wheel but to help allowing existing GTK+ applications to work on phones. How Fit are Existing GTK+ Apps? Phones are very different from laptops and even tablets: their screen is very small and their main input method is a single thumb on a touchscreen. Luckily, many GNOME applications are touch-friendly and are fit for small screens. Many applications present you a tree of information you can browse and I see two main layouts used by for GNOME applications to let you navigate it. A first kind of layout is found in applications like Documents, I'll call it stack UI : it uses all the available space to display the collection of information sources (in that case, documents), clicking a...

Games 3.18.0 released

Do you like video games but don't like how inconsistent and annoying it can be to enjoy them on a personal computer? Then read on, I have something for you! And if you're not such a gamer, you'll probably learn fun things in the article nonetheless. In this article I'll present you the new GNOME application called Games , whose first preview version (labelled 3.18.0) just came out. https://wiki.gnome.org/Apps/Games Your games library Video games on personal computers exist in lots of shapes and formats, each of these being accessible in very different ways: games installed from Software are found alongside the applications, Steam games are listed in the Steam client, video game consoles and retro computers games are handled as ROM files, disk images or archives, each one playable with a different application depending on the original platform, some game engines have their games distributed as packages that have to be run with the cor...

The Path to GNOME Games 3.26

Games received a non-negligible amount of changes that you will find in 3.26. These changes can be big as much small, and more are to come! Building the Games Collection Games presents your games collection and if everything goes as expected, it does so without the need of any input from you. From an implementation point of view it sounds simple to do, just ask Tracker “Hey, gimme all the games” and it’s done. If only it was that simple! 😃 The system has no idea which files represent games and which doesn’t, but it can associate a MIME type to each file thanks to shared-mime-info . shared-mime-info already had a few video game related MIME types and we added a lot more such as application/x-genesis-rom . That done, we can query Tracker for files having specific MIME types that we know to often represent video game files. Unfortunately, each of these files doesn’t necessarily represent a game and a game isn’t necessarily represented by a single file: some files may be invalid and...