mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 12:09:44 -04:00
overhaul
This commit is contained in:
parent
8c6b8d5d9b
commit
9576fe3e3f
21 changed files with 980 additions and 138 deletions
48
index.md
Normal file
48
index.md
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
layout: page
|
||||
title: Developer / Technologist
|
||||
---
|
||||
|
||||
<section class="section-bio" markdown="1">
|
||||
|
||||
I work at the intersection of systems programming, real-time computing, and open-source infrastructure. My background spans Linux systems, simulation engineering and low-level development in C and Python with a growing focus on applied AI and LLM integration. I have a strong preference for auditable, modular stacks and tools that empower user autonomy.
|
||||
|
||||
Reach me by [email](mailto:bryan@ramos.codes) or find me on the platforms above.
|
||||
|
||||
Please encrypt sensitive messages using my [PGP key](/pgpkey).
|
||||
|
||||
</section>
|
||||
|
||||
<section class="section-skills">
|
||||
<h2 class="section-heading">Stack & Tools</h2>
|
||||
<div class="skills-grid">
|
||||
<span class="skill-tag">C</span>
|
||||
<span class="skill-tag">Python</span>
|
||||
<span class="skill-tag">Bash</span>
|
||||
<span class="skill-tag">Linux</span>
|
||||
<span class="skill-tag">Real-Time Systems</span>
|
||||
<span class="skill-tag">Simulation Engineering</span>
|
||||
<span class="skill-tag">AI / LLM Integration</span>
|
||||
<span class="skill-tag">Bitcoin & Lightning</span>
|
||||
<span class="skill-tag">Nostr Protocol</span>
|
||||
<span class="skill-tag">PGP/GPG</span>
|
||||
<span class="skill-tag">Tor</span>
|
||||
<span class="skill-tag">Self-Hosting</span>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section-recent-posts">
|
||||
<h2 class="section-heading">Recent Posts</h2>
|
||||
<div class="blog-list recent-posts">
|
||||
{% for post in site.posts limit:3 %}
|
||||
<div class="post-preview">
|
||||
<span class="post-date">{{ post.date | date: "%B %-d, %Y" }}</span>
|
||||
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
||||
{% if post.description %}
|
||||
<p class="post-description">{{ post.description }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<p class="view-all-posts"><a href="{{ '/blog' | relative_url }}">View all posts →</a></p>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue