About Social Code
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-01-17 21:50:14 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-01-17 21:50:14 -0500
commitc8d114231b6c75de87ae2d0b5ca65cf14102edff (patch)
tree1d24d9eb1daebecc568fdb7bf6518a0025c4f542
parentfd737e96b824ced348bf501d826dbd3af7efa818 (diff)
Update now and about pages
-rw-r--r--html/about.html2
-rw-r--r--html/now.html10
-rw-r--r--pages/about.md6
-rw-r--r--pages/now.md15
4 files changed, 27 insertions, 6 deletions
diff --git a/html/about.html b/html/about.html
index 8f5b07b..16705fa 100644
--- a/html/about.html
+++ b/html/about.html
@@ -30,7 +30,7 @@
<div class="note-body">
<p><img class="page-self-image" src="/assets/me.jpg"></p>
<p>Hello my name is Lucas Fryzek, and welcome to my website!</p>
-<p>I’m a software developer with specific interests in computer graphics, embedded systems, and operating systems. For my day job I work on DO-178 certified graphics drivers for safety critical environments, and in my free time I enjoy working on personal projects (including this website). I plan to use this site to share information about projects I’m working on, or just generally cool stuff I’m interested in.</p>
+<p>I’m a software developer with specific interests in computer graphics, GPUs, embedded systems, and operating systems. I’m currently working with Igalia’s graphics team working on the open source driver stack in mesa. In my free time I enjoy working on personal projects (including this website). I plan to use this site to share information about projects I’m working on, or just generally cool stuff I’m interested in.</p>
<div class="social-links-container">
<ul class="social-media-list">
<li>
diff --git a/html/now.html b/html/now.html
index 5fe0330..7c61a1f 100644
--- a/html/now.html
+++ b/html/now.html
@@ -28,7 +28,15 @@
<div class="note-divider"></div>
<div class="main-container-page">
<div class="note-body">
-<p>A monthly update about my life</p>
+<p>A roughly monthly update about my life</p>
+<blockquote>
+<h2 id="january-2023">January 2023</h2>
+<p>Happy new year! This new year is especially exciting for me because I’m starting a new job! I’m happy to announce that I’m moving away from the world of proprietary software. I will now be working with the open source graphics stack at Igalia. I’ve joined their graphics team, and I’m super excited to start contributing back to the open source community that has really shaped my life since I started using Linux exclusively back around 2011</p>
+</blockquote>
+<blockquote>
+<h2 id="november-2022">November 2022</h2>
+<p>November was a really exciting month for me. My wife and I had our wedding and then we went away on our honeymoon for 10 days in France. A new nice long break from work was nice and let me focus on non technical things, like improving my health.</p>
+</blockquote>
<blockquote>
<h2 id="october-2022">October 2022</h2>
<p>After reading about digital gardens, I’ve decided to convert my whole website into its very own digital garden. I wasn’t too happy with existing themes and tools I could find online so I decided to try and build a digital garden engine myself using pandoc and custom filters.</p>
diff --git a/pages/about.md b/pages/about.md
index d1c3f48..ec22e06 100644
--- a/pages/about.md
+++ b/pages/about.md
@@ -6,9 +6,9 @@ title: About
Hello my name is Lucas Fryzek, and welcome to my website!
-I’m a software developer with specific interests in computer graphics, embedded systems, and
-operating systems. For my day job I work on DO-178 certified graphics drivers for safety critical
-environments, and in my free time I enjoy working on personal projects (including this website). I
+I’m a software developer with specific interests in computer graphics, GPUs, embedded systems, and
+operating systems. I'm currently working with Igalia's graphics team working on the open source
+driver stack in mesa. In my free time I enjoy working on personal projects (including this website). I
plan to use this site to share information about projects I’m working on, or just generally cool stuff
I’m interested in.
diff --git a/pages/now.md b/pages/now.md
index f3ebc55..774cea3 100644
--- a/pages/now.md
+++ b/pages/now.md
@@ -1,7 +1,20 @@
---
title: Now
---
-A monthly update about my life
+A roughly monthly update about my life
+
+> ## January 2023
+> Happy new year! This new year is especially exciting for me because I'm starting a
+> new job! I'm happy to announce that I'm moving away from the world of proprietary
+> software. I will now be working with the open source graphics stack at Igalia. I've joined
+> their graphics team, and I'm super excited to start contributing back to the open source
+> community that has really shaped my life since I started using Linux exclusively back around
+> 2011
+
+> ## November 2022
+> November was a really exciting month for me. My wife and I had our wedding and then
+> we went away on our honeymoon for 10 days in France. A new nice long break from work
+> was nice and let me focus on non technical things, like improving my health.
> ## October 2022
> After reading about digital gardens, I've decided to convert my whole website into