summaryrefslogtreecommitdiffstats
path: root/content/about.md
blob: f649b3ec40f1efd976aca589df740464f3791226 (plain)
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
+++
title = "Hello, World!"
description = "About me"
authors = ["Toby Vincent"]
+++

My name is Toby Vincent. Some things about me; I have a passion for writing
software, solving problems, and learning about new things. I consider myself to
be a utilitarian in most regards, and live my life pretty minimally. I always
enjoy an intriguing conversion and I try my best to have a positive impact on
anyone I can.

## Tools

In the past few years, I writing code almost exclusively in Rust, and have grown
to really love the language. I find the core design principals of the language
to be well thought out, pragmatic, and intentional. That being said, I have
enjoyed many other languages such as C, Python, and C#.

As for my development environment, in short, I use Neovim on Arch Linux. The
slightly longer version can be found in my dotfiles which are available on
[cgit], [Sourcehut], and [GitHub].

In the end, it's the designing of systems, defining of logic, and solving of
problems that I love. The tools I use; language, editor, or otherwise; are
merely a means to that end.

## My code is your code

I, along with many others, feel software should be as accessible as possible,
and support the idea of free (as in freedom) software. To the end, the code I
write in my free time is released under MIT or Apache-2.0 licenses.

## AMA, really

Feel free to contact me through any channel. I'm open to any offers, questions,
or just good conversations. :)

---

{{ meta() }}

[cgit]: https://git.tobyvin.dev
[Sourcehut]: https://sr.ht/~tobyvin/.dotfiles
[GitHub]: https://github.com/tobyvin/.dotfiles