-
### Summary of the chapter in the form of points
- This chapter focuses on **competitive environments** and **adversarial search problems**, where multiple agents have conflicting goals.
- The cha…
-
### Is this request specific to one implementation of Sponge?
No
### Sponge Version
8.0.0
### What are you requesting?
As we all know, timings has been slated for removal for API 8, after much in…
-
I'm not sure if this qualifies as a bug or not.
In short, the following two functions give the same output, but `fft` performs about 10x worse than `fft_manaul`.
```rust
const LUT: [i16; 8] = […
-
From https://lists.w3.org/Archives/Public/semantic-web/2019Jan/0002.html
> It might be easier for
> complete newbies if plainer language was used:
>
> - Resource -> Thing
> - Predicate/p…
-
Currently `atDateTime` is bifurcated at the highest level between start and end. There are many circumstances when you want to indicate the date something happened without a sense of starting or endin…
-
Comment below with questions or thoughts about the reading for [this week's workshop](https://github.com/uchicago-computation-workshop/Fall2019/blob/master/10-31_West&Bergstrom/README.md).
Please m…
-
Some rough notes from a conversation @ahejlsberg and I had earlier about trade-offs in the control flow analysis work based on running the real-world code (RWC) tests. For obvious reasons I'll be comp…
-
Issue #302, that enormous discussion that hovers around fexprs and Kernel but sometimes veers out into the unknown and asks really deep and important questions about computation itself (and how it's m…
masak updated
3 weeks ago
-
_From @dosumis on November 8, 2016 16:49_
_From @dosumis on October 28, 2015 13:46_
_From @dosumis on August 28, 2015 9:56_
We currently have patterns like this:
- molecular_function that ('has par…
-
Rust should support the Linux kernel memory model in addition to the C/C++ memory model. This means that all of the primitives provided and used by Linux should be able to be implemented efficiently,…