Skip to content
View bryophyta's full-sized avatar

    Block or report bryophyta

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

    Current preoccupations

    • Thinking about 'legacy' codebases from a technical and institutional perspective.
    • How we can build a culture of digital accessibility across different teams.
    • I'm also really enjoying digging deeper into functional programming concepts ✌️

    Writing

    The markdown source for these posts is also available if preferred. PRs welcome!

    Avatar image

    My current avatar was generated by playing around with picbreeder. There's also a presentation deck on the original picbreeder project online which is pretty interesting!

    Pinned Loading

    1. git commit coauthor searchgit commit coauthor search
      1
      # Generate co-author messages for git repos
      2
      3
      A `zsh` function which searches through the contributors to the repo in the current working directory, and generates 'co-authored by' messages for them, that can then be copied into your commit messages.
      4
      5
      Searches through names and email addresses that have been used in commit messages in the current repo. The `-S` flag means that searches are 'smart case' by default: case insensitive, unless upper case letters are included in the search string, in which instance it will switch to case sensitive search. Other options can be found in [the `ripgrep` user guide](https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#common-options).
    2. bryophyta.github.iobryophyta.github.ioPublic

      CSS

    3. social-learning-modelssocial-learning-modelsPublic

      Jupyter Notebook

    4. Network-graphs-with-SVGNetwork-graphs-with-SVGPublic

      A utility for drawing network graphs with SVG, written in TypeScript

      TypeScript 2