This commit is contained in:
laura 2025-12-09 19:25:04 -03:00
parent 862b11b9ef
commit 9c6da082a0
Signed by: w
GPG key ID: BCD2117C99E69817
31 changed files with 441 additions and 263 deletions

View file

@ -20,12 +20,15 @@ export default function Home() {
<section id="about">
<h2>Summary</h2>
<p>
I'm an aspiring electrical engineer with a keen interest in open
access to information and knowledge. My technical work centers on
functional programming, C99, and writing quirky TypeScript code that
explores its more obscure corners and unconventional patterns. I'm
drawn to atypical low-level technologies and have a particular
interest in the x86 and RISC-V ISAs. <a href="/about">Read more</a>
I'm an aspiring electrical engineer with a deep appreciation with open
access and the elegance of well-enginereed software. My technical work
centers on functional programming paradigms, C99/C23, and writing
quirky TypeScript code that explores its more obscure corners and
unconventional patterns. I'm especially interested in atypical
low-level systems and the intersection of hardware and software, with
a particular fascination for the x86 and RISC-V ISAs, and I love
finding elegant solutions in places most people don't bother to look
at. <a href="/contact">Read more</a>
</p>
</section>
<section id="links">
@ -51,27 +54,14 @@ export default function Home() {
at://acpi.at
</a>
</li>
<li>
<a
title="Discord"
href="https://discord.com/users/797566974024351745"
>
@rumiwa on Discord
</a>
</li>
<li>
<a title="Telegram" href="https://t.me/lauwawa">
@lauwawa on Telegram
</a>
</li>
</ul>
</div>
<div class="column">
<h3>Code</h3>
<ul>
<li>
<a title="GitHub" href="https://github.com/fukkai">
fukkai on GitHub
<a title="GitHub" href="https://github.com/rcxe">
rcxe on GitHub
</a>
</li>
<li>
@ -87,7 +77,7 @@ export default function Home() {
</ul>
</div>
<div class="column">
<h3>Services</h3>
<h3>Public Services</h3>
<ul>
<li>sowwy, none for now~ :&lt;</li>
</ul>
@ -99,10 +89,10 @@ export default function Home() {
<ul>
<li>
<ProjectCard
author="fukkai"
author="rcxe"
name="cobweb"
description="a lightweight, tiny web framework for deno tailored for dynamic no-js applications"
url="http://github.com/fukkai/cobweb"
url="https://github.com/rcxe/cobweb"
languageColor="#3178c6"
languageName="TypeScript"
license="BSD-3-Clause"
@ -110,10 +100,10 @@ export default function Home() {
</li>
<li>
<ProjectCard
author="fukkai"
author="rcxe"
name="ratazana"
description="minimal implementation of logitech and razer mouse firmware, repurposing their onboard memory as a covert channel for arbitrary data"
url="http://github.com/fukkai/ratazana"
url="https://github.com/rcxe/ratazana"
languageColor="#555"
languageName="C"
license="BSD-3-Clause"
@ -124,7 +114,7 @@ export default function Home() {
author="w"
name="wildcat"
description="lightweight, minimal, crossplatform, and straightforward opengl-based rendering and windowing libraries"
url="http://kyu.re/~wildcat"
url="https://kyu.re/~wildcat"
languageColor="#555"
languageName="C"
license="BSD-3-Clause"
@ -146,7 +136,7 @@ export default function Home() {
<span class="key">WEB</span>
<code class="value">
<a href="https://ko-fi.com/west">west@ko-fi</a>
<a href="https://github.com/sponsors/fukkai">fukkai@github</a>
<a href="https://github.com/sponsors/rcxe">rcxe@github</a>
</code>
</div>
<div class="row">
@ -195,20 +185,23 @@ export default function Home() {
</p>
<div class="buttons">
<Meow />
<a href="https://worf.win">
<a href="https://worf.win" rel="noopener nofollow">
<img src="https://worf.win/images/worfwin.gif" alt="worf" />
</a>
<a href="https://codeberg.org/paige">
<a href="https://codeberg.org/paige" rel="noopener nofollow">
<img src="/88x31/paige.gif" alt="paige" />
</a>
<a href="https://mugman.tech">
<a href="https://urwq.moe" rel="noopener nofollow">
<img src="https://urwq.moe/88x31.png" alt="urwq" />
</a>
<a href="https://mugman.tech" rel="noopener nofollow">
<img src="https://mugman.tech/88x31/me.gif" alt="mugman" />
</a>
<a href="https://f.dog">
<img src="https://x86.pet/~strawberry/june_88x31.png" alt="june" />
<a href="https://nin0.dev" rel="noopener nofollow">
<img src="https://files.nin0.dev/88x31/nin0.png" alt="nin0" />
</a>
<a
rel="noopener"
rel="noopener nofollow"
referrerpolicy="strict-origin"
href="https://rushii.dev"
>
@ -217,16 +210,22 @@ export default function Home() {
alt="rushii's site"
/>
</a>
<a href="https://www.juwuba.xyz">
<a href="https://www.juwuba.xyz" rel="noopener nofollow">
<img src="https://www.juwuba.xyz/88x31.gif" alt="Júlia" />
</a>
<a href="https://katelyn.moe/">
<a href="https://katelyn.moe/" rel="noopener nofollow">
<img src="https://katelyn.moe/8831.png" alt="katelyn" />
</a>
<a href="https://meow-d.github.io">
<a href="https://circulars.dev" rel="noopener nofollow">
<img
src="https://circulars.dev/circular-88x31.gif"
alt="circulars.dev"
/>
</a>
<a href="https://meow-d.github.io" rel="noopener nofollow">
<img src="/88x31/meow_d.webp" alt="meow_d" />
</a>
<a href="https://caitlyn.moe">
<a href="https://caitlyn.moe" rel="noopener nofollow">
<img src="https://caitlyn.moe/88x31.png" alt="caitlyn" />
</a>
</div>