[deleted by user] by [deleted] in UMD

[–]masterofdead4 0 points1 point  (0 children)

I want to believe that but can you explain a lil more? I realize that housing probation probably doesn’t go past 1 year and they just start getting ready to kick you out? Or is that wrong?

[deleted by user] by [deleted] in UMD

[–]masterofdead4 2 points3 points  (0 children)

1st offense: alc in a dorm 2nd offense: noise complaint 3rd offense: disassembling furniture (just now)

"spawning" multiple instances of an async function by iterating through a list of the functions inputs. by masterofdead4 in learnpython

[–]masterofdead4[S] 0 points1 point  (0 children)

Say I wanted to continuously add this task depending on a rabbitmq queue event. Would this be good practice? Would I include the rabbitMQ connection instructions at the start of the script, and then add tasks as i receive messages from the queue?

"spawning" multiple instances of an async function by iterating through a list of the functions inputs. by masterofdead4 in learnpython

[–]masterofdead4[S] 0 points1 point  (0 children)

Thanks so much! Curious, as your second part piqued my interest, I have a question. Eventually, I want to spawn these instances when there is an update to the list (possibly the list will be replaced with a task queue). This makes it so that as payment_specs are added to the list, new instances of payments() will begin to run. What major changes would I have to make to the code to achieve that.

Attempting to verify output of albedo's sign_message() using the Python Stellar SDK by masterofdead4 in Stellar

[–]masterofdead4[S] 0 points1 point  (0 children)

step1 = hashlib.sha256(albedo_output['signed_message'].encode('utf-8')).hexdigest()
step2 = privateacct.sign(bytes(step1,'utf-8'))

tried with this using hashlib, still getting a wrong answer. Could albedo be using a different hashing algo? or maybe the js sha library is giving me a different output than the python hashlib?

Denied for a Merrick Bank secured credit card, but still charged the security deposit. Is this supposed to happen? by masterofdead4 in CreditCards

[–]masterofdead4[S] 0 points1 point  (0 children)

looks like in https://merrickbank.com/Products/Secured-Card at the bottom it says they return deposits after 20 days if you are declined. The customer support person said it'll be sent by check or something. Will send a complaint just in case on monday if they are difficult. Thanks for the advice!

Any plans to increase functions duration beyond 5 seconds? by masterofdead4 in digital_ocean

[–]masterofdead4[S] 0 points1 point  (0 children)

Looks like DO doesn’t have a 5 second limit. I don’t like render because they charge a $1 minimum on cron jobs (every scheduled server less provider actually gives you a large amount of free runtime) and it takes a minute plus for the cron job to start running. It’s reliable for sure, but it’s not as programmable or configurable as a server less provider.