Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thebelal
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
thebelal
1y ago
There is a quarto-webr extension to do this. A bunch of real world examples are at https://quarto-webr.thecoatlessprofessor.com/qwebr-community...
2.
▲
by
thebelal
5y ago
An earlier attempt of this is http://csvy.org/ , but AFAIK it has never really caught on.
3.
▲
by
thebelal
5y ago
One of the cancers they mention is pancreatic cancer. A quick Google search suggests the prevalence of pancreatic cancer in the population is 13 per 100,000. So if you gave this test with a 0.005 false positive rate and 0.5 true positive ra
4.
▲
Michael Chastain’s nearly omniscient debugging tool, PTRACE_SINGLESTEP_BACKWARDS
(static.lwn.net)
3 points
by
thebelal
5y ago
|
1 comments
5.
▲
by
thebelal
6y ago
I use right assignment in this way all the time, you should try it Joe :)
6.
▲
by
thebelal
7y ago
FWIW `scan()` is going to be much faster if you are just reading doubles from standard input than `as.numeric(readLines())`.
7.
▲
by
thebelal
7y ago
1632[0] is the first in a series of entertaining alternate history novels, where an entire West Virginian town is transported to the middle of the Thirty Years war. It touches on some of these problems in having to translate modern knowledg
8.
▲
Tail Recursion in R with trampolines
(tailrecursion.com)
2 points
by
thebelal
9y ago
|
0 comments
9.
▲
by
thebelal
9y ago
While it is true that S was originally a macro layer around FORTRAN code R has always been primarily written in C. Very little of R core is in FORTRAN, and essentially none of it is C++. The language statistics show a good deal of FORTRAN (
10.
▲
by
thebelal
9y ago
While the order of the walls in Super Hexagon is random, each level has a predetermined set of walls. Once you identify which wall pattern is coming you know exactly the maneuver needed to traverse it. This makes Super Hexagon more a game o
11.
▲
by
thebelal
9y ago
FWIW I have been using vim with Colemak for quite a few years now, with only movie remains needed to get movement back on the home row [0] 0: https://github.com/jimhester/dotfiles/blob/master/colemak/
12.
▲
by
thebelal
9y ago
Dvorak users in this thread should really give Colemak [1] a try. Dvorak has a number of issues [2] in modern usage and is also harder to learn; many more keys change from their QWERTY equivalents. I have used QWERTY, Dvorak and Colemak for
13.
▲
by
thebelal
10y ago
"user:foo" will search an organisation named foo.
14.
▲
by
thebelal
10y ago
Colemak changes relatively few keys from qwerty, especially compared to Dvorak. I use colemak full time and can still touch type qwerty reasonably fast.
15.
▲
by
thebelal
10y ago
Agreed, if there was just a little more editor support and use early on the whole CSV mess could have been avoided. They actually display fairly well in vim
16.
▲
Libsixel – Graphics in your terminal
(github.com)
3 points
by
thebelal
10y ago
|
0 comments
17.
▲
Image Classification in R using trained TensorFlow models
(randomthoughtsonr.blogspot.com)
2 points
by
thebelal
10y ago
|
0 comments
18.
▲
by
thebelal
10y ago
Looks like you can play with the interactive editor as discussed in the paper at https://ohmlang.github.io/editor
19.
▲
by
thebelal
10y ago
1. There is a log plot at the end of the article 2. The author posted the exact search terms used for all languages in an earlier post [0] [0]: http://r4stats.com/articles/how-to-search-for-data-science-a...
20.
▲
by
thebelal
11y ago
This is even easier to do with awk. awk -e '!a[$0]++' This also preserves the original input order, which is a nice property.
21.
▲
by
thebelal
11y ago
I personally would recommend colemak [1] rather than Dvorak. While both are improvements over QWERTY colemak only moves 17 keys from their QWERTY positions, while Dvorak moves nearly all of them. In particular Ctrl-Z, Ctrl-C, Ctrl-V require
22.
▲
by
thebelal
11y ago
The rvest implementation was the main thing that seemed like an R port of the python implementation rather than best use of rvest. An alternate (simpler) implementation of the rvest web scraping example is at https://gist.github.
23.
▲
by
thebelal
11y ago
This is IMHO the real benefit to zsh over bash. You can set zsh to share history between sessions and they are interleaved based on the time the commands were run. No more closing a session in the wrong order and losing half of your histo
24.
▲
by
thebelal
11y ago
Great to hear you find per-directory-history useful! (I wrote it) On the topic of the article I have per directory history going back to ~2013 when I wrote the script.
25.
▲
by
thebelal
11y ago
For those interested in viewing this code in context is is at ( https://github.com/vim/vim/blob/db9bc0b7931d252cf578c1cd298a... ) Also note that RealWaitForChar has been completely removed from neovim since Apr
26.
▲
by
thebelal
11y ago
The axis are described in the text > The x axis (log scaled) gives the number of speakers (plus one, so as not to make dead languages fall off the scale). The y axis, also log scaled, shows the adjusted wikipedia size. As is the real rat
27.
▲
by
thebelal
11y ago
Carmack is one of my role models as well, but 0x5f3759df while neat did not originate from him, as it states multiple times in the Wikipedia article you cite.
28.
▲
by
thebelal
12y ago
Completely agree with this. I actually think vims undo tree might be the most useful feature in vim for me. You can basically use it as version control lite with automatic commits.
29.
▲
by
thebelal
12y ago
R (1976)[1] and Matlab (1984)[2] both predate Python (1991)[3], so I guess the answer is because the 'existing' language didn't exist. As far as Julia goes it aims to bring strong typing and very fast native performance for n
30.
▲
by
thebelal
12y ago
You may want to try https://github.com/Valloric/YouCompleteMe Does exactly what you describe wanting, and very well IMHO.
More ›