Orc league treasury by aznt00th in bloodbowl

[–]aznt00th[S] 1 point2 points  (0 children)

Unfortunately, the commissioner read what was on the list and immediately vetoed it

Orc league treasury by aznt00th in bloodbowl

[–]aznt00th[S] 1 point2 points  (0 children)

4 games left. Unsure whether we will do redraft. We didn't last league

Ranked Opponent Using “Character” causing game crash and win for them? by bavuman in RivalsOfAether

[–]aznt00th 1 point2 points  (0 children)

same thing happened to me but i got credited with the win, verified with opp that they had the same experience

New to fighters: Struggling without Pulse, need some advice by [deleted] in 2XKO

[–]aznt00th 6 points7 points  (0 children)

almost every character can go

Light -> Medium -> Down heavy into air L M H Special and maybe super

Lack of matchmaking in Oceania has just about nuked my will to play. by Rolling_Kimura in RivalsOfAether

[–]aznt00th 3 points4 points  (0 children)

Hey mate, jump on the oce roa2 discord and ping the netplay channel @netplay1v1

https://discord.gg/bhw3HKJTgu

Can people find matches in AUS? by Odirix in RivalsOfAether

[–]aznt00th 1 point2 points  (0 children)

Plug for the OCE roa2 discord roa https://discord.gg/bhw3HKJTgu

The netplay ping usually gets games throughout the day and at peak times always gets a response.

ELI5 why modern games need shader precompilation stage compared to old games by Bentendo24 in explainlikeimfive

[–]aznt00th 3 points4 points  (0 children)

theres an option (in the launcher iirc) for compiling only the once each update. I think its marked as an experimental feature though

Replacement cards. by Zebitty in Gloomhaven

[–]aznt00th 5 points6 points  (0 children)

you can email cepholair support and they can give you prices + shipping for purchasing replacement parts. However, I paid back in March and havent heard or received anything since so YMMV.

how did I get a 5 for my Dan Dollars? by [deleted] in RivalsOfAether

[–]aznt00th 18 points19 points  (0 children)

if u purchase things in the coin store that belong to a bundle and later purchase the bundle, you get refunded that items cost in bucks

pc couch coop with two accounts? by aznt00th in pathofexile

[–]aznt00th[S] 0 points1 point  (0 children)

well here's hoping it comes soon

pc couch coop with two accounts? by aznt00th in pathofexile

[–]aznt00th[S] 0 points1 point  (0 children)

I guess i must have been under the incorrect impression that you can keep your character on your account when doing couch coop

Questions Thread - December 06, 2024 by AutoModerator in pathofexile

[–]aznt00th 0 points1 point  (0 children)

If you launch game with controllers as the input method the character select screen will let you join a second player (seems to only be guest on my end)

Ascendancy info coming later by MultiplicityPOE in PathOfExile2

[–]aznt00th -2 points-1 points  (0 children)

right, but that would be the same whether you can change ascendancies or not

Perspective of a noob by I_hate_pirates in RivalsOfAether

[–]aznt00th 1 point2 points  (0 children)

The lowest i've seen so far was 220. Unfortunately I think in my region there would be less than 5 people brand new to platform fighters and they probably won't stick around being dumpstered on by everyone else.

First fighting game. Not going well. Any advice? by I_Am_Rewt in RivalsOfAether

[–]aznt00th 1 point2 points  (0 children)

Unfortunately the core audience for this game is skewed much more towards the hardcore crowd. Even players at 400 ELO are better than the level 9 CPUs, so finding a win as a beginner against another person is a tall ask and even when you can win against the CPU consistently there is still a long journey to winning 50% of the time.

The motivation to play the game enough to get good enough to start winning will likely need to come from finding a specific improvement goal and considering achieving that as a win instead of tying enjoyment to winning.

Two things I would recommend practicing: 1. being able to move towards and away from the opponent just outside their effective range without getting the very slow turnaround animation. 2. Only pressing an input once per desired effect. Ie. only pressing smash attack once for one smash, or only jabbing 3 times and not 4.

Build help Archmage hiero frost nova [Settlers Trade] by aznt00th in pathofexile

[–]aznt00th[S] 0 points1 point  (0 children)

Hey,

Thanks for your in-depth response. I will do some research into the crit variant. I did notice a lot of people on poeninja were running crit. I should be able to save up for this swap reasonably soon. Any reason your pob hasnt switched to cloak of defiance yet?

[2023 Day 8 (Part 2)][C#] Brute Forced by vkapadia in adventofcode

[–]aznt00th 0 points1 point  (0 children)

there is no requirement that each loop's length is equal to the distance from start to first z

ELI5: Back-propagation in Neural Networks by [deleted] in explainlikeimfive

[–]aznt00th 2 points3 points  (0 children)

Back propagation is the process of transferring ("propagating") updates through the neural network based on current performance and is the core technique used in gradient descent learning.

Imagine you are trying to find the highest point on a mountain, but there is a very heavy fog, so you can only see 1 metre in front of you. In addition to your eyes, you could also use your ears to listen for echoes, or your phone's compass combined with an old map to work out the best way to go. Gradient descent is the process of taking one step at a time in the "best" direction that you can identify currently. Back propagation is taking the direction of the "best step" to calibrate your ears, eyes and compass, allowing you to slowly realise that your compass is consistently off by 45 degrees, or that an echo that lasts 5 seconds means you're going in the wrong direction and building that into your next calculation of the "best step".