blob: 0ddb9dabc54f9ec6b4bb18a6ade7f4b12af9cc18 (
plain) (
blame)
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
|
---
title: "Hey, I'm Spelis!"
---
<div class="split">
<div style="flex:2">
Hey! I am a student from Sweden, I like to write software and play bass guitar.
I like to build things simple, fast and easy to understand. I spend a lot of time playing with low-level programming, Linux, and whatever catches my eye that week. I write most of my projects in C. When I'm not coding I spend most of my time practicing bass and learning songs I like.
Studying Computer Science and IT at NTI in Luleå, Sweden.
## Technologies
While I'm always learning new things (and there's more I already know), these are the technologies I'm most comfortable with:
* C
* Raylib
* POSIX/Linux development
* Java
* FabricMC mod development
* PaperMC plugin development
---
This site is rated <a href="https://www.mabsland.com/Adoption.html" target="_blank">Web 14</a>
> This site contains slightly offensive material. High chance of mild swearing, partial nudity, violence and adult themes.
<img src="../assets/images/web14.gif" alt="web14">
</div>
<div style="padding: 0 2em; flex:1">
<img src="../assets/images/bass.png" alt="my bass" style="width:100%; height: auto">
</div>
</div>
---
# Blog
<div> {% for post in collections.blog | reverse %}
<a href="{{ post.url }}" class="blogpost">
<h3>{{ post.data.title }}</h3>
<small>{{ post.date | date }}<span style="float:right;">{{ post.url }}</span></small>
</a><br> {% endfor %}
</div>
---
<span>Location: <code>Northern Sweden</code></span>
<span>Age: <code class="my-age"></code> years old.</span>
|