-
Notifications
You must be signed in to change notification settings - Fork 1
/
cosmin.html
94 lines (87 loc) · 3.86 KB
/
cosmin.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title> about me - Cosmin Apreutesei </title>
<script src="jquery.js"></script>
<script src="jquery-cookie.js"></script>
<script src="jquery-tablesorter.js"></script>
<script src="strftime.js"></script>
<script src="mustache.js"></script>
<script src="config.js"></script>
<script src="main.js"></script>
<link rel="stylesheet" type="text/css" href="templates/reset.css" />
<link rel="stylesheet" type="text/css" href="templates/hack.css" />
<link rel="stylesheet" type="text/css" id="lights_css" />
<script>
var DOCNAME = 'cosmin'
var PROJECT = ''
//set the lights before rendering starts
set_lights()
</script>
</head>
<body>
<header>
<div class="container">
<div class="btn-container btn-lights-container">
<a href="#" class="btn btn-lights" id="lights">lights</a>
</div>
<div class="btn-container btn-home-container">
<a href="/" class="btn btn-home">luapower</a>
</div>
<table id="header_table">
<tr>
<td style="vertical-align: middle;" width="100%">
<h1> about me </h1>
<h2> Cosmin Apreutesei </h2>
</td>
<td style="vertical-align: middle;" align="right" style="height: 150px">
</td>
</tr>
</table>
</div>
</header>
<div class="bg-container">
<div class="bg-center-container">
<div class="bg bg-cosmin" style="background-image: url('bg/cosmin.png');"></div>
</div>
</div>
<div class="under-header">
<div class="container">
<div id="toc_container" class="toc_container doc"></div>
<button id=tab1_button class="tab_button hidden">Documentation</button>
<button id=tab2_button class="tab_button hidden">Package Info</button>
<div id="tabs_cointainer">
<div id="tab1_container">
<section class="doc">
<span id="module_info"></span>
<p><img src="cosmin.jpg" /> <br> <b>Cosmin Apreutesei</b> <br> <a href="mailto:[email protected]">[email protected]</a> <br> Bucharest, RO</p>
<p>I learned to program in 5<sup>th</sup> grade on a Z80, and later on on a 486 and never stopped since. I got my first paying job at 17 when I wrote an online shop in php.</p>
<p>I write my code in Lua when I can, and in Python and Javascript when I can't. I will also program in Java, C++, C# and ObjC under some types of threats or extreme poverty. I still have a thing for relational databases. I will try to make a DSL when I can. Sometimes I meet people who use C for everything, and then I move on.</p>
<p>In the past I did a lot of Delphi in smokey apartment-sized companies full of smart people, and then more Delphi in mall-sized corporations full of droids and a one-hour commute. I even worked in a php farm for one month. My last job was at <a href="http://sellerengine.com/">sellerengine</a> where I developed products for large amazon sellers.</p>
<p>I currently live in Bucharest, and work as a freelancer.</p>
<p>My most significant project to date is luapower, the place which gets most of the output of my current research interests, which include vector graphics, GUIs, and p2p networks.</p>
<p>I am a market anarchist and a philosopher. I value peaceful parenting and animal welfare and I owe my current education to Ayn Rand, Stefan Molyneux, Ludwig Von Mises, Robert P. Murphy, Frank Lloyd Wright, Christopher Alexander, Douglas Engelbart, and others.</p>
<p>Cosmin,<br />December 8, 2014</p>
</section>
</div>
<div id="tab2_container" class="doc"></div>
</div>
</div>
<div class="container">
<footer>
<div id="disqus_thread"></div>
<div class="faint">[email protected] | <a href="http://unlicense.org/">public domain</a></div>
</footer>
</div>
</div>
<script type="text/x-mustache" id=info_tab_template>
<h3>Modules</h3>
<ul>
{{#module_array}}
<li>{{name}}</li>
{{/module_array}}
</ul>
</script>
</body>
</html>