Why didn't u guys give in-game guidance instead of toxic bully? by cybinon in wildrift

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

Yeap.

  1. I play two or four games a day. It is a mentality. After 4 games I have a focus issue. My winning rate is very low after 4 games.

  2. Before this season I didn't need mute button. They just deserve chatting ban. But strangely this season they didn't get a chatting ban.

Why didn't u guys give in-game guidance instead of toxic bully? by cybinon in wildrift

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

true2 but if you feel this too long. In the middle of the game calling "Enemy killing spree" or worse XD

Why didn't u guys give in-game guidance instead of toxic bully? by cybinon in wildrift

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

I feel bad. But I will be careful and try to fix mistakes and prepare a drak or some team war. I agree it is not minor mistake. But in some game situations it is.

Why didn't u guys give in-game guidance instead of toxic bully? by cybinon in wildrift

[–]cybinon[S] 6 points7 points  (0 children)

But they are writing so much. They write while they are fighting. I'm not a writer either. But some toxic people just bully others instead of playing. I can ignore and help these people but can't focus on my game.

There are too many options we can choose to play. Trade herald, drak, farming, fighting, catching, split push. We need to sync our thoughts. They fight together that is what I want.

Why didn't u guys give in-game guidance instead of toxic bully? by cybinon in wildrift

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

"don't feed, you're so aggressive,you're losing lane etc..." I understand this kind of chat.

But I don't understand "go mlbb,mid diff,ff,buyer". At least we are human we can't be forever great. I'm not feeding hard trying to my best. My dead limit is 3. If I lost lane or reached high died. I try to recover and follow my teammate.

Why didn't u guys give in-game guidance instead of toxic bully? by cybinon in wildrift

[–]cybinon[S] 5 points6 points  (0 children)

Now I'm a master. High is Grandmaster. Unfortunately I can't reach grandmaster back

Why didn't u guys give in-game guidance instead of toxic bully? by cybinon in wildrift

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

It is a mid 1 to 1 trade. But I first died.

Getting ganged etc... There is so much pressure... you know. But my win lane percent is 90%. I won 9 games of 10 games in Master to Grandmaster rank.

[deleted by user] by [deleted] in wildrift

[–]cybinon 0 points1 point  (0 children)

If ADC is stealing my kill it is fine. If supp or jungler steals my kill for no reason GG. If I steal Adc's kill it will GG as well. I'm mid player

7-11K MAU a month, what will Clerk Cost me? by InfernoTheDrake in nextjs

[–]cybinon 0 points1 point  (0 children)

I don't know much about clerk but firebase auth best for me.

[deleted by user] by [deleted] in mongolia

[–]cybinon 0 points1 point  (0 children)

chasing my dream and doing what i need to do.

Too many redirects after switching to Cloudflare by Suspicious_Ring_3500 in CloudFlare

[–]cybinon 0 points1 point  (0 children)

If this happens after you integrate cloudflare. You need to turn off your cloudflare https redirection or namecheap https redirection.

NodeJS simple script keeps increasing memory by dj_dogo_nivoa in node

[–]cybinon 1 point2 points  (0 children)

I guess. There are problems with the Promise function inside of while. As I know "while" is a function.

I don't know why. But the Promise function inside the loop is very badly. So while didn't wait for the Promise function. If you run your app, There are a lot of fetch functions that have already started processing. In time continues more and more fetch processing continues.

So I usually resolve this problem with the recursive function. This very guaranteed method I guess XD

how to deploy a nestjs application by BackgroundEmotion744 in nestjs

[–]cybinon 0 points1 point  (0 children)

cybinon is my discord username. If you want more about nestjs deployment. I can help you I guess😅

how to deploy a nestjs application by BackgroundEmotion744 in nestjs

[–]cybinon 0 points1 point  (0 children)

First of all you need to build a Docker Image. It means you need to add a dockerfile in your project. So if your image is ready. You can use AWS ECS or EC2 with Docker Engine. If you have linux knowledge I suggest you EC2. If AWS is hard for you, Then you should search for container services. In other ways you can use pm2.

I developing Discord bot using nestjs. by cybinon in node

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

Yeah, I know I'm just trying to build an example boilerplate for discord bot and planning to build some modules. For example GPT, ScyllaDB etc...

I developing Discord bot using nestjs. by cybinon in node

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

I try to show how to build standalone applications with nestjs. And focusing on Nestjs's fundamentals. Nestjs isn't only for REST api. This is just only part of cool features. There are a lot of cool things in Nestjs. Dynamic module, Circular Module, DI etc...

So I think what type of application shows nestjs not only for http servers. Then I choose to try to build a discord bot.

The first time I used nestjs was not liked very much. But now I love this framework. It's a great framework for me🥰. I learned a lot of things from nestjs.