aboutsummaryrefslogtreecommitdiff
path: root/en.html
blob: 88fcf3482efe95fbcf87942053a07adfe3838cf2 (plain)
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
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Taamas</title>
    <link rel="stylesheet" type="text/css" href="css/style.css">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  </head>
  <body>

    <header>
      <h1>Taamas</h1>
    </header>

    <div class="navbar">
      <a href="index.html">Castellano</a>
    </div>

    <section>
      <img src="img/walking.jpg" class="odd" alt="Walking into the forest">

      <h2>Welcome!</h2>

      <p>
      I&rsquo;m a Computer Software Engineering student from
      <a href="https://en.wikipedia.org/wiki/Asturias">Asturias</a>,
      Spain.
      <a href="https://ingenieriainformatica.uniovi.es/inicio">
        This is the webpage of my school</a>,
      an institution part of the
      <a href="https://www.uniovi.es/en/">University of Oviedo</a>.
      2020/2021 will be my last year there, since all that remains are one subject and my TFG (Trabajo
      de Fin de Grado / Final Degree Project).
      </p>
    </section>

    <section>
      <div class="column even">
        <img src="img/taamasArch.jpg" alt="Rice 1">
        <img src="img/vaporwave.jpg" alt="Working with JS">
      </div>

      <h2>My system</h2>

      <p>
      I tend to independence and self-made things, so Linux is my OS of choice. In my free time at
      the computer I tend to tinker with programs and scripts to automate or simplify tasks, or to
      give life to
      <a href="https://git.taamas.xyz/Taamas/scripts/src/branch/master/mapGen">random</a>
      <a href="https://git.taamas.xyz/Taamas/scripts/src/branch/master/cardGen">ideas</a>. Here are
      two screenshots from my main computer: one a typical meme r/unixporn setup, the other the more
      common bunch of Vim buffers covering the screen.
      </p>

      <p>
      I used Ubuntu for a short time since it is supposed to be a welcoming distro for noobs. I
      shortly after swapped to Arch, since I felt that Ubuntu had too many components to freely
      tinker, build and learn the system. I&rsquo;ve been using it for the last two years.
      </p>
    </section>

    <section>
      <img src="img/seimeira.jpg" class="odd" alt="Seimeira">

      <h2>My work</h2>

      <p>
      I work as a junior software developer at <a href="https://gmeana.com/">GADD</a>, where I am
      part of a team developing an online ticketing application.
      </p>

      <p>
      Some of my work can be found at my
      <a href="https://git.taamas.xyz/Taamas">personal Gitea instance</a>, both for
      University and for learning and having fun. There you will find:
      </p>

      <ul>

        <li>For learning and fun:
          <ul>

            <li>
              <a href="https://git.taamas.xyz/Taamas/configs">Configurations</a>
              and
              <a href="https://git.taamas.xyz/Taamas/scripts">scripts</a>
              I use on my machines.
            </li>

            <li>
              A
              <a href="https://git.taamas.xyz/Taamas/mainpage">mainpage</a>
              with search engines configured from a text file to make your browser fancier.
            </li>

            <li>
              A
              <a href="https://git.taamas.xyz/Taamas/con">
                tool for reading the Spanish Constitution</a>
              on a terminal.
            </li>

            <li>
              <a href="https://git.taamas.xyz/Taamas/AceptaElReto">Solutions</a>
              to programming problems posted on
              <a href="https://www.aceptaelreto.com/">aceptaelreto.com</a>.
            </li>

          </ul>
        </li>

        <li>For University:
          <ul>

            <li>
              A <a href="https://github.com/InigoGutierrez/CmmCompiler">compiler</a>
              for the C-- language.
            </li>

            <li>
              An <a href="https://github.com/InigoGutierrez/viade_en1b">app for route management</a>
              based on <a href="https://reactjs.org/">React</a> and
              <a href="https://solidproject.org/">Solid</a> (Tim&rsquo;s, not the principles).
            </li>

          </ul>
        </li>

      </ul>

    </section>

    <section>
      <img src="img/leiva.jpg" class="even" alt="Leiva, doing stuff">

      <h2>Other stuff</h2>

      <p>
      I&rsquo;m currently studying the game of Go. I find it a deep and rewarding game which links with
      principles of simplicity and efficiency.
      </p>

      <p>
      My girlfriend lend me her electric guitar, so I&rsquo;m also trying to learn it (no hurry).
      </p>

      <p>
      Philosophically I&rsquo;m interested in stoicism and zen as inspirations to escape from the nihilism
      and existential dread which permeates our modern society and my generation. Zen also links in
      surprising ways with the Unix Philosophy, so I can more directly apply it to my field of
      knowledge.
      </p>

      <p>
      Also, my sister wanted a cat, so I live with this devil called Leiva. She really likes my chair!
      </p>
    </section>

    <section>
      <p>
      Thank you for reading my page! Its source code is available
      <a href="https://git.taamas.xyz/Taamas/taamas.xyz">here</a>.
      </p>
    </section>

  </body>
</html>