User Portlet User Portlet

Jari Kirma
Discussions
My personal bet is that the first version I used was 2.2, on university AlphaStations back in 1995. Apparently the first version I wasn't using under university licensing scheme was 4.1.1. I have to conclude that I'm a latecomer, right? (Frankly I...
Thanks for the revised template! A quick test with it succeeds running a GPU job (MNIST NetTrain example from the release blog post), instead of getting stuck as "Runnable" as it did earlier. I have to look at my large instance quotas - your...
My wild guess would be it's based on [SURF][1] or SIFT methods, like `ImageKeypoints`. [1]: https://en.wikipedia.org/wiki/Speeded_up_robust_features
This may or may not be a good place to drop my armchair math question, since it also involves apparent patterns related to primes. I recently doodled with [prime-generating polynomials][1] of form x^2 + x + n. An approximation of these can be...
@Rodrigo Murta Someone from WRI commented this - no doubt without official guarantees - recently on Mathematica StackExchange chat, and yes, it would appear to be actively worked on by them. A side note: comments I posted (almost a year ago!)...
I have disabled discrete graphics. I haven't made any specific experiments on measuring battery lifetime, but usually Energy view correlates well with real energy use.
Importing a map of your place (probably as a picture), and devising a tour on it on a specified speed, with an interactive indicator of where you should be on a specific moment, and then collecting data tied to interpolated locations may provide you...
@BillSimpson My version doesn't recognize complexes even if Re and Im parts are rational. I'm not certain if original poster was interested of that, either. Also, my version leaves function for Real numbers (in the Mathematica sense; that is,...
@bjs It is really an overstatement to say that Arduino, in its' AVR incarnations, has an operating system. Rather, it has statically linked runtime and libraries, which exist explicitly mostly on source level, but not really on machine code level....
Another thing worth of mention is that, in comparison to many other languages, Wolfram language rarely spits error messages that those other languages generate on erroneus input. This is because very wide range of input is perfectly valid, but unless...