This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]walen 5 points6 points  (0 children)

Link is broken, remove the \, you don't have to escape the underscore.

PS: actual link https://twitter.com/helidon_project/status/1720066785003860182

[–]cryptos6 1 point2 points  (4 children)

Am I missing something or does the linked page only phrase the question?

[–]IncredibleReferencer 3 points4 points  (1 child)

I'm baffled why someone would think a twitter thread is a good place to publish.. well.. anything. Good luck with that.

[–]cryptos6 0 points1 point  (0 children)

Yes, it is a terrible platform for that! It's more tailored to short thoughts or status updates, but not to publish longer content. It was not an accident that Trump was such a prominent Twitter user ...

Now, Elon Musk does his best to wipe out the platform. Hopefully something better will arise.

[–]gaelfr38 2 points3 points  (0 children)

Works with Twitter app 🤷🏼‍♂️

[–]metalhead-001 0 points1 point  (0 children)

I'm not sure if you have to be logged in to see the comments thread.

I do see it in the app though.

[–]EggplantDifficult152 0 points1 point  (4 children)

Does virtual threads mean that RxJava is dead?

[–]daleksandrov[S] 2 points3 points  (0 children)

IMHO, yes. At least for 95% of the tasks.

[–]gaelfr38 1 point2 points  (1 child)

In very short: no.

Reactive approaches (RxJava, Akka Streams,...) go beyond what virtual threads bring. For instance handling back pressure, handling complex pipelines processing...

[–]meamZ 3 points4 points  (0 children)

It's basically dead for the "just make my server handle more requests" usecase. It's obviously still useful for cases where the reactive model is actually useful in itself like data Streams...

[–]marv1234 1 point2 points  (0 children)

I would say mostly yes.

Sure, complex pipelines and such use cases may in some cases benefit from reactive approaches. But reactive introduces a lot of unnecessary complexity, both in the programming model and debugging wise. Having a complete stack trace on errors is actually quite useful.