Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
atheriel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
atheriel
1y ago
There is a pretty widely-used extension [0] for using Positron with WSL, if that's helpful to you. [0]: https://open-vsx.org/extension/kv9898/open-remote-wsl
2.
▲
Pushing Prometheus Metrics from R Scripts and Reports
(unconj.ca)
1 points
by
atheriel
6y ago
|
0 comments
3.
▲
by
atheriel
7y ago
That is in fact a common topic on Gelman's blog, if you go through the (large) archive.
4.
▲
by
atheriel
7y ago
Our organization looks similar: models are almost all written in R but the business operates in C#. We just use simple HTTP APIs to intermediate. Specifically, we do the following: 1. Use R packages to bundle up the models with a consistent
5.
▲
An Autoconf Primer for R Package Authors
(unconj.ca)
1 points
by
atheriel
7y ago
|
0 comments
6.
▲
by
atheriel
7y ago
Most of these tidyverse vs. data.table arguments end up sounding a bit irrelevant to me. They tend to focus on syntax, which is largely down to preference, or performance, which is really only important once in a while. And they seem oddly
7.
▲
by
atheriel
7y ago
I'm in a similar boat, using base R, data.table, or tidyverse as needed. But over time I've found that I respect, more and more, the good decisions that have been made in base R.
8.
▲
by
atheriel
7y ago
Absolutely. I usually respond to the "R-is-not-a-real-language" line with something like "R is syntactic sugar on a Lisp where the atoms are APL arrays". It's plenty interesting from a computer science perspective,
9.
▲
For and Against R's data.table Package
(unconj.ca)
1 points
by
atheriel
7y ago
|
0 comments
10.
▲
Copyright in Closed-Source R Packages: The Right Way
(unconj.ca)
2 points
by
atheriel
8y ago
|
0 comments
11.
▲
by
atheriel
8y ago
The blog this post belongs to has loads of interesting posts on C.
12.
▲
Why There Is No ImportFrom() Function in R
(unconj.ca)
1 points
by
atheriel
8y ago
|
0 comments
13.
▲
by
atheriel
8y ago
This is attractive in theory but it's a bit difficult to do in practice. Usually the places with the worst comparative odds are also quite aggressive in banning sharp accounts (including any proxy accounts you'd set up as this riv
14.
▲
by
atheriel
8y ago
This is exactly what happens at the sportsbooks that take sharp customers.
15.
▲
by
atheriel
8y ago
In practice these outfits have accounts at large Asian sportsbooks (which don't bother to ban sharps) or at Pinnacle (which has traditionally welcomed them). Even setting aside the risk of being banned, successful syndicates are unlike
16.
▲
Communicating with UDP Sockets from R
(unconj.ca)
1 points
by
atheriel
8y ago
|
0 comments
17.
▲
by
atheriel
8y ago
This is only true in major metro areas -- that is, Montreal, Vancouver and Toronto. Most smaller cites/towns or rural regions are far less tolerant. (In fact, differential enforcement by regional police departments was one of the more
18.
▲
by
atheriel
8y ago
My understanding (granted, second-hand from international copyright law experts) is that this is the correct interpretation: Microsoft does not want Chinese or Russian governments demanding the source code of Windows. I'm extremely ske
19.
▲
by
atheriel
8y ago
Likely because that would mean rewriting public history, which I believe Linus is opposed to, particularly in the case of a huge project like the kernel.
20.
▲
by
atheriel
8y ago
The hledger implementation [0] has Windows binaries available, and it's mostly compatible with the original. [0]: http://hledger.org/download.html
21.
▲
by
atheriel
8y ago
This is really neat, but I'm wondering if you are better off triggering the change by sending SIGUSR1 to the Emacs process [0]. This would remove the need to run the function in a timer every 1s. [0]: https://www.gnu.org/
22.
▲
Principles for Pipe-Friendly APIs in R Packages
(unconj.ca)
3 points
by
atheriel
8y ago
|
0 comments
23.
▲
Don't Forget to Reproject Spatial Data When Exporting to GeoJSON
(unconj.ca)
1 points
by
atheriel
9y ago
|
0 comments
24.
▲
Forecasting Air Passengers with R and the Tidyverse
(unconj.ca)
2 points
by
atheriel
10y ago
|
0 comments
25.
▲
by
atheriel
11y ago
This is really neat.
26.
▲
by
atheriel
12y ago
This is totally brilliant -- nice find.