2022-06-11 10:31:47 +00:00
|
|
|
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/About/"</INJECT>
|
2022-05-14 13:18:22 +00:00
|
|
|
|
|
|
|
<h1>
|
|
|
|
About
|
|
|
|
</h1>
|
|
|
|
<p>
|
2022-07-25 12:06:05 +00:00
|
|
|
<INJECT>grep 'h[1-3] id="' $CURRENT/$FILE | awk -F \" '{ print $2 }' | python $HOME/bscripts/internal_links.py</INJECT>
|
2022-05-14 13:18:22 +00:00
|
|
|
</p>
|
|
|
|
<div>
|
|
|
|
<h2 id="website">Website</h2>
|
|
|
|
<p>
|
|
|
|
This is my personal website, I shall post here random pages about random stuff,
|
|
|
|
mostly about gamedev, coding(mostly in Rust, and maybe in C)
|
|
|
|
and probably some politics and morality(or immorality in our world).
|
|
|
|
<br><br>
|
|
|
|
Thoughts are usually my own(unless noted otherwise),
|
|
|
|
and as of the date(if present) on the relevant page.
|
|
|
|
<br>
|
|
|
|
I do not garuntee my thoughts and ideas won't change with time,
|
|
|
|
since as <i>(sadly)</i> only a human being,
|
|
|
|
I shall grow and change <i>(hopefully for the better)</i> as time progress.
|
|
|
|
<br><br>
|
|
|
|
<i>
|
|
|
|
Also, if no date was provided you can check the last edit
|
|
|
|
of said page in the gitea repository.
|
|
|
|
</i>
|
|
|
|
</p>
|
2022-07-25 12:06:05 +00:00
|
|
|
<hr>
|
2022-09-12 13:16:05 +00:00
|
|
|
<h2 id="me">Me</h2>
|
2022-05-14 13:18:22 +00:00
|
|
|
<p>
|
2022-07-25 12:06:05 +00:00
|
|
|
My name is Aviv, but I go by the name Rusty(Striker(TheFirst)) online,
|
2022-05-14 13:18:22 +00:00
|
|
|
I like the Rust programming language, have shitty takes,
|
|
|
|
and know the world I was given is broken and immoral(hopefully we could change it one day)
|
|
|
|
</p>
|
2022-09-12 13:00:33 +00:00
|
|
|
<hr>
|
|
|
|
<h2 id="hobbies">Hobbies</h2>
|
|
|
|
<p>
|
|
|
|
Programming, gaming, 3D printing, and cooking(not necessarily in that order)
|
|
|
|
<br><br>
|
|
|
|
Programming: Usually in Rust(as stated above), but I might also do embedded C stuff <i>(oNcE i GeT tO iT)</i>,
|
|
|
|
My current projects(as of 12/9/22) are: lazy_knight(a 2d game), command_injector(the html helper used for this website),
|
|
|
|
shape_maker(2d level editor built around drawing random shapes, made it for lazy_knight originally) and
|
|
|
|
gitea_executor(simple build server for gitea based on make)
|
|
|
|
<br>
|
|
|
|
and yes, they are all in rust...
|
|
|
|
<br>
|
|
|
|
Also, I plan on getting more and more into embedded programming, currently I want to make a standalone "VR Controllers",
|
|
|
|
to play VR-like games but without actual VR(kinda like wii games but on PC and open source and no need to get a wii remote)
|
|
|
|
<br><br>
|
|
|
|
Gaming: Mostly shooters(almost entirely shooters to be fair), but I also enjoy platformers(and a good combination of them is top notch).
|
|
|
|
<br>
|
|
|
|
pretty much the reason I want to develop games is to create the games *I* want to play, and open sourcing them is really neat because
|
|
|
|
now I dont need to care about marketing and everything, because I just dont care(not like imma make money out of it anyway...)
|
|
|
|
<br><br>
|
|
|
|
3D Printing: I got myself a Creatily Ender 3 v2 3D printer, and boi is it fun(and noisy), but I really enjoy dealing with it and printing stuff.
|
|
|
|
My designing skills are not as good as I would like, but I manage the basics that I currently need(while printing cool models from thingiverse)
|
|
|
|
<br><br>
|
|
|
|
Cooking: By cooking I also mean baking, but in general, the process of creating something tasty is just fun. Cooking specifically is kinda a must
|
|
|
|
skill imho, since it is such a helpful skill, which also spices your meals :). And baking is also really fun, you do some (usually) simple steps,
|
|
|
|
and BAM you now have cookies!
|
|
|
|
</p>
|
2022-05-14 13:18:22 +00:00
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
I thought I will have more to write here(as of 14/5/22)...
|
|
|
|
</p>
|
|
|
|
|
2022-06-11 10:31:47 +00:00
|
|
|
<INJECT>cat $HOME/template/footer.html</INJECT>
|