Update with tags instead of topics
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 17s
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 17s
This commit is contained in:
parent
71e15cffe0
commit
a60ff7d439
18 changed files with 18 additions and 18 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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']
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 >}}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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']
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 460fe6a820299d0f41064bae0504ea380eaa74cd
|
||||
Subproject commit 665da9bec6e9ab22792552d356556e6f76f5e4fb
|
||||
Loading…
Add table
Add a link
Reference in a new issue