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
|
Title: Now
status: hidden
> First edition of this post is from 15-09-2020.
>
> Updated:
>
> - 2025-01-25
I'm an Research and Development engineer but that doesn't describe my job very
well. What I'm doing now doesn't neither, but it's a good way to show how
random my lifestyle is. All these points are the things I've been doing for the
last few months that are still active in my mind.
I'm the guy behind **ElenQ Technology**, as you know.
- I work on **R&D engineering** projects: programming, telecom, data...
- I **teach** advanced computing topics for companies or individuals who need
them. I prepare the courses on demand and sometimes they let me write actual
books as course material, that [I publish later][publishing]. Examples:
- Advanced Python
- Web Scraping
- Modern C++
- Advanced JavaScript
- Git
- C programming
- I also collaborate with a training company as a **teacher** for unemployed
people in my city, to help them find a job in the software development sector.
[publishing]: https://publishing.elenq.tech
But also code a lot of free software:
- I'm a **Guix contributor** with commit access.
- I'm one of the people behind Guix's **RISC-V Bootstrapping** process and you
might know me because of that.
- I ported **Guile's JIT** to RISC-V, too
- And I collaborate in many random projects, maybe yours is next
I'm interested on programming languages and the design decisions behind them.
Programming languages I use:
- I code a lot in **Scheme**
- I code in C and Zig, too
- Since I teach it, I'm starting to like JavaScript
- Still do a lot of Python
- I do not find time to learn Haskell
- I'm able to code in many other languages, but I may or may not be
interested on starting my own projects on them.
**Art** is important in my life but I haven't taken care of myself with it in
long time. I'm back to it.
- **Sculpting**, mostly miniatures, has been the artistic task I've made
the most, and recently I've been making some molds of old miniatures I want
to preserve.
- I try to draw more
- I'm interested on bookbinding. I made several notebooks and photo albums for
my friends.
- I learned about leather craft and made some wallets too.
I do a lot of talking, specially in person. Come visit me.
- I have a simple podcast-like project in spanish, where I try to think about
many things: <https://thoughts.elenq.tech>
- I'm streaming my both loves (programming and art) on
[twitch][twitch][^twitch].
- I've given talks, some are in the internet:
- [Guix Social][guix.social]: Full Source Bootstrapping RISC-V
- [FOSDEM24][fosdem24]: RISC-V Bootstrapping in Guix and Live-Bootstrap
- [FOSDEM23][fosdem23]: Bringing RISC-V to Guix's bootstrap
- [FOSDEM22][fosdem22]: A year of RISC-V adventures: embracing chaos in
your software journey
[twitch]: https://twitch.tv/ekaitzza
[fosdem24]: https://archive.fosdem.org/2024/schedule/event/fosdem-2024-1755-risc-v-bootstrapping-in-guix-and-live-bootstrap
[fosdem23]: https://archive.fosdem.org/2023/schedule/event/guixriscv/
[fosdem22]: https://archive.fosdem.org/2022/schedule/event/riscvadventures/
[guix.social]: https://www.youtube.com/watch?v=Cj7DyiRqWBk
[^twitch]: I don't like that kind of platforms, but it's hard to be out of
every single thing you don't like.
|