From a60ff7d43953abc15683323618705d859b6e33f7 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 20 Mar 2026 12:24:11 -0400 Subject: [PATCH] Update with tags instead of topics --- content/_index.md | 2 +- content/posts/ai_confession.md | 2 +- content/posts/cuda_on_void.md | 2 +- content/posts/debian_upgrade.md | 2 +- content/posts/gitea.md | 2 +- content/posts/highlighedmenu.md | 2 +- content/posts/java_dev_problems.md | 2 +- content/posts/leaving_artix_for_void.md | 2 +- content/posts/misc_thoughts_ai.md | 2 +- content/posts/mobile_navbar.md | 2 +- content/posts/ppv.md | 2 +- content/posts/pull_files_into_submodule.md | 2 +- content/posts/st_to_ghostty.md | 2 +- content/posts/thoughts_on_rust.md | 2 +- content/posts/tmux_and_nvim.md | 2 +- content/posts/valgrind-artix-linux.md | 2 +- content/posts/web_obesity.md | 2 +- themes/hugo-bearcub | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/content/_index.md b/content/_index.md index fe664fb..6e84ab6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,4 +11,4 @@ I currently work at [UKG](https://www.ukg.com) as a Java Backend Engineer. My background is in materials science and scientific computing, and I build in Rust, Java, Python, C++, and Fortran. -You can also browse posts by topic [here](/topics). +You can also browse posts by topic [here](/tags). diff --git a/content/posts/ai_confession.md b/content/posts/ai_confession.md index b193944..be6897a 100644 --- a/content/posts/ai_confession.md +++ b/content/posts/ai_confession.md @@ -1,7 +1,7 @@ --- title: "Role of AI in my writing" date: 2026-03-13T12:11:23-04:00 -topics: ["LLMs", "Agents", "AI"] +tags: ["LLMs", "Agents", "AI"] --- I have a confession to make to anyone who has stumbled across this blog. Some of the posts I've previously written had strong AI generated segments. I've since added a note at the start to mention this. The post ideas were always mine, and I always edited the outputs. However, there were still occasions where AI generated segments made it into my final draft unedited. I'm currently rethinking the role of AI in my workflow. diff --git a/content/posts/cuda_on_void.md b/content/posts/cuda_on_void.md index d8af9d3..091d5cf 100644 --- a/content/posts/cuda_on_void.md +++ b/content/posts/cuda_on_void.md @@ -1,7 +1,7 @@ --- title: "Getting CUDA toolkit installed on Void Linux" date: 2025-04-15T10:45:26-04:00 -topics: [software development, CUDA] +tags: [software development, CUDA] --- This is a short post (mainly for myself) to remember how I got CUDA installed on Void Linux. diff --git a/content/posts/debian_upgrade.md b/content/posts/debian_upgrade.md index 704bb1d..2273995 100644 --- a/content/posts/debian_upgrade.md +++ b/content/posts/debian_upgrade.md @@ -1,7 +1,7 @@ --- title: "The folly of Debian major version upgrades" date: 2025-07-13T08:35:50-05:00 -topics: ["git", "matrix", "self-host"] +tags: ["git", "matrix", "self-host"] --- I recently realized that my web server was still on Debian Buster, **2 whole major versions behind** the latest Debian version. Normally this kind of thing wouldn't matter to me except that my matrix-synapse server was unable to federate with matrix synapse servers running newer versions. I normally run rolling release distributions on my local machines (I use Void btw) and it had been a long time since I tried this kind of upgrade. I went in hopeful that it would be straightforward. diff --git a/content/posts/gitea.md b/content/posts/gitea.md index c65c11a..b468292 100644 --- a/content/posts/gitea.md +++ b/content/posts/gitea.md @@ -1,7 +1,7 @@ --- title: "Hosting your own git frontend service using Gitea" date: 2023-02-25T10:19:50-05:00 -topics: ['git', 'self-host'] +tags: ['git', 'self-host'] --- I recently had interest in starting to work on the implementation of the [Concurrent Atomistic-Continuum Method](https://doi.org/10.1063/1.5099653) using C++ to take advantage of GPU acceleration. diff --git a/content/posts/highlighedmenu.md b/content/posts/highlighedmenu.md index 41edaa8..aadeba2 100644 --- a/content/posts/highlighedmenu.md +++ b/content/posts/highlighedmenu.md @@ -1,7 +1,7 @@ --- title: "Highlighting the active menu item in Hugo" date: 2023-07-03T22:19:00-04:00 -topics: ['hugo','web design'] +tags: ['hugo','web design'] --- I've recently been developing sites for some family/friends. diff --git a/content/posts/java_dev_problems.md b/content/posts/java_dev_problems.md index ea8e496..e56c5d5 100644 --- a/content/posts/java_dev_problems.md +++ b/content/posts/java_dev_problems.md @@ -1,7 +1,7 @@ --- title: "Solutions to problems with Java Development" date: 2024-05-12T20:03:17-04:00 -topics: ['Java', 'software development', 'Neovim'] +tags: ['Java', 'software development', 'Neovim'] --- I recently ran into some problems with java development. diff --git a/content/posts/leaving_artix_for_void.md b/content/posts/leaving_artix_for_void.md index 525dfa8..d5e91c8 100644 --- a/content/posts/leaving_artix_for_void.md +++ b/content/posts/leaving_artix_for_void.md @@ -1,7 +1,7 @@ --- title: "Why I left Artix for Void Linux" date: 2024-01-05T21:46:58-05:00 -topics: ['Artix', 'Void Linux', 'Linux', 'Opinions'] +tags: ['Artix', 'Void Linux', 'Linux', 'Opinions'] --- This is going to be primarily opinion based post but I want to talk about a shakeup that has happened. diff --git a/content/posts/misc_thoughts_ai.md b/content/posts/misc_thoughts_ai.md index 4139f8c..9046fed 100644 --- a/content/posts/misc_thoughts_ai.md +++ b/content/posts/misc_thoughts_ai.md @@ -1,7 +1,7 @@ --- title: "Misc thoughts on AI" date: 2025-08-01T07:45:26-04:00 -topics: ['AI', 'Software development', 'LLMs'] +tags: ['AI', 'Software development', 'LLMs'] --- diff --git a/content/posts/mobile_navbar.md b/content/posts/mobile_navbar.md index 0d5b128..f401f05 100644 --- a/content/posts/mobile_navbar.md +++ b/content/posts/mobile_navbar.md @@ -2,7 +2,7 @@ title: "Developing a mobile-friendly navigation menu for your website" date: 2023-02-13T11:13:34-05:00 toc: true -topics: ["web design", "css", "javascript"] +tags: ["web design", "css", "javascript"] --- I personally am a big fan of navbars as they are a clean way to navigate any website. diff --git a/content/posts/ppv.md b/content/posts/ppv.md index b83a826..af6c6c0 100644 --- a/content/posts/ppv.md +++ b/content/posts/ppv.md @@ -1,7 +1,7 @@ --- title: "Pillars, Pipelines, and Vaults System by August Bradley" date: 2025-09-23T21:22:45-04:00 -topics: ["life optimization", "productivity", "self-reflection"] +tags: ["life optimization", "productivity", "self-reflection"] --- diff --git a/content/posts/pull_files_into_submodule.md b/content/posts/pull_files_into_submodule.md index 0153ea7..8ac2ecf 100644 --- a/content/posts/pull_files_into_submodule.md +++ b/content/posts/pull_files_into_submodule.md @@ -1,7 +1,7 @@ --- title: "Separate files from git repo into a submodule" date: 2023-02-22T20:31:34-05:00 -topics: ["git", "software development"] +tags: ["git", "software development"] --- I recently had a situation where a library I was working on, originally as part of one project, was going to be needed for another project. diff --git a/content/posts/st_to_ghostty.md b/content/posts/st_to_ghostty.md index b65a8d2..786bcab 100644 --- a/content/posts/st_to_ghostty.md +++ b/content/posts/st_to_ghostty.md @@ -1,7 +1,7 @@ --- title: "Say goodbye to st and say hello to ghostty" date: 2025-09-10T23:16:26-04:00 -topics: [software development, linux, tools] +tags: [software development, linux, tools] --- {{< callout >}} diff --git a/content/posts/thoughts_on_rust.md b/content/posts/thoughts_on_rust.md index ba70e96..1e27405 100644 --- a/content/posts/thoughts_on_rust.md +++ b/content/posts/thoughts_on_rust.md @@ -1,7 +1,7 @@ --- title: "Rust is pretty good (Short thoughts on Rust)" date: 2024-04-09T21:31:01-04:00 -topics: ['rust', 'Opinions', 'software development'] +tags: ['rust', 'Opinions', 'software development'] --- In my current position I've had to swap to full time Rust development. diff --git a/content/posts/tmux_and_nvim.md b/content/posts/tmux_and_nvim.md index c336f25..8b43690 100644 --- a/content/posts/tmux_and_nvim.md +++ b/content/posts/tmux_and_nvim.md @@ -1,7 +1,7 @@ --- title: "My nvim/tmux workflow" date: 2024-03-04T21:44:00-05:00 -topics: [software development, neovim, tmux] +tags: [software development, neovim, tmux] --- At my previous employment I was forced to use a windows system. diff --git a/content/posts/valgrind-artix-linux.md b/content/posts/valgrind-artix-linux.md index 78443d3..3d327a1 100644 --- a/content/posts/valgrind-artix-linux.md +++ b/content/posts/valgrind-artix-linux.md @@ -1,7 +1,7 @@ --- title: "Gettting Valgrind working on Artix Linux" date: 2023-08-29T21:38:32-04:00 -topics: ['software development', 'linux', 'Artix'] +tags: ['software development', 'linux', 'Artix'] --- I'm currently working on developing an implementation of the Concurrent Atomistic-Continuum method using C++ and CUDA to accelerate calculations. diff --git a/content/posts/web_obesity.md b/content/posts/web_obesity.md index 03f75de..d2af9d8 100644 --- a/content/posts/web_obesity.md +++ b/content/posts/web_obesity.md @@ -2,7 +2,7 @@ title: "Fighting the web obesity crisis using Hugo and Skeleton CSS" date: 2023-02-12T12:45:48-05:00 toc: true -topics: ["css","web design","hugo", 'self-host'] +tags: ["css","web design","hugo", 'self-host'] --- diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub index 460fe6a..665da9b 160000 --- a/themes/hugo-bearcub +++ b/themes/hugo-bearcub @@ -1 +1 @@ -Subproject commit 460fe6a820299d0f41064bae0504ea380eaa74cd +Subproject commit 665da9bec6e9ab22792552d356556e6f76f5e4fb