Ask HN: What startups are working on hard, technically challenging problems?
121–130 of 177 posts
Re: Ask HN: What startups are working on hard, technically challenging problems?
#122Earlier quoted context omitted.
What a name!..
Yes, they're obviously not Scandinavian (where the name means male genitalia, plural). Funfact: in the northern parts of Norway, calling a policeman a "horses penis" is not illegal, as that is a somewhat common thing to call another person. Yes, this was tested in court in 2008.
Re: Ask HN: What startups are working on hard, technically challenging problems?
#123The founders went through Techstars London 2013 and moved to Austin right after. We raised 1.4M last fall from a mix of angels and VCs.
Re: Ask HN: What startups are working on hard, technically challenging problems?
#124Sandstorm.io ( https://sandstorm.io ) is working on turning server infrastructure and security upside-down without the need to rewrite applications. The goal is for distributed infrastructure and security to be as easy as possible for end users to manage, and as hard as possible for applications to screw up. The model we're building is capability-based; previous capability-based research systems have usually required…
Re: Ask HN: What startups are working on hard, technically challenging problems?
#125Earlier quoted context omitted.
Yes, they're obviously not Scandinavian (where the name means male genitalia, plural). Funfact: in the northern parts of Norway, calling a policeman a "horses penis" is not illegal, as that is a somewhat common thing to call another person. Yes, this was tested in court in 2008.
I have a theory that if a word is less than 5 letters long, it probably means male genitalia in a foreign language.
Re: Ask HN: What startups are working on hard, technically challenging problems?
#126We were a spin-off of the MIT mind machine project. We were working on cognitive modeling with the long-term goal of modeling intention awareness, which is modeling cognition (knowledge and emotions) with a time component.
We were working on knowledge graph theory, blending over time, based on all written communication of an individual or population sub-group.
It proved to be too soon - probably about 10 years too early. We needed more data from individuals - email wasn't enough. We probably needed daily recording of all interactions to build a knowledge graph of an individual. But even working with email data it was too much information - we could barely process all of it especially when blending with a time vector.
Google glass was hopeful for acquiring enough interaction data for a person and their daily lives, but it proved inadequate (no one used it). The closest data set to what we needed was recordings of all interactions on the ISS.
This will be necessary to model a human personality AI at the beta level (copy of an individual based on observations of that person).
We've since moved off on to other projects.
Re: Ask HN: What startups are working on hard, technically challenging problems?
#127Earlier quoted context omitted.
How do you justify to yourself working under a CEO who proposed making a smear campaign against Julian Assange?
A third party (HB Gary) — not Palantir and certainly not its CEO — suggested the 'offensive' campaign against Wikileaks. Palantir — and specifically its CEO — immediately disclaimed involvement or interest in both that plan, or anything of its general type. How do you justify to yourself slandering a company by claiming nearly the exact opposite of what happened?
They did apologize for this and as you say, disclaimed involvement or interest in such a plan. [2]
[1] https://wikileaks.org/IMG/pdf/WikiLeaks_Response_v6.pdf
[2] http://www.forbes.com/sites/andygreenberg/2011/02/11/palanti...
Re: Ask HN: What startups are working on hard, technically challenging problems?
#128Sandstorm.io ( https://sandstorm.io ) is working on turning server infrastructure and security upside-down without the need to rewrite applications. The goal is for distributed infrastructure and security to be as easy as possible for end users to manage, and as hard as possible for applications to screw up. The model we're building is capability-based; previous capability-based research systems have usually required…
Wondering why you're not actively hiring?
[0] https://blog.sandstorm.io/news/2015-01-15-sandstorm-1.3M-see...
Re: Ask HN: What startups are working on hard, technically challenging problems?
#129Earlier quoted context omitted.
No doubt health insurance is hard problem, but it's not technically hard . OP asked for examples of company's pushing the limits of advanced technology, and Oscar is not one.
It's not? Why do you feel that way?
Nothing wrong with that. But using today's technology in web and mobile to build a highly-usable customer experience, is not what OP meant by hard technical problems.
Re: Ask HN: What startups are working on hard, technically challenging problems?
#130Earlier quoted context omitted.
Compute on the GPU is unlikely to be unified in a meaningful way with the CPU in the near future. The GPU is a massive SIMD machine in contrast to the CPU. Even if you use the same language for both, the style of code & algorithms are very different.
Check out the AMD APU. We've had good experiences with recent Intel integrated as well due to embedded RAM. You are right though in that we write our code with data parallel and sometimes manycore SIMT in mind.