Skip to content

Instantly share code, notes, and snippets.

@sidaw
sidaw / tree_comm.html
Created March 14, 2018 18:43
tree_comm
<!-- Specify your Handlebars template here.
The following JavaScript context will be passed to the template:
{
files: [{
name: 'The filename',
content: {
text: 'The file content',
html: '<p>The file content</p>',
@sidaw
sidaw / tree_comm.md
Last active March 14, 2018 18:42
tree_comm
@sidaw
sidaw / tree_comm.md
Last active March 14, 2018 18:26
tree_comm

How can human communicate better with computer systems?

Simple reference game

Suppose there are a finite set of messages XXX expressing a finite set of meanings YY
@sidaw
sidaw / tree_comm.md
Last active March 14, 2018 18:26
tree_comm
<title>tree_comm</title>
@sidaw
sidaw / tree_comm.md
Last active March 14, 2018 18:42
tree_comm

How can human communicate better with computer systems?

Simple reference game

Suppose there are a finite set of messages $X$ expressing a finite set of meanings $Y$.

  1. Nature picks the semantics $y \in Y$
  2. Alice produce $x$ given $y$
  3. Bob produce $y'$ given $x$
  4. Receive reward if $y=y'$
===========
VULKAN INFO
===========
Vulkan API Version: 1.0.61
INFO: [loader] Code 0 : Found manifest file /home/sidaw/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /home/sidaw/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json, version "1.0.0"
INFO: [loader] Code 0 : Meta-layer VK_LAYER_LUNARG_standard_validation all 0 component layers appear to be valid.
INFO: [loader] Code 0 : Found ICD manifest file /usr/share/vulkan/icd.d/nvidia_icd.json, version "1.0.0"
@sidaw
sidaw / test gist
Last active October 10, 2017 20:28
what do you want to do here