Skip to content
View AThilenius's full-sized avatar

Sponsoring

@cart
Block or Report

Block or report AThilenius

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AThilenius/readme.md

Hello! 👋

⚠️ Recruiters I'm very happily employed and not looking for a job, sorry.


I'm Alec, I live in San Diego. I'm an adrenaline junkie software engineer.

  • Coding 🖥️
  • Flying airplanes and aerobatics 🛩️
  • Rock climbing 🧗‍♂️
  • Skiing ⛷️
  • My adorable dog Ada (yes, named after Ada Lovelace) 🐶

I've been all over the software stack, working on ChromeOS (low level firmware, and high level CI systems) at Google, games at Sunblink, and web stacks all over the place. I have a passion for GPUs, hardware and bare-metal software, and cutting edge web tech (WASM, WebRTC and WebGPU).

In 2020 I founded Tungsten Labs with my tech lead back from Google, we created Maglev, a peer-to-peer RPC framework built on WebRTC. I'm still very passionate about that project, but it's on hold for now.

Projects

My favorite personal project is https://github.com/AThilenius/logic-paint-rs It is:

  • Based on a game by Zachtronics called KOHCTPYKTOP, which sadly isn't playable any more because it's a flash game
  • Written in Rust (because I'm obsessed with Rust)
  • Compiled to WASM
  • Uses WebGL2 for fixed-cost (by pixels) hardware accelerated rendering
    • Each 'cell' is a single 16 bit unsigned texel and rendered entirely in a fragment shader.
  • Lets you edit and simulate transistors (something between BJT and CMOS, for you hardware people)

Once I finished with the editor I then built a functional 16 bit CPU in it, modeled after the CL-3B ISA. It's micro-coded with a common 16-bit bus, 8 registers with dual output and a 16K of RAM (not drawn here).

CPU

I love this project dearly, because it requires knowledge of how a computer works all the way from the transistor up to WASM running in Chromium (which is what VSCode is build with). Next up is a toy language with a homemade compiler for it 😊 Have to rewrite my parser-generator first though!

Pinned

  1. axum-connect axum-connect Public

    Axum + Connect-Web = ♥️

    Rust 57 4

  2. logic-paint-rs logic-paint-rs Public

    A transistor-level logic simulator inspired by the Intel 4004 and Zachtronic's KOHCTPYKTOP, build with Rust + WASM

    Rust 31

  3. fast-voxel-traversal-rs fast-voxel-traversal-rs Public

    Voxel traversal (2D and 3D) iterators based on the infamous Fast Voxel Traversal algorithm by Amanatides & Woo

    Rust

  4. voxel-chat-rs voxel-chat-rs Public

    A multiplayer voxel chat game, made with Rust and Bevy

    Rust