Skip to content
View bryophyta's full-sized avatar
Block or Report

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.

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
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

  1. git commit coauthor search git 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.io bryophyta.github.io Public

    CSS

  3. social-learning-models social-learning-models Public

    Jupyter Notebook

  4. Network-graphs-with-SVG Network-graphs-with-SVG Public

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

    TypeScript 2 1