-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
314 lines (284 loc) · 10.8 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!doctype html>
<head>
<meta charset="UTF-8">
<link rel="icon"
type="image/png"
href="images/favicon.ico" />
<link href="styles/addictedtotheweb.css" rel="stylesheet"
type="text/css" media="screen" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="
The web connects billions of people,
The Free culture allows global solidarity,
Social networks allows massive sharing,
Because I want to be part of that, I make web apps." />
<title>Frank Rousseau's Homepage</title>
</head>
<body>
<header class="headline">
The web connects billions of people, <br />
Free culture enables global solidarity, <br />
Social networks allow massive sharing, <br />
<span class="main">Because I want to be a part of it,
I make software.</span>
</header>
<section class="content">
<p class="center">
<img id="photo" alt="My photo" src="images/photo.jpg" />
</p>
<p>
My name is Frank Rousseau, I’m 40 years old and I've been a web addict for more
than 20 years. I love using and understanding web applications as much as I
enjoy building them. I created my first website in 1997, it was a poetry
registry.
Since then, I've never stopped. Watching, showing, sharing, learning, doing
with people from all over the world, are not things you can give up easily.
It's something I want to experience forever.
</p>
<h3>Career</h3>
<p>
After several years working as a consultant and a developer, I co-founded Cozy
Cloud, a startup that built FOSS personal clouds. I was the CTO of the company
and grew the product
and tech teams to 18 people. We were a remote office team and we did free open
source software, so we had to manage the contributions from the community. I
really enjoyed that experience and learned a lot from it. I had to leave the
company for sad reasons, but the journey was unique.
</p>
<p>
Toady, I'm working on the CGWire project as CEO. We build collaboration tools
for for Animation and VFX studios. By bringing their workflow to the next step,
we improve work conditions and movies quality. 75 studios and 10
schools already use our solutions through our services (and dozens more use it
by their own).
</p>
<h3 class="section-title">Press</h3>
<p>
Some interviews and articles where I'm mentioned in:
<a href="http://www.wired.com/2013/09/cozy-cloud/">Wired</a>,
<a href="http://venturebeat.com/2014/06/17/cozycloud-raises-1-1m-to-help-you-build-your-own-personal-cloud-server/">
Venture Beat</a>,
<a href="http://www.frenchweb.fr/cloud-personnel-le-francais-cozy-cloud-leve-800-000-euros/155597">French
Web</a>,
<a
href="http://framablog.org/2015/03/11/un-poids-lourd-du-libre-sur-un-nuage-douillet/">Framablog</a>,
<a href="https://blog.journalduhacker.net/index.php?article41/entretien-avec-frank-rousseau-directeur-technique-de-cozy-cloud">Journal
du Hacker</a>, <a
href="https://www.indiehackers.com/interview/quitting-my-vc-backed-startup-to-become-an-indie-hacker-d6b6cea946">IndieHackers</a>,
<a href="https://indiemakers.fr/#/episode/INNzOGH6zpUAhJfQ1AQZ">Indie
Makers</a>
<a href="https://overcast.fm/+cF0UQQpaQ"> Allan Caeg's podcast</a>,
<a href="https://cloud.blender.org/blog/the-blender-studio-pipeline/">
Blender</a> and
<a href="https://mediakwest.com/kitsu-logiciel-innovant-et-open-source/">
Mediakwest</a>.
</p>
<h3>Contact</h3>
<p>
Email: frank[at]addictedtointer.net<br />
</p>
<h3>Social</h3>
<p>
I like to share my thoughts about software development, startups and
self-hosting. You can read them on the following medias:
</p>
<p class="center social">
<a href="http://blog.addictedtointer.net">
<img src="images/blog.svg" /></a>
<a href="https://twitter.com/gelnior">
<img src="images/twitter.svg" /></a>
<a href="https://github.com/frankrousseau">
<img src="images/github.svg" /></a>
<a href="https://www.linkedin.com/in/frankrousseau">
<img src="images/linkedin.svg" /></a>
</p>
<p class="center dots">
<span class="red">●</span>
<span class="blue">●</span>
<span class="green">●</span>
</p>
<h3>Inspirations</h3>
<p>
For my working activities, <a href="http://37signals.com/rework/">Rework</a>
and <a href="http://lawsofsimplicity.com/">The Laws of Simplicity</a> are a
great source of ideas. With their pragmatic frameworks, they help me to deal
with uncertainty and achieve goals.
</p>
<p>
When it's about building a team or a community I dig into
<a href="http://www.davidmarquet.com/Books.html">Turn your ship around</a>
and the <a href="http://zguide.zeromq.org/page:all#toc130">chapter 6 of the
ZMQ guide</a>.
They give good tips about making people work well together and connect
their strengths.
</p>
<p>
I read a lot about personal development, but finally, when I need confidence
and courage I think about <a href="https://en.wikipedia.org/wiki/Naruto">
Naruto</a>
and <a href="https://en.wikipedia.org/wiki/Monkey_D._Luffy">Luffy (One
Piece)</a>. They never give up and can see when people have something good
inside them.
When it's time to be a little bit cynic, glamourous and honest I turn to <a
href="https://en.wikipedia.org/wiki/Inspector_Canardo">Canardo</a>. My last
discovery is the funny and humble <a
href="https://en.wikipedia.org/wiki/One-Punch_Man">One
Punch Man</a>. I like how he stays
simple despite his super powers.
</p>
<p>
But overall, the text that resumes the best my way of living is
<a href="http://9gag.com/gag/36806">The Life Manifesto</a>.
</p>
<h3>Talks</h3>
<p>
During my previous experiences, I performed talks about Free and Open Source
technologies. I had the opportunity to speak at
<a href="https://old.framatube.org/media/jdll2016-les-bases-du-design-et-de-lergonomie-pour">JDLL</a>,
<a href="https://rmll.ubicast.tv/videos/newebe-a-social-network-where-every-user-is-independant/">RMLL</a>,
DotJs,
<a href="https://parisjs.org/meetup/2013-11-20">ParisJs</a>,
ParisWeb,
LyonJS,
NodeJS Paris,
<a href="https://humantalks.com/talks/539-presentation-de-pouchdb-par-frank-rousseau">Human Talks</a>,
<a href="https://pyvideo.org/pycon-fr-2017/le-python-dans-le-film-danimation.html">PyConFr</a>,
<a href="https://blog.addictedtointer.net/2018/05/19/full-remote/">Tech.Rocks</a>,
<a href="https://www.annecy.org/programme/index:rdv-200001500881">Annecy MIFA</a>,
<a href="https://vimeo.com/channels/1016004/152595573">Quantified Self Europe</a>,
<a href="https://fosdem.org/2020/schedule/event/om_animation/">FOSDEM</a>,
<a href="https://fosdem.org/2023/schedule/event/om_animation/">FOSDEM</a> again,
and Hy! Berlin.
<p>
</p>
The main subjects I adressed in my talks were software development, UI
design basics and agile methodologies.
</p>
<p class="center dots">
<span class="red">●</span>
<span class="blue">●</span>
<span class="green">●</span>
</p>
<h3>Open source</h3>
<p>
I'm working very slowly on a side project named
<a href="https://personal-server.org/">Personal Server Community</a>. I
want to build a research group around self-hosting. It's still a work in
progress.
</p>
<p>
Aside of my main projects I did some open source contributions:
</p>
<ul>
<li>I wrote a <a href="https://github.com/openfoodfacts/openfoodfacts-python">Python client for Open Food Facts</a>.</li>
<li>I helped to build the first version of <a href="https://diaspora.github.io/api-documentation/">the Diaspora* API</a>.</li>
<li> I wrote <a href="https://www.npmjs.com/package/request-json">request-json</a> a tiny Node.js library to dealy easily with REST APIs.</li>
</ul>
<p class="mt2">
<img class=""
src="images/contributions.png" alt="Eyes Doodle" />
</p>
<p class="center dots">
<span class="red">●</span>
<span class="blue">●</span>
<span class="green">●</span>
</p>
<h3 class="section-title">Past projects</h3>
<dl>
<dt>
<a href="http://hackerevents.org">Hacker Events</a>
</dt>
<dd>
Hacker Events was a small website that listed most important upcoming
events. An ical feed is available too. It had several contributions
but not many people were using it, so I stopped it.
</dd>
<dt>
<a href="http://cozy.io">Cozy</a>
</dt>
<dd>
Cozy makes the personal server as simple to use as a smartphone. It turns a
hardware of yours in a personal assistant that collects and connects your
data. With it your digital life becomes smoother and your privacy is
respected.
We had thousands of active users, we raised an overall of $6M, had a team
of twenty and attracted hundreds of contributors.
</dd>
<dt>
<a href="http://github.com/cozy-labs/konnectors">Konnectors</a>
</dt>
<dd>
Konnectors is an application for Cozy. It allows to fetch
and store data from many vendors automatically (Jawbone, Withings, phone
providers, etc.).
25 people contributed to the code.
</dd>
<dt>
<a href="http://github.com/cozy-labs/kyou">KYou</a>
</dt>
<dd>
KYou is an application for Cozy. It allows to extract analytics from your
personal data. It comes with a comparator tool that helps you find relations
between your data.
</dd>
<dt>
<a href="http://newebe.org">
Newebe
</a>
</dt>
<dd>
Newebe is a distributed social network. Every user host their account. It
allows social interaction without compromising your privacy. One day I expect
to turn it into a Cozy app.
</dd>
<dt>
<a href="https://www.facebook.com/BeBurlesquecom-86214306533/?fref=ts">
Beburlesque
</a>
</dt>
<dd>
Beburlesque was a webzine about Burlesque culture. We published
monthly interviews, news, picture galleries, events... We made a book
from it too. We sold 2000 copies.
</dd>
<dl>
<dt>
<a href="http://www.slideshare.net/FHCap/parisfxlab-artforge-by-hd3d">
Artforge
</a>
</dt>
<dd>
As a full-time employee, I worked on Artforge, a web application
suite dedicated to CG studios that aims to improve team
collaboration. I built most of the application UIs. Unfortunately, the company
closed and the software is discontinued.
</dd>
<dt>
<a href="http://www.archive.org/details/DolebraiCompilationVol.02">
Dolebrai
</a>
</dt>
<dd>
Dolebraï was a web radio that broadcasted and promoted open music.
There were monthly mixes and a blog about open music news. The website
and the radio are no more available.
</dd>
</dl>
<p class="center dots">
<span class="red">●</span>
<span class="blue">●</span>
<span class="green">●</span>
</p>
<p class="mt2">
<em>
Artwork below was made by
<a href="http://dianarovanio.com/">Diana Rovanio</a>
</em>
</p>
<div class="center">
<img class="footer-image"
src="images/eyes.jpg" alt="Eyes Doodle" />
</div>
</section>
</body>
</html>