Showing posts with label design. Show all posts
Showing posts with label design. Show all posts

Sunday, February 12, 2012

Admiral Ackbar TRAP poster in the style of Fairey’s HOPE design


There are a lot of Fairey remixes around, but this Admiral Ackbar/Star Wars TRAP poster's pretty nicely executed.

POSTERS > Trap poster (Thanks, Sebastian!)


View the original article here


This post was made using the Auto Blogging Software from WebMagnates.org This line will not appear when posts are made after activating the software to full version.

Saturday, October 1, 2011

Design fiction about cities divided by international borders

Sorry, I could not read the content fromt this page.

View the original article here


This post was made using the Auto Blogging Software from WebMagnates.org This line will not appear when posts are made after activating the software to full version.

Sunday, September 11, 2011

How has skyscraper design changed since 9/11?

Miles O'Brien did a report for PBS NewsHour on how the technology and design of skyscrapers has changed since 9/11. Video here, transcript here.

The World Trade Center collapse was a "stark and stunning" reminder to architects and engineers of the value of using concrete to protect skyscrapers from the ravages of fire. This report was produced in collaboration with the PBS program "NOVA," which ran an hour-long feature here about the specific project which was the focus of this video.


View the original article here


This post was made using the Auto Blogging Software from WebMagnates.org This line will not appear when posts are made after activating the software to full version.

Tuesday, August 23, 2011

Getting people’s names right in software design: a LOT harder than it looks

Charlie Stross weighs in on the Nym Wars and Google Plus's braindead "real names" policy. He reprints Patrick McKenzie's prescient list of problems with name-handling in software design, a must-must-must-read for anyone thinking about the subject, and then ruminates further.
People have exactly one canonical full name.
* People have exactly one full name which they go by.
* People have, at this point in time, exactly one canonical full name.
* People have, at this point in time, one full name which they go by.
* People have exactly N names, for any value of N.
* People's names fit within a certain defined amount of space.
* People's names do not change.
* People's names change, but only at a certain enumerated set of events.
* People's names are written in ASCII.
* People's names are written in any single character set.
* People's names are all mapped in Unicode code points.
* People's names are case sensitive.
* People's names are case insensitive.
People's names sometimes have prefixes or suffixes, but you can safely ignore those.
* People's names do not contain numbers.
* People's names are not written in ALL CAPS.
* People's names are not written in all lower case letters.
* People's names have an order to them. Picking any ordering scheme will automatically result in consistent ordering among all systems, as long as both use the same ordering scheme for the same name.
* People's first names and last names are, by necessity, different.
* People have last names, family names, or anything else which is shared by folks recognized as their relatives.
* People's names are globally unique.
* People's names are almost globally unique.
* Alright alright but surely people's names are diverse enough such that no million people share the same name.
* My system will never have to deal with names from China.
* Or Japan.
* Or Korea.
* Or Ireland, the United Kingdom, the United States, Spain, Mexico, Brazil, Peru, Russia, Sweden, Botswana, South Africa, Trinidad, Haiti, France, or the Klingon Empire, all of which have "weird" naming schemes in common use.
* That Klingon Empire thing was a joke, right?
* Confound your cultural relativism! People in my society, at least, agree on one commonly accepted standard for names.
* There exists an algorithm which transforms names and can be reversed losslessly. (Yes, yes, you can do it if your algorithm returns the input. You get a gold star.)
* I can safely assume that this dictionary of bad words contains no people's names in it.
* People's names are assigned at birth.
* OK, maybe not at birth, but at least pretty close to birth.
* Alright, alright, within a year or so of birth.
* Five years?
* You're kidding me, right?
* Two different systems containing data about the same person will use the same name for that person.
* Two different data entry operators, given a person's name, will by necessity enter bitwise equivalent strings on any single system, if the system is well-designed.
* People whose names break my system are weird outliers. They should have had solid, acceptable names, like ????.
* People have names.
Me, I figure that Goog's stuck with a Real Name policy because they don't understand why Facebook has been successful, so they're cargo-culting its features in the hope of hitting on the solution.

Why I'm not on Google Plus


View the original article here


This post was made using the Auto Blogging Software from WebMagnates.org This line will not appear when posts are made after activating the software to full version.