Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fisxoj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
fisxoj
3y ago
A basis state would be one of the fundamental states a quantum thing can be in. A classical computing bit has states of 1 and 0 that are analagous to |1> and |0> basis states in a quantum state. A quantum bit would be in a mxture of b
2.
▲
by
fisxoj
5y ago
If anyone has interest contributing, I've found this app for Android makes it very easy! https://www.saveriomorelli.com/commonvoice/
3.
▲
by
fisxoj
5y ago
If anyone is an emacs user and this sounds compelling, I recommend counsel-jq[0] for the sort of feedback loop described here. [0]: https://github.com/200ok-ch/counsel-jq
4.
▲
by
fisxoj
6y ago
Without looking at the details, this work probably still uses something like that, under the hood. In mainline sbcl, dumping an executable with save-lisp-and-die will create an executable that depends on a few dynamic libraries and, if you
5.
▲
by
fisxoj
6y ago
Generally, it's been pretty easy to transition for me, but I used to rely on things like the automatic nginx image that you need to mount the docker socket into so it can route traffic to containers when they come up. Since there'
6.
▲
by
fisxoj
7y ago
The second author on the piece, Dorothy Gambrell, also publishes interesting data at Very Small Array ( http://www.verysmallarray.com/ ) and has been writing the webcomic Cat and Girl ( http://catandgirl.com/ )
7.
▲
by
fisxoj
8y ago
Another nice example of building regexes in a way that fits the surrounding language paradigms: https://edicl.github.io/cl-ppcre/#create-scanner2