You are here |
halleyscomment.blogspot.com | ||
| | | |
www.buzzbii.com
|
|
| | | | Fortnite, the popular battle royale game, has just announced a new collaboration event with Star Wars. As part of this event, players will have the opportun | |
| | | |
supercell.com
|
|
| | | | Fast-paced 3v3 multiplayer and battle royale made for mobile! Play with friends or solo across a variety of game modes in under three minutes. | |
| | | |
comicbook.com
|
|
| | | | It's pretty hard to compete with Fortnite. The battle royale game has become an absolute monster over the last few years, and while the game is a free-to-play title, players are apparently spending quite a bit of money on the game. More so, in fact, than any other game. This stat would be impressive enough [...] | |
| | | |
rgoswami.me
|
|
| | This post discusses briefly, the nix-shell environment for reproducible programming. In particular, there is an emphasis on extensions for installing and working with packages not in CRAN, i.e. packages off Github which are normally installed with devtools. Background The entire nix ecosystem is fantastic, and is the main packaging system used by d-SEAMS as well. Recently I began working through the excellent second edition of "Statistical Rethinking" by Richard McElreath1. Unfortunately, the rethinking package which is a major component of the book itself depends on the V8 engine for some reason. The reigning AUR2 package (V8-r) broke with a fun error message I couldn't be bothered to deal with. Ominously, the rest of the logs prominently featured Warning: Running gclient on Python 3.. Given that older python versions have been permanently retired, this seemed like a bad thing to deal with3. In any case, having weaned off non-nix dependency tools for python and friends, it seemed strange to not do the same for R. |