This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wpietri 6 days ago | next [–] | |
Great! There's a picket line I won't be crossing. Not just for those subs, of course, but for all of Reddit. | |
The reason Reddit is valuable is not the few execs making these (IMHO terrible) decisions. It's the thousands of mods and the millions of people creating and organizing the content that I go there to read. Until those people are happy with things, I'm not going back. | |
reply | |
jcims 6 days ago | parent | next [–] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import modal | |
import os | |
# Script to run your local code | |
# | |
# * Requires python package modal-client install, and you have obtained a token, e.g.: | |
# ``` | |
# pip install modal-client | |
# modal token new |
OlderNewer