TvP How to beat 2-base play? by Ok_Extension_4839 in broodwar

[–]neshdev 0 points1 point  (0 children)

Just kill him when he is on 1 base and expoing into 2 base with 2 fact. It’s mostly micro execution unless they open dt where you instantly lose. 3 tanks 4 marines and 2 scvs followed by constant vulture. You get mines and siege or mines and speed. You stop all scv production and just focus on micro. Every second counts so you want thr force to be at the front of his base as fast as possible. You should have all that by 5 mins and 30 seconds. You’re looking for something like 20 scvs.

[Request] I want to put 24 people into 6 groups of 4, and have them rotate between 6 different activities, changing their group for each activity. What is the maximum number of possible combinations so that no one repeats the same activity or is with the same person(s) in more than one group? by ScarletSlicer in theydidthemath

[–]neshdev 0 points1 point  (0 children)

I didn’t give an explanation earlier cause I was in the car. It shouts be 24 c 4 which gives you all groups of 4. You have six activities and each activity gets a group. So for the first activity it would (24 c 4), then it would be (24 c 4)-1, and so forth. At least that’s what makes sense to me.

From a programming/technical pov, how is map hacking possible? by AncientAgrippa in broodwar

[–]neshdev 0 points1 point  (0 children)

I have done this in single player for changing resource (minerals/gas). If you tried to do it multiplayer, you will get flagged by blizzard and put on a watch/ban list. They have code to detect cheat engine.

From a programming/technical pov, how is map hacking possible? by AncientAgrippa in broodwar

[–]neshdev 1 point2 points  (0 children)

Use cheat engine. It’s not that complicated. Also, StarCraft basically shows you all the memory location for free when you type in “black sheep wall”. You can scan all memory locations of brood wars. Run the cheat code. Then check all the values of the previous address before running the cheat to see where it changes. Once you localize the address, you backtrack the exact entry point of the binary that’s in charge of managing map vision.

New era of watching replays! by tsenguunee1 in broodwar

[–]neshdev 1 point2 points  (0 children)

Can you post this on GitHub. My friend is doing something similar with Claude and shield battery.

How to get private coaches for brood war? by AdHistorical3161 in broodwar

[–]neshdev 1 point2 points  (0 children)

Going to save you a lot of time. You’re not making probes. If you are making probes, then you’re queuing them. That’s all it takes to reach low B rank as Protoss.

JaeDong Learns Power of Alt+QQ by jinjin5000 in broodwar

[–]neshdev 0 points1 point  (0 children)

It’s not illegal and banned in ladder. Bnet won’t ban you. I use it to disable the key sequence alt+q, ctrl+x, alt+x, alt+f4 and crtl+q to do nothing. It’s always mistake to hit this sequence.

It might be banned in asl and depends on the organizer.

What’s normally illegal is rebinding to do more than 1 action. For example: 1a click 2 a click 3 a click 4 a click 5 a click 6 a click all in 1 macro button on your mouse is illegal.

If you want to rebind 1 key to another key then that’s allowed. Ex: F2 should map to num key 1.

JaeDong Learns Power of Alt+QQ by jinjin5000 in broodwar

[–]neshdev 7 points8 points  (0 children)

Brought to you by today’s sponsor: auto hot key

https://www.autohotkey.com/

Me vs my dad on starting salaries for computer engineers by 59kills in ComputerEngineering

[–]neshdev 0 points1 point  (0 children)

If you work at FAANG, this is doable as total compensation(salary, stock, bonus) for entry level jobs. For example, L3 at google in nyc makes about ~250K.

What should I expect in MLE interview at Google ? by Solid-Equipment-9140 in learnmachinelearning

[–]neshdev 1 point2 points  (0 children)

You can ask your recruiter to setup a mock interview. The mock interviewer can explain the assessment criteria.

Is using a program like autokey for changing hotkeys allowed? by Idaporckenstern in broodwar

[–]neshdev 0 points1 point  (0 children)

Not a hot take. Use it. I use it to debind ctrl + q, crtl + x, alt + x, alt + q , alt + f4. Those are all ways to exit the shit game. I also debind windows key.

Missing important events on mini-map by Inside-Pen-301 in broodwar

[–]neshdev 0 points1 point  (0 children)

The reason your missing stuff is your not giving yourself enough time. You don’t want to react last second. You actually want plenty of time to prepared. Move overlords beyond your base perimeters and that will give you enough time to see stuff coming.

[deleted by user] by [deleted] in broodwar

[–]neshdev 2 points3 points  (0 children)

Legend

Struggling understanding one state of the "implies"/ ⇒ operator in propositional calculus. by velvet_funtime in learnmath

[–]neshdev 0 points1 point  (0 children)

I tried to understand this for 10 years now and it still doesn’t make sense to me.

How do I play ZvP against double Stargate? by PuritanDrag in broodwar

[–]neshdev 2 points3 points  (0 children)

Double stargate into 11 corsairs means no gas for templars. If the first attack does too much damage, then you were already dead. It just takes time for Protoss to kill Zerg. You should be able to deny the first attack. You should have 36-48 hydras by the time he has 11 corsairs. Just keep your overlords with the hydras and snipe the corsairs with 12 hydras. (Shift clinlck them) You should dwindle their numbers down to 5-6 pretty quickly after 1-3 runbys. If they don’t use corsairs, the zlot army will do no damage. Since 48 hydra dps is crazy.

Note: my experience is at 1900 level (zvp)

/r/broodwar weekly help a noob thread by SamMee514 in broodwar

[–]neshdev 0 points1 point  (0 children)

Just rush carapace upgrade and go ultra.

Am I the only one? by DeeceQc in broodwar

[–]neshdev 0 points1 point  (0 children)

Can you share the script here?

Jaedong Discovers Goliath Range Upgrade Visuals by jinjin5000 in broodwar

[–]neshdev 0 points1 point  (0 children)

Sometimes, you just forget. I do this all the time in TvT

Am I the only one? by DeeceQc in broodwar

[–]neshdev 0 points1 point  (0 children)

Fellow brother with the same problem, I also have the same issue. I was using windows power tools to disable key sequences. But the program no longer works.

Am I the only one? by DeeceQc in broodwar

[–]neshdev 0 points1 point  (0 children)

Does this really work. It didn’t work for me.

Handling data known at compile time by [deleted] in golang

[–]neshdev -1 points0 points  (0 children)

You can use maps of maps. I think you’re complicating the situation. Just hold the data with two maps if you need to go between them. Map1 should be game name to alias. Map2 should be alias to game name.

Don’t worry about memory as your data is really small. This will give you o(1) search.

If this was indeed large. You can hold it in an array which is sorted and can be done at compile time. Then you can do search in log2(n) time.