about.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <html>
  2. <head>
  3. <meta name="google-site-verification" content="7kNes4_ZZZxK2SmNwu1AB1fFQtxf_ZyFxSJ_4su_LDU" />
  4. <title> About &raquo; oz123.github.com</title>
  5. <link rel="stylesheet" type="text/css" href="/media/css/pygments_style.css" media="screen" />
  6. <link rel="stylesheet" type="text/css" href="/media/css/site.css" media="screen" />
  7. <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="oz123.github.com &raquo; Oz's Weblog" />
  8. </head>
  9. <body>
  10. <div id="page" class="loading">
  11. <div id="header">
  12. </div><!--/#header-->
  13. <div id="content">
  14. <div id="about_me">
  15. <img id="me" class="me" src="/media/img/lustig.jpg" />
  16. <p>This blog is maintained by <strong>Oz Nahum Tiram</strong>, a passionate <a href="http://www.python.org">Python</a> programmer,
  17. and <a href="http://en.wikipedia.org/wiki/Free_and_open_source_software">
  18. <acronym title="Free and Open Source Software">FOSS</acronym></a> evangelist, who really likes <a href="http://www.debian.org">Debian</a>.
  19. </p>
  20. <p>Currently he works for <a href="http://www.science+computing.de">Science+Computing AG</a> where he supports Linux users designing German Autos
  21. and doing <a href="http://en.wikipedia.org/wiki/Computational_fluid_dynamics">CFD</a> using <a href="http://www.top500.org/">HPC clusters</a>.
  22. Besides installing and configuring Linux workstations and clusters, he writes scripts, provides 2nd level support and
  23. does all kind of other things, like staring at the blinking lights in the server room. When he is not doing computer related
  24. stuff, he likes cycling and rock climbing.
  25. </p>
  26. <h3>Colophon</h3>
  27. <p>A <a href="https://raw.github.com/oz123/blogit/master/blogit.py">sloppy python script</a>
  28. generates the static html from a bunch of Markdown formated files; The script was originally written by
  29. <a href="http://mirnazim.org/">Mir Nazim</a>.</p>
  30. The code can be found in <a href="https://github.com/oz123/blogit">GitHub</a>.</p>
  31. <p><em>Internet Explorer is for neanderthals, please get a <a href="http://getfirefox.com">modern browser</a></em>.</p>
  32. </small>
  33. </div><!--/#about_me-->
  34. </div><!--/#content-->
  35. <div id="footer">
  36. <p>&copy; Oz Nahum Tiram 2012. Some Rights Reserved</p>
  37. </div>
  38. </div><!--/#page-->
  39. <div id="nav">
  40. <div><img src="/media/img/me.png"></div>
  41. <a title="Home" href="/">home</a>
  42. <a title="About" class="about" href="about.html">about</a>
  43. <a title="Archive" class="about" href="archive/">archive</a>
  44. <a title="Atom feeds" href="atom.xml">atom</a>
  45. <a title="Twitter" href="https://twitter.com/#!/OzNTiram">twitter</a>
  46. <a title="Stackoverflow" href="http://stackoverflow.com/users/492620/oz123">stackoverflow</a>
  47. <a title="Github" href="https://github.com/oz123">github</a>
  48. </div>
  49. <script type="text/javascript">
  50. var _gaq = _gaq || [];
  51. _gaq.push(['_setAccount', 'UA-36587163-1']);
  52. _gaq.push(['_trackPageview']);
  53. (function() {
  54. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  55. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  56. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  57. })();
  58. </script>
  59. </body>
  60. </html>