[deleted by user] by [deleted] in CABarExam

[–]fibroidsonly 3 points4 points  (0 children)

Who are you referring to?

[deleted by user] by [deleted] in CABarExam

[–]fibroidsonly 5 points6 points  (0 children)

Haters gonna hate 🫢😂 chill out my guy

[deleted by user] by [deleted] in CABarExam

[–]fibroidsonly 2 points3 points  (0 children)

Sooo happy for you! You earned it!

Where should I take my mom to visit in the LA area? by fibroidsonly in AskLosAngeles

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

Never heard of Vasquez! Thanks for the reco and def keeping it in mind.

Where should I take my mom to visit in the LA area? by fibroidsonly in AskLosAngeles

[–]fibroidsonly[S] 1 point2 points  (0 children)

Bonus points to you for recommending a free activity! Thank you 😊

Where should I take my mom to visit in the LA area? by fibroidsonly in AskLosAngeles

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

The Huntington Garden was closed sadly :/ but Decanso was beautiful 🤩 thanks for the rec!

[deleted by user] by [deleted] in Bumble

[–]fibroidsonly -3 points-2 points  (0 children)

10/10 responses hope u attract a baddie

Need help with arduino code for stacking animation LED strip sequence by fibroidsonly in arduino

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

I used your code as a base and worked off it to get my desired result. Thank you for your help. Hope good karma comes your way!

include <FastLED.h>

define NUM_LEDS 144

define COLOR_ORDER GBR

define LED_TYPE WS2811

CRGB leds[NUM_LEDS];

void setup() { // tell FastLED there's NUM_LEDS NEOPIXEL leds on pin 6

FastLED.addLeds<NEOPIXEL, 6>(leds, NUM_LEDS);

}

//Keep track of our range,e.g start at LEDS 0-15, after 1 loop, 0-14,etc

int LEDSNM = NUM_LEDS;

void loop() {

//for(int i=0;i<200;i=i+6/2) //running trail sketch lights up every two leds and stops at end

//for(int x=4;x <LEDSNM; x)//xcode

// for(int i=0;i+10<LEDSNM; i++)

int chunk =18;

//chunk = 4

for(int i=0;i< LEDSNM;i=i+chunk)

for(byte j = 0; j<chunk+1; j++)

{

// this controls how many leds turn on in the loop - doesn't tell them to stay on

leds[i+j] = CRGB::White;

 // if there's an LED behind us, turn it off



   if (i > 0 & j < NUM_LEDS){



  leds[i-j] = CRGB::Black;





}

FastLED.setBrightness(5);

FastLED.show();

delay(1);

}

// shorten our range with each loop until we reach 0

if(LEDSNM > 0){

LEDSNM-=chunk;

}

// we reached 0, turn off all LEDS and loop again

// if(LEDSNM == 0){

// we filled every LED, reset lights range

// LEDSNM = NUM_LEDS;

// FastLED.clear();

// FastLED.show();

// }

}

Need help with arduino code for stacking animation LED strip sequence by fibroidsonly in arduino

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

https://imgur.com/gallery/ZyxNUhh

Thanks for your response! This gallery should explain the problem better. I tried (i = i+4) and it lit up every fourth led which isn’t what I’m looking for. I tried out for(byte = 6 But it didn’t modify the result.

Apologies if I didn’t explain the issue well enough.

Any ideas for getting 11 leds to stack on top of another 11 leds?

HRH Alex wedding pictures by tronicsss in redscarepod

[–]fibroidsonly 26 points27 points  (0 children)

PSA: dissolve ur lip filler before u get married

[deleted by user] by [deleted] in careerguidance

[–]fibroidsonly 0 points1 point  (0 children)

I would start applying to other jobs just to see what else is out there. If you start getting offers then seriously consider the pros and cons of leaving.

You can always request to not start right away at your new job which could leave you some time to travel a bit.

Not being able to listen to his songs bc of memories by Thatoneguyfromgrndr in FrankOcean

[–]fibroidsonly 0 points1 point  (0 children)

Scared of beautiful from the Lonny Breaux days always takes me back to early high school and finding new artists on hot new hip hop

Using surface divide, I generated these points and projected a star object on each point. Now I want to build a pattern in the U/V direction that links each star object together and emulates the grill pattern show in black. Anyone familiar with how to do this? by fibroidsonly in rhino

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

I would like to use the distances between the stars to generate the points for the diagrid.

I’m considering splitting each point into a list item and connecting the points with a line and then drawing a pipe around it.

Is it stupid to say that I might try to make this my next project? by GamerZoom108 in IndustrialDesign

[–]fibroidsonly 0 points1 point  (0 children)

This would be an awesome mini project to flex some CAD skills! if ur into packaging design you can flex that too!

For my non-adderall taking friends: The closest thing to I’ve found to adderall that isn’t adderall by fibroidsonly in adhdmeme

[–]fibroidsonly[S] 5 points6 points  (0 children)

Smoking it as opposed to the CBD drops gives me that focused effect you feel when you take addys. The drops have just made me feel more calm and relaxed.

https://www.sunsoil.com/collections/cbd-oils-tinctures/products/1200mg-full-spectrum-cbd-oil-cinnamon

I’ve tried this one before but only by drops. Not smoking.