Earlier quoted context omitted.
As I compete with Magic Leap, I'm probably in a pretty good position to answer this question. The main reason why ML is able to attract this level of investment is that their technology is literally decades ahead of what anybody else has. I haven't had the opportunity to try their headset out, but I know some people who have, and I haven't heard a single bad thing about it. The closest metaphor I can think of is seei…
What do you mean by revolutionizing computing? I assume you mean the way we interact with computers, not something like computer processing speed. I definitely agree that AR has huge potential in changing how we interact with the world. Although I'm much more interested in technology that leverages things like projects to augment my reality without having to wear a headset. Very related things though. How do you feel…
Magic Leap raises $827M in Series C
141–150 of 183 posts
Re: Magic Leap raises $827M in Series C
#142Earlier quoted context omitted.
Neal Stevenson said he thought it was comparable to the change from printers to monitors as a UI.
Neal Stephenson is also paid by them. And he writes fiction. Thoughtful, interesting fiction. I remember when lots of credible people said that the Segway would change life, and whole cities would be built around it. Where is Segway now? [1] https://en.wikipedia.org/wiki/Segway_Inc . [2] http://content.time.com/time/business/article/0,8599,186660-... [3] http://www.wired.com/2015/01/well-didnt-work-segway-technolo...
Re: Magic Leap raises $827M in Series C
#143Earlier quoted context omitted.
As I compete with Magic Leap, I'm probably in a pretty good position to answer this question. The main reason why ML is able to attract this level of investment is that their technology is literally decades ahead of what anybody else has. I haven't had the opportunity to try their headset out, but I know some people who have, and I haven't heard a single bad thing about it. The closest metaphor I can think of is seei…
In what specific ways is their technology better, from what you've heard? Hololens supposedly has a narrov FOV and you need a relatively dark room due to the additive display. Have they really solved these problems?
I have a source that's told me they've solved FOV, but I can't figure out how their technology could do that from a technical prospective. Hypothetically you don't need a dark room for ML's technology, but their demo video was darkened which makes me wonder if there is some limitation of this.
Re: Magic Leap raises $827M in Series C
#144Earlier quoted context omitted.
As I compete with Magic Leap, I'm probably in a pretty good position to answer this question. The main reason why ML is able to attract this level of investment is that their technology is literally decades ahead of what anybody else has. I haven't had the opportunity to try their headset out, but I know some people who have, and I haven't heard a single bad thing about it. The closest metaphor I can think of is seei…
Compete? Your website makes you out to be a high school student.
Re: Magic Leap raises $827M in Series C
#145I don't know where I stand on this. To be raising such ridiculous amounts, they must have some incredible technology to demo. If they're anything close to what the second demo video shows, then they're basically building Tony Stark's home computer interface in Iron Man.
Doubtful the second video is real. Weta Workshop ( http://wetaworkshop.com/ ) which appears in the top right, "[HAS PROVIDED] DESIGN AND MANUFACTURING FOR FILM, TELEVISION AND CREATIVE INDUSTRIES FOR OVER 20 YEARS."
Re: Magic Leap raises $827M in Series C
#146Earlier quoted context omitted.
When your product has been featured in nearly every science fiction movie of the last few decades does "the market" really need to be proven?
There's a big difference between being really cool and being something people will pay for. The tech demos are undeniably, but after "Wow!" my second thought was, "If I'm not a gamer, why would I buy this?"
And that means that first, they'll make it do enough desirable things that you will accept ads.
And those will make you want it.
Re: Magic Leap raises $827M in Series C
#147Earlier quoted context omitted.
> haven't had the opportunity to try their headset out, but I know some people who have It's easy to say technology is decades ahead when you haven't even tried it. Rumor/second-hand retellings can be very powerful. I'm really excited to see this tech, but I'm also really skeptical.
Definitely true (the Segway is a great example of this), but I've also talked to people who were involved in developing the technology academically and have studied their patents in-depth, and I'm pretty certain they're the real deal.
Re: Magic Leap raises $827M in Series C
#148I can't get past the fact that the software, in order to interact with the 3D world, will be expensive and cumbersome to make. Also, people (your income) born before AR tech generally don't want hardware on their face. This, and Hololens, and similar, will fail for a while, and I'm thinking it will be decades. I'm placing my bet now.
If they get it working well with glasses or contact lenses, it will win through. The ability to spin up displays as needed (massive TV in your living room, a screen in the kitchen, shower, ceiling of the bedroom, outside, etc) will mean that fewer and fewer rely on physical displays.
Not to mention the availability of more contextual information (tourism, sports, researching, gardening, socialising, etc).
Re: Magic Leap raises $827M in Series C
#149Would be great if someone with better knowledge would expand on the engineering challenges they face.
Re: Magic Leap raises $827M in Series C
#150Earlier quoted context omitted.
These two things are non-trivial, but not particularly hard in themselves. However, doing them at ultra-low latency becomes quite a challenge. Doing anything at ultra-low latency is already a challenge, but especially so when what you're trying to do is running a deep neural net for entity recognition or gesture recognition.
Training an ANN is computationally intensive, using a trained ANN is not. No context switching for system calls, no memory management, just matrix math.