vote up 6 vote down star
5

42 Answers

prev 1 2
vote up 0 vote down

I'm part of a team that is developing a cross-platform ERP/CRM software, with a single, very compact code-base written in C++, that is composed of an UI engine, a very fast database engine and a virtual machine (that runs the business logic).

The C++ engine is being built for Symbian S60, Windows CE, Mac OS X, Windows, Linux, Solaris and AIX. We do both 32-bit and 64-bit versions, and use both 32-bit and 64-bit file access. And the same engine is running both server and clients, and is being used for many quite different products that we offer to our customers. All of our products is translated into 26 languages, and the user can switch language on the fly by pressing a key.

With all this, we still have no problem adopting platform-specific technologies such as Cocoa and .NET, performance is great on all platforms, and even though the oldest parts of the code are from the late eighties, we have a straighforward and easy code to work with. We release new versions of our products several times every year, always on all platforms and in all languages at once.

What inspires me is great architectural groundwork that makes this kind of thing feel really easy.

link|flag
vote up 0 vote down

Erlang: When I read Joe Armstrongs book I felt the lightbult turn on

Microcontrollers: Killbots in 3 2 1 ...

The internet: Now it has porn AND google

link|flag
vote up 1 vote down

scala maybe the next great programming language

link|flag
vote up 4 vote down

Machine Intelligence. Just a small advance in something like image recognition could enable so many new technologies.

link|flag
vote up 14 vote down

The iPhone. Its sheer beauty in terms of interface design led me to want to create software that was similarly glorious to use. Not that I necessarily succeeded, but the iPhone was (and continues to be) inspirational.

link|flag
vote up 8 vote down

WPF! Not a day goes by when you don't have a "wow" moment.

link|flag
1  
windows presentation foundation, warren. – Scott Oct 13 at 15:44
show 1 more comment
vote up 2 vote down

As a year-long java developer it inspired me to think different when I stumpled upon Groovy, Grails (and now Griffon). It made me think different on OOP and Java. That was the most inspiring technology I found this year

link|flag
vote up 3 vote down

Haptics! I recently developed an OpenGL project with a SensAble Phantom Omni haptic device. 'Touching' virtual objects is damn cool if you ask me.

link|flag
show 1 more comment
vote up 9 vote down

Internet! ;)

link|flag
vote up 2 vote down

Google Search Engine

link|flag
vote up 2 vote down

The new, the neat, and the unfamiliar.

link|flag
vote up 30 vote down

The Google search engine reminds me that things that seem impossible aren't.

  • Search BILLIONS of complex documents INSTANTLY. done!
  • Recognize normal human input and give useful results. done!
link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.