• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is native application programming dead?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
The idea behind webapps is that they are universally accessible. But 80% of the ones I see defeat this purpose by requiring some kind of plugin that wont work in all browsers.
 
I actually have an interesting project i've been slowly working on. it's a C++ daemon that serves the back end to a web app. So there's C++ and html/css/php involved. Basically it's a client/server app but the client resides on the same server as a web app. Makes it so i don't need to give apache full access to the system, only the back end does. (it's a control panel so it needs to edit configs, restart services, etc)
 
This summer, I'm working with NASA's Jet Propulsion Lab. We're extending the computer vision capabilities of the Mars Rovers. The main idea is that the rover will be able to determine what information is actually important in an image, tag the important segments with metadata, and report only the relevant/important images and information. For example, if we're looking at boulders, having an image that also includes part of the sky is wasting a lot of bandwidth. I thought WiFi was slow, but all the way from Mars just plain sucks. All our real code will be in C and a good portion of it will be systems level. Simulations and prototyping will be in Matlab and a couple in-house tools.

My previous project (which is now complete) was with NIST and the Department of Defense. It was an automated tool for performance evaluation of video surveillance algorithms, for all sorts of video including broadcast news, UAV's, fixed cameras, etc. It involved a lot of machine learning, pattern recognition, etc.

I bring these up because this is what I like. I really enjoy these kinds of projects and I tend to catch on to things easily. So my new question is: if this is what I want to do, am I stuck in academics for the rest of my life? Should I get my doctorate and just do research at a university? What about the private sector? And I don't know... something about working for our government kind of scares me.
 
Back
Top