Skip to content
View vivshaw's full-sized avatar
🫖
418 I'm a teapot
🫖
418 I'm a teapot

Highlights

  • Pro

Block or report vivshaw

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 = "1AD2C043CC62805FD666FE9B86A802CADB0AF8CD" } {- 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 Loading

  1. vivshaw.github.io vivshaw.github.io Public

    my personal website

    MDX

  2. zettel zettel Public

    my digital garden, built on Logseq

    Python 4

  3. llmlangbench llmlangbench Public

    a benchmark to compare Claude Code performance across various programming languages

    TypeScript 3 1

  4. scriptophile scriptophile Public

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

    Scala

  5. shakespeare-LSTM shakespeare-LSTM Public

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

    HTML 21 11