diff options
-rw-r--r-- | html/about.html | 3 | ||||
-rw-r--r-- | html/feed.xml | 2 | ||||
-rw-r--r-- | html/graphics_feed.xml | 2 | ||||
-rw-r--r-- | html/index.html | 3 | ||||
-rw-r--r-- | html/notes/2022_igalia_graphics_team.html | 3 | ||||
-rw-r--r-- | html/notes/2024_igalia_graphics_team.html | 3 | ||||
-rw-r--r-- | html/notes/android_swrast.html | 3 | ||||
-rw-r--r-- | html/notes/baremetal-risc-v.html | 3 | ||||
-rw-r--r-- | html/notes/converting_from_3d_to_2d.html | 3 | ||||
-rw-r--r-- | html/notes/digital_garden.html | 3 | ||||
-rw-r--r-- | html/notes/freedreno_journey.html | 3 | ||||
-rw-r--r-- | html/notes/generating-video.html | 3 | ||||
-rw-r--r-- | html/notes/global_game_jam_2023.html | 3 | ||||
-rw-r--r-- | html/notes/mesa_23_1_contributions_behind_the_scenes.html | 3 | ||||
-rw-r--r-- | html/notes/n64brew-gamejam-2021.html | 3 | ||||
-rw-r--r-- | html/notes/rasterizing-triangles.html | 3 | ||||
-rw-r--r-- | html/notes/vulkanised_2024.html | 3 | ||||
-rw-r--r-- | html/now.html | 3 | ||||
-rw-r--r-- | templates/main.html | 1 |
19 files changed, 18 insertions, 35 deletions
diff --git a/html/about.html b/html/about.html index 7d303d1..fe33286 100644 --- a/html/about.html +++ b/html/about.html @@ -19,8 +19,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/feed.xml b/html/feed.xml index d8f1135..0647f1e 100644 --- a/html/feed.xml +++ b/html/feed.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Sat, 01 Mar 2025 09:51:45 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><p>One thing I’m very interested in is computer graphics. This could be +<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Tue, 25 Mar 2025 16:27:57 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><p>One thing I’m very interested in is computer graphics. This could be complex 3D graphics or simple 2D graphics. The idea of getting a computer to display visual data fascinates me. One fundamental part of showing visual data is interfacing with a computer monitor. This can be diff --git a/html/graphics_feed.xml b/html/graphics_feed.xml index cd07d0f..1f22898 100644 --- a/html/graphics_feed.xml +++ b/html/graphics_feed.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Sat, 01 Mar 2025 09:51:45 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description><p>This year I started a new job working with <a +<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Tue, 25 Mar 2025 16:27:57 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description><p>This year I started a new job working with <a href="https://www.igalia.com/technology/graphics">Igalia’s Graphics Team</a>. For those of you who don’t know <a href="https://www.igalia.com/">Igalia</a> they are a <a diff --git a/html/index.html b/html/index.html index 40324fc..0bf3767 100644 --- a/html/index.html +++ b/html/index.html @@ -19,8 +19,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/2022_igalia_graphics_team.html b/html/notes/2022_igalia_graphics_team.html index c186820..3898e8d 100644 --- a/html/notes/2022_igalia_graphics_team.html +++ b/html/notes/2022_igalia_graphics_team.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/2024_igalia_graphics_team.html b/html/notes/2024_igalia_graphics_team.html index 984eada..6a2b74f 100644 --- a/html/notes/2024_igalia_graphics_team.html +++ b/html/notes/2024_igalia_graphics_team.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/android_swrast.html b/html/notes/android_swrast.html index c7edc92..99d1f3c 100644 --- a/html/notes/android_swrast.html +++ b/html/notes/android_swrast.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/baremetal-risc-v.html b/html/notes/baremetal-risc-v.html index ad77a6b..ec79602 100644 --- a/html/notes/baremetal-risc-v.html +++ b/html/notes/baremetal-risc-v.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/converting_from_3d_to_2d.html b/html/notes/converting_from_3d_to_2d.html index b241852..f23f5fb 100644 --- a/html/notes/converting_from_3d_to_2d.html +++ b/html/notes/converting_from_3d_to_2d.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/digital_garden.html b/html/notes/digital_garden.html index d75011f..a26ec73 100644 --- a/html/notes/digital_garden.html +++ b/html/notes/digital_garden.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/freedreno_journey.html b/html/notes/freedreno_journey.html index 29385ba..96457a2 100644 --- a/html/notes/freedreno_journey.html +++ b/html/notes/freedreno_journey.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/generating-video.html b/html/notes/generating-video.html index b0ce1c8..e83d988 100644 --- a/html/notes/generating-video.html +++ b/html/notes/generating-video.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/global_game_jam_2023.html b/html/notes/global_game_jam_2023.html index afb0cc9..c538303 100644 --- a/html/notes/global_game_jam_2023.html +++ b/html/notes/global_game_jam_2023.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/mesa_23_1_contributions_behind_the_scenes.html b/html/notes/mesa_23_1_contributions_behind_the_scenes.html index 11cd1c7..6be99d4 100644 --- a/html/notes/mesa_23_1_contributions_behind_the_scenes.html +++ b/html/notes/mesa_23_1_contributions_behind_the_scenes.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/n64brew-gamejam-2021.html b/html/notes/n64brew-gamejam-2021.html index b7764c2..38378ea 100644 --- a/html/notes/n64brew-gamejam-2021.html +++ b/html/notes/n64brew-gamejam-2021.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/rasterizing-triangles.html b/html/notes/rasterizing-triangles.html index 71fa49f..bd36d92 100644 --- a/html/notes/rasterizing-triangles.html +++ b/html/notes/rasterizing-triangles.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/notes/vulkanised_2024.html b/html/notes/vulkanised_2024.html index 99ce749..e457d5b 100644 --- a/html/notes/vulkanised_2024.html +++ b/html/notes/vulkanised_2024.html @@ -20,8 +20,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/html/now.html b/html/now.html index bff1e55..4a089f8 100644 --- a/html/now.html +++ b/html/now.html @@ -19,8 +19,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> diff --git a/templates/main.html b/templates/main.html index 8635580..b84e189 100644 --- a/templates/main.html +++ b/templates/main.html @@ -34,7 +34,6 @@ $endif$ $if(show-notes-link)$ <a href="/notes.html" class="header-link">Notes</a> $endif$ - <a href="/now.html" class="header-link">Now</a> <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> |