kaba0

joined 1 year ago
[–] kaba0 1 points 1 year ago

Note that Java’s generics are on the library-side, while Scala’s is defined at use site.

[–] kaba0 1 points 1 year ago

Note that Java’s generics are on the library-side, while Scala’s is defined at use site.

[–] kaba0 8 points 1 year ago (1 children)

No, an alias will only give you pseudo-anonymity. Even trivial analysis like counting which words occur together frequently in your writings can reveal with very good accuracy any other alt of you, so the available information of you is basically everything you have shared online with enough accompanying self-written text.

[–] kaba0 2 points 1 year ago (1 children)

The problem is that it uses WebSockets in a completely braindead way. There is absolutely zero reason to waste server resources on that for every single user. Of course it fails to scale..

[–] kaba0 4 points 1 year ago (1 children)

It’s about GraalVM’s enterprise edition. The free version was.. free since forever.

[–] kaba0 2 points 1 year ago (1 children)

I’d like to contribute to the java one

[–] kaba0 9 points 1 year ago (1 children)

HttpClient. You don’t necessarily need a third-party tool for rest calls or the like, and it really is quite handy!

[–] kaba0 1 points 1 year ago (1 children)

Wait — it uses websockets for each and every user??! That’s just completely insane and of course it will fail to scale! There is zero reason for that, have specific live threads with websockets where it makes sense (though that is only mostly a one-way communication so even there it is an overkill), but for mostly static content it is just insanely inefficient.. surely I’m more than fine with that upvote appearing a minute later and not in “real time”!

view more: ‹ prev next ›