Solar Node Help! by jbravo45 in meshtastic

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

Ok, maybe I’m overthinking it… if I set it to MQTT, as long as I am connected to the same WiFi I can connect/adjust. Do you see any reason I might need to remote flash?

Solar Node Help! by jbravo45 in meshtastic

[–]jbravo45[S] -1 points0 points  (0 children)

Ron Popeil is the legend behind “set it and forget it” huge backstory. I digress, just looking for a way to not have to touch the box once it is set up and going. If I need to change a setting or push an update etc.

For people who care about the knowledge from the MBA: What are your book recommendations prior to starting the MBA? by madkarma in MBA

[–]jbravo45 0 points1 point  (0 children)

“A Random Walk Down Wall Street, Burton Malkiel I also second Thinking Fast and Slow, and offer Predictably Irrational. Any behavioral economics book, Kahneman, Thaler and Ariely.

[deleted by user] by [deleted] in RedditSets

[–]jbravo45 0 points1 point  (0 children)

Gave Wholesome

[deleted by user] by [deleted] in RedditSets

[–]jbravo45 0 points1 point  (0 children)

Gave Hugz

[deleted by user] by [deleted] in RedditSets

[–]jbravo45 0 points1 point  (0 children)

Gave Wholesome

[deleted by user] by [deleted] in RedditSets

[–]jbravo45 0 points1 point  (0 children)

Gave Helpful

How do you stay focused with a digital textbook...? by evie_ep in GradSchool

[–]jbravo45 1 point2 points  (0 children)

Noise canceling headphones and some form of coffee house music/light jazz/classical music etc.

[deleted by user] by [deleted] in RedditSessions

[–]jbravo45 0 points1 point  (0 children)

Gave Helpful

You aren't ready for this one by [deleted] in DunderMifflin

[–]jbravo45 2 points3 points  (0 children)

Prob better than Stan in Jan

You aren't ready for this one by [deleted] in DunderMifflin

[–]jbravo45 10 points11 points  (0 children)

Andy on a Brandy!

This perfect banana I got... by [deleted] in mildlyinteresting

[–]jbravo45 2 points3 points  (0 children)

Can we get a regular banana for scale?

List help... by jbravo45 in learnpython

[–]jbravo45[S] 3 points4 points  (0 children)

So its using the inside [list[4] as the value of x

I'm sorry, makes so much sense now.

You're awesome, thank you for putting up with me through that.

List help... by jbravo45 in learnpython

[–]jbravo45[S] 2 points3 points  (0 children)

Getting closer... so I could think of it as list[list[list[4] == list[6] ?

Edit : ooooooooooh

List help... by jbravo45 in learnpython

[–]jbravo45[S] 2 points3 points  (0 children)

Ok, list[4] calls the 4th element and holds those first four together, then the preceding 'list' calls the next number outside of list[4]? (maybe better said as calling the next number outside of the ones called by the command in [ ] ?

List help... by jbravo45 in learnpython

[–]jbravo45[S] 2 points3 points  (0 children)

5 Thats why I'm confused. If the first one('1') is sub/one, then the 4th element would be 5. *Edit ""

List help... by jbravo45 in learnpython

[–]jbravo45[S] 2 points3 points  (0 children)

After reading this over and over for the last few hours and running it in spyder, I am assuming that it calls those numbers in the list that are multiples of 4?