Skip to content
View ttesmer's full-sized avatar

Block or report ttesmer

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. agentagentPublic

    LLM agent in Go. Human-in-the-loop tool approval. Fewer abstractions than most; just a shell that can think and talk.

    Go

  2. Automatic Differentiation in 38 line...Automatic Differentiation in 38 lines of Haskell using Operator Overloading and Dual Numbers. Inspired by conal.net/papers/beautiful-differentiation
    1
    {-# LANGUAGE TypeSynonymInstances #-}
    2
    dataDuald=DFloatdderivingShow
    3
    typeFloat'=Float
    4
    5
    diff:: (DualFloat'->DualFloat') ->Float->Float'
  3. haskell-mnisthaskell-mnistPublic archive

    A handwritten digit classifier neural network trained on the MNIST dataset. Written from scratch in Haskell.

    Haskell 2

  4. CADCADPublic

    B-Splines, Bézier curves, and NURBS based on my CAD & analysis II courses. Memoized recursive evaluation; turns out symbolic math and dynamic programming get along fine.

    Jupyter Notebook

  5. gf_servergf_serverPublic

    a humble game server implementation: serialization, hit detection, connection handling, etc.

    C++

  6. smallsocksmallsockPublic

    A small IPv4 TCP socket based HTTP server

    C