Difference between revisions of "User:Morgaine"

From eLinux.org
Jump to: navigation, search
m (Background and Worldview)
m
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Background and Worldview =
 
= Background and Worldview =
Chronologically, ElecEng grad/honours, PhD in EE/CompSci (concurrency and parallelism), postdoctoral research (parallel language design), and finally university lecturer in EE/CompSci for several years.  Then left academia to work in industry with many clients as a freelance contractor.  Very diverse roles in computing:  analyst, designer, programmer, systems architect, QA, technical author, and sysadmin, in subjects including kernel, comms, drivers, defence, cryptography, engineering support applications (eg. RF power density displays), GUIs, firewall design and management, network monitoring and alerts, automating server farm operation, and multi-year ISP involvement with scalability of services from 64k to 3m users.
+
 
 +
[[File:Morgaine_256x256.png|128px|thumb|right|Morgaine Dinova]]
 +
Chronologically, ElecEng grad/honours, PhD in EE/CompSci (concurrency and parallelism), postdoctoral research (parallel language design), and finally university lecturer in EE/CompSci for several years.  Then left UK academia to work in industry with many clients as a freelance contractor.  Very diverse roles in computing:  analyst, designer, programmer, systems architect, QA, technical author, and sysadmin, in subjects including kernel, comms, drivers, defence, cryptography, engineering support applications (eg. RF power density displays), GUIs, firewall design and management, network monitoring and alerts, automating server farm operation, and multi-year ISP involvement with scalability of services from 64k to 3m users.
  
 
Unix-based by preference and experience, ever since Bell Labs sent me the source tapes and I took up residence on a PDP-11/34.  I think that was somewhere around the Late Jurassic period.
 
Unix-based by preference and experience, ever since Bell Labs sent me the source tapes and I took up residence on a PDP-11/34.  I think that was somewhere around the Late Jurassic period.
Line 8: Line 10:
 
'''System design should never be driven by choice of language, but the other way around.'''
 
'''System design should never be driven by choice of language, but the other way around.'''
  
Sensible engineers know better than to make a car out of all-rubber or all-steel. In computing, I take a strong, component-oriented engineering line:  if you are language-centric and are in denial about interoperation between components from multiple parties written in different languages, then you're not part of the solution but part of the problem.   
+
Sensible engineers know better than to make a car out of all-rubber or all-steel. Software engineering is no different.
 +
 
 +
In computing, I take a strong, component-oriented engineering line:  if you are language-centric and are in denial about interoperation between components from multiple parties written in different languages, then you're not part of the solution but part of the problem.   
  
I am strongly pro-FOSS, but abhor the balkanization of open projects by language and license religion.
+
I am strongly pro-FOSS, but abhor the balkanization of open projects by language and license religion.  All systems must interoperate.
  
 
'''Current interests:'''
 
'''Current interests:'''
  
:* Hardware: ARM microcontrollers and application processors, FPGAs, 3D printing.
+
:* Hardware areas: ARM microcontrollers and application processors, Arduino, FPGAs, 3D printing.
:* Software: virtual worlds, scalability, open architectures, extensibility, overcoming ''The Software Crisis''.
+
:* ARM Hardware owned: [[BeagleBone]], [http://www.st.com/internet/evalboard/product/252419.jsp STM32F4-Discovery], [http://www.olimex.com/dev/olimexino-stm32.html Olimexino-STM32]. [http://www.nslu2-linux.org/ NSLU2], [http://www.evalkits.com/kit/Stellaris-LM3S811-Evaluation-Kit-for-CodeSourcery-G---GNU/ Stellaris LM3S811] and at long last, [[Raspberry Pi]].
 +
:* Software areas: [http://internetmessagingtechnology.org/pubs/VWRAP-for-Virtual-Worlds-Interoperability-mic2010010073.pdf virtual worlds], scalability, open architectures, extensibility, overcoming ''The Software Crisis''.
 +
:* Languages I recommend:  C, Erlang, Lua, because they interoperate well.  (C++ has no place in a sane engineer's toolkit.)
 +
:* Entertainment: MMOs ([http://guildwars.com/ Guild Wars]), SciFi ([http://en.wikipedia.org/wiki/The_Culture Banks], Heinlein), Creative Commons music ([http://jamendo.com/ Jamendo]).  Absolutely no TV.
  
 
Non-computing interests include many hard sciences and engineering disciplines, especially nanotechnology and its related areas, as well as astronomy and astrophysics, and climatology.  Ex-member of IEE and IEEE, ex-radio amateur, ex hang glider, ex guitar player wannabe, and now enthusiastically into MIDI.  I'm a long-term transhumanist, which loosely summarizes as being interested only in tomorrow, and shedding prior constraints every midnight.  Virtual worlds fit in perfectly.
 
Non-computing interests include many hard sciences and engineering disciplines, especially nanotechnology and its related areas, as well as astronomy and astrophysics, and climatology.  Ex-member of IEE and IEEE, ex-radio amateur, ex hang glider, ex guitar player wannabe, and now enthusiastically into MIDI.  I'm a long-term transhumanist, which loosely summarizes as being interested only in tomorrow, and shedding prior constraints every midnight.  Virtual worlds fit in perfectly.
  
I'm UK-based, and hate the weather.
+
I'm UK-based, and hate the miserable weather.
  
== Feedback ==
+
== My Projects ==
''Feedback below here please.''
+
* [http://shapercube.com/ Shapercube] 3D printer, currently being built -- [http://www.flickr.com/photos/morgaines/sets/72157627604533547/ my project pics on Flickr].
 +
* Combining [[BeagleBone]] with [[Raspberry Pi]] -- [http://www.element14.com/community/thread/18382?tstart=0 corresponding thread on Element 14's Pi forum].

Revision as of 04:30, 14 July 2012

Background and Worldview

Morgaine Dinova

Chronologically, ElecEng grad/honours, PhD in EE/CompSci (concurrency and parallelism), postdoctoral research (parallel language design), and finally university lecturer in EE/CompSci for several years. Then left UK academia to work in industry with many clients as a freelance contractor. Very diverse roles in computing: analyst, designer, programmer, systems architect, QA, technical author, and sysadmin, in subjects including kernel, comms, drivers, defence, cryptography, engineering support applications (eg. RF power density displays), GUIs, firewall design and management, network monitoring and alerts, automating server farm operation, and multi-year ISP involvement with scalability of services from 64k to 3m users.

Unix-based by preference and experience, ever since Bell Labs sent me the source tapes and I took up residence on a PDP-11/34. I think that was somewhere around the Late Jurassic period.

Language agnostic, used far too many from all the major paradigms to be tied to just one, and created several from scratch in passing. The language is not the problem anyway, just a tool with limited scope, so mix'n'match them to meet requirements.

System design should never be driven by choice of language, but the other way around.

Sensible engineers know better than to make a car out of all-rubber or all-steel. Software engineering is no different.

In computing, I take a strong, component-oriented engineering line: if you are language-centric and are in denial about interoperation between components from multiple parties written in different languages, then you're not part of the solution but part of the problem.

I am strongly pro-FOSS, but abhor the balkanization of open projects by language and license religion. All systems must interoperate.

Current interests:

  • Hardware areas: ARM microcontrollers and application processors, Arduino, FPGAs, 3D printing.
  • ARM Hardware owned: BeagleBone, STM32F4-Discovery, Olimexino-STM32. NSLU2, Stellaris LM3S811 and at long last, Raspberry Pi.
  • Software areas: virtual worlds, scalability, open architectures, extensibility, overcoming The Software Crisis.
  • Languages I recommend: C, Erlang, Lua, because they interoperate well. (C++ has no place in a sane engineer's toolkit.)
  • Entertainment: MMOs (Guild Wars), SciFi (Banks, Heinlein), Creative Commons music (Jamendo). Absolutely no TV.

Non-computing interests include many hard sciences and engineering disciplines, especially nanotechnology and its related areas, as well as astronomy and astrophysics, and climatology. Ex-member of IEE and IEEE, ex-radio amateur, ex hang glider, ex guitar player wannabe, and now enthusiastically into MIDI. I'm a long-term transhumanist, which loosely summarizes as being interested only in tomorrow, and shedding prior constraints every midnight. Virtual worlds fit in perfectly.

I'm UK-based, and hate the miserable weather.

My Projects