This is so cool! I’ve been playing around for a while now with different objects and types of lighting. Now I’m getting this error when I try to post:
{"timestamp":"2022-02-23T05:57:19.930+00:00","status":500,"error":"Internal Server Error","path":"/record"}
Thanks! One of the creators here. Our main idea with Lavastone is that you just write “plain” c++ code that doesn’t call any special query interface. It’s transparently making your code run by performing some interactions with the database on your behalf. In this sense the query interface looks just like the standard language features of C++.
As you point out, there are definitely trade offs with choosing Lavastone instead of a SQL database. For instance you can’t easily share concurrent read/write access to the same Lavastone data with multiple processes. However, you can copy a fixed Lavastone data store (ie the underlying LevelDB store) and distribute it to multiple server nodes. That’s how we used it anyways!
Given several logic gates, if their most recent common ancestor in the lattice is the clone of all boolean functions, then that set is universal. This provides a convenient prescription for deciding universality for a new k-input gate.
I like this idea. It's remarkable how bad the Apple Notes apps are. I'm trying to get started with Standard Notes but running into trouble.
Both Standard File servers are down:
https://n3.standardnotes.orghttps://n1.standardnotes.co.uk
"We’ve learned that at least one American plutocrat (almost certainly Elon Musk, who believes the odds are a billion to one against us living in "base reality") has hired a pair of coders to try to hack the simulation."
I noticed that for 1-3 minutes after the outage began (I was between pageloads and noticed the outage immediately) the 503 page did not load after waiting >30s. Afterwards the 503 page loads in < 1s.
I wonder what failover configuration Github uses, such that this delay would occur.
I would love to see a computer-generated simpsons episode.
I bet you could do a basic version using DeepDream applied to the audio and video of a different video / tv show. I imagine the voices and images would morph to sound more simpson-like.