

From the article https://icespy.org/
From the article https://icespy.org/
I use if__name__main__ often when working with AWS Lambda, but I also want to run it locally. Lambda wants to call a function with the params event
and context
. So I would do something like this:
def handler(event, context):
things
return {
'statusCode': 200,
'body': 'Hello from Lambda!'
}
if __name__ == '__main__':
event = {}
context = {}
response = handler(event, context)
print(response)
My policy for the last 30 years has been; I shave for weddings and funerals. Worked well so far 👍
Harassment and threats are not violence. If I were to punch a trumper, that would be violence.
:motions at trillions of times people that signed up for Fb, Ig, Twit, TkTk, etc/everything without reading the Terms of Service:
Ok, just be sure it has an integrated circuit breaker otherwise its just…a surge protector. You’ll also need to identify what load it triggers at. For example, I use these on my gear https://tripplite.eaton.com/isobar-4-outlet-surge-protector-6-ft-cord-3300-joules-diagnostic-leds~ISOBAR4ULTRA and they’re rated to 12A which should protect a 15A rated smart plug. I put rated in italics because errrryone is buying CE (instead of UL listed) smart plugs.
Place a surge protector between the smart plug and the PC to be safe.
What benefit does this serve in this situation?
I may start using that word again, only in the context of MAGA.
incel terrorist
Pretty sure he impregnated the whole damn country when his pics were posted.
WaPo is what I know it as.
/edit and unsubbed a couple months ago.
I’m old and trying to keep up with the times, remind me; what is the difference between transsexual and transgender? It seems like the word, transsexual, I haven’t heard in a longass time.
Look no further than wikipedia to provide that information haha https://en.wikipedia.org/wiki/List_of_Wikipedia_pages_banned_in_Russia
The word “hack” is pre-internet. A “hack” journalist or a “hack job” is basically something unprofessional. It is movies that turned “hackers” into someone that gained access to the “mainframe”. In the realm of computer systems, I would argue that a “hack” is doing anything the system was not intended/designed to do. A successful DoS or DDoS needs to find some component of the system that wasn’t designed to handle the amount of traffic about to be sent to it.
There are protections for DDoS (iptables, fail2ban, Cloudflare and so on), you have to figure out a way around them, that’s a hack.