From eafd2fb0c56c9d74b36dc9eba76be44821a3d112 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 17 May 2026 04:45:45 -0400 Subject: [PATCH 1/7] updated --- _config.yml | 4 ++-- _includes/header.html | 4 ++-- index.md | 25 ++++++++++++++----------- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/_config.yml b/_config.yml index c705de8..f2163da 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: Bryan Ramos -description: Software & Systems Engineer +description: Linux Systems & Automation Engineer url: "https://ramos.codes" include: @@ -8,4 +8,4 @@ include: permalink: /blog/:year/:month/:day/:title/ markdown: kramdown -highlighter: rouge \ No newline at end of file +highlighter: rouge diff --git a/_includes/header.html b/_includes/header.html index d62d7e9..083ff46 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -22,7 +22,7 @@ Bryan Ramos

Bryan Ramos

-

Software & Systems Engineer

+

Linux Systems & Automation Engineer

- \ No newline at end of file + diff --git a/index.md b/index.md index 5afee11..22aef42 100644 --- a/index.md +++ b/index.md @@ -1,11 +1,13 @@ --- layout: page -title: Software & Systems Engineer +title: Linux Systems & Automation Engineer ---
-I work with systems programming, real-time computing, and simulation engineering. My background spans Linux, low-level development in C and Python, and debugging latency-critical systems where determinism and microseconds count. Currently exploring applied AI and LLM integration. +I work on Linux systems, real-time computing, infrastructure automation, and applied AI tooling. My work spans low-level diagnostics, C and Python development, reproducible infrastructure, and debugging latency-sensitive critical systems. + +Lately I have been focused on minimizing vendor dependencies for developer infrastructure and automation via AI. Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes) @@ -14,19 +16,20 @@ Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes)

Stack & Tools

- C - Python - Bash Linux - Real-Time Systems - Simulation Engineering - AI/LLM Integration + Real-Time Linux + Systems Diagnostics Automation - Networking - Docker - KVM/QEMU Nix + Python + C + Bash + Docker SQL + Networking + KVM/QEMU + AI Integration + MCP
From 2f822a2d0e86fbb6f802d14566d6def36818e78c Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 17 May 2026 04:47:22 -0400 Subject: [PATCH 2/7] minor tweak --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 22aef42..068b949 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ title: Linux Systems & Automation Engineer
-I work on Linux systems, real-time computing, infrastructure automation, and applied AI tooling. My work spans low-level diagnostics, C and Python development, reproducible infrastructure, and debugging latency-sensitive critical systems. +I work on Linux systems, real-time computing, infrastructure automation, and applied AI tooling. My work spans low-level diagnostics, C and Python development, reproducible infrastructure, and debugging latency-sensitive systems where correctness and determinism matter. Lately I have been focused on minimizing vendor dependencies for developer infrastructure and automation via AI. From b574bc0151f70f602171f7a86e5e710543d5b9f2 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 17 May 2026 05:05:06 -0400 Subject: [PATCH 3/7] tweaks --- _includes/footer.html | 1 + index.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index ff66906..c35d917 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,5 @@
+
diff --git a/index.md b/index.md index 068b949..68e96bf 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ title: Linux Systems & Automation Engineer I work on Linux systems, real-time computing, infrastructure automation, and applied AI tooling. My work spans low-level diagnostics, C and Python development, reproducible infrastructure, and debugging latency-sensitive systems where correctness and determinism matter. -Lately I have been focused on minimizing vendor dependencies for developer infrastructure and automation via AI. +Lately I have been focused on minimizing vendor dependencies for developer infrastructure and automation via RAG AI pipelines. Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes) @@ -20,9 +20,10 @@ Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes) Real-Time Linux Systems Diagnostics Automation + APIs Nix Python - C + C/C++ Bash Docker SQL From dd9c4fa92a7b08897eaf08b751206ae7f15ae279 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 17 May 2026 05:14:32 -0400 Subject: [PATCH 4/7] updates --- _includes/footer.html | 2 +- _posts/2023-02-28-setting-up-pgp.md | 2 +- assets/{public.key => public.asc} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename assets/{public.key => public.asc} (100%) diff --git a/_includes/footer.html b/_includes/footer.html index c35d917..b237fd9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@
- +
diff --git a/_posts/2023-02-28-setting-up-pgp.md b/_posts/2023-02-28-setting-up-pgp.md index 1f74d87..3697039 100644 --- a/_posts/2023-02-28-setting-up-pgp.md +++ b/_posts/2023-02-28-setting-up-pgp.md @@ -46,7 +46,7 @@ gpg --armor --export your@email.com Paste that block on your website, upload it to keys.openpgp.org, or just email it to people. Once someone has your public key, they can encrypt messages that only you can read. -I've posted mine here: [PGP key](/assets/public.key) +I've posted mine here: [PGP key](/assets/public.asc) If you're sending me anything sensitive, please use it. ## One More Thing diff --git a/assets/public.key b/assets/public.asc similarity index 100% rename from assets/public.key rename to assets/public.asc From 277012a7108a19fa6c60d4a9ddd6ccad43f62df3 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 17 May 2026 05:18:16 -0400 Subject: [PATCH 5/7] left align --- _includes/footer.html | 6 ++++-- css/styles.css | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index b237fd9..7fb52be 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,7 @@
- - + + + +
diff --git a/css/styles.css b/css/styles.css index e41f0fe..446f334 100644 --- a/css/styles.css +++ b/css/styles.css @@ -569,6 +569,12 @@ footer a { color: var(--color-text-muted); } +.footer-links-left { + display: flex; + gap: var(--space-4); + align-items: center; +} + footer a:hover { color: var(--color-accent); } From 6c255d21e6c6fd79b21d5767d04caa479a24b6c5 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 17 May 2026 05:26:37 -0400 Subject: [PATCH 6/7] changes --- index.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/index.md b/index.md index 68e96bf..b620f2d 100644 --- a/index.md +++ b/index.md @@ -5,9 +5,9 @@ title: Linux Systems & Automation Engineer
-I work on Linux systems, real-time computing, infrastructure automation, and applied AI tooling. My work spans low-level diagnostics, C and Python development, reproducible infrastructure, and debugging latency-sensitive systems where correctness and determinism matter. +I work on Linux systems, real-time computing, automation, and applied AI tooling. My work spans low-level diagnostics, C/C++ and Python development, reproducible infrastructure, and debugging latency-sensitive systems where correctness and determinism are critical. -Lately I have been focused on minimizing vendor dependencies for developer infrastructure and automation via RAG AI pipelines. +Lately I have been focused on minimizing vendor dependencies for developer workflows and automation via RAG AI pipelines. Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes) @@ -17,19 +17,22 @@ Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes)

Stack & Tools

Linux - Real-Time Linux - Systems Diagnostics + Real-Time Systems + Diagnostics Automation + Git APIs - Nix - Python + Service Integrations + Nix/NixOS C/C++ + Python Bash Docker SQL Networking KVM/QEMU - AI Integration + AI/LLM Integration + RAG MCP
From 62d89b25da1e15a6864dac4ededc536f60d430c2 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 17 May 2026 05:33:38 -0400 Subject: [PATCH 7/7] rust --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index b620f2d..783cfcd 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ title: Linux Systems & Automation Engineer I work on Linux systems, real-time computing, automation, and applied AI tooling. My work spans low-level diagnostics, C/C++ and Python development, reproducible infrastructure, and debugging latency-sensitive systems where correctness and determinism are critical. -Lately I have been focused on minimizing vendor dependencies for developer workflows and automation via RAG AI pipelines. +Lately I have been focused on learning Rust, minimizing vendor dependencies for developer workflows and automation via RAG AI pipelines. Reach me at [bryan@ramos.codes](mailto:bryan@ramos.codes)