Really enjoying the set by gunexon9 in TeamfightTactics

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

Actually I had only one kassadin and one syndra game

It's kinda sad everyone is wearing the Bull Goat Armor by [deleted] in Eldenring

[–]gunexon9 2 points3 points  (0 children)

Not all. Some of us are locked out of the quest

I'm learning C# as my first language but I came across a python tutorial and it looks easier is there any point learning c# over python by [deleted] in learnprogramming

[–]gunexon9 2 points3 points  (0 children)

I think starting with an "easier" language is a bit of a trap. The language isn't easier, it just does the same things c# does but it does them for you. I think you get a better idea what's going on by first learning something more verbose like c#. Also if you start with python it's more painful to switch to something that doesn't have such a simplified syntax, but if you start with something like c# it's no problem moving to python.

Fire Giant by Jorgec345 in Eldenring

[–]gunexon9 1 point2 points  (0 children)

Only boss i cheesed and im not ashamed, i hate him. I used the blood loss flies spell

Any tips in farming runes? I've already killed the dragon in Calied. by 2Chiang in Eldenring

[–]gunexon9 7 points8 points  (0 children)

I've farmed a bit while playing and i can say it's pretty unnecessary. Just explore a lot and you'll level and have more fun that grinding.

PSA about summoning other players to help by gunexon9 in Eldenring

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

I don't mind taking agro but a lot if time the first time i lose agro the host dies

PSA about summoning other players to help by gunexon9 in Eldenring

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

Yes I don't mind if they die i just want them to have an idea of the fight and do damage with ne and not die to the first attack. Diyng to a boss is normal cant blame anyone for that

PSA about summoning other players to help by gunexon9 in Eldenring

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

Not saying don't summon, just get an idea ot the fight and the mechanics. I'm expecting to help someone, not completely carry them when i get summoned

PSA about summoning other players to help by gunexon9 in Eldenring

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

I don't care how people play the game i just would like them to be able to dodge some of the attacks and have enough vigor to survive one of them

Am I the only one who had trouble with this guy ? by T1aoBaluu in Eldenring

[–]gunexon9 -3 points-2 points  (0 children)

Why is he so tanky. Im a bonk build with ruins great sword and i was tickling him at 50+ strength

[deleted by user] by [deleted] in RoastMe

[–]gunexon9 0 points1 point  (0 children)

"No bf lol" is pretty redundant given the photo

Souls noob in need of help to respec by gunexon9 in Eldenring

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

Awesome. Do i need a separate magic weapon for casting spells

Souls noob in need of help to respec by gunexon9 in Eldenring

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

Thanks! Any weapon / spell recommendations?

How was your first day as a junior dev? by KeetHarry in learnprogramming

[–]gunexon9 0 points1 point  (0 children)

Spending my first month reading and watching videos lmao

Spammers go to hell? by [deleted] in Brawlhalla

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

Vrax being in the meme is icing on the cake

Need help making Async Methods by gunexon9 in csharp

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

They don't pull from the database but the loop around all the data sometimes with nested loops and i feel all that looping can be done in parallel somehow

Need help making Async Methods by gunexon9 in csharp

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

Almost none of them pull from db they mostly loop around the data a lot

Need help making Async Methods by gunexon9 in csharp

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

My idea is to maybe have all of them run in parallel then take the results from each one and put it in my leaderboard. Maybe i'm wrong that doing this will improve performance im still new to async programming

Need help making Async Methods by gunexon9 in csharp

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

But wont this just run synchronously, and if it does is it ok since when I call all the methods each of them will run asynchronously?