-
This is an issue to discuss **context parameters**. The full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/context-parameters/proposals/context-parameters.md).
-
Tagging here a possible finetune application of Clay, or downstream benchmark.
Microsoft AI for Earth provided funding for [this project](https://essd.copernicus.org/articles/15/3991/2023/essd-15-3…
-
E.g.
``` c++
constexpr auto rng = view::iota(0, 10);
constexpr auto rng2 = view::iota(0) | view::take(10);
constexpr auto rng3 = rng | view::transform(square) | view::remove_if(odd);
```
should prob…
-
-
-
-
Windows build number: `10.0.19041.84`
Dist: Ubuntu 18.04 LTS
I just installed WSL2 on my home computer for the first time and something i notice that i don't see on my work computer is that WSL2 …
-
-
For the graded assignment 1, find a simple, stand-alone, static visualization and write a short critique on: How effective is it at what it aims to do? What works well and what doesn't? What could be …
-
For graded assignment 2, pick your hometown or a city you are familiar with, and create a schematic map. You can find the [slides from the reference here](https://speakerdeck.com/rasagy/designing-sche…