46 lines
3.1 KiB
JSON
46 lines
3.1 KiB
JSON
[
|
|
{
|
|
"q": "What are your pronouns?",
|
|
"a": "I'm assigned male at birth and quite comfortable with that, so I go by he/him most of the time. My own gender isn't really that important to me, though, and I usually also include they/them as an option."
|
|
},
|
|
{
|
|
"q": "How old are you?",
|
|
"a": "I'm <span id=\"age\"></span> years old. This automatically updates now, too, so I won't ever forget to update it again!"
|
|
},
|
|
{
|
|
"q": "Where are you from?",
|
|
"a": "I am from Neuss, Germany and I currently live in Neu-Ulm, Germany. I lived in Aachen, Germany for a while as well."
|
|
},
|
|
{
|
|
"q": "Why are you called Ellpeck?",
|
|
"a": "When I was little, I decided to make a YouTube channel with the grammatically questionable title \"LetsPlayEveryGames.\" Shortly after, I also made a Minecraft account that I was going to call the same thing. At the time, though, there was a limit for how many characters your name could have, and so I opted for calling myself \"LPEG\" instead. Some people tried to pronounce that name as if it were a normal word rather than an acronym. I liked that pronunciation, and so I turned it into a name."
|
|
},
|
|
{
|
|
"q": "What should I call you?",
|
|
"a": "In general, most of my friends online call me Ell nowadays, which is also what I go by on Twitter and Discord in terms of my display names. My boyfriend calls me Peck online, but I generally don't like it when other people do so. If we meet in real life, you can call me Ell or Julian, the latter of which is my real name."
|
|
},
|
|
{
|
|
"q": "What languages do you speak?",
|
|
"a": "I speak German, English, Java and C# fluently. I'm okay at JavaScript, TypeScript and Python, and I can just about get something to happen in R, C, PHP and Lua."
|
|
},
|
|
{
|
|
"q": "How do you make games?",
|
|
"a": "I usually use the .NET-based framework <a href=\"https://www.monogame.net/\">MonoGame</a> together with some libraries, including my own, MLEM."
|
|
},
|
|
{
|
|
"q": "When are you updating your Minecraft mods?",
|
|
"a": "If you're asking about Actually Additions, <a href=\"https://ellpeck.de/blog/future_actually_additions\">I don't work on it anymore</a>. If you're asking about any of my other mods: I generally try to keep them updated to the most recent major Minecraft version. It might take me a few months to get there, though."
|
|
},
|
|
{
|
|
"q": "What's your job/occupation?",
|
|
"a": "I'm currently studying computer science at <a href=\"https://www.uni-ulm.de/en/\">Ulm University</a>, and I work there part-time as a research assistant. Other than that, I make money through Tiny Life sales, as well as Modrinth and CurseForge monetization from my Minecraft mods."
|
|
},
|
|
{
|
|
"q": "What do you use to code?",
|
|
"a": "For Java, I use IntelliJ IDEA. For C#, I use JetBrains Rider. For anything web-related, I use PhpStorm. For most of my other projects, which are usually rather small, I use Visual Studio Code."
|
|
},
|
|
{
|
|
"q": "What's your favorite programming language?",
|
|
"a": "C#."
|
|
}
|
|
]
|