Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
atnnn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
atnnn
7mo ago
I find this easier to visualize with an equivalent way to pick points: drop four (n) lines through the center of the circle. For each line, randomly pick one of the two points that intersect the circle. Independent of the lines dropped, the
2.
▲
by
atnnn
3y ago
I would say "donc" is used where some might say "so" in English (aka shorter and less pompous "therefore"). I think the meaning of "Agreed" or "Right on" is rare and more implicit. Like sayi
3.
▲
by
atnnn
10y ago
Using a mouse is distracting. It steals our focus away. Programming can seem like a slow process because the bulk of the process happens in our minds. Keeping our focus on our precious mental models makes us more productive. Keyboard shortc
4.
▲
by
atnnn
10y ago
There is https://www.compose.com/rethinkdb
5.
▲
by
atnnn
10y ago
Some of us are keeping the RethinkDB database and community alive. The code is open source, and development continues slowly. The next release is almost ready. It'll have new features and performance improvements.
6.
▲
Hosting a website on IPFS
(atnnn.com)
3 points
by
atnnn
10y ago
|
0 comments
7.
▲
by
atnnn
11y ago
RethinkDB uses custom abstractions to hide the lower-level OS-specific code. We were able to port the low-level code to Windows with very little changes in these abstractions, and thus minimal changes to the rest of the code base. The prope
8.
▲
by
atnnn
11y ago
The RethinkDB query language can be very expressive. What you shudder to think of could be expressed as row('species').contains(function(s){ r.expr(['Saiyan', 'Human', 'Android']).contains(s) })
9.
▲
by
atnnn
12y ago
RethinkDB's `.changes()` command doesn't support this directly. Here is the corresponding github issue: https://github.com/rethinkdb/rethinkdb/issues/3579 The code in the demo does this by performin
10.
▲
by
atnnn
12y ago
Changefeeds are meant to be used by an app that isolates the user from the database.
11.
▲
by
atnnn
12y ago
An app usually sit between the database and the user, isolating them from each other. This demo does not isolate the database, it is just a proof of concept.
12.
▲
by
atnnn
12y ago
I told ffmpeg to use `-r 25` but the console output says `fps=7.6`. I just put it together in a few hours to see if it was possible. Given the unexpected interest in it, I'll put some more work to see where we can take it.
13.
▲
by
atnnn
12y ago
Hello. Etienne here. I did the packaging for this release. It looks like the lucid package is no longer compatible with wheezy. You may have better luck using precise, trusty or saucy instead of lucid in your sources.list I will run some te
14.
▲
by
atnnn
13y ago
The documentation is misleading. RethinkDB instances launched from the Marketplace all run on an EBS volume.
15.
▲
by
atnnn
14y ago
If it's not worth doing your best, it's not worth doing at all.
16.
▲
by
atnnn
14y ago
> The next step is to make this a monad! It already is! Each expression is a simple wrapper around a monad, similar to this datatype: data Expr = Expr (QueryM Term) Where QueryM is the monad that helps build the query and Term is the ra
17.
▲
by
atnnn
14y ago
t.forEach(t.insert(t.without("primaryKey")); Only try this at home.
18.
▲
by
atnnn
15y ago
All transactions are public. It is one of the central ideas behind bitcoin and leaves no doubt about the anonymity of the transactions. It is a well publicised idea and it is even mentioned on the main page of the bitcoin wiki ( http://bitc
19.
▲
by
atnnn
15y ago
I love the idea and the implementation, I've been looking for something like this. If you could filter by language it would be a lot more useful. Is that possible?