diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2023-05-03 13:13:47 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2023-05-03 13:13:47 -0400 |
| commit | 97a8370caea2fae4a0a67165036aae2dc2d05900 (patch) | |
| tree | eb3c80ce24a66d342e3ba4143e88d6893a5f49b2 /static/home.md | |
| parent | 79352a7fe3a64021b8c39db2a78a22cdd58abb1e (diff) | |
Rewrite of the website in Flask
Diffstat (limited to 'static/home.md')
| -rwxr-xr-x | static/home.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/static/home.md b/static/home.md new file mode 100755 index 0000000..69e7533 --- /dev/null +++ b/static/home.md @@ -0,0 +1,23 @@ +## About +I'm Jacob McDonnell. I have been interested in computers since I was young. +My father has been in the technology field since before I was born, so I guess +that interest came from him. + +My interests, with respect to computers, are programming, UNIX/Plan9, and +electronics/hardware. I know how to program in Java thanks to a high school +course, and I like the language for somethings. Currently, I am learning the +Go programming language with the hope to replace Java for a nice compiled +single binary file. I would like to write my own unix-like operating system one +day. In my free time I like to play basketball, row, practice German and +Russian, and play guitar. + +I do not know what I will do with this website just yet, maybe I will write +articles about projects that I am working on. + +## Projects +[This Website](https://github.com/JacobMcDonnell/JacobMcDonnell.com) is written +in Python using Flask. + +[Jed](https://github.com/JacobMcDonnell/jed) is my own version of ed, currently +written in java. + |
