I would be interested in reading more details about the technology. How does it work? How much power does it need? What makes manufacturing expensive? Can you make it bigger (holodeck sized)? Does it track the user's head position somehow or does it work for N users simultaneously?
You have to stop counting the abstraction levels to maintain any sanity these days. I mean we have a computer running a web browser running a Javascript VM running an Android runtime running a JAVA VM running the app. Did I miss one? Maybe the app is Minecraft running one of those graphical calculators :) /sarcasm
If you really want a fast transport system you need not only speed, but low latency. If you need to queue for 15 minutes while you wait for other people to get in, then it's gonna feel like boarding a plane : time wasted.
What's really needed here is parallel loading of passengers into individual pods. But then you need a tube switch and multiple tubes and doors and throughways.
Good article. I'm french and I did this (but in science, not literature like in the article). I've also been to US college for one semester and I had the chance to take an "Intro to Philosophy" freshman class. So I've had two formal introductory philosophy classes, in different languages, cultures and contexts, but definitely aimed at the same public (17-19 y. old). It's quite interesting to compare these two. In France the focus was definitely more on authors, philosophical theories, texts and ideas. In America the material was more on reasoning, logic and formal arguments. Never once were we presented a formal Modus Ponens layout in France. We were told never to write our own ideas in our essays --- "You'll do that if you get a master in philosophy". However the American class had too much of "learn those 10 arguments by heart" I would say. So they definitely had subtle and interesting differences.
Of course both had their share of "how the hell is this relevant to my life" reactions. But also those invaluable "ahah" moments, which make philosophy so wonderful. Hacking has this too. You walk out of the classroom with new cognitive pathways that you didn't know you had. You'll never see the world with the same eyes again.
Which desktop client do yo use ? I'd like to do the same but I know I will miss Gmail's thread formatting. I know there is a plugin for Thunderbird but it's not as great.
So let's say you want to update a repo which depends on another one:
Update project A, commit changes.
# Your product hasn't changed at this point
Update project B, commit changes.
# Your product hand't changed at this point
In metarepo, checkout to the new 'master' branches of Projects A and B, commit that to metarepo
# Your product is now updated!