Juventas Fugit

Month

January 2013

1 post

Goals for 2013

Last year was an incredible one: with lots of travel (spending the better part of the year in Hong Kong and London for Enterproid), many new friends, and really great headway on my personal project, which I’m excited to announce soon.  I can happily say I’ve accomplished every goal I set out for last year except to sketch regularly. For now I’m putting that one to rest. For 2013 my goals are to:

  • Learn more core technology and sciences. I’ve spent this past year learning Python and Javascript, and have become especially proficient in the latter. This dive into programming has gotten me even more excited to spend time learning lower-level concepts like how operating systems and networks work, and programming languages like C. Though not necessary for programming, I’ve enjoyed learning more about mathematics and its history this year as well, and I plan to continue to do so, diving into linear algebra and probability.
  • At the same time become less attached to technology. This year I begun to observe the sabbath again – in my own way – taking Saturdays to break away from my computer and focus on different and higher level thought. Doing so has been really great, and I plan to take as many opportunities as possible this year to unplug.
  • Read more fiction. At the beginning of last year I read two fiction novels, something I had not done for fun in perhaps a decade. I’ve found it’s a great way to open my mind (outside of the startup/tech world).  I plan to get back to reading for at least an hour every night before I fall asleep – and to the point above, use that book as a replacement for my nightly twitter and blog reading on my iPhone.
  • Give unquestionably (of my time, money, and compassion).  After witnessing a friend give some money to a series of homeless people we passed on the streets of New York, I asked him how he could possibly expect to give to everyone who asks.  His response was that if they are needy enough to ask, who am I to question whether they are worthy to receive? He’s absolutely right. Since then I’ve adopted a similar approach and will work hard to expand that to things outside the realm of money as well.
  • Cycle.  I recently bought a bicycle and it’s totally changed the way I experience the city.  It’s a 5-6 mile ride each way to work, and it’s not only a lot of fun and great exercise, but also a great time to think (at least outside of Manhattan!).  When the weather gets a bit warmer I really want to take advantage of my bicycle on the weekends to explore a bit father outside of the city.  
  • Eat healthier.  I’ve gotten a lot better at this but can continue to improve: eating less junk food and more healthy snacks throughout the day like bananas and nuts, not eating/snacking so late in the evening when I’m up working on something, and trying to stick to more greens and proteins and less processed foods, carbs, and sugars. Perhaps I’ll even learn how to cook. Maybe.
Jan 1, 20133 notes
#goals #new year #2013

August 2012

1 post

Building with only your mind

Imagine being able to create anything you want, using only your mind as a tool.

Just about everything that utilizes electricity – from space ships, to washing machines, to the Internet – is dependent upon, and has been built using, some sort of computer program. And if you can learn how to read and write them, the world around you changes from something you experience, to something you can create. 

Anyone who can write a simple list of instructions can write a program, as that’s all programming is: writing a precise set of instructions for a machine that cannot intuit anything.  Knowledge of mathematics is definitely not necessary.  In fact, I can’t think of a pre-requisite skill you’d need beyond basic knowledge of how to operate a computer (if you can turn it on and open an application, you’re probably fine).

If I was starting again from scratch here’s what I’d do:

  1. Start by learning the Python programming language. It’s a beautifully simple language that’s really easy to learn, and just as powerful as any other language. I’d recommend taking the CS101 course on Udacity (it’s free and wonderful), then reading through the Python language reference to see all the cool stuff you can do with it, and then taking CS253 to learn about building things for the web.  It really doesn’t matter what language you start with; what matters is that there are no obstacles that get in the way of jumping right in (Python comes pre-installed on your Mac), and that you have a good set of materials that are both well made and interesting.
  2. Learn how to use your computer’s command line. It feels very primitive when you start – typing ‘cd’ and the name of a folder is a command to move you into that folder – but knowing how to use it is extremely handy if you ever want to run your applications, or install and work with stuff other people have created. Also, it’s kind of fun to interact with your computer on such a deep level! (On macs, the command line is accessed via the ‘terminal’ app, which by default uses an interface called ‘BASH’ – the Bourne-Again SHell). You can google around for ‘bash commands’  and material about VIM - the command line’s built-in text-editor – to learn the basics, or just read the reference. 
  3. Understand how the Internet works, and learn HTML and CSS.  HTML is a ‘markup language’ that tells web browsers (like Chrome, Firefox, and Internet Explorer) how to format content that’s published on the Internet.  To specify that a block of text is a paragraph, you would surround your text in ‘<p>’ tags, which tell the browser to present that text as a paragraph. Then you would use CSS – a language for styling web pages that you’ve formatted in HTML – to tell the browser that paragraphs should be bold and use the Times New Roman typeface.
  4. Learn about databases (a popular one being MySQL).  Databases are how information is stored online and offline, and they have their own simple language that allows you to interact with them (to store, retrieve, and delete data). Google uses databases to store their index of the Internet, Amazon uses them to store their catalogs of products, and Facebook uses them to store information about their users.  A command to pull a user’s data from a database might look something like this: SELECT * FROM users WHERE first_name = Justin AND last_name = Wohlstadter.
  5. Learn Javascript (and when you’re done, learn CoffeeScript). Javascript is the programming language of the Internet.  It’s largely what makes websites interactive (a foil to HTML and CSS).  I left it for last because as you’ll see it’s not as straightforward as Python (for a number of reasons I won’t go into here), but once you’ve learned Python learning other languages is pretty simple - they’re all just ways of writing precise instructions for a computer to follow.

Programming is a craft, just like woodworking. While it takes years to become a master craftsman, it doesn’t take long at all to figure out how to use nails and wood to make something simple and useable. If you give it a shot, you’ll be amazed at how quickly you can create real things, and just how incredibly fulfilling that experience is.

Aug 16, 2012
#programming #coding #python #javascript #coffeescript #learning #education #HTML #CSS

April 2012

1 post

Breaking Rules

I’ve always enjoyed breaking rules. 

I received poor grades throughout most of my early schooling, not because I couldn’t do the assignments, but because I didn’t really care. And this disregard for the authoritarian nature of school affected my extracurricular activates as well: in eighth grade I vividly remember being suspended (and almost arrested) for climbing on the roof of the school building with some friends one night – during a school board meeting. And in ninth or tenth grade I believe I became the first student in my high school to get kicked out of prayer indefinitely. The list goes on.

In retrospect, despite all the hair-pulling, yelling, and fighting with my parents, teachers, and others, it was all well worthwhile. Pushing boundaries, often pretty successfully, gave me a perspective and confidence that most other kids my age didn’t have.

Since high school, my disdain for rules and authority has taken an interesting turn: it has evolved into a profound appreciation.  It’s not that I respect authority any more than I used to – much to the contrary –, but I’ve come to realize that having a deep understanding of rules makes breaking them so much more enjoyable.  In graphic design, understanding how to construct a grid, and subsequently break it, is both deeply satisfying and generally creates a much greater communicative effect.  In writing, closely following. And then breaking. Grammatical rules can lead to a beautiful amplification of your point.

So be obedient and learn the rules. If for no other reason than to better break them.

Apr 22, 2012

February 2012

1 post

Don't Go To Business School

I strongly believe that today, business school – even at the best institutions – is a complete waste of time and money for anyone with a bit of self-motivation. It’s not that the material is totally useless – though it has changed little in the past 100 years and is now largely available for free online –, but relative to the significant cost it’s just not worth it.

Here are some of the common arguments for business school:

  • It’s a great networking opportunity. Yes, if you attend a prestigious business school you will meet and bond with lots of other people interested in business who managed to get high scores on their entrance exams. Sweet! But there are plenty of other great ways to meet amazing people (who didn’t just pass a test and write a good essay). They include: joining a group / club or similar in an area that you’re interested in, going to local events, cold-emailing / tweeting / messaging people you admire to ask if you can take them out for a coffee, etc. I don’t believe the GMAT – or any standardized test for that matter – is at all a good indicator of intelligence or future probability of success. And it is definitely not an indicator that someone will be fun to hang out with.  A majority of the most incredible people I’ve met have come from just being involved with the startup community.
  • I want to learn from the best professors. Read their books. Most of the professors at these schools – especially the best ones – have published their insights long ago. Ever heard of The Innovator’s Dilemma by Clayton Christensen? How about anything by Michael Porter? Google any famous b-school professor and you’ll find most everything you need. 
  • I want to learn finance, excel, [fill in the blank]. Read a book, use Investopedia, or some other online resource. It’s much cheaper, you can go at your own pace, and most of the classes in business school will just have you read them anyway.
  • The ‘case method’ teaches you about tons of businesses in a short period of time. I’m sorry, but reading and discussing a situation is no where close to actually learning about these situations, businesses, and industries, and how to make decisions in a constantly-shifting, pressure-filled environment.  The only way to do that is by actually doing it. If you want exposure to a lot of different business models or sectors, start or join a company that will give you that level of exposure. Also, do you really think that a former CEO, when being interviewed for a b-school case, is going to tell the interviewer the real reason he made the decision to sell the company was because he was cheating on his wife and he wanted to bury the returns offshore before the divorce?
  • It’s a signal for my current / future employer. Why not try to accomplish something that actually proves you’re intelligent / competent / hard-working, etc?  If you’re in sales, show how amazing you are by selling!  If you’re an engineer or designer, make something beautiful and post it online for all to see.  Putting an ‘MBA’ on your resume is a poor replacement for accomplishment.
  • I want to change jobs. This is the most acceptable reason in my mind, but do you really need to spend that kind of money for a certificate and a job fair? Why not spend the time learning about the space, attending local events you care about, and reaching out to people at companies you’re interested to grab a coffee and chat. If they’re not interested in you, try making yourself interesting by learning everything you can about the space and publishing your thoughts on what you’ve learned online (in a blog, on Twitter, on Facebook, etc).
  • I want to learn from / work with bright people (my classmates). This, I respect.If you’re not already at a company where this is possible, consider changing jobs. There are many incredible startups hiring right now. If you think a masters program is the best / easiest way to do this though, consider doing a program where a) you’re learning real skills, and b) you’re collaborating with people very different from yourself, who really bring unique / new ideas to the table.  If I ever do another degree, it will probably be at a design school where I get to actually make stuff and learn things from others that I can’t simply by reading an article online or in conversation with a friend.
  • It’s free (my company is paying for it / I have a scholarship). If you have a scholarship with no strings attached, great. But be sure to consider whether this is the best way to spend the next year or two of your life. If your company is paying, there are generally pretty significant strings attached (a commitment to work for them for the next few years).  Be careful about this.  It may sound great, but I think the gain is tiny relative to what you’re giving up in personal freedom.
  • It’s fun! I can think of many better ways to spend that kind of money on a fun experience. Why not travel? Or pay someone incredible to apprentice under them for some period of time? 

To be clear, I’m not stating that business school is inherently evil, I just think people should be more aware of what they’re getting for the time and money spent. And I think there are definitely better ways to spend both.

Feb 5, 20129 notes
#business school #mba #learning #education

January 2012

1 post

Goals for 2012

Last year I set out some goals for 2011, and while I didn’t accomplish everything, I’m pretty pleased with the results. To recap, I set out to gain a better understanding of mathematics (fail), to drastically improve my handwriting (fail), to learn how to code (success!), to improve my understanding of learning & the education system (success!), to write more (success!), to drink more water (partial success), and to eat healthier (partial success).  

This year I’m going to keep it simple and focused:

  • Learn Javascript. I’ve managed to the learn the basics of coding (mainly through Java), while reconnecting with my HTML/CSS roots. Given my love for the web, and recent developments in Javascript (Node.js, MongoDB, Google’s V8 Engine, jQuery, CoffeeScript, etc), this is the language I really want to master.
  • Launch an app. It may be small, or it may be one of the larger projects I’ve been working on in the education space, but either way I want to take something from concept to users on my own.
  • Sketch regularly. I’m giving up on my handwriting for now, but I really want to get back into drawing.
  • Gain a better understanding of mathematics. I’m trying this one again, this time with a more focused approach. I want to learn at least the history of mathematics, which will hopefully give me better bearings on where to look to improve my core understanding of the subject. (Why are we not taught this in school??)
  • Exercise daily. Anything will do. Regularity is the key.
  • Eat healthier. Less junk food, less carbs, and more protein and veggies.
Jan 23, 2012
#goals #new year #2012

October 2011

2 posts

Lessons Learned in VC

I’ve had the privilege of working in venture capital for the past few years, starting at a very young age with little mentorship in the beginning. As a result I made a ton of mistakes – and learned a great deal making them.  Below are a few of the more important lessons I wish someone had told me on my first day:

  1. Don’t be a generalist (focus on a space you care about).  Don’t be afraid to limit the scope of what you’re willing to spend time looking at. I’ve actually found that the more specific I was about my area of interest, the more deal-flow I would see in a given space (e.g. education). The logic is simple: when I see a good deal, I want to send it to friends. But when every one of the 100 VCs I know has told me to send them stuff I like in ‘mobile,’ who do I send it to? I can’t send it to all of them, so I end up sending it to (a) the guy I saw last week that’s top of mind, and (b) the person who told me they’re super passionate about that specific space.  There are plenty of startups in spaces you care about – focus on those. 
  2. Say no quickly. Early on I had this misguided notion that every deal we were sent we had to deeply examine, and I would therefore spend far too much time researching and sorting each out in my mind. Just because something looks like a good deal doesn’t mean it should be pursued.   If you aren’t really passionate about the space – or haven’t taken the time to truly understand it on your own –, don’t waste an entrepreneurs time with weeks or months of due diligence. They have a business to run.  I try to say no in the first meeting (or even before that) to most of the stuff we’re sent, while pointing them in the right direction and providing a few thoughts if I know something about the space.  I’ve found that the best entrepreneurs will come back and try to prove you wrong (and tenacity is a very good sign).
  3. Make sure you can really add value. If you can’t add value (beyond recruiting) on an ongoing basis, you won’t stay relevant to the team and will be out of the loop – even if you’re on the board. (Side lesson: the most important decisions are made before and after board meetings). Stay a part of the conversation and in the know by making sure that you’re constantly engaged with the team and helping out. This is another reason why it’s important to be specific in your investment screening – if you care about the space you will have an easier time staying actively involved.
  4. Invest in teams with an ‘unfair advantage.’ Because of simple web languages, an abundance of APIs, and open-source content, it’s easier than ever to build a web product quickly.  The teams you want to invest in are those who have an ‘unfair advantage’ in two areas: (1) in their deep understanding of the space – the competitors, partners, and customers –, having lived/worked in it for years, and (2) in their *proven* ability to build beautiful products people love. A deep understanding of the space provides them with not only the knowledge to navigate it but the right relationships to sell into it. This understanding, combined with an ability to craft great products, makes for a huge competitive advantage. It’s easy to build a product, but difficult to build one that the right people will care about enough to pay for.
  5. Invest in (technical) novelty. I don’t believe venture capital dollars should go to companies that are building a ‘me too’ concept for a different geographic region or demographic (see the Founders Fund Manifesto for more on this). Invest in big ideas that will really pave a new path and radically change the world in a positive way, and in technology that took more than a weekend to build.  There’s no problem with simplicity, but generally it takes a while to get an idea right for a specific space. It’s not about the pure technical complexity of a product, but rather the fact that the team has slaved away on it long enough to know exactly what features and technology is required to solve the core of the pain-point for their target demographic. In most cases there’s a pretty strong correlation between the time it took to build the product and how long before you see serious competition.
  6. Don’t be pressured into closing fast. It always takes a few in person get-togethers for people to show their true colors. Make sure you have enough time to really get to know the entrepreneur (see this post by Mark Suster), and to do your homework. Generally there’s no way that you’re going to have time to properly reference check and diligence a person and concept if the deal is closing in a week. I make this clear to entrepreneurs upfront, and its one reason why I frequently say no fast.
  7. Involve your partners early and often. I’m a pretty independent person, and in the beginning I lost a few great opportunities because I worked alone and tried to present my partners with a pretty package at the end, only to be met with a lack of excitement or confusion.  Don’t expect your partners to jump the moment you show them a deal. Make sure they ‘get it’ early and often, and don’t assume they’ve read the due diligence and understand the intricacies. Most importantly, figure out what your partners are looking for. Ask what they need to see for it to be a rockstar in their eyes.
  8. Manage Entrepreneurs’ Expectations. All too often my excitement would translate into mixed communication with an entrepreneur, and a misguided notion that it was a done deal. Make sure they’re aware that it’s a partnership decision, and that you speak for yourself, not others.
  9. Make sure your vision of the product is the same as the entrepreneurs. And that they have a strong vision to begin with. Coming from the entrepreneurship world, I tend to have a very ‘big vision’ way of looking at things, and sometimes get caught up in my own ideas for where something can go. Make sure you’re not projecting your vision onto their startup, and that you’re on the same page.
  10. Don’t screw entrepreneurs. Keep deals simple, and give founder friendly terms. (It will come back to bite you – trust me).
Oct 30, 201113 notes
#Venture capital #entrepreneurship #lessons learned #startups
Act II: Enterpoid

I’ve officially joined the Enterproid team this week, and I could not be more excited. I’ve worked closely with the founders over the past year since our investment, and have just been blown away. The technology is impressive, and the guys are among the brightest I’ve ever worked with. (Comcast, Qualcomm, & Google Ventures agree.)

While I’m moving back to the light side, I will remain a partner of BOLDstart Ventures (so please keep sending opportunities my way!), continuing to work with Eliot and Ed, who have both been awesome mentors for the past few years. I’m totally committed to continuing to actively support our entrepreneurs – I am, as always, still happy to hop on a call or meet up at any time to help out. Several of the projects I will be working on for Enterproid will be highly relevant to other mobile startups (more on this soon), and should enable me to provide a lot more of that elusive venture capital ‘value-add’ to the companies we work with.

Those who know me well know that I love to build, and that since putting my last startup project on hold to join the venture world I’ve been eager to get my hands dirty again. I strongly believe that to be a great venture capitalist you need to deeply understand what it’s like to work at and start a venture yourself. I’m hoping that Enterproid will be the first of several opportunities to make myself a better investor, and a better entrepreneur.

Oct 7, 20112 notes
#BOLDstart Ventures #Enterproid #Venture capital #startups #mobile

August 2011

3 posts

At Oxford, Avoiding Generalism

For the past nine months I’ve spent most of my time in Oxford, researching social policy and the Internet’s impact on access to higher education. While I’ve technically been working at Penny Black and BOLDstart full time as well, I’ve spent most of my time disconnected; reading, thinking, and wandering through the countryside.  Here are a few of the more important takeaways:

  1. There’s no such thing as a generalist. At least not a useful one. Many people who go into consulting or similar fields believe they can study a bunch of different businesses and solve any problem once they have the right set of tools.  While I’m sure they can help bring clarity to many problems, there’s nothing like immersing oneself in a space – enough to intimately understand all of the players, issues, and interests. In the startup world this kind of experience gives entrepreneurs a big leg up against others with a similar idea, and it’s for this reason that venture firms put so much weight on a team’s domain knowledge.
  2. Detach completely for quality thought. I took for granted the importance of having time/space to think clearly, and didn’t realize how hard this is to do in New York. You get used to being bombarded every few minutes with emails, texts, phone calls, meetings, and other distractions.  Living in a big city affects your clarity of thought. Being antisocial every once in a while – perferably in a beautiful place –, and taking the time to think, digest, and reflect, leads to amazing results. Simply reacting all the time to the social stimulus around us makes for dull (and stressed) people.
  3. Diversity of people = diversity of thought. 99% of the people I hung out with in Oxford did not know what an API was, had not integrated Rapportive into Gmail (yet), and were slightly offended when I told them that Klout could predict how influential they are online. Generally we think of diversity as people of the opposite view, but the best diversity is people who are not even on the same plane of thought. Innovation happens between, not within disciplines, and it’s important to expose yourself to that every so often.

I frequently take up issue with the costs of higher education and the general worthlessness of many degrees. But if for whatever reason you are fortunate enough to have the opportunity to do a one year independent study program, it can be an incredible and valuable experience. If you do have the opportunity, don’t go straight out of undergrad, find a program that lets you explore before diving in, in a beautiful place, and in an environment where you’ll be forced to surround yourself with people much smarter and very different from yourself.

Aug 28, 20111 note
#education #oxford #thinking #penny black #boldstart #specialization
Aug 20, 20115 notes
#Oxford #summer #port meadow #sunset
Investing in Internet-Enabled Education

There’s no reason why 30 students should sit in a classroom and be lectured on the same thing at the same time at the same pace when everyone learns differently. There’s no reason why the tens of thousands of algebra classes are each being reinvented right now across the country by teachers of variable skill levels. There’s no reason why college students should go into hundreds of thousands of dollars of debt for courses and a diploma that may not take them where they want to go. And there’s no reason why teachers should waste time conveying materials that can easily be found online, when instead they could be inspiring students to be curious, discover themselves, and apply what they learn.

Despite how huge the education market is (estimated at $750b in the US alone), many VCs are afraid to invest in ed-tech because there was a lot of ‘road kill’ in the space after the dot-com bust. But much has changed in the past decade: the addressable market has expanded dramatically (10x more people are online, have 10x as fast connections, and are connected at least 10x as much), and we’ve recently seen a proliferation of internet-enabled mobile devices, data storage and processing innovations, and the spread of open source content that have brought about great efficiencies in content distribution, consumption, and production.

The importance of the Internet in changing education is more relevant than ever: we continue to move from a manufacturing-based economy to a knowledge-based economy at a rapid pace, yet our school system is still stuck in the Industrial Revolution. 

image

There are a great diversity of opportunities to innovate in the education realm. On the learning side, we need to create new ways to make it:

  1. Fun. All physics lessons should be as fun as Angry Birds.
  2. Ubiquitous. I should be able learn anywhere and everywhere, taking full courses on my iPhone or any other device.
  3. Adaptive / Customized. Machines should learn how I learn and teach in a way that works best for me.  

And on the accreditation side we need to find ways to get people credit (/certified) for practical skills they enjoy in a much faster, cheaper, and more accessible way than is provided by the accreditation bodies who hold a monopoly on the education system today.

I’m not arguing that we should try to overhaul the current system and force schools to adopt new technology and ideas, but rather that if we create compelling learning and teaching products outside of the school system we can push change from the outside, in.

Some Inspiration:
  • Fred Wilson and Brad Burnham on hacking education (especially the comments)
  • Khan Academy (watch the videos!)
  • Sir Ken Robinson & Jane McGonigal’s TED talks
  • A Mathematician’s Lament (PDF)
  • Turning Learning Right Side Up
  • And many others (ask me!)
Aug 14, 201123 notes
#education #venture capital #startups #investing #learning #accreditation

July 2011

1 post

Networked Knowledge & the Ridiculousness of Exams

I hope this is obvious: forcing students to answer a series of questions under the clock is probably the stupidest way to test proficiency in a subject area. The ultimate goal of teaching is not fact memorization, it’s application. Exams under intense time pressure are useless: they are not at all a representation of the depth/breadth of a person’s knowledge in a subject area, nor how capable they are in applying it.  And worse, they encourage short-term memorization of information that becomes useless a month after the test. How much information do you remember from the last exam you took?

I admit that there are some professions where memorization-based, timed exams are more relevant – such as emergency medicine –, where the need to recall random facts under time pressure is actually a skill in and of itself. Though I would argue that even this skill will soon change as on-demand medical data is more easily accessible.

Thanks to the Internet and the relatively powerful mobile devices we now carry around, we have moved from having a ‘local’ to a ‘networked’ brain, where data is now able to be stored and accessed not just from our own head, but from society’s collective mind. These devices have literally become an extension of our brains: they help us navigate complex terrain, recall detailed information from years ago, and give us access to billions of pages of data covering almost every subject thinkable.

This model is obviously not without costs in terms of human independence, but we have always been social creatures, and this is simply the evolution of that capability to communicate and work together. Given this incredible new model then, how we use that information becomes so much more important. Exams should be structured to reflect this, and focus on data-rich application and creativity.

Jul 10, 20114 notes
#education #learning #exams #networked knowledge #standardized testing

June 2011

6 posts

Why Reading Deserves its Own Device

A month ago I bought a Kindle, and after a week of use I brought it back with me to Oxford, leaving my iPad in New York. It was a great decision.  For the longest time I had dismissed the Kindle as silly, calling it a ’segue technology’ – a device that would just be around until the iPad or some other multi-function tablet squashed it.  Who needs another media consumption device? I was totally wrong. 

What I had forgotten – living in the tech world and spending every free moment on email, Twitter, and blogs – was that reading a book is a very special and unique experience. It’s immersive, demanding complete attention, and involves opening your mind and letting yourself be transported to a different place, or a different way of thinking. This requires a device that disappears entirely as you start to use it: it has to be light enough that you forget you’re holding it, be large enough that you can immerse yourself in a page without it being unwieldy, and be easily readable in your favorite spaces – under a tree, on a beach, or in front of a fireplace.  

It also has to be free of distractions. The iPhone is great for short-form communication, skimming tweets, checking Facebook, listening to music, and watching online video on the go, among other things. These functions all happen to co-exist very nicely in one device: you’ll read a tweet with a link takes you to a web page with an interesting video that you then want to email to a friend or broadcast.

But reading a good book – and really absorbing the knowledge or story – is a totally different experience. If you find the right book and environment, it’s truly magical. It deserves a device focused solely on making that experience incredible.

Jun 30, 201124 notes
#reading #books #kindle #ipad #learning #iphone
Teaching is Broken

The information age has fundamentally changed the job requirements of a teacher. A vast majority of the world’s basic knowledge is now ubiquitous – stored and easily accessible online from almost every computer and billions of mobile devices. Why, then, are we still forcing students to buy expensive textbooks and hiring teachers to lecture on subjects whose content is largely available from a quick Google search?

Before the 15th century, only a small subset of people on the planet had access to society’s accumulated knowledge. In the past 500 years, while the accessibility of knowledge has advanced dramatically, teaching methods have largely remained the same. Imagine the standard high school algebra class: the same set of materials is being taught in every school across the country by hundreds of thousands of teachers of varying competency. Yet a quick Google search reveals enormous amounts of free online materials on the subject that anyone can use to learn from right now on their own. So why do we still employ thousands of teachers to convey those exact same materials to students?

Rather than have restless students sit in a lecture and be instructed on a subject, we should teach them how to discover the subject themselves, and let them be free to explore. Teachers (sherpas?) should point students towards online resources like Khan Academy, and students should be left to explore different areas that interest them on their own with some basic guidance as to the minimum required competency of the subject they must achieve.  The teacher would act more as a mentor and guide, working with individual students on conceptual issues that arise in their learning, and ensuring they find the best resources on the subject along the way.

I hated school – and was a terrible student throughout most of it –, yet I love to learn. This doesn’t make sense. Teachers should not teach – they should inspire their students to learn, instilling curiosity and holding their hand through the discovery process.

Jun 29, 201111 notes
#education #teaching #learning #knowledge #idea
Admissions Officers: True Early-Stage Investors

While angel investors and early-stage venture capitalists invest pre-revenue or sometimes even pre-product, university admissions officers are the true early-stage investors: they invest pre-idea! When you think about it, it’s actually striking how similar admissions officers are to VCs: they invest in people, they (the university) hope for large returns in the future (by way of donations), it’s an expensive investment on both sides, and a stamp of approval and access to the network of a cream of the crop ‘investor’ is highly valuable.

As much as I bash universities for not providing the right educational experience for students and allowing enough room for experimentation – most of my learning definitely happened outside of the classroom –, there is no denying that my Harvard diploma has opened doors that would have been a lot harder to maneuver into without. That stamp of approval – similar to an investment from Kleiner or Sequoia – has made it a lot easier for people to have faith in me at a young age.  And of course, my peer-group at the universities I’ve attended has also been a huge factor in my success. 

Are universities paying enough attention to who they hire as admissions officers? Probably not: it’s not exactly the most prestigious and sought-after employment position, and I’m sure it does not pay anywhere near what a venture firm pays. As a result, the people they hire are not anything like the world-changing rock stars they should aspire to admit. A similar argument can, should, and has been made for teachers, but this seems like a much easier issue for universities to fix - an issue that directly affects their top line.

When I say ‘fix,’ I mean universities should hire admissions offers good enough to identify passion, creativity, tenacity, and a big vision, without simply relying on easily-gamed, non-representative indicators like GPAs, standardized test scores, club memberships, and application essays. Wake up, Harvard - you’re hiring poor investors and it’s going to hurt when you’re the last one in the room to figure that out.

Jun 22, 20115 notes
#college #university #harvard #learning #education #idea #venture capital
Jun 12, 2011
#flower #color #brooklyn botanic garden
Library 2.0: Reading in the Park

I was exploring the Brooklyn Botanic Garden two weeks ago, thinking about how nice it would be return with my Kindle for some grassy reading, when it dawned on me that we now have the opportunity to totally rethink how we use libraries, and what a ‘library’ actually is.

Libraries haven’t changed much since the Library of Alexandria in ancient Egypt - they still exist as physical spaces crammed with shelves of books that bring people together to devour knowledge. This model has worked pretty well for the past few thousand years (except perhaps for the fact that Julius Caesar accidentally burned that one down), but today, thanks to the digital world and mobile internet, knowledge has been detached from paper and can be called upon anywhere.

This paradigm shift of ‘knowledge in the cloud’ presents the opportunity for us to rethink how we use libraries, and public space in general.  I propose the following:

  1. Instead of local and federal governments spending money acquiring new books, they begin to shift libraries onto e-readers, striking a deal with publishers to grant those within the library walls unlimited access to their entire catalog of books (whether the person is on their own device or a library-owned one). Access rights could be managed through the library Wi-Fi network.
  2. Governments then use these ‘unlimited reading licenses’ purchased from publishers to spread open reading access to other public spaces as well, perhaps parks and public transportation, creating a whole new way to experience public space.

In this scheme everyone wins: governments would spend less on maintenance and incent the use of public space, publishers could entice people to buy more books by allowing them to ‘sample’ it in libraries, and everyone would have access to vastly more knowledge than any single library could ever hold.

There are massive opportunities here beyond what I’ve outlined, to retool libraries into spaces that can also accommodate other cultural experiences – perhaps facilitating the display of art and music – while at the same time keeping alive the best part of the library experience: social learning.

Jun 8, 20117 notes
#education #kindle #learning #library 2.0 #reading #idea
Teaching Focus

Lately, as I prepare for exams and trudge through my thesis, I’ve been thinking a lot about the importance of being able to focus. It’s something I’ve struggled with for a long time. 

When I was in middle school I was given Retalin to help me focus. I don’t remember if it actually worked, but I do remember that the side effects were terrible, and I quickly stopped taking it.  I eventually managed to get over my issues with a combination of persistence, and help from my parents and a few tutors. I made it through high school, then into Washington University in St Louis, transferring to Harvard sophomore year to complete my bachelors, and this fall I hopefully will be receiving a masters from Oxford. If you asked any of my middle school teachers where they thought I would end up academically, I assure you they would have been wrong.

I’m not going to debate the issue of medicating an increasing number of children for ADD & ADHD, as I simply don’t know enough of the science to argue whether it exists and if it’s actually worth medicating given the side-effects. I do believe, however, that regardless of one person’s propensity toward distraction, we are all faced with exponentially more stimulus in today’s world than ever before, and no human is properly prepared for it. 

Given this, I believe schools should teach ‘focus’ as a core discipline in K-12 education. It’s such an important skill - necessary for success in just about everything, yet totally undervalued in our society.  Do you check Facebook, Twitter, or your email every 10 minutes? Do you pull out your mobile during dinner or mid conversation with someone? Then you have the problem too. 

I struggle every day to overcome it, and I hope someday soon we can prepare kids in advance for dealing with all this stimulus – without the stigma – as they enter an ever-increasing world of connectivity.

Jun 7, 201161 notes
#K-12 #connectivity #education #focus #school #idea

April 2011

3 posts

Apr 14, 20111 note
#oxford #christ church meadow #fall
Apr 9, 201113 notes
#oxford #beaumont st #spring
Apr 5, 2011
#oxford #isis river #fall
Next page →
2012 2013
  • January 1
  • February
  • March
  • April
  • May
  • June
  • July
  • August
  • September
  • October
  • November
  • December
2011 2012 2013
  • January 1
  • February 1
  • March
  • April 1
  • May
  • June
  • July
  • August 1
  • September
  • October
  • November
  • December
2010 2011 2012
  • January 24
  • February 9
  • March 2
  • April 3
  • May
  • June 6
  • July 1
  • August 3
  • September
  • October 2
  • November
  • December
2010 2011
  • January
  • February
  • March
  • April 2
  • May 1
  • June 3
  • July 2
  • August 1
  • September 7
  • October 11
  • November 9
  • December 16