-
Notifications
You must be signed in to change notification settings - Fork 0
/
handle.html
57 lines (46 loc) · 3.11 KB
/
handle.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset = "UTF-8">
<meta name = "viewport" content = "width = device-width">
<!-- Use the title from a page's frontmatter if it has one -->
<title>Skeletonxf.github.io</title>
<link rel = "stylesheet" href = "stylesheets/highlighting.css">
<link rel = "stylesheet" href = "stylesheets/styles.css">
</head>
<body>
<div class = "page">
<header class = "back">
<nav>
<ul>
<li>
<p><a href = "index.html">Index</a></p>
</li>
</ul>
</nav>
</header>
<h1 class = "center title">
A blog of sorts
</h1>
<div class = "content">
<article>
<h1>My username</h1>
<p class = "article-date">2022/06/26</p>
<p>I’ve been using the same username more or less for as long as I’ve been using accounts. Occasionally I get questions so this is a quick rundown of my username.</p>
<h2>Lego</h2>
<p>Long before I picked up any coding I was playing with Lego, and some time ago I was signing up a Lego account. I forget why exactly, but one thing I do remember is you got to customise a Lego figure as well as choose your username. It may not come as a surprise that I choose a skeleton figure. The <code>xf</code> comes from <a href="https://en.wikipedia.org/wiki/Lego_Exo-Force">Exo-Force</a>, a long discontinued Lego theme. I still fondly remember playing some of those old Flash games on the Lego website with characters I unlocked from the codes in the sets I had. Unfortunately they disappeared from the web before I ever thought to download them or found archives. I suppose I’d have difficulty playing those <code>.swf</code> files nowadays even if I had kept a copy.</p>
<h2>Games</h2>
<p>I tried to branch out a little when picking usernames for online games. I opted for <code>Skeletonwarlord</code> in a few places, emphasising the waves of undead under my control. Skeletonxf was never taken though, probably because of the two seemingly random letters on the end; gradually I choose the convenient path of just reusing the same handle everywhere.</p>
<h2>Coding</h2>
<p>Over the years I’ve been able to get a taste of many different areas of coding. From university I tried out web development, Android development, low level code, machine learning, lots of Java projects, the list goes on. I can’t say I’m experienced in most of those, but I got to try them. There’s still many areas that I’ve little to no experience in, but I’ve shown myself repeatedly that I can pickup new languages and domains easily. I’ve gradually started to think of my username in another sense of ‘skeleton crew’ as well.</p>
</article>
</div>
</div>
<footer>
<div class = "footer">
<p>My content on this site is licensed under Creative Commons By Attribution <a href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</a></p>
<p>This site's source code is licensed under the MIT license <a href="https://github.com/Skeletonxf/Skeletonxf.github.io/tree/code">https://github.com/Skeletonxf/Skeletonxf.github.io/tree/code</a></p>
</div>
</footer>
</body>
</html>