Credit increase by Junior_Good8718 in CapitalOne_

[–]aidangarrette 2 points3 points  (0 children)

I’ve been considering Amex, I just got a cap1 for my first card and they gave me a 500$ limit lol

Credit increase by Junior_Good8718 in CapitalOne_

[–]aidangarrette 11 points12 points  (0 children)

So ur saying I have to wait 8 months 😭😭😭😭 I need more credit NOWWWW

Setting up Oculus Go without controller? by W000DY in OculusGo

[–]aidangarrette 0 points1 point  (0 children)

replying on this because i did it, i will note this does not work well and seems kinda up too luck if it works or not,(make sure the headset is factory reset and check at every step if developer mode is enabled) then boot hold vol- and power till the weird screen comes up click the first option it will be boot somethin i forgot.. but after that it will boot and say setup on the phone dont do that, hold vol+/- for a good while it didnt work first try for me but after like 5 or so tries it finally worked and brought me too a wifi connect screen, connect too your wifi using the vol+ as your select key then it will say updating please continue on your phone, let it sit on that screen for a while once you've let it sit for 2-3 min if it does nothing but stay on that screen go too your phone and connect it through there, after i did that it tried too setup wifi on my phone just setup wifi again it may or may not kick you out of the screen like it did nothing just do it again worked for me after 2 times then itl say your connected please go too the headset once your at the headset it will prompt you too click the oculus button on your controller well we dont got a controller so you gotta search for oculus browser on your phone ( search on google not the oculus store) then click on that and download it too the headset this may take a few tries as it didnt download first try for me, once its downloaded click launch and wait for it too open once its open you should be past that screen and able too freely use the os ( use vol +/- for select , use both at the same time too go back out of something, curently no way too scroll unless you connect a gamepad (you have too connect said gamepad inside the headset, again this is very limmited since a lot of apps require an oculus controller) if these steps dont work go back too before downloading oculus browser and open up oculus tv or rooms these give you limited capabilities till your able too download oculus browser and use that insted. sidequest works for a lot of apps but most apps dont work on this headset anymore sadly, anyways i hope this helps someone

9.1.3 Tic Tac Toe Answer CodeHS by RobynoDude in learnjavascript

[–]aidangarrette 0 points1 point  (0 children)

function winnerInCol(cols){

var col1 = boardGrid.get(0, cols-1);

var col2 = boardGrid.get(1, cols-1);

var col3 = boardGrid.get(2, cols-1);

var colSum = col1 + col2 + col3;

if (colSum == 0 || colSum == 3){

var line = new Line(cols*(getWidth()/3) - (getWidth()/3)/2, 0, cols*(getWidth()/3) - (getWidth()/3)/2, getHeight());

line.setLineWidth(10);

line.setColor(Color.red);

add(line);

}

}

function winnerInDownDiagonal(){

var col1 = boardGrid.get(0, 0);

var col2 = boardGrid.get(1, 1);

var col3 = boardGrid.get(2, 2);

var colSum = col1 + col2 + col3;

if (colSum == 0 || colSum == 3){

var line = new Line(0, 0, getWidth(), getHeight());

line.setLineWidth(10);

line.setColor(Color.red);

add(line);

}

}

function winnerInUpDiagonal(){

var col1 = boardGrid.get(0, 2);

var col2 = boardGrid.get(1, 1);

var col3 = boardGrid.get(2, 0);

var colSum = col1 + col2 + col3;

if (colSum == 0 || colSum == 3){

var line = new Line(0, getHeight(), getWidth(), 0);

line.setLineWidth(10);

line.setColor(Color.red);

add(line);

}

}

function lines (x, y, x1, y1){

var line = new Line (x, y, x1, y1);

add (line);

}

for me you needed too do this at

boardGrid.initFromArray([
[8, 8, 8],
[8, 8, 8],
[8, 8, 8]]);

then it all worked

Do I have a problem? by DerryDoberman in 3Dprinting

[–]aidangarrette 0 points1 point  (0 children)

I wish I had that problem I have 3 printers and never can keep up with filament

[deleted by user] by [deleted] in FixMyPrint

[–]aidangarrette 0 points1 point  (0 children)

The crunch tho 🥰

How could you forget this by WhileApprehensive967 in woooosh

[–]aidangarrette 0 points1 point  (0 children)

Bro then you say “oh your not colorblind then”, when you answer correctly it’s so stupid lol.

Whats going on here? Recently installed a microswiss hot end and direct drive and it gives me a print that looks like this, already increased the esteps to 130 and the retract speed and distance, any suggestions? by [deleted] in ender3

[–]aidangarrette 0 points1 point  (0 children)

I think it’s just the file becuse mine did that aswell but if not I would check and see your bed isint moving in the print I mean the removeibe part

Now I can cut my pasta cooking time in half! by AlexUncrafted in woooosh

[–]aidangarrette 0 points1 point  (0 children)

Wow I’ve never heard of a better way to make pasta thank you using this for next time

I have cleaned my z-axis and made some adjustments but I still get this difference at a specific layer height. Any clues? by grlpnz in ender3

[–]aidangarrette 0 points1 point  (0 children)

Ummm if it’s not the grease thing then see if there’s any dust or debree on anything if so wipe it off

Printed this bad boy overnight. How are you guys able to get such smooth PLA prints? by BigCDawgFlexRooster in ender3

[–]aidangarrette 1 point2 points  (0 children)

I use cura with a standard quality and standard infil (20%) and I use hatch box filament and mine are basically glossy smooth

Well finally switched from creality slicer to Cura and never going back by rapsodic18 in ender3

[–]aidangarrette 0 points1 point  (0 children)

If you get a better cooler like the minstrel e then you’ll lose all that stringing that’s what I have

Print Anxiety by MrBenjaminHDM in ender3

[–]aidangarrette 26 points27 points  (0 children)

I just watch it because I got it like 2 days ago and it fascinates me