I turned off youtube recommendations years ago so I can't comment on that, but spotify's have pretty much always been terrible in my experience. Anything suggested on the front page is either songs i already have in my…
you can't do `T summer = 0`, nor `summer += v[k]` as there is no arbitrary sum operation for Number (e.g a method `Number add(Number);` or `<T extends Number> T add(T t);`). though this can be solved either with types,…
> Most JetBrains products are super slow, and resource hogs Yeah, every time i've tried CLion or Rider, the heap reaches its maximum size (4-8gb) like 10-20 minutes after starting the editor and then it becomes…
I turned off youtube recommendations years ago so I can't comment on that, but spotify's have pretty much always been terrible in my experience. Anything suggested on the front page is either songs i already have in my…
you can't do `T summer = 0`, nor `summer += v[k]` as there is no arbitrary sum operation for Number (e.g a method `Number add(Number);` or `<T extends Number> T add(T t);`). though this can be solved either with types,…
> Most JetBrains products are super slow, and resource hogs Yeah, every time i've tried CLion or Rider, the heap reaches its maximum size (4-8gb) like 10-20 minutes after starting the editor and then it becomes…