Streaming from your Oculus Quest 2 to Zoom while using Air Link, but your PC also has no WiFi
I don’t know why you’d want to do this too, or have the same combination of problems. But if you do, here you go. ...
I don’t know why you’d want to do this too, or have the same combination of problems. But if you do, here you go. ...
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.
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. ...
Started learning Django out of necessity for work. ...
Touched more server-side stuff. Learned to use screen on a server to manage sessions and update sites.
Created reusable components in React for a volunteering project. ...
Joys of pair programming and fiddling with Liquid + Shopify metafields ...
Using .filter(), and thinking about reusable components ...
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
Set cookies for JSON Web Tokens with Flask and added support for the use of credentials in cross-origin requests. ...