WEEKLY WINS
Hello everyone and welcome back to another Friday of Wins!
This is your chance to take a pause and share with the community something …
- … that went great
- … you are proud of
- … that made you happy this week
- …
Hello everyone and welcome back to another Friday of Wins!
This is your chance to take a pause and share with the community something …
Smaller win for me this week but I’m done booking my trip to Paris and London for Bubble Tour: Paris and Bubble Tour: London !
Flying to Paris, then riding the Eurostar train to London. Can’t wait to meet everyone face to face
No big news as far as Bubble this week. I’ll have something Next Friday that will be exciting for me.
I did do a 10-mile run today at a 7-minute pace.
I wish I could keep that pace for a marathon…but that’s a different story.
Usually, at about the 8-mile mark, I’m starting to remind myself to put one foot in front of the other
Maybe not exciting for most…but it made me feel good
Is this a win? Not sure, perhaps just simple learning.
In order to calculate a random number I used the random string calculate (2 digits), converted to number, divided by 100 to generate the seed (r = from 0 to 1).
Plug that into the standard random number formulae with a(Lower limit) and b(upper limit).
Random_value=r*(b-a)+a
With a=10; b=50; r=0.5
Random_value=(.5*40) + 10
= 30
…and it works! In Mobile Editor. No plug-in needed!
Guy
Nice, I would say that’s a cool win.
Also, Another way you could do it is with modulo. Take your random number, do mod (b - a + 1), then add a. That keeps the result inside your range without needing to divide by 100.
Cool though. So yes, that’s a win!
I’ve also been running, I managed to complete 10km without dying, haha, so I consider that a big win! On the Bubble side, I’ve been working a lot on new features for the app I work on, where we’re using the API connector actions with stream a lot. It’s been really helpful in delivering faster responses to our users, and along the way, I’ve learned some new things in n8n as well.
Wishing everyone a great Sunday and an excellent week ahead. God bless you all.
Nice run.
Running is free therapy that helps you feel good all day.
Keep up the good work!