-
I find ergonomics to be a crucial part of any library's design, and I have some proposals for `frunk` that I would like to test the waters with.
I should preface this with some caveats:
1. **Not…
ExpHP updated
6 years ago
-
# Rephrase the main slogan
## Summary
The current slogan
> The programming language that empowers everyone to become a systems programmer.
should be changed in a way that makes it clear what …
-
@rfcbot fcp merge
cc #53130
This issue is to track the discussion of the following proposal:
> I propose we stabilize the `uniform_paths` feature in Rust 2018, eliminating the `anchored_paths` …
-
[https://github.com/rchain/board](https://github.com/rchain/board) is hard to navigate.
- Text cutoff of filenames in the github viewer makes it hard to know what each document contains.
- Changes…
-
Currently, it lives in cgi-bin/DW/Media.pm. But since it's a LJ::User method, it should live into the appropriate LJ::User::* submodule, probably LJ::User::Data.
-
I really like the idea of the "ApplyXmlEscape" feature, but it's missing a few things to make it usable in our projects. I would like to volunteer to implement these features if there is an interest.
…
-
The start.sh script was created early in establishing the environment sub-generator's original code. The intention:
* Work out all the details necessary to get a new local development environment f…
-
```fish
$ fish --version
fish, version 2.7.0
$ echo $TERM
xterm-256color
$ uname -a
Linux hostname 4.13.12-1-ARCH #1 SMP PREEMPT Wed Nov 8 11:54:06 CET 2017 x86_64 GNU/Linux
```
Hi, In shell…
-
Right now the equals sing following the identifier `=` is part of the `value` production in the EBNF. Message without values are thus written like this:
```properties
foo-bar
.attr = Attribut…
stasm updated
6 years ago
-
I recently adopted the `multi_gpu` module to parallelize learning across multiple gpus. On 8 K80 teslas I get a speed-up of roughly 4x, and learning appears to take place, as the loss goes down per it…