Skip to content
View timuruski's full-sized avatar
🏳️‍⚧️
Protect Trans Rights
🏳️‍⚧️
Protect Trans Rights

Organizations

@yycruby

Block or report timuruski

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

Hi! 👋

I'm Tim Uruski! (he/she/any) I'm a programmer from Calgary, Alberta. I currently work for themoviedb.org. I previously worked for Clio and helped organize YYC Ruby. Some of my writing is at tim.uruski.dev. When I'm not working on code, I'm doing something fun like cooking, learning math or Spanish, boxing or riding a one wheeled electric skateboard.

Pinned Loading

  1. dotfiles dotfiles Public

    ~timuruski

    Vim Script 1

  2. openai-chat openai-chat Public

    ChatGPT playground

    Ruby

  3. yayaml yayaml Public

    An experimental tool for searching many YAML files.

    Ruby

  4. Example of a flexible pattern for ma... Example of a flexible pattern for making HTTP requests with Ruby Net:HTTP
    1
    require "json"
    2
    require "net/http"
    3
    require "uri"
    4
    
                  
    5
    # The standard library Net::HTTP module is a bit convoluted, but here is an example of a flexible