diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-09-28 23:42:52 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-09-28 23:42:52 -0400 |
| commit | 5eb15a390de75f5e53e18dedb3b9a2386489bb9b (patch) | |
| tree | ab1a2fef374e049ba50d2d1ef66362dfdb0453a6 /zola-static | |
| parent | 3a24f2e2793255022b18d37afae67335d5a0a2e5 (diff) | |
reword phrasing
Diffstat (limited to 'zola-static')
| -rw-r--r-- | zola-static/content/about-me.md | 4 | ||||
| -rw-r--r-- | zola-static/content/blog/sdl-native-wayland.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/zola-static/content/about-me.md b/zola-static/content/about-me.md index a66f81f..5f0eecc 100644 --- a/zola-static/content/about-me.md +++ b/zola-static/content/about-me.md @@ -5,10 +5,10 @@ template = "main-page.html" My name is Jack Jamison. I'm an American software engineer studying at the [Rensselaer Polytechnic Institute](https://www.rpi.edu) in New York. I've been programming since I was a little kid. -I enjoy GPU programming, cross-platform desktop application design, build systems, game development, and system administration. I'm also interested in operating systems and networking, but I haven't pursued them as much yet. +I enjoy GPU programming, cross-platform desktop application design, build systems, game development, and system administration. I'm also interested in operating systems and computer networking. I use Emacs as my text editor. I've spent a lot of time configuring it. If you want, you can check out my [dotfiles](https://github.com/JackJ30/dotfiles). -If you want to talk to me, I would love to also. Feel to reach out at my [email](mailto:jackqjamison@gmail.com). +If you want to talk to me, feel to reach out at my [email](mailto:jackqjamison@gmail.com).  diff --git a/zola-static/content/blog/sdl-native-wayland.md b/zola-static/content/blog/sdl-native-wayland.md index d3de71f..c495645 100644 --- a/zola-static/content/blog/sdl-native-wayland.md +++ b/zola-static/content/blog/sdl-native-wayland.md @@ -16,4 +16,4 @@ for (int i = 0; i < SDL_GetNumVideoDrivers(); i++) { } } ``` -This code will explicitly enable Wayland if it is available. Thanks to my friend Riley Beckett for helping figure it out. +This code will explicitly enable Wayland if it is available. Thanks to my friend Riley for helping figure it out. |
