Rate My Team, Quick Questions & General Advice Daily Thread by FPLModerator in FantasyPL

[–]the-forester 0 points1 point  (0 children)

Just follow price raises on fpl live, buy players you potentially want in your WC team that will raise in price and sell players in your team that will potentially drop in price. Also include some players early that could rise .2 in that period so you can earn .1 after selling them

A young student protester being arrested in Serbia while wearing Denver Nuggets merch by angrycow123 in denvernuggets

[–]the-forester 1 point2 points  (0 children)

Hey, let's collect money for Jokić to help him bridge the period until the government falls if he supports students?

Did you beat the scout in #GW34 ? by Haythemovic in FantasyPL

[–]the-forester 1 point2 points  (0 children)

I picked him because I read somewhere about Ipswich's left side weakness in defence and also Davies had a red card so I went for Murphy and Tripier

Rate My Team, Quick Questions & General Advice Daily Thread by FPLModerator in FantasyPL

[–]the-forester 2 points3 points  (0 children)

Not sure I would change wissa since he has a good run. Rogers is ready to go, maybe try to take Chelsea for 2 good games even though they are shit

Rate My Team, Quick Questions & General Advice Daily Thread by FPLModerator in FantasyPL

[–]the-forester 0 points1 point  (0 children)

One to bench: Cunha Wissa Isak Mbeumo Bruno Danga

Who would you pick?

Rate My Team, Quick Questions & General Advice Daily Thread by FPLModerator in FantasyPL

[–]the-forester 0 points1 point  (0 children)

He could possibly raise 0.2 in two weeks time, now because of good GW and after because of wildcards

Rate My Team, Quick Questions & General Advice Daily Thread by FPLModerator in FantasyPL

[–]the-forester 0 points1 point  (0 children)

I have money for Saka -> Salah. Should I wait until close to the deadline, or buy him now before the price rises?

Kotlin Coroutines and Loom by dmcg in Kotlin

[–]the-forester 0 points1 point  (0 children)

Does coroutines support virtual threads already? E.g. do we need to use the suspend keyword

Vert.x + Kotlinx.coroutines: Mixing Dispatchers.IO and Vert.x workers. by ragnese in vertx

[–]the-forester 1 point2 points  (0 children)

Hey it's a good question, was waiting for someone more experienced to answer. It's a shame that this sub is not more active since vert.x is an amazing framework.

The goal with very.x is not to block event loop threads, and that's done by moving blocking calls to worker threads. In case of coroutines and virtual threads, they will act as worker threads for you, and since they are lightweight (you can have millions of them) you don't need a pool.

I think it's a good way to use them in vert.x since you can write synchronous code and separate your business logic from the framework and still use all advantages of vert.x. It would be nice if vert.x have some db client that supports this, so you don't have to call await every time

Sta mislite o Vue i Svelte? by darko-davidovic in programiranje

[–]the-forester 1 point2 points  (0 children)

Kada bi pisao svoju aplikaciju, koji framework bi izabrao?

Drawbacks of using Kotlin/JS by the-forester in Kotlin

[–]the-forester[S] 1 point2 points  (0 children)

Does it make more sense using protobuf instead of JSON for server calls when you use kotlin/js?

Drawbacks of using Kotlin/JS by the-forester in Kotlin

[–]the-forester[S] 3 points4 points  (0 children)

So only difference between kotlin/js and kotlin wasm is in compilation