summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md (renamed from static/README.md)0
-rw-r--r--[-rwxr-xr-x]requirements.txt0
-rwxr-xr-xstatic/home.md16
3 files changed, 7 insertions, 9 deletions
diff --git a/static/README.md b/README.md
index 997cafb..997cafb 100755
--- a/static/README.md
+++ b/README.md
diff --git a/requirements.txt b/requirements.txt
index 3fc1f39..3fc1f39 100755..100644
--- a/requirements.txt
+++ b/requirements.txt
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.