there's no way to make a windows fw rule that would reliably avoid this, right?
(rule 1: process myprocess from here to there out _quick_)
got the firewall guys to have such a toplevel rule, but it's worked well enough to not monitor traffic on the rule.
hello, todo
Great time last week in Louisville with my IBC family!
Grateful for every lesson, every battle, and every moment to grow with my teammates. Back to the lab and ready to keep working! #chopwoodcarrywater#myprocess#IBCfamily@ibcwbb15us40s
@indianabasketballclub_wbb
I thought I’d share some industry secrets as I transition out of Classic Card Tiles! 🤫
Every resin is different, and there are a lot of little techniques not shown here. Be sure to check your resin manufacturer’s instructions 🤓
#classiccardtiles#resin#myprocess#thehobby
Day 3 of learning Framer.
This is more of a repetition of my previous lessons but slightly different. Text take majority of the Ui and it responsiveness to interactiona should be studied carefully.
What do you think?
#framer#learning#myprocess#sodiqabiodun
It's the fifteenth of January, so this is my quarterly reminder to self-employed folks to submit your quarterly taxes!
I always start by asking myself, "what's the name of the EFTPS website?"
#myProcess
Part One. How she was built… #TheVisuals#PlayingEmma#EarthAbides#VisualBoard#Actresslife
A peek into #MYPROCESS :
As an actress I use all senses to create a character. I need to study the words, read articles, & theories if I have access to that, in order to research all the ways in which she is described, then I read the script over and over looking for her in her own words. Once I begin to feel her essence, a week or two into the studying, I look for her in images. That’s the first two steps for me. #TheText & #Visuals
Also what I love about this Earth Abides creative team is when I received the mood board from the costume designer on the show #SheilaWhite we literally had similar images. Lots of fittings to put it all together perfectly. I was so happy with it all! So thankful!
#Hair: @CaliTinaHair on all of Emma’s Styles (Braids, Natural Hair, & Locs)
THIS IS #EMMA#EARTHABIDESMGM#MotherEarth#EarthMother#MotherOfNations
Watch Earth Abides now on @mgmplus & @stanaustralia
Episodes 1-5 are available in the UK @mgmplusuk #Mgmplus
Got Cron?
Cron messages are a powerful feature of @aoTheComputer that fundamentally changes how we can build on-chain applications. While traditional smart contract platforms require external triggers (transactions from users or other contracts) to execute code and update state, AO's Cron functionality enables autonomous processes.
In Ethereum and similar networks, smart contracts are passive - they only execute when explicitly called by an external transaction, which means any automated behavior requires off-chain infrastructure like keeper networks or external automation services.
AO's Cron feature allows processes to "wake themselves up" by scheduling self-directed messages at predetermined intervals. This autonomous scheduling capability represents a significant advancement in blockchain architecture and enables developers to build truly self-sustaining applications that can:
- Update their state and make actions independently
- React to time-based conditions without external intervention
And the best part- it is incredibly easy to use!
To set up a process with a regular Cron message, you simply spawn it with a flag and interval setting like:
aos myprocess --cron 2-minutes
You now have created a process that can perform actions on regular intervals thanks to a regular Cron message at the times you have set!
Check out details on using Cron in the AO cookbook:
cookbook_ao.g8way.io/referen…