Dec 16 2009

We’ve found Earth episode 9

Published by Ryan under media, space

I can’t believe I’m about to walk down the well-worn path of critiquing science coverage in the traditional media, but here we are.

Super-Earth: Newly Discovered Planet May Have Water - TIME.

Or more accurately - it *is* water. Every exoplanet report that reaches the traditional media tends to be exaggerated to feed the desire for an exciting story, and I think the net result is that the typical dispassionate observer may have concluded several times by now that earth like planets have been found.    For example, the findings that Gliese 581d and e may or may not be in the ‘habitable zone’ of their star triggered similar earth-like stories.   Now this new discovery of a 6.5 Earth mass ball of hot ice is throwing similar keywords.

However my favorite part of the article is this:

<blockquote>a planet 2.7 times bigger than Earth, circling a dim red star called GJ 1214, just 40 light-years away in the constellation Ophiuchus.</blockquote>

Yes, it’s *only* 40 light-years away, we can just stroll over there.  And how to decide whether to use the mass or radius when reporting how much “bigger” it is?  Let’s use the smaller number to increase the earth-like excitement!

No responses yet

Oct 16 2009

Piano Playing Stairs

Published by Ryan under design, transportation

This is awesome:

via Machine Thinking

No responses yet

Oct 08 2009

LCROSS

Published by Ryan under space

a_trip_to_the_moon_poster

If you don’t have a 10-inch telescope to see LCROSS impact the moon tomorrow morning at 7:31 EST, there are some other options. NASA has a good page with links, including NASA TV and timing information. NASA should have a live feed from the trailing LCROSS shepard spacecraft. Also, SLOOH is providing a free live feed from their telescope.

via Wired.

No responses yet

Oct 01 2009

Books and their transforming media

Published by Ryan under books, design, media, technology

I came across an entry on Google Books, and realized they have a map with all locations mentioned in the book tagged on the map. This is a neat feature. Check out the map for Around the World in 80 Days. Certainly an interesting way to access data in a book.

I was recently reading how St. Jerome was partial to plagiarizing the hell out of Origen and other sources, in some cases most of entire biblical commentaries. The author makes the point that plagarizing was quite a bit easier in the ancient world, as there weren’t that many copies of the books floating around when each copy had to be written out by hand. Printing was one paradigm jump in text availability, and we’re now going through another one.

I hear often how the internet makes it a lot easier for people to cheat and plagarize, but I think the increased accessibility of our accumulated texts actually makes the opposite true. We’re just coming through a period where people aren’t yet submitting papers electronically, and these papers aren’t yet routinely run through a programmatic comparison with the database of all books to check for plagarism. (This won’t address paying someone to write your paper). Think of how accessible human knowledge is now compared to even 10 years ago. Doesn’t it seem astronomically harder to find plagarism if you have to look through a physical book for the copied text?

No responses yet

Sep 15 2009

Decline and Fall

Published by Ryan under books, history

Gibbon’s Decline and Fall of the Roman Empire is quite a reading project, to be sure, even if you stick to the first three volumes which take the story to the end of the western empire. But there’s more to it than the first “modern” work of history; He can deploy some enjoyable prose:

The pride and avarice of his mother cast a shade on the glories of his reign; and by exacting from his riper years the same dutiful obedience which she had justly claimed from his inexperienced youth, Mamaea exposed to public ridicule, both her son’s character and her own.

Also, his notes (pioneering the modern use of footnotes) are numerous, and in many cases delightful:

Vitellius consumed in mere eating, at least six millions of our money in about seven months. It is not easy to express his vices with dignity, or even decency. Tacitus fairly calls him a hog; but it is by substituting to a coarse word a very fine image.

In short, it can be a rewarding periodic read, that I pick up now and then, and probably won’t finish for a decade or so. But still worth it.

No responses yet

Aug 04 2009

Photographing museums

Published by Ryan under people

The New York Times had a great article yesterday on a longstanding phenomenon that is noticeable to anyone walking around a museum: The prevalence of people photographing the paintings, and the paucity of people viewing them. It’s really an interesting behavior, considering that you can probably find an image of most of these paintings online already.

I think it speaks to the way museums are viewed today. They aren’t so much a collection of beautiful objects that people can spend an afternoon enjoying, as they are a place to tick off of a travel itinerary. People I think generally feel a time pressure, they’re in a city they don’t live in, and they don’t want to come back from the Louvre and forget to see the Mona Lisa. Hence, you have to get the audioguide to make sure you see “the good stuff”. Do you go to a museum to say you’ve seen something, or to enjoy a beautiful object? It’s this tension between limited time and trying to tick items off a list that I think troubles the museum experience. We don’t spend enough time in the museums and galleries in our home towns.

The craziest version of this though, is the camcordering of museums. I can’t imagine people reviewing the tape afterwards of a bunch of inanimate objects. It seems crazy, especially because the camcorderer is typically looking at the viewscreen and not the glorious painting or sculpture in front of them.

This reminds me of a photo from when we were in the Louvre 8 years ago. We decided it was more interesting to take a picture of the crowd of people, than the painting itself.

No responses yet

Jul 01 2009

Running Ignite with Impressive

Published by Ryan under design, ignite

eli-and-his-robo-dinosaur-library-by-dugsongPerhaps one of the more stress inducing aspects of throwing together Ignite Ann Arbor, was figuring out how to play all our speaker’s slide decks, with 15 second auto-advance, but also with non-timed slides interspersed between, all while avoiding cross-os font imbroglios and ugly on-screen GUI manipulation. I’ll describe what I used here in nauseating detail. Hopefully this will be useful to other Ignite organizers, or anyone trying to give a talk without whipping out powerpoint.

I’ll be giving a little demo at the MichiPUG meeting July 2nd.

I settled on Impressive, a presentation framework written in python. It allows you to give a slideshow type performance using either PDF files or a directory of images as source. We asked all presenters to submit their slide decks of exactly 20 slides, in PDF format to ensure they were platform independent. We also supplied the projector resolution ahead of time so they would have that information; It was particularly relevant to Laura Fisher’s talk on ratios. I made additional slides with the Ignite template, an introduction with name and title for each speaker, and a thanks slide. I then exported these as individual one page PDFs with the presenters surname.

At this point, I had three directories (intros, presos, thanks) each with 14 PDFs, using surnames as the filename in each directory. Each presentation was to be kicked off individually. I ended up running Impressive in cygwin, although you could also run it natively. Thus I had a shell script to launch each presentation, also titled by surname. An example shell script:

impressive -T 0 -I single.info -C m.png ./intros/Ackasu.pdf ./presos/Ackasu.pdf ./thanks/Ackasu.pdf

This calls impressive on the three PDFs, which are strung together as though they were one presentation. It also sets the transition time to 0 to eliminate slide transitions, calls the info file single.info, and uses m.png (which was a 1 pixel transparent image) as the pointer icon. The info file system is one of the really powerful tools Impressive offers. You can basically add flat out python to customize the slideshow. My single.info file consisted of this:

for page in xrange(2, 22):
   SetPageProp(page, 'timeout', 15000)

Thus, a 15 second timeout was placed on each slide except the first and last. There is a -a command line option to just flat-out give every slide a particular transition time, but using the .info file let me apply the timeout to just the slides in the actual presentations.

I then made a windows shortcut calling cygwin’s bash.exe and the relevant shell script for each presenter, which I numbered with the speaking order, so that all the shorcuts were in order. During ignite, I could then just go down the list of shortcuts and running each presentation one at a time. Incidentally, we could have changed speaking order by simply reordering the shortcuts.

I think it worked really well. Impressive provided a nice slick way to organize everything and it’s visually pleasing. We didn’t use a fraction of it’s capabilities, which you might want in a differently structured presentation. For instance, you can hit to get a view of all your slides if you have to jump around, you can use a spotlight effect, there’s different transitions (ok, even though the transitions are nicely animated, please, please do not use transitions in the name of all that is holy). Check out the documentation to see what else you can do with it.

One response so far

Jun 26 2009

Atlantis may be totalled.

Published by Ryan under space

This is crazy. On the last shuttle mission, a work light knob was loose and floating between the instruments and a window. On landing the shuttle contracts and it’s wedged in there now damaging the window. They can’t get it out, and they think it will take 6 months to dissassemble that section of the orbiter. Since they’re supposed to stop flying in a year, it’s not clear if they’ll bother.

via Slashdot

No responses yet

Jun 23 2009

Ignite one week away

Published by Ryan under AnnArbor, ignite

Ignite Ann Arbor

I’ve been pretty busy organizing Ignite Ann Arbor 1, which is shaping up to be a fantastic event. Ignite talks are 5 minutes long, with 20 slides advancing automatically every 15 seconds. We’ve got a dozen speakers on a wide range of topics, and looking to have a great evening.

Go ahead and RSVP if you haven’t already!

No responses yet

May 26 2009

Twitter

Published by Ryan under meta

I’m at http://twitter.com/ryanburns if you’re into that kind of thing.

No responses yet

Next »