diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-13 15:54:47 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-13 15:54:47 -0400 |
| commit | b7a8048804b71dbabc4410841e6967d070bf4a7c (patch) | |
| tree | 2cc05428505d0936d3ab603d945742cb737d1e30 /zola-static | |
| parent | 9d84f5c4a187a41e4eba954018c9e9b9fcc46d2e (diff) | |
update articles
Diffstat (limited to 'zola-static')
| -rw-r--r-- | zola-static/content/about-me.md | 2 | ||||
| -rw-r--r-- | zola-static/content/about-this-site.md | 2 | ||||
| -rw-r--r-- | zola-static/content/blog/emacs-garbage-collection.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/zola-static/content/about-me.md b/zola-static/content/about-me.md index 9eef574..a66f81f 100644 --- a/zola-static/content/about-me.md +++ b/zola-static/content/about-me.md @@ -5,7 +5,7 @@ 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 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 networking, but I haven't pursued them as much yet. 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). diff --git a/zola-static/content/about-this-site.md b/zola-static/content/about-this-site.md index b8b6499..08b7304 100644 --- a/zola-static/content/about-this-site.md +++ b/zola-static/content/about-this-site.md @@ -5,7 +5,7 @@ template = "main-page.html" # About this website - The pages are generated from markdown files with [Zola](https://getzola.org). -- I use [Nginx](https://https://nginx.org/) as my web server. +- I use [Nginx](https://nginx.org/) as my web server. - It is hosted on [Vultr](https://www.vultr.com/). - [Epik](https://epik.com) is my domain registrar. diff --git a/zola-static/content/blog/emacs-garbage-collection.md b/zola-static/content/blog/emacs-garbage-collection.md index 1784be9..bca0f13 100644 --- a/zola-static/content/blog/emacs-garbage-collection.md +++ b/zola-static/content/blog/emacs-garbage-collection.md @@ -35,6 +35,6 @@ I also *basically* disable the threshold entirely when in the minibuffer. Here's (run-with-idle-timer 1.2 t 'garbage-collect) ``` -I have been using this for a few months and it's worked perfectly. Even when I try my best to notice the garbage collection, I can't. +I have been using this for a few months and it's worked perfectly. I've tried my best to notice the garbage collections, I can't. > There is a package which does the same thing, called [the Garbage Collector Magic Hack](https://github.com/emacsmirror/gcmh). Personally I prefer a lower idle time, and keeping it in my own config. |
