Skip to content
View Ownwn's full-sized avatar

Highlights

  • Pro

Block or report Ownwn

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Ownwn/README.md

Owen

I'm a third-year student interested in FOSS, cybersecurity and general tech.

I'm skilled in Java, Kotlin and Javascript, and am currently learning OCaml. Some of my projects include:

  • Baseless A Java webserver without the standard library, implementing IO and networking from scratch using Foreign Memory Access and GNU libc. Gained skills in low-level networking (TCP sockets, HTTP parsing) and system call interfaces. Built an end-to-end encrypted file sharing service using AES.

  • Personal Site A custom LLM interface that supports the latest SOTA models through their respective APIs. I've been using this project for almost 2 years consistently; it's definitely my best work due to how useful it's been


As of April 2026, I'm currently on exchange at the National University of Singapore, where I'm taking 5 CS classes.

I love keeping up to date with the latest trends and developments in software and the web.

You can contact me at my personal email, or at owen at ownwn dot com.

Pinned Loading

  1. PersonalSite PersonalSite Public

    TypeScript 2

  2. Baseless Baseless Public

    Java