Skip to content
View trevorstenson's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@raven-messenger
Block or Report

Block or report trevorstenson

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

Pinned

  1. trevo.rs trevo.rs Public

    Source code for my person site trevo.rs

    TypeScript

  2. browser-stream browser-stream Public

    A naive approach to streaming web browser content/interaction to clients

    Rust

  3. A service worker that intercepts fet... A service worker that intercepts fetch events, and generates HTML pages on the fly from GPT-3 to return back to the client application.
    1
    const API_KEY = "<OPEN_AI_API_KEY_HERE>";
    2
    
                  
    3
    async function openai_request(prompt) {
    4
      let engine = "text-davinci-003";
    5
      const response = await fetch("https://api.openai.com/v1/completions", {
  4. rust-seam-carving rust-seam-carving Public

    A WASM seam carving implementation written in Rust

    Rust

  5. skilldex-juggling skilldex-juggling Public

    skilldex.org is a web application for users to explore, track, and share juggling patterns with others.

    JavaScript