Viewing profile — optimali
optimali
HN member- Joined
- Sun, Apr 28, 2013, 2:30 PM UTC
- HN karma
- 56
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About optimali
No profile information was provided.
Recent public activity
-
comment
Comment #16421063
This is great for working with python - https://github.com/gregsexton/ob-ipython I haven't had as much luck using it for other languages, but I also haven't put in much effort into…
- story
-
comment
Comment #13829670
Any suggestions for composing gantt charts in org mode? I've been using taskjuggler but printing them out to anything other than html (ex. image, pdf) has been a hassle.
-
comment
Comment #13304524
I moved from dual booting mine to running Windows in a VM. I find it to be much more convenient and so far windows runs almost seamlessly (after upgrading to 32GB memory).
-
comment
Comment #12984127
I strongly encourage using Julia for anyone applying mathematical optimization. It is (through JuMP[1], for example) one of the areas in which it really stands out. [1] https://jum…
-
comment
Comment #12901604
2016 talks are also up - http://juliacon.org Overview - http://julialang.org/blog/2016/09/juliacon2016
- comment
-
comment
Comment #12653569
edit: local[1] has been updated to local[N], thank you for the update! Ok thanks, I didn't know that's what "local[1]" did, so the more relevant comparison would be with --master l…
-
comment
Comment #12653258
The experiments were conducted on a 30 core Intel Xeon machine with 132 GB memory and 2 hyperthreads per core
- story
-
comment
Comment #12265213
Map command key to caps lock. Setting (global-set-key (kbd "M-P") 'scroll-down-line) (global-set-key (kbd "M-N") 'scroll-up-line) Has also been indispensable for scrolling (though …
-
comment
Comment #12117953
I have been using Julia in emacs, primarily using ESS [1] and ob-julia [2] (org babel julia package). It is relatively well integrated with some basic auto-complete features and ni…
-
comment
Comment #12057546
Cab service is bad inside Vancouver and utterly miserable outside Vancouver proper. If you are in the North shore, Burnaby, Tri-cities or further, you pretty much have to book a ca…
-
comment
Comment #11902110
Any idea why only 2 out of (seemingly) 4 assignments are posted? Are the other assignments available anywhere?
-
comment
Comment #11091108
The library is still more sparse than other languages, but for implementing methods on your own there is no better alternative. Also for using existing libraries and functions, I f…
-
comment
Comment #11054104
https://www.youtube.com/watch?v=5muBxGQ9B2g is a nice introduction and overview
-
comment
Comment #10683160
Thank you for the recommendation! Just ordered and excited for it to arrive.
- story
- story
-
comment
Comment #10548603
That's great! Will be interesting to follow its support for multi-threading [1]. [1] https://github.com/JuliaLang/julia/pull/13410
-
comment
Comment #10387461
It seems that though with in Julia, vectorized code is typically slower than non-vectorized, it is still faster than in R [1] / Python [2]. [1] http://www.johnmyleswhite.com/notebo…
-
comment
Comment #10273972
Seems to go against their plan to stimulate research and innovation in industry. Another article on this: http://betakit.com/how-will-the-ndps-tax-plan-affect-startup...
-
comment
Comment #9889159
Cool. Have you found the MCMC approach to be less robust than clustering? It seems like this may be the case due to probability model assumptions.
-
comment
Comment #9888235
Would be interesting to try and fit a distribution to error rates (some type of counting process) and then monitor the probability of having the occurred number of errors (with in …