diff options
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/html/index.html b/html/index.html index 957740d..aedebcd 100644 --- a/html/index.html +++ b/html/index.html @@ -20,6 +20,7 @@ <div class="header-links"> <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">Social</a> </div> </div> <main> @@ -48,54 +49,76 @@ <div class="note-box"> <img src="/assets/freedreno/glinfo_freedreno_preview.png"> <h2>Journey Through Freedreno</h2> - <p>Android running FreedrenoAs part of my training at Igalia I’ve been attempting to write a new ...</p> + <p>Android running FreedrenoAs part of my training at Igalia + I’ve been attempting to write a new ...</p> </div> </a> <a href="/notes/rasterizing-triangles.html" class="note-link"> <div class="note-box"> <img src="/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png"> <h2>Rasterizing Triangles</h2> - <p>Lately I’ve been trying to implement a software renderer following the algorithm described by ...</p> + <p>Lately I’ve been trying to implement a software renderer + following the algorithm described by ...</p> </div> </a> <a href="/notes/global_game_jam_2023.html" class="note-link"> <div class="note-box"> <img src="/assets/global_game_jam_2023/screen_shot_2.png"> <h2>Global Game Jam 2023 - GI Jam</h2> - <p>At the beginning of this month I participated in the Games Institutes’s Global Game Jam event. ...</p> + <p>At the beginning of this month I participated in the + Games Institutes’s Global Game Jam event. ...</p> </div> </a> <a href="/notes/2022_igalia_graphics_team.html" class="note-link"> <div class="note-box"> <img src="/assets/igalia_logo.png"> <h2>2022 Graphics Team Contributions at Igalia</h2> - <p>This year I started a new job working with Igalia’s Graphics Team. For those of you who don’t ...</p> + <p>This year I started a new job working with Igalia’s + Graphics Team. For those of you who don’t ...</p> </div> </a> <a href="/notes/n64brew-gamejam-2021.html" class="note-link"> <div class="note-box"> <img src="/assets/2021-12-10-n64brew-gamejam-2021/bug_3.png"> <h2>N64Brew GameJam 2021</h2> - <p>So this year, myself and two others decided to participate together in the N64Brew homebrew where ...</p> + <p>So this year, myself and two others decided to + participate together in the N64Brew homebrew where ...</p> </div> </a> <a href="/notes/digital_garden.html" class="note-link"> <div class="note-box"> <h2>Digital Garden</h2> - <p>After reading Maggie Appleton page on digital gardens I was inspired to convert my own website into a digital garden.I have many half baked ideas that I seem to be able to finish. Some of them get to a published state like and , but many of them never make it to the published state. The idea of digital garden seems very appealing to me, as it encourages you to post on a topic even if you haven’t made it publishable yet.How this site works - I wanted a bit of challenge when putting together ...</p> + <p>After reading Maggie Appleton page on digital gardens I + was inspired to convert my own website into a digital + garden.I have many half baked ideas that I seem to be able + to finish. Some of them get to a published state like and , + but many of them never make it to the published state. The + idea of digital garden seems very appealing to me, as it + encourages you to post on a topic even if you haven’t made + it publishable yet.How this site works - I wanted a bit of + challenge when putting together ...</p> </div> </a> <a href="/notes/baremetal-risc-v.html" class="note-link"> <div class="note-box"> <img src="/assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg"> <h2>Baremetal RISC-V</h2> - <p>After re-watching suckerpinch’s Reverse Emulation video I got inspired to try and replicate what ...</p> + <p>After re-watching suckerpinch’s Reverse Emulation video I + got inspired to try and replicate what ...</p> </div> </a> <a href="/notes/generating-video.html" class="note-link"> <div class="note-box"> <h2>Generating Video</h2> - <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 accomplished by generating a video signal that the monitor understands. Below I have written instructions on how an FPGA can be used to generate a video signal. I have specifically worked with the iCEBreaker FPGA but the...</p> + <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 + accomplished by generating a video signal that the monitor + understands. Below I have written instructions on how an + FPGA can be used to generate a video signal. I have + specifically worked with the iCEBreaker FPGA but the...</p> </div> </a> </div> |