day 22

Tried out implementing a UI for question-answering with BERT (using functions written by Chris McCormick) on Streamlit at bert.tomoe.asia but it crashes when there are long spans of text entered – not sure if it’s due to memory constraints (free tier has 800MB of memory) or what. I’ll try using a smaller BERT model tomorrow and see if it makes a difference.

September 9, 2022 · 1 min

day 21

Took part in a Go workshop by Chuk organised by GeeksHacking, where we made a command line tool that interacts with the Boardgame Atlas API to search for board games. ...

September 3, 2022 · 3 min

day 20

Started learning Django out of necessity for work. ...

August 10, 2022 · 1 min

day 19

Touched more server-side stuff. Learned to use screen on a server to manage sessions and update sites.

August 5, 2022 · 1 min

day 18

Created reusable components in React for a volunteering project. ...

August 2, 2022 · 1 min

day 17

Joys of pair programming and fiddling with Liquid + Shopify metafields ...

July 20, 2022 · 1 min

day 16

Using .filter(), and thinking about reusable components ...

July 19, 2022 · 1 min

day 15

Wrote documentation on how to use git (e.g. using branches, making pull requests, setting remote repos) for my workplace. It’s on Notion, titled Working with Git

June 11, 2022 · 1 min

day 14

Set cookies for JSON Web Tokens with Flask and added support for the use of credentials in cross-origin requests. ...

June 8, 2022 · 1 min

day 13

Set up node to communicate with a Flask backend that someone else built for a volunteering project. ...

May 29, 2022 · 1 min