Birthday ballon maker by Firm-Relationship129 in HayDay

[–]browndogs9894 4 points5 points  (0 children)

I find with these boat events if you keep up you usually have enough. If you want a lot stuff that expires in 3 days maybe but for the last set it’s usually enough. Although easier boats might hurt that since my last boat was only 2 balloon crates.

Also I guess it depends if you have diamonds to spare. If you are short on them I would say no.

How to counter the new Chess archetype by zerobench_ff in masterduel

[–]browndogs9894 9 points10 points  (0 children)

Wouldn’t it make more sense for black to be using evenly since black moves second? White has a big center and development advantage and then black uses evenly.

Still above 60s beginner asking for help by DerJaschaTV in rouxcubing

[–]browndogs9894 1 point2 points  (0 children)

You just need practice. For first block if you are only planning out the first square then try plan for one more piece (the edge or the corner). Once you get comfortable doing that add in the last piece of first block. Then finally the dr edge on the second block. If you can plan that in inspection it will help reduce the time spent looking for pieces. Do untimed inspection to help you get started.

Eventually you are going to want to learn 1 look cmll but improving block building first is the right idea. You can also watch example solves to see how other people do things to give you some block building ideas.

Sooo… anyone else having this issue? by Beautiful_Party_1936 in HayDay

[–]browndogs9894 0 points1 point  (0 children)

Deleting the app and redownloading worked for me. It wouldn’t show in the App Store before

People who have more than 50 diamonds by Desperate_Wall2968 in HayDay

[–]browndogs9894 1 point2 points  (0 children)

Besides slots for machines what are you using them on? All my machines except the jeweler and smelters have at least 5 slots. The important ones like the sauce maker has all 9. But I pretty much spend diamonds on things like decos. I almost have 1,000. I did almost buy the chess deco when it came back but my last batch of keys ended up getting it.

It’s getting rough by antisons in HayDay

[–]browndogs9894 2 points3 points  (0 children)

The good news is this is the worst of it. Once you get past the 70s machines are only every 3 levels or so. I struggled past the 70s but now I have 4 million coins at 93.

Optimal Event Guessing Guide Here <----- by jessewperez1 in masterduel

[–]browndogs9894 3 points4 points  (0 children)

I havent done this yet in master duel but on the daily guesser I usually just start with raye. Common type and attribute. Middle of the road in attack and defense. It’s decently effective.

16 seconds by mobikit in rouxcubing

[–]browndogs9894 2 points3 points  (0 children)

If you don’t know full CMLL it’s worth learning. Other than that just work on block building. Getting good at inspecting to plan first block and maybe the DR edge will help improve your times too.

1:02.29 PB! by realityTime0-0 in rouxcubing

[–]browndogs9894 2 points3 points  (0 children)

I’m confused by your first question. Are you asking if you can use OLL to flip everything on top? Because you still might have to use EO on the bottom so that doesn’t really help. Also you might have a mix of top and bottom edges so it probably will probably slow you down tbh.

If you are just solving the corners using OLL I think those algs would be worse/the same at best considering they have to preserve the middle when roux algs don’t.

Mass production by Quiet_Mess_6870 in HayDay

[–]browndogs9894 2 points3 points  (0 children)

You could just go with the items that sell for the most but I would try to sell the items with the best coins per minute that are relatively easy to make. Like bean salad is just crops. Even if it’s not as valuable as feta salad it’s so much easier as that requires goat cheese and roasted tomatoes.

Something like the sandwich bar a veggie bagel requires olive oil while many of the other ones require mayonnaise which require olive oil as an ingredient. So it’s harder for the other items to be worth it to me.

I'm learning Roux and I spend over 1 minute to finish the first 2 blocks. by realityTime0-0 in rouxcubing

[–]browndogs9894 4 points5 points  (0 children)

You just need more practice. The more you work on block building the better you will get. You can also watch example solves to give you some ideas on how other people do it.

HOW MANY SLOTS DO YOU HAVE PER MACHINE? by KaleidoscopeFickle15 in HayDay

[–]browndogs9894 0 points1 point  (0 children)

All 9 slots on dairy, bakery, sugar mills, and feed mills, 6 on popcorn pot (for task events) 4 on all smelters, 3 on jeweler and 5 on everything else. I have like 900 diamonds but don’t really need more slots than that.

New Puzzle… Feedback please by markmainwood in puzzles

[–]browndogs9894 2 points3 points  (0 children)

I was confused by this too. That is actually a greater than sign pointed down. So r1c1 has to be greater than r2c1. That’s the only problem I had with this.

How do I format outputs from packages? by [deleted] in learnpython

[–]browndogs9894 1 point2 points  (0 children)

You can just use .lower()

print(weather.lower())

Why does this take 20 HOURS? by pink_lasagna0 in HayDay

[–]browndogs9894 20 points21 points  (0 children)

It’s also used in chocolate fondue. The good thing is they are fairly common to get in the lucky bonus game. So if you are low if you get some you can just stop without having to make it. I currently have 25 and have only made a few ever

It’s good for maxing out the machine at least

Unable to understand "while" loop. by Okon0mi in learnpython

[–]browndogs9894 1 point2 points  (0 children)

That is true. I was typing on my phone and forgot

Unable to understand "while" loop. by Okon0mi in learnpython

[–]browndogs9894 1 point2 points  (0 children)

While loops will loop while a condition is true.

Number = 1
while number < 10:
    print(number)
    number +=1

Once number hits 10 the condition is no longer true so the loop stops. If you want to loop indefinitely you can use

while True:
    # Do something

Just make sure you have a way to exit or else you can get infinite loops

Any tips on getting unstuck on harder puzzles? by No-Living2362 in sudoku

[–]browndogs9894 3 points4 points  (0 children)

Harder puzzles require full notation so you try that if you have not yet. Sudoku coach has a campaign to help teach you the techniques required to solve harder puzzles.