Live data from Hacker News

Ask HN: What startups are working on hard, technically challenging problems?

news.ycombinator.com

11–20 of 24 posts

Re: Ask HN: What startups are working on hard, technically challenging problems?

#12
post #6

I have this old dream of building a great verification / formal methods as a service company with the right mix of axiomatic specifications, data and flow analysis, abstract interpretation, model checking, type systems and theorem proving. And with time extract project methods into tools and frameworks, and evolve them. A bit like 37signals did by extracting Ruby on Rails from Basecamp. A source of inspiration is bri…

https://en.wikipedia.org/wiki/Semmle has been doing some interesting dataflow and static analysis for some time.

Re: Ask HN: What startups are working on hard, technically challenging problems?

#13
post #4

At GrAI Matter Labs we are working on next gen non-von Neumann brain inspired computing assuring post-Moore performance scalability. This technolog is only moving now from research to production and has been labeled as transformational by Gartner. Our technology fuses neuro science and computer science in one architecture that is both, trainable and fully programmable. And yes, we are hiring. https://www.graimatterla…

"labeled as transformational by Gartner"

According to wikipedia, there are 64 magic quadrants with roughly 10-25 companies per quadrant. This type of marketing is more of a detractor than anything else, especially on HN.

It's much more helpful to provide technical / product related information to substantiate your claim. If you are working on a hard problem, describe it. The more detail, the better.

Re: Ask HN: What startups are working on hard, technically challenging problems?

#14
I work at https://limejump.com and we have a platform which manages energy assets such as wind farms, batteries and diesel engines and helps their owners make money by trading on the energy market.

It's technically challenging because doing so requires a team of data scientists forecasting the performance of the assets using weather data etc, an IoT team working on devices which send real time data from the assets, a software engineering team building the software behind all of this and an electrical engineering team that works on the assets.

The description above is a gross simplification and I've only been here a few months so I'm still getting to grips with things but it's definitely full of technical challenges.

Re: Ask HN: What startups are working on hard, technically challenging problems?

#15
We were presented with an interesting challenge from a potential lead for our edtech platform where they want to be able to run an online course platform in countries where internet connection is a luxury. So it has account for bad/low/unstable internet connection but still provide a way to learn online. For example, when we build applications like those, we don't think about the internet connection necessary since we assume it has to exist. But offline sync etc for this learning platform will be key. This is not an entire startup by itself but part of our current business and a fascinating challenge to solve.

Re: Ask HN: What startups are working on hard, technically challenging problems?

#16
post #2

I have seen only a very small number of startups genuinely face very hard engineering problems like what Corellium is doing. I will elaborate. In a 9 year development span, they have fully virtualized a real iOS device (Yes, it is not a simulator) to the point that it is running on a rack of ARM64 hypervisors on bare-metal boards from the bootloader to the home-screen. They even managed to virtualize the secure-eleme…

Why do you need a virtual iOS device? Honest question.

Re: Ask HN: What startups are working on hard, technically challenging problems?

#17
post #16
post #2

I have seen only a very small number of startups genuinely face very hard engineering problems like what Corellium is doing. I will elaborate. In a 9 year development span, they have fully virtualized a real iOS device (Yes, it is not a simulator) to the point that it is running on a rack of ARM64 hypervisors on bare-metal boards from the bootloader to the home-screen. They even managed to virtualize the secure-eleme…

Why do you need a virtual iOS device? Honest question.

Perhaps you should ask every company testing apps on real iOS devices and the security researchers who need to automate finding bugs in iOS apps and in iOS itself. The iOS simulator is severely limited and is controlled by Apple so the need for a service that runs a full unrestricted iOS in the cloud is in demand and Corellium solves this.

Apple has maintained control of the mobile industry for a very long time and Corellium removes the need to buy another locked-down iDevice due to planned obsolescence to test your app. There is a reason why Apple tries to shutdown anyone who attempts to virutalize or emulate iOS/tvOS/watchOS and their apps.

Re: Ask HN: What startups are working on hard, technically challenging problems?

#18
post #17
post #16

Earlier quoted context omitted.

Why do you need a virtual iOS device? Honest question.

Perhaps you should ask every company testing apps on real iOS devices and the security researchers who need to automate finding bugs in iOS apps and in iOS itself. The iOS simulator is severely limited and is controlled by Apple so the need for a service that runs a full unrestricted iOS in the cloud is in demand and Corellium solves this. Apple has maintained control of the mobile industry for a very long time and C…

Why does Apple limit their iOS simulator? Do you need iOS simulator for development of iOS apps?

Re: Ask HN: What startups are working on hard, technically challenging problems?

#19
post #4

At GrAI Matter Labs we are working on next gen non-von Neumann brain inspired computing assuring post-Moore performance scalability. This technolog is only moving now from research to production and has been labeled as transformational by Gartner. Our technology fuses neuro science and computer science in one architecture that is both, trainable and fully programmable. And yes, we are hiring. https://www.graimatterla…

"labeled as transformational by Gartner" According to wikipedia, there are 64 magic quadrants with roughly 10-25 companies per quadrant. This type of marketing is more of a detractor than anything else, especially on HN. It's much more helpful to provide technical / product related information to substantiate your claim. If you are working on a hard problem, describe it. The more detail, the better.

The hard problem is to provide processor performance scalability in a post-Moore world. We are tackling this by event based, near-memory, sparse computing. Traits that can be just as well attributed to the brain. The challenge here is that a whole new set of algorithms is required. A good illustration for that are DVS (Dynamic Vision Sensors). They produce a continuous stream of asynchronous events, just like our eyes, and algorithms like object detection have to work on this stream of events rather than a simple sequence of frames. The advantages are ultra-low latency, high energy efficient computing. Only what needs to be computed is computed, asynchronously. Since DVS is not a very widespread technology (yet) we do frame-to-event conversion to tap into the energy efficiency of sparse, near-memory compute. All of this processing can be done on the same architecture, since it can be explicitly programmed to do e.g. frame-to-event conversion, and trained to do inference on objects in the resulting stream.

Re: Ask HN: What startups are working on hard, technically challenging problems?

#20
post #18
post #17

Earlier quoted context omitted.

Perhaps you should ask every company testing apps on real iOS devices and the security researchers who need to automate finding bugs in iOS apps and in iOS itself. The iOS simulator is severely limited and is controlled by Apple so the need for a service that runs a full unrestricted iOS in the cloud is in demand and Corellium solves this. Apple has maintained control of the mobile industry for a very long time and C…

Why does Apple limit their iOS simulator? Do you need iOS simulator for development of iOS apps?

The simulator only runs intel versions of iOS apps and cannot run true iOS apps which are arm64 binaries. This is Google's use case for testing Chrome and Golang on a truly virualized iOS device capable of running these executables. The iOS simulator cannot do this.

For testing smaller applications, the simulator is sufficient for that purpose, but for more complex applications almost always requires a real device. Also some features like in-app purchases are unavailable in the simulator, making it harder to test such features.

The real reasoning behind why Apple uses a limited version of the simulator is unknown to everyone, but these limitations have forced developers to purchase real iDevices just to test certain features either when Apple ends support for a device or an iDevice doesn't support a certain feature.

Corellium takes this further and fully virtualizes the iDevice on any version and it has the options to configure the state of the iDevice and allows automation and tests to run on the device. You may think of it like what Docker did to web apps is what Corellium has done for iOS and Android apps.

Post reply on HN