Skip to content
View thejsa's full-sized avatar
Up to shenanigans
Up to shenanigans

Sponsoring

@TheEnbyperor

Highlights

  • Pro

Organizations

@Flipnote-Collective
Block or Report

Block or report thejsa

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
thejsa/README.md

Hi there 👋

I'm Eva Lauren, a software engineer, frontend designer, and all-round ✨ sorceress of technological shenanigans ✨ currently based in Cardiff, Wales 🏴󠁧󠁢󠁷󠁬󠁳󠁿

Some more bits about me:

  • 🔭 I'm currently working on reverse engineering and reimplementing game servers at @KaeruTeam, where I lead development and overall management of the project. https://kaeru.world
  • 🌱 I'm learning C++ through 3DS homebrew development -- check out my (extremely work-in-progress) game! https://github.com/thejsa/rhythm-run
  • ✨ I go by she/her or they/them pronouns
  • 📫 You can reach me on the Fediverse as @eval@glauca.space, or in touch in other ways via my website at https://froggybrolly.one.

Pinned

  1. rhythm-run rhythm-run Public

    Rhythm Run game for Nintendo 3DS (work in progress! please do not use this as some sort of example)

    C++ 4

  2. Quick and dirty Flipnote Hatena serv... Quick and dirty Flipnote Hatena server (with query string sessions + basic authentication)
    1
    RewriteEngine On
    2
    RewriteCond %{REQUEST_FILENAME} !-f
    3
    RewriteRule . /index.php [L]
  3. KaeruTeam/nds-constraint KaeruTeam/nds-constraint Public

    Because Nintendo can't do SSL properly

    240 20

  4. clinet-discord clinet-discord Public

    Forked from Clinet/clinet

    Official repository for the Discord version of Clinet, a bot intended for conversation and fact-based queries.

    Go 1

  5. blz_osx.c blz_osx.c
    1
    /*----------------------------------------------------------------------------*/
    2
    /*--  blz.c - Bottom LZ coding for Nintendo GBA/DS                          --*/
    3
    /*--  Copyright (C) 2011 CUE                                                --*/
    4
    /*--                                                                        --*/
    5
    /*--  This program is free software: you can redistribute it and/or modify  --*/