Aug 8 Updates
All checks were successful
Build OCI Image / docker (push) Successful in 30s

This commit is contained in:
Yadunand Prem 2025-08-09 14:13:28 +08:00
parent 266aac20ba
commit 8538c7346d
3 changed files with 11 additions and 0 deletions

BIN
assets/resume.pdf Normal file

Binary file not shown.

View File

@ -12,5 +12,15 @@ A place for short form thoughts and ideas
> This page lists entries for the current year, for past entries consult the [microblog archive](/microblog/).
## [Helm]($section.id("2025-08-08T16:00:00"))
Another thing I'm exploring is writing a helm chart. I've got one generated by Claude [here](https://git.yadunut.dev/yadunut/system/src/branch/main/charts/system) but I feel like it's overkill for what I'm trying to do. So going through the generated templates and removing unnecessary stuff. For reference, I'm using podinfo's helm chart to see what I actually need
## [Minisforum MS-A2]($section.id("2025-08-08T15:00:00"))
I've recently got my hands on a Minisforum MS-A2 and have been wanting to join it to my home cluster. Instead, i've been tinkering around writing cleaner nix code... ~~Giving Up~~ Pausing on that for now, and just shoving code into the [configuration.nix](https://git.yadunut.dev/yadunut/dotfiles/src/branch/main/penguin/configuration.nix).
Also got myself a A2000 ADA but at its current form factor, does not fit into the MS-A2. Just ordered a [cooler](https://n3rdware.com/components/single-slot-rtx-2000-ada-cooler) so that this GPU fits into a smaller form factor case. and hopefully with that, I have a mini portable powerhouse.
Just as I bought this, I started seeing benchmarking results for the Ryzen AI Max 395+, and it seems to be blowing this out of the water, due to its unified memory(?) architecture
## [Hello World]($section.id("2025-08-05"))
This is the first entry in this year's microblog created with [Zine](https://zine-ssg.io)! I'm exploring using Jujutsu as a VCS right now, and it seems interesting. The site data can be found [here](https://git.yadunut.dev/yadunut/yadunut.dev).

View File

@ -6,5 +6,6 @@ Site {
.assets_dir_path = "assets",
.static_assets = [
"Temml.woff2",
"resume.pdf",
],
}