Is there some site which can give me a setup so I can practice my pure commutators? I want to practice my pure commutators but I don't know how I can.
Is there some site which can give me a setup so I can practice my pure commutators? I want to practice my pure commutators but I don't know how I can.
@Eric I want one too! I really need pure comms practice.
Question: bh corners (URB LFD RFD) why doesnt F' [U', B2 D2 B2] F work? Im doing the insertion and interchange correctly, right? Can someone tell me the exact conditions for an interchange and the insertion? Im confused. Also, for (URB RFU DLB), why not L2 F' L2 B2 L2 F L2 B2? Whats the error?
Also, how to recognise columns?
Can all columns be either an A9 or cyclic shift?
Happy cubing, tjen
I moved one of the unsolved corners to the buffer position without disturbing your UB and UL edges. To do this, you just need one corner in the R layer ( which it is already), so I did L U' to bring the buffer piece into the R layer. Then I did an R move to replace the buffer piece with your unsolved corner. I then undid my setup moves for this step by doing U L' which places your unsolved corner where your buffer piece was. Then I did a D move to place the other unsolved corner to your normal destination position. I did Y-perm to swap the unsolved corner ( which is now where your normal buffer would be ) to the other unsolved corner at RFD, and UB/UL edges are also swapped. Essentially you are replacing your buffer piece with an unsolved corner, and then solving normally, then replacing the buffer piece to its original position. The undo-setup is self explanatory, I would assume. Hope that helps!
@DYGH.Tjen:
Your insertations are wrong. Insertations work like this: you 'open' a layer, 'insert' something in it and then 'close' it again so that only that one piece has changed in that layer. These 'open' and 'close' turns cannot be double turns because in that case you would change more than one piece with this operation.
All columns can be set up into an A9 or a cyclic shift.
You should read byu's BH corner tutorial: http://www.speedsolving.com/forum/sh...68-BH-Tutorial
Oh I see what you're trying to do there. Break it down: L2 F' L2 supposedly inserts RFU into DLB, B2 is the interchange. Now the problem is what I wrote: Your insertation doesn't only effect DLB but also the BR and BUL pieces, that's why it doesn't work. You'll find that in this case there's no correct 3-move insertation.There's one with 5 moves though - you can either use that, or set up to an A9 or cyclic shift.
Last edited by Marcell; 03-26-2011 at 05:28 PM.
About the program to practice commutators, just add something like this:
printMethod((char)(Math.random()*26 +65) + (char)(Math.random()*26+65));
I love one line code. Then again, making the class and main method along with a pause and while loop would take more. If you arent a program, look up how to run a .java program in commmand prompt, open a notepad, type the code that follows after the instructions, save it as Name.java, and run.
Code:public class Name { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println(((char)(Math.random()*26 +65) + (char)(Math.random()*26+65) + "\n"); System.out.println(input.next().toLowerCase().contains("y")?"Great":"Aww"); } }
This question is asked so often that I think this forum would benefit greatly if someone would write up a stickied post explaining how to break into new cycles. Any takers?
Last edited by riffz; 03-27-2011 at 10:04 PM. Reason: grammar
I agree so much. I was actually thinking of this the other day. We need to basically have the first post edited with info like:
How do I do blind? Learn Old Pochman
What happens when the buffer is solved? Break into a new cycle (swap with a random unsolved piece)
What is the fastest method? BH incorperated into Freestyle
What is the fastest memo style? Visual
How do I know which piece to go in blind? Create a letter scheme, one letter for each sticker of a corner (A-X) and one for each sticker of an edge (A-X).
How should I start memorizing for the first time? Possibly make words to represent one or two letters, or look at (Wiki page)
How do I solve a (Insert Large Cube here) blind? -Link-
Where is the BH edge tutorial: Link
Where is the BH corner tutorial: Link
What is the world record? 30.90 set by Alejandro (I forget the last name)
Where is a good tutorial for Old Pochman? (Possibly bad mephisto's tutorial, etc)
What do you do if you do an odd number of M2s in the M2 method? Do parity (Insert Parity algorithm here)
Theres a basic template, I dont have time right now to insert the links, but we do need to put this on the front, as these questions are asked a lot.
Bookmarks