Skip to content
View vivshaw's full-sized avatar
๐Ÿซ–
418 I'm a teapot
๐Ÿซ–
418 I'm a teapot
Block or Report

Block or report vivshaw

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

hi, i'm vivshaw ๐Ÿ‘‹

please visit my blog for my writing, or see below for contact info and other details.

-- ./vivshaw.dhall

{- what i'm called -}
let handle = "vivshaw"

{- prelude -}
let prelude = "i'm a functional programming fan, and jack-of-all-trades.
               my background is in webdev, but i'm happy to explore anything."

{- my personal data -}
let Personal = { name : Text, city : Text, email : Text, web : Text, twitter : Text, pgp : Text }
let personal = Personal { name = "Hannah Vivian Shaw"
                        , city = "Burlington, Vermont"
                        , email = "hvivianshaw 'at' gmail.com"
                        , website = "vivshaw.github.io"
                        , twitter = "@vvvivshaw"
                        , pgp = "61E55CA77554B474C30F04248F434E3AF84C4482"
                        }

{- bio and interests -}
let Bio = { role : Text, interests : List Text, languages : List Text, leisure : List Text }
let bio = Bio { role      =   "frontend"
              , interests =   [ "web dev", "functional programming", "type systems", "React", "Rails" ]
              , languages =   [ "TypeScript", "Ruby", "Haskell", "Scala", "Java" ]
              , leisure   =   [ "DJing house and techno", "road cycling", "photography", "synthesis" ]
              }

Pinned

  1. ghibli-graphql ghibli-graphql Public

    an unofficial GraphQL API for Studio Ghibli films.

    TypeScript 3 1

  2. scriptophile scriptophile Public

    a neural network trained to read handwritten digits, written from scratch in Scala

    Scala

  3. shakespeare-LSTM shakespeare-LSTM Public

    a Keras neural network trained to write Shakespearean sonnets, with a Flask web interface

    HTML 21 11

  4. vivshaw.github.io vivshaw.github.io Public

    my portfolio site

    HTML

  5. my-reads my-reads Public

    ๐Ÿ“– A library management app

    JavaScript 5

  6. herc herc Public

    real-time functional GraphQL: Haskell & Elm Rudimentary Chat

    Haskell 1