home.social
  1. Olivia @Oliviastarstuff ·

    Ramadan Mubarak!

  2. Olivia @Oliviastarstuff ·

    Built a tool to visualise the voting record of our university's SU council. It should make council more accessible to more people.

    active page: oliviastarstuff.github.io/su-c

    repo: github.com/OliviaStarStuff/su-

    I also used an ethical license for the first time.


  3. Olivia @Oliviastarstuff ·

    I'm not sure how this bodes for any plans we have in our School of Computer Science.
    bbc.com/news/articles/c7v64e6v

  4. Olivia @Oliviastarstuff ·

    I've also been looking at racial bias, in . (There was a path I was on, from Grace Hopper's wikipedia entry (because of the recently released NSA lecture) to to shirley cards in until finally I got here.)

    @TheodoreKim has a video I watched about this that was really eye opening for me. I've asked my lecturer in the about this as I'll be doing a computer graphics module, so I'll see what he says. youtube.com/watch?v=ROuE8xYLpX8

  5. Olivia @Oliviastarstuff ·

    I had a really good night at But it's back to studying for me!

  6. Olivia @Oliviastarstuff ·

    does @karrot work with activitypub?

    What's the difference between and @mobilizon

  7. Olivia @Oliviastarstuff ·




    Two exams for me have passed and I've just got one last exam in my second year to complete.

    I decided to put a bit of time updating my second year grade calculator, to help me keep track of how I'm doing.

    Some of my cohort used the first year version I built last year.

    It features all sorts of witchcraft, conditional formatting, array formulas and update notifications

  8. Olivia @Oliviastarstuff ·

    I'm catching up on an assignment I have an extension for. It's the last day of semester here in
    Some of the theory is kicking my arse.

  9. Olivia @Oliviastarstuff ·


    I read this article recently by Stephanie T. Jones and natalie araujo melo

    We Tell These Stories to Survive: Towards Abolition in Computer Science Education

    link.springer.com/content/pdf/

    A zine version can be found here:
    stephanietjones.com/zines

    It really struck me.

  10. Olivia @Oliviastarstuff ·

    After watching a video about marching cubes and squares, I've finally made my own marching squares simulation using open simplex noise.

    It's really pretty when animated.

    Marching Squares Simulation
    github.com/OliviaStarStuff/mar

  11. Olivia @Oliviastarstuff ·


    I've finally coded A Star from scratch in
    I've always wanted to make one of these visualisations.

  12. Olivia @Oliviastarstuff ·

    My current project is working on creating a visualisation of algorithm. I'm using to produce the visuals. but before I can do that I have to build out the grid. I've made it especially hard on myself it seems but creating a hexagon grid. Working slowly to fix the bugs.