Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mapcar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mapcar
12y ago
There are many great things about the open nature but it also leads to a very diverse experience, depending on which subreddit and thread you visit. Discussions range from asinine to profound, and casual visitors are often quick to generali
2.
▲
by
mapcar
12y ago
It's amazing to think that R (or S) had data frames since the 70s and only now are other languages implementing them. There are some quirks of course, and pandas introduced some convenient features. But the R community has also provide
3.
▲
by
mapcar
12y ago
How about PyCharm or Eclipse+PyDev (I've personally heard more praise for the former)? I use emacs and ess or python-mode so can't comment on the IDEs too much but being able to use the same platform for both has been convenient f
4.
▲
by
mapcar
12y ago
and if you overwrite variables like "c", you can always invoke the original concatenation function as "base::c".
5.
▲
by
mapcar
12y ago
I agree, I've read other gripes about R function documentation but it's one of the better ones for community software. Python's documentation seems focused on implementation from a programmer's perspective, but often not
6.
▲
by
mapcar
12y ago
Isn't this the conventional way of converting variables which have been coerced to their numeric representations back to time/date classes?
7.
▲
by
mapcar
12y ago
Hi Hadley, yes for instance > as.chron("1970-01-01")+unclass(as.chron("2001-04-01")) [1] 04/01/01 > as.POSIXct("1970-01-01","EST")+unclass(as.POSIXct("2014-06-01","EST&q
8.
▲
by
mapcar
12y ago
I understood that at least a part of the larger programming community felt that the non-concurrent GC was limiting its future growth and shopped elsewhere for a production language.
9.
▲
by
mapcar
12y ago
In the R Help Desk 2004 ( http://www.r-project.org/doc/Rnews/Rnews_2004-1.pdf ), Gabor Grothendieck recommends chron over POSIXct classes on account of the time zone conversions which occur when the tz attribute of
10.
▲
by
mapcar
12y ago
Does lubridate solve the unintended timezone conversions of POSIXct classes?
11.
▲
by
mapcar
12y ago
good point. unless it is vi or emacs...
12.
▲
by
mapcar
12y ago
I understand there have been studies showing people don't estimate angles as well as linear distances but people go too far out of their way to avoid pie charts when parts within whole data is shown. The 1D mosaic plot is effectively a
13.
▲
by
mapcar
12y ago
Can't you just create an alias for `emacs -nw -Q` or `emacsclient -nw` when you want to open an instance in a terminal?
14.
▲
by
mapcar
12y ago
I'd never heard of dexy before but has anyone tried it?
15.
▲
by
mapcar
12y ago
So what's better?
16.
▲
by
mapcar
12y ago
I find it hard to believe that six years could solidify a culture of monolingualism; what about languages other than German?
17.
▲
by
mapcar
12y ago
The syncing with LaTeX sounds nice. What's imagemagick for? If you can copy text I guess it doesn't convert to png like emacs does now?
18.
▲
by
mapcar
12y ago
This is an interesting model: http://www.theissresearch.org/
19.
▲
by
mapcar
12y ago
Except MPIs are national labs and not for profit. The U.S. has Los Alamos, Brookhaven, Argonne, Lawrence Livermore, Lawrence Berkeley, Sandia, Pacific Northwest National Laboratories, Oakridge...
20.
▲
by
mapcar
12y ago
Is rhdf5 the best library? I understand there is ncdf4 and h5r, and rgdal. I understood that R support for HDF5 was limited so I have not used R much for this purpose.
21.
▲
by
mapcar
12y ago
Again, if you remember to include options(stringsAsFactors=FALSE) at the top of your scripts, they are transferable. With other R neophytes who only run code that I write, I tell them to run cat("options(stringsAsFactors=FALSE)\n"
22.
▲
by
mapcar
12y ago
This is really well-written. I was skeptical about the title's claim but truly, the author defines what first-class citizens mean and a wide range of cases where the behavior is inconsistent. I have gotten used to its behavior but only
23.
▲
by
mapcar
12y ago
They've agreed to do this site-wide at the Mayo Clinic. https://stat.ethz.ch/pipermail/r-help/2007-February/125438.h... I have adopted this approach as well, and for all the scripts I distribute I set op
24.
▲
by
mapcar
12y ago
Right, it's the "pretty much" part that's a little disturbing. Would be nice to know why this caveat is always thrown around.
25.
▲
by
mapcar
12y ago
I think the most important thing would be for the community to understand what ports and what doesn't port from the elisp version that everyone uses- until then I don't think many will be able to make an informed decision regardin
26.
▲
by
mapcar
12y ago
rms also said emacs should incorporate word processing features too. ...what about that part?
27.
▲
by
mapcar
12y ago
Wow, I haven't seen the licensing model to use a language in a while. Many researchers are migrating away from MATLAB for that reason, and new projects are often not initiated in MATLAB unless it incorporates legacy code. How's th
28.
▲
by
mapcar
12y ago
> If Lisp languages are so great, then it should be possible to summarize their benefits in concise, practical terms. His list is concise but man did he take a while to get to it! Seriously though. The introduction was super re
29.
▲
by
mapcar
13y ago
Sorry, what language are these example given in?
30.
▲
by
mapcar
13y ago
I am a strong advocate of this method. However, I have to issue a statement of warning that when an idea doesn't pan out like written out, people will go to great lengths to fulfill their agenda (e.g., put undue pressure on their stude
More ›