summaryrefslogtreecommitdiff
path: root/static/home.md
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-02-02 12:23:41 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-02-02 12:23:41 -0500
commit1406ef7297ca6b797cbb427886daa9537b2c0d31 (patch)
tree149ec34ca99d7ac96075f625530222e67dfce43a /static/home.md
parentee2187ab2d093bb9d70cd3144686fc47399301e4 (diff)
Updated home page
Diffstat (limited to 'static/home.md')
-rwxr-xr-xstatic/home.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/static/home.md b/static/home.md
index 69e7533..bf9c204 100755
--- a/static/home.md
+++ b/static/home.md
@@ -1,15 +1,13 @@
## 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.
+that interest came from him. Currently, I am a 4th semester student at Penn
+State studying computer science.
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.
+electronics/hardware. Thanks to AP Computer Science A, I have a good
+understanding of Java. In college, I picked up Python and, most recently, C.
+I would like to write my own unix-like operating system one day.
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.
@@ -18,6 +16,6 @@ articles about projects that I am working on.
[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.
+[jlib](https://github.com/JacobMcDonnell/jlib) is a c library of type
+independent implementations of data structures.