Viewing profile — mapcar
mapcar
HN member- Joined
- Tue, Sep 10, 2013, 7:59 AM UTC
- HN karma
- 39
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About mapcar
No profile information was provided.
Recent public activity
-
comment
Comment #8861274
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 …
-
comment
Comment #8795141
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 co…
-
comment
Comment #8795136
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 us…
-
comment
Comment #8751455
and if you overwrite variables like "c", you can always invoke the original concatenation function as "base::c".
-
comment
Comment #8751444
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…
-
comment
Comment #8661063
Isn't this the conventional way of converting variables which have been coerced to their numeric representations back to time/date classes?
-
comment
Comment #8660764
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")) [1] "2014…
-
comment
Comment #8660746
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…
-
comment
Comment #8653528
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 wh…
-
comment
Comment #8652964
Does lubridate solve the unintended timezone conversions of POSIXct classes?
-
comment
Comment #8639108
good point. unless it is vi or emacs...
-
comment
Comment #8625074
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 w…
-
comment
Comment #8616153
Can't you just create an alias for `emacs -nw -Q` or `emacsclient -nw` when you want to open an instance in a terminal?
-
comment
Comment #8565750
I'd never heard of dexy before but has anyone tried it?
-
comment
Comment #8547980
So what's better?
-
comment
Comment #8450227
I find it hard to believe that six years could solidify a culture of monolingualism; what about languages other than German?
-
comment
Comment #8443714
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?
-
comment
Comment #8418808
This is an interesting model: http://www.theissresearch.org/
-
comment
Comment #8418791
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 Laboratori…
-
comment
Comment #8361899
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.
-
comment
Comment #8359168
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 t…
-
comment
Comment #8359132
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 in…
-
comment
Comment #8359094
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 script…
-
comment
Comment #8339930
Right, it's the "pretty much" part that's a little disturbing. Would be nice to know why this caveat is always thrown around.
-
comment
Comment #8339243
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 …