-
Ludum Dare, Code in the Dark Aftermath
I took part in not one, but two competitions last weekend. First was Ludum Dare 45, a competition to make a game in 48 hours. Second was Spokane Code in the Dark 2019, a HTML/CSS competition with a nightclub vibe. Code in the Dark had such a cool atmosphere. I met a gentleman who works […]
-
How to create a Python virtual environment for OpenBazaar
You may run into errors when running OpenBazaar-Server. One common error is this: Traceback (most recent call last): File “openbazaard.py”, line 8, in <module> import stun ImportError: No module named stun This happens because Python (which is running OpenBazaar-Server) doesn’t have access to the Python module, stun. If you have already run the command, pip […]