new hobbies in about page
This commit is contained in:
parent
8fea9ff76b
commit
507404111c
1 changed files with 28 additions and 1 deletions
29
about.html
29
about.html
|
@ -26,12 +26,39 @@
|
|||
</i>
|
||||
</p>
|
||||
<hr>
|
||||
<h2 id="me">Me</h2>
|
||||
<h2 id="e">Me</h2>
|
||||
<p>
|
||||
My name is Aviv, but I go by the name Rusty(Striker(TheFirst)) online,
|
||||
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>
|
||||
<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>
|
||||
</div>
|
||||
<p>
|
||||
I thought I will have more to write here(as of 14/5/22)...
|
||||
|
|
Loading…
Reference in a new issue