User:Siko1056: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== A: An introduction ==
== About Me ==
* I am '''Kai Torben Ohlhus''', a [http://www.tuhh.de/alt/tuhh/education/degree-courses/masters-programs/informatik-ingenieurwesen.html computer science and engineering] student in the final master semester from Hamburg, Germany. During my studies I specialized on software systems and communication networks and discovered a passion for computer arithmetic and algorithms, which will now be topic of my master thesis. I speak German (native), English (fluent) and Spanish (basic).


== C: Contact ==
My name is '''Kai Torben Ohlhus''' ('''siko1056''' on IRC and alike).  I started contributing to GNU Octave during [[Summer of Code#GSoC 2013|GSoC 2013]] as student and worked on incomplete factorizations (read my [http://siko1056-gsoc.blogspot.com/ blog]). The project was completed in [[Summer of Code#GSoC 2014|GSoC 2014]] by [[User:Edu159 | Eduardo]].
* I know how to use IRC and I will be online as often as possible under the nick '''siko1056''' on #octave.
* GMT+02:00 (CEST)


== E: Coding experience ==
Since 2013, I continuously support the development of [https://savannah.gnu.org/project/memberlist.php?group=octave "core" Octave] and maintain parts of the Octave [[Project Infrastructure]]:
* Since the beginning of my studies (so more than four years) I work with C, C++, and m-scripts. I attended many courses and laboratories dealing with these three languages. From my 3rd semester on I have been tutoring these courses: [http://intranet.tuhh.de/kvvz/vorlesung.php3?Lang=en&sg_s=IIWBC&id=key2689 Laboratory course (MATLAB)], [http://intranet.tuhh.de/kvvz/vorlesung.php3?Lang=en&sg_s=IIWBC&id=key2224 Computer Programming (C)] and [http://intranet.tuhh.de/kvvz/vorlesung.php3?Lang=en&sg_s=AIWBC&id=key3219 Introduction to Programming (C)]. I have some  experience with Qt4. With OpenGL I have no experience so far, I worked with SDL.
* Other languages of my studies were Java and web applications (JSP and Servlets). Because I use GNU/Linux as my day-to-day OS, I know BASH-scripting and for FPGA-Programming I worked with VHDL a lot. Additionally I created many documents using LaTeX.
* Nearly all programming laboratories at university were solved in a team, making use of version control systems and organization techniques like [https://en.wikipedia.org/wiki/Scrum_(development) scrum].
* My biggest project so far was [https://code.google.com/p/searchbooster/ searchbooster] a desktop document search tool based upon Apache Lucene and Apache Tika. It was developed in a team of four students, including me, using scrum, Subversion (at Google Code now GIT) in a time of three months. I learned, that an interface is something that should never be broken (if possible) and a proper code and comment style saves a lot of time!
* I have not contributed to Octave so far.


== F: Feeling fine ==
* Several [https://hg.savannah.gnu.org/hgweb/octave/log?rev=ohlhus code contributions] to GNU Octave itself.
* IRC I don't use that often and I read some mailing lists.
** Active member of the [https://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=user_nodes&user=370282 Octave mailing-lists].
* Concurrent versions systems like GIT, Subversion and Mercurial are well-known.
** Triage the [https://savannah.gnu.org/bugs/?group=octave bug tracker] (review, comment, and push patches).
* I successfully installed a Mediawiki on my homepage once and I'm familiar with Wikipedia.
** Support the release process (create and upload [interpreter] and [[Doxygen]] documentation).
* make, gcc, gdb, javac and IDEs (e.g. Eclipse) I worked a lot with
* Co-maintainer and caring for updates of
* It would make me happy and stay I see that my work is used in the stable regular releases of Octave!
** [[Special:ListUsers/sysop | this Octave wiki]] ([[Special:Contributions/Siko1056 |all contributions]]).
** the official GNU Octave website https://www.octave.org ([https://hg.octave.org/web-octave/ page source]).
* [[Summer of Code | GSoC]] mentor in 2014, 2018, and 2020, co-mentor in 2017.


== O: Only out of interest ==
== Recent contributions ==
* Since I got to know MATLAB in my first semester, I also got to know about Octave and other numerical software environments. At my university we have free MATLAB student licences and thus many courses are dealing with MATLAB (but I figured out, that you can nearly run all m-files in Octave too). No other questions arose so far.


== P: Prerequisites ==
* 2020-05-05 Start GSoC 2020 mentoring.
* My operating systems: Ubuntu 12.04.2 (64 bit) and Windows 7 (64 bit).
* 2020-04-24 Update to [https://lists.wikimedia.org/pipermail/mediawiki-announce/2020-March/000247.html MediaWiki 1.34.1].
* Root access, no time restrictions.
* 2020-04-22 Prepare [[Project - Documentation | GSoD application]].
* All day internet connection.
 
== S: Self-assessment ==
* As far as I can assess my coding behavior, it is more defense:
** I don't like to delete work (think before coding).
** I code in small revertible portions and like testing these steps to avoid above.
** I like to find out more efficient ways to do something (so critic is welcome, I want to learn).
** Sometimes I strive for perfection (not always useful, you get stuck unnecessarily).
 
== Y: Your task ==
* The task I would like to combine with my master thesis is [http://wiki.octave.org/Summer_of_Code_Project_Ideas#Incomplete_sparse_factorizations_ichol.2C_ilu Incomplete sparse factorizations ichol, ilu]. It may sound contradicting to implement approximation algorithms, when trying to implement accurate ones. My main reason to work on this project is to get more in touch with efficient ways of how to access big sparse matrices and how to work with the Octave-Interface. After the GSoC I want to apply this knowledge to deal with accurate matrix-vector products.
 
* For more information of my progress have a look at my [http://siko1056-gsoc.blogspot.com/ blog].
 
[[Category:Summer of Code 2013 Applicants]]

Revision as of 06:47, 11 June 2020

About Me

My name is Kai Torben Ohlhus (siko1056 on IRC and alike). I started contributing to GNU Octave during GSoC 2013 as student and worked on incomplete factorizations (read my blog). The project was completed in GSoC 2014 by Eduardo.

Since 2013, I continuously support the development of "core" Octave and maintain parts of the Octave Project Infrastructure:

Recent contributions