-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
52 lines (48 loc) · 3.77 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="google-site-verification" content="WJoG1y4O1QfZDWU4OFY1tGfE75UXU6WmQc91gCSLY5g" />
<title>Ampelofilosofies</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<div class="container">
<div class="site">
<div class="header">
<h1 class="title"><a href="/">Ampelofilosofies</a></h1>
<a class="extra" href="/">home</a><a class="extra" href="/about">about</a>
<br />
<span class="extra">The mind is like a parachute. If it doesn't open, you're meat.</span>
</div>
<div id="home">
<h1>About</h1>
<p>Welcome to Αμπελοφιλοσοφίες (A-mpe-lo-fi-lo-so-FI-es), mostly a site of inconsequential mutterings.</p>
<p>The active term would be blog, but that would imply active participation, feedback, trackbacks, an archive, lot’s of code and a lot more content.</p>
<p>So welcome to my collection of personal and professional information, which is going to grow until I get bored with it, the money for hosting runs out or something unexpectedly terminal comes my way.</p>
<p>Be warned, throughout the site the languages used are mixed indiscriminately. If you come across uninteligible characters you’re probably reading greek. There’s english, german, and a smuttering of spanish too, all happily mixed just the way they’re in my head.</p>
<p>Understanding is not required.</p>
<p>
My name is Vassilis Rizopoulos and I have been dabbling in software engineering for over <s>15</s>30 years now.<br/>
What started as a hobby of a would-be electrical engineer became full time occupation.<br/>
Professionally I specialize in "software productivity engineering", a catch all term for the role that integrates the development environment, test automation, continuous integration and deployment, devops and general behind the scenes tooling that enables software teams to concentrate on producing useful software.
At least that was what I was calling it before Devops was a market term. Nowadays I 've mostly stopped being pedantic about what the terms mean, ask to find out what people mean and say I do software engineering.
</p>
<p>My language of choice is Ruby and has been for the past twenty-odd years, but I also have several C and C++ embedded projects under my belt as well as a few C# .NET projects, the odd Java one, some python etc.<br/>
I consider myself a programming polyglot and am familiar with a steadily growing list of programming languages. Half of my professional career has been spent working for large industry firms doing really close to the metal stuff, from devices smaller than an Oreo cookie to as large as 60-ton locomotives. The other half is being spent in the cloud, as far away from metal as currently possible.</p>
<p>I was one of the co-founders and organizers of <a href="https://plus.google.com/u/0/b/117820512877082997368/117820512877082997368/posts">thessaloniki.rb</a> the Thessaloniki Ruby Users group and also had the luck to be part of the organizing committee for <a href="http://euruko2013.org">EuRuKo 2013</a> that took place in Athens</p>
<p>
If I've made and lasting open source contributions, those are <a href="http://github.com/damphyr/rutema">rutema</a> and <a href="http://github.com/damphyr/gaudi">gaudi</a>
</p>
<p>I contribute to open source as <a href="http://github.com/damphyr">damphyr</a> and am generally to be found on social media, but not as much as I used to be.</p>
</div
</div>
</div>
<script async data-id="101476321" src="//static.getclicky.com/js"></script>
</body>
</html>