-
- [ ] [The Bitter Lesson](http://www.incompleteideas.net/IncIdeas/BitterLesson.html)
# The Bitter Lesson
**DESCRIPTION:**
"The Bitter Lesson
Rich Sutton
March 13, 2019
The biggest lesson that …
-
I wanted to share a few things with you.
* I hope you heard the announcement that Visual Basic.NET will be in .NET Core 3!!!
* @jcouv just posted the [the Visual Basic language version history](ht…
-
Currently the way to initialize an array is a bit unwieldy:
``` rust
use std::mem;
#[derive(Debug)]
struct Codebook {
x: T,
y: T
}
fn fill_thing_array(a : &mut [[Codebook; 4]; 4]) …
-
One of my goals with [Open Up The Cloud](https://openupthecloud.com) is to try to answer _every_ question a career switcher, or newbie to the cloud might have. I have a _ton_ of content already on the…
-
The current [ACL ontology](http://www.w3.org/ns/auth/acl) has
```Turtle
acl:mode a rdf:Property;
:comment "A mode of access such as read or write.";
:domain acl:Authorization;
:labe…
-
I'm a software engineer for almost 20 years and I recently started using GraphQL extensively.
While I understand the original thoughts of making GraphQL as simple as possible, we end up with a lan…
-
Hi Simon,
Amazing project – I tried something like this many years ago but the tooling around neural nets was so poor that I didn't get anywhere. In my opinion, you're going about this exactly the …
-
I thought I had a great opportunity to use `fn:chain` the other day, and then found it didn't do what I wanted.
I wanted to negate a predicate: in pseudo-code
`items-where($seq, not contains(?, …
-
Dear @marccanby,
I have now reviewed the manuscript corresponding to the linguiphyr. I am not a linguist and the topic is a bit far from my direct expertise. Nonetheless, I provide some suggestions…
-
That is a very interesting idea. EBNF is a family of metasyntax notations that can be used to express context-free grammars, such as those of programming languages¹. HoTT is a branch of mathematics an…