2024-10-14 23:45:02 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1,shrink-to-fit=no" >
< link rel = "stylesheet" href = "global/theme.css" >
< script rel = "text/javascript" src = "global/global.js" > < / script >
< link rel = "stylesheet" href = "global/style.css" >
2024-10-22 20:10:38 +02:00
< title > "Portfolio"?< / title >
2024-10-14 23:45:02 +02:00
< / head >
< body >
< main >
< h1 class = "text-center" > My real-estate corner< / h1 >
< p > Go < a href = "./" > back< / a > < / p >
< div class = "content fit" >
< h2 class = "titlebar" > Moe about me?< / h2 >
2024-10-22 20:10:38 +02:00
Fine, you can have it.< br >
Moe stuff about me if u wanna read all this.
2024-10-14 23:45:02 +02:00
< / div >
< div class = "content fit" >
2024-10-22 20:10:38 +02:00
< h2 class = "titlebar" > Hobbies?< / h2 >
Boy, do I loooooove programming (I don't) in:
< ul >
< li > C#< / li >
< li > Python< / li >
< li > 6502 Assembly< / li >
< / ul >
I'm still learning bare C (don't insult me)< br > < br >
< hr > < br >
I'm fluent in German and English.< br >
I'm also learning Japanese (~2 Years now), but let's not talk about that. (It's not that great lol)< br > < br >
< hr > < br >
I call myself a "self-taught electrical engineer", because rather than going to school, wasting time and
in the end learning basically nothing, I self-taught myself electronics, logic gates and how computers work.< br >
(I credit myself for doing all that, but I basically just watched tons of YouTube about that lulz).< br > < br >
My < i > (almost) finished< / i > projects include a singleboard computer: "LS7 Computer".
It's build around the 6502 CPU. But the special thing about this SBC is, it has a self-designed (very capable)
VGA video card, which I fit under just 27 chips.< br > < br >
I have a whole < a href = "" > page< / a > dedicated to this project.< br >
(Not finished yet, because I'm lazy as fuck)
2024-10-14 23:45:02 +02:00
< / div >
< div class = "content fit" >
2024-10-22 20:10:38 +02:00
< h2 class = "titlebar" > With what is my day filled up with?< / h2 >
EEhhh...< br > < br >
I'm studying IT while working in cybersecurity. In Germany that's called "Duales Studium".
It's just to get theoretical and practical experience (< small > and moneeeeyyy< / small > ).< br > < br >
< / div >
< div class = "content fit" >
< h2 class = "titlebar" > What keeps me going?< / h2 >
I have a far fetched dream:< br > < br >
To escape this 9to5 rat-race.< br >
I want to save up enough money to buy a plot of land somewhere.
Preferably in a forest somewhere. I want to build my own home.
I want to grow my own food and have livestock.< br > < br >
I was personally influenced by Luke Smith :3< br > < br >
I don't want to depend on money, economy or the power-grid.< br >
This weirdly cancels out with my career as a programmer. I don't care.
< / div >
< div class = "content fit" >
< h2 class = "titlebar" > Q& A< / h2 >
Ok, Sure.
< ul class = "margin-list" >
< li > Q? Am I weeb< br > A: Uh, yes?< / li >
< li > Q? Do I program Rust< br > A: No, never will< / li >
< li > Q? Honest opinion about JavaScript< br > A: Bloatware< / li >
< li > Q? ThinkPad love< br > A: Yesss< / li >
< li > Q? What about cats< br > A: Love them< / li >
< li > Q? Linux or GNU/Linux< br > (No answer)< / li >
< li > Q? Am I christian< br > A: Yes< / li >
< li > Q? Do I believe in God< br > A: Yes< / li >
< li > Q? Am I a weird person< br > A: Yes< / li >
< li > Q? Do I think people will read this< br > A: No< / li >
< li > Q? What do I hate the most< br > A: Big Cities, Smartphones, TikTok< / li >
< li > Q? What do I like the most< br > A: Clean Code, Nature, My Family< / li >
< li > Q? Am I an Archlinux elite user, btw< br > A: Yes< / li >
< / ul >
2024-10-14 23:45:02 +02:00
< / div >
< p > Go < a href = "./" > back< / a > < / p >
< div id = "footnote" > < var id = "toplevel" data- = "./" > Please enable Javascript on this page as it's required to generate the footer and navigation bar.< br > For fear of non-free Javascript: The JS is licensed under GPL v.3< / var > < / div >
< / main >
< footer id = "footer" > < / footer >
<!-- Some variables and script - call for global site elements -->
< var id = "selected-nav" data- = "Home" > < / var >
< var id = "please-no-buttons" > < / var >
< var id = "static-theme" data- = "Indepth" > < / var >
< / body >
< / html >