Note that Java’s generics are on the library-side, while Scala’s is defined at use site.
kaba0
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.
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..
It’s about GraalVM’s enterprise edition. The free version was.. free since forever.
I’d like to contribute to the java one
HttpClient. You don’t necessarily need a third-party tool for rest calls or the like, and it really is quite handy!
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”!
Note that Java’s generics are on the library-side, while Scala’s is defined at use site.