2024.11.29 18:31 BiEnby08 Henry the turtle.
I know that the majority of people are calling the nature turtle, Henry. But why did everyone go with this? Don't get me wrong, I like this name and it is the one I will be using. But is there a reference I'm not getting or something?
submitted by BiEnby08 to FortNiteBR [link] [comments]
2024.11.29 18:31 kyi_______ My best friend just decided she doesn't want to be friends anymore what do I do
So let me preface this by saying I was literally talking to her just like we always do the same day. Then just earlier tonight she sends me this ^
And at the time I was in disbelief like we haven't been friends for a long time around 1½years, but still we were so close because neither of us really had any friends at our schools. That being said we weren't unhealthy close, sure we'd vent to each other when we felt upset at events in our lives but doesn't every group of friends do that ? Anyways so because I was caught off guard, I immediately just tried to end the convo because I knew if it dragged out it was gonna be worse. So essentially I just said what is shown above (I'm green she's pink obviously). Now I am stuck because it wasn't even like there were any issues in our friendship we weren't like dangerously co-dependant but neither of us neglected our friendship either. What the hell do I do?
submitted by kyi_______ to whatdoIdo [link] [comments]
2024.11.29 18:31 ThatGirlCurious How much would it cost to fix these scratches on an E-class Mercedes Benz ?
Any tips on saving $$$ on this too ? submitted by ThatGirlCurious to MechanicAdvice [link] [comments] |
2024.11.29 18:31 Puggpu "My Soul" [Analog]
submitted by Puggpu to collagesluts [link] [comments]
2024.11.29 18:31 SorryAboutMyself Improving page speed with minifications and compression etc.
My core web vitals all look good for desktop and mobile, but my performance score is booty (Mobile: 26 - Desktop: 51)
It says to reduce unused JavaScript and CSS. Minimize main-thread work, reduce JavaScript execution time, and reduce HTML size. It also says to compress images but I've already done that.
All I can ever seem to find is directions to go into Webflow's site setting and flip the minify switches. They're all set to minimize things and it doesn't seem to be helping anything. Is there anything else I can do?
submitted by SorryAboutMyself to webflow [link] [comments]
2024.11.29 18:31 Sassy_Brah Once in a while, the response are actually 🔥
submitted by Sassy_Brah to CharacterAI [link] [comments] |
2024.11.29 18:31 Voxl_ Audio from p5.oscillator sounds like it's clipping
I discovered the oscillator in p5 today and have been experimenting with a sketch. One problem I'm facing is that the synth sound like it's clipping. I wanted to make a screen recording, but mac apparently doesn't allow you to record audio with your screen.
In any case here's the code. I'm guessing the popping comes from the amplitude changing abruptly with the if statements in the shape() functions, but I'm unsure how to fix it. I tried stopping the sounds instead of lowering the amp, but that didn't change anything. I couldn't find anything useful in the docs either, so If anyone has experience using the oscillators I'd greatly appreciate some help.
Thanks in advance.
let sound;
let sound2;
let sound3;
let sound4;
let sound5;
let sound6;
let rev;
function preload(){
sound = new p5.Oscillator("triangle") sound2 = new p5.Oscillator("triangle") sound3 = new p5.Oscillator("saw") sound4 = new p5.Oscillator("triangle") sound5 = new p5.Oscillator("triangle") sound6 = new p5.Oscillator("saw") rev = new p5.Reverb() rev.process(10)
}frameRate(60) background(0) createCanvas(windowWidth, windowHeight); sound5.freq(220) //A sound2.freq(130) //C sound3.freq(164) //E sound4.freq(246) //B sound.freq(392) //E sound6.freq(493) //B2
}background(0,25); translate(width/2, height/2); shape1() shape2() shape3()
}stroke(255, 10, 0) let B = map(sin(radians(frameCount \* 0.5),-1,1)) strokeWeight(4); let x = map(sin(radians(frameCount \* 3)),-1,1, -100, 100); let y = map(cos(radians(frameCount \* 2)),-1,1, -100, 100); point(x-width/6, y);
//osc1if(x > 99){ sound.amp(0.6) sound.start() sound.rev } if(x < 0){ sound.amp(0.2) }
//osc2if(x < -99){ sound2.amp(0.8) sound2.start() } if(x > 0){ sound2.amp(0.2) }
}stroke(255, 120, 0) let B = map(sin(radians(frameCount \* 0.5),-1,1)) strokeWeight(4); let x = map(sin(radians(frameCount \* 4)),-1,1, -100, 100); let y = map(cos(radians(frameCount \* 2)),-1,1, -100, 100); point(x+width/6, y);
//osc3if(x > 99){ sound3.amp(0.8) sound3.start() } if(x < 0){ sound3.amp(0.02) }
//osc4if(x < -99){ sound4.amp(0.8) sound4.start() } if(x > 0){ sound4.amp(0.02) }
}stroke(255, 220, 0) let B = map(sin(radians(frameCount \* 0.5),-1,1)) strokeWeight(4); let x = map(sin(radians(frameCount \* (6))),-1,1, -100, 100); let y = map(cos(radians(frameCount \* 2)),-1,1, -100, 100); point(x, y);
//osc5if(x > 99){ sound5.amp(0.8) sound5.start() } if(x < 0){ sound5.amp(0.02) }
//osc6if(x < -99){ sound6.amp(0.8) sound6.start() } if(x > 0){ sound6.amp(0.02) }
}2024.11.29 18:31 darknmy Stuck on the mission - locate the underground psy generator
Stuck on the mission - locate the underground psy generator I'm right at the device and psy field is kicking in and im 1m from the location - what do?
submitted by darknmy to stalker [link] [comments]
2024.11.29 18:31 MeanEquipment577 For B2C SaaS app, should you just copy the paywall and landing page structure, of a successful or rising competitor?
submitted by MeanEquipment577 to SaaS [link] [comments]
2024.11.29 18:31 Typical_Hunt_2012 Moving investment income to s-corp
It’s the end of year and tax season is near. Question for the community. I earned some dividend income and capitals gain this year under my ssn and spouse’s ssn. If I open s-corp now in 2024, can I show income from investment under s-corp and not under my personal return? Is it possible to do so? If not possible now, do I need to tell tax brokerage firms to issue the income details to my s-corp tax id or do I have to open brand new brokerage account (for the next year)? Any insights will be greatly appreciated.
submitted by Typical_Hunt_2012 to tax [link] [comments]
2024.11.29 18:31 Iamgroooooooot Dog angle tree.
Hi yall, I have seen a few post online recently I was wondering anyone had seen any pet angle trees in tampa bay? Or a place that let's the dogs pic out there own toys that are donated. I was hoping there would be one like this in our area. Please let me know if you know of any!
submitted by Iamgroooooooot to tampa [link] [comments]
2024.11.29 18:31 Medically_Friendly 2024 JLU Rubi With 2.5 Lift smoking driveshafts Left and Right. NO FAD.
Buddy, I’m pissed! As of right now you are looking at a limping JL Rubi. No rear drive shaft currently.. Might as well be driving a cardboard box wrapped around a kids power wheels. I’ve ran into a serious issue that absolutely affects the joy of having a Jeep. I’ve been doing a build on my 2024 JLU Rubi. I had a Metalcloak 2.5 variable rate suspension put on as well as Metalcloak’s driveshaft. About 300 miles or so I started hearing a grinding noise while on the gas going down the road. I started looking for the issue from front to back and narrowed it down to the driveshaft. The angle is too steep for the driveshaft on any lift 2.5 or higher, binding up the driveshaft and smoking it. I took it to my mechanic and he said there is no FAD on these new ones and the driveshaft cannot take the extreme angle. Even if they can rotate the axles, it’s still too much pitch. Meanwhile, Metalcloak says there is nothing wrong and to grease the shit out of it periodically! Fuckin Outstanding Metalcloak.. So they won’t warranty their driveshaft when it’s their lifts and their products that are causing the angle and the failure of their driveshaft. Does anyone have a remedy for this? Again, this is for the new 2024. I will go on to say that Metalcloak is full of lies and just doesn’t want to admit to engineering mistakes, and refuses to warranty their product in this situation. submitted by Medically_Friendly to JeepWrangler [link] [comments] |
2024.11.29 18:31 freeblackfish HYBE Identifies YouTubers Behind Defamatory Content Against ILLIT and LE SSERAFIM
submitted by freeblackfish to kpop [link] [comments] |
2024.11.29 18:31 HandleHour3410 How to review nbmes?
How to review the nbmes to increase my score. Also, there are a lot of things that I fail to recall while doing the nbme, how do I fix that.
submitted by HandleHour3410 to step1 [link] [comments]
2024.11.29 18:31 Quirky_Ad_5420 Seekers on the train (@bachikongaiko)
submitted by Quirky_Ad_5420 to transformers [link] [comments] |
2024.11.29 18:31 WillieZabar Filming a video about Mars 2112 on Tuesday 12/3
I'm working on a video about Mars 2112 and will be outside the former location of the restaurant this coming Tuesday 12/3 just after 11am. If you'd like to share a memory or two of the restaurant, please come through! 1633 Broadway, New York, NY 10019
submitted by WillieZabar to Mars2112 [link] [comments]
2024.11.29 18:31 No_Potential9260 Healthy Stuff [homemade]
submitted by No_Potential9260 to indiafood [link] [comments] |
2024.11.29 18:31 BioGeoBravo Practicing with my new drone by filming some alligators
Had a fun Thanksgiving morning stalking the local wildlife. I still need a lot of practice, but I’m very excited about all of the great wildlife footage I’ll be able to get with this thing. submitted by BioGeoBravo to fieldherping [link] [comments] |
2024.11.29 18:31 Nohinha Digamos que eu tenha perdido acesso ao meu Github...
Ok, basicamente eu perdi acesso ao meu Github....
O MFA dele estava vinculado a meu antigo e-mail corporativo ao qual fui desligado, por favor, nao se atentem a essa burrice, eu já remoei por muito tempo como fui burro e já entendi o recado.
Mas agora o ponto é o seguinte, já tenho cinco anos de exp, estou com um certo receio de isso me atrapalhar em entrevistas principalmente agora que estou focado em trabalhar pra gringa, alguém conhece alguma maneira de forjar o histórico de commits do Github? Ou talvez algum mercado negro para comprar contas? Ou meu deus, será que existe alguma maneira de se comunicar com facilidade com o suporte do Github? por DEUS esse é o pior suporte que eu já vi na minha vida!
submitted by Nohinha to brdev [link] [comments]
2024.11.29 18:31 SleepwalkerWei Creative Crystals Amaya Rooting (via @thepopboy_collector on instagram)
Did anyone else see this? I found this on @thepopboy_collector’s instagram page and…. Speechless. I guess this explains her horrific hairstyle? Hopefully this is just a defect and they aren’t all like this, but I doubt it. Also apparently there are no stands anymore too? submitted by SleepwalkerWei to RainbowHigh [link] [comments] |
2024.11.29 18:31 FormiCH Struggling to find right adapter
Time to hook up the new faucet for our kitchen remodel. The faucet supply is 3/8th. We’ve had no luck finding the correct adapter. 3/8th FIP too small. 1/2 FIP too big. House was built in 1914 but don’t believe that is the original piping. Anyone have any suggestions? submitted by FormiCH to askaplumber [link] [comments] |
2024.11.29 18:31 Efficient-Quiet5797 Anything I could use ?
Is there any good tutorials that I can use for downloading ps3 game from pc to play without having to actual have the disc version of the game I have evilnuat CFW.
submitted by Efficient-Quiet5797 to PS3 [link] [comments]
2024.11.29 18:31 MrSharkIsMe CODE
2H4IUVI9PBJSQ
submitted by MrSharkIsMe to Goatapp [link] [comments]
2024.11.29 18:31 Raja_Rama Msf
submitted by Raja_Rama to builderment [link] [comments] |
2024.11.29 18:31 Incognito-12345 My favorites.
First time post here. Appreciate any feedback. Thanks. submitted by Incognito-12345 to LibertadCoins [link] [comments] |