robsmith11
robsmith11
I'm just learning assembly, so not sure if this makes sense, but when I use godbolt, it includes all referenced strings, such as the const array below. Would it be...
First off, SecondScreen is awesome. It makes using my Huawei Mate 20 X with a USB-C to HDMI dongle and a large 1080p TV so much nicer. Setting he resolution...
When using the Julia REPL, I often want to input a multi-line function or struct in the REPL. With the browser-based REPL, I can easily do this by using `Enter`...
The emacs-jupyter REPL is very nice, but I've noticed the response times are much slower than the browser-based REPL when using a remote server on a high-latency connection (300-500ms ping...
When using the the REPL with a Julia kernel, the tab completion is very buggy. It's not documented in the README, but it seems completion is bound to `C-M-i` (why...
If I create a simple plot like: ``` plot(DataFrame(x=1:100, y=rand(100)), x=:x,y=:y, Geom.point) ``` it opens in my browser I can zoom in nicely with `Shift-Mouse Drag`, but the axes labels...
**IMPORTANT:** Be sure to replace all template sections {{ like this }} or your issue may be discarded. ## Overview It seems that only the data that's already in a...
I was trying to speed up my neural network calculations (which involve many matrix-vector multiplications and found that simply writing the multiplication with a reference to the matrix rather than...
It would be nice to be able to hide the toolbar (maybe swipe down to use it?). I like to draw/take notes on my amoled tablet with a black background....
In Squid, there is a nice erasor mode that allows one to simply touch a stroke and it will be removed in its entirety. It's a bit like the undo...