Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
archit3cture
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
archit3cture
3y ago
This comment does not address the content of the article. I would be interested to know what tool is used to generate the svg table figures.
2.
▲
by
archit3cture
6y ago
in case there were not posted before, here are pictures of SBG2 in flames taken by the firemen. https://twitter.com/xgarreau/status/1369559995491172354 This puts an image on the sentence "SBG2 is destroyed&qu
3.
▲
Ask HN: AdSense alternatives without cookie banner?
3 points
by
archit3cture
6y ago
|
1 comments
4.
▲
by
archit3cture
6y ago
I rencently read a book that touches on such social simulation - "An Introduction to Multiagent systems / Michael Wooldridge". He mentions p.214-218 such a grid like social simulation that was done in the EOS project, underta
5.
▲
by
archit3cture
6y ago
I wonder what is a good hardware setup for following this kind of course and seriously play with deep learning in general (outside of an enterprise context where the enterprise would provide the hardware). What kind of budget should be cons
6.
▲
by
archit3cture
6y ago
Regarding YQL, I found this github repo - https://github.com/yql/yql-tables that seem to describe some of the external tables that used to be available through YQL.
7.
▲
Ask HN: Thoughts / Experiences on SQL as an API
1 points
by
archit3cture
6y ago
|
1 comments
8.
▲
by
archit3cture
6y ago
In the "History" section (p.2) they state that "We started Asana because our co-founders experienced firsthand the growing problem of work about work. While at Facebook, they saw the coordination challenges the company faced
9.
▲
by
archit3cture
7y ago
It is nice to see that CockroachDB's team keep their original vision of creating a long term open source "commons" of their database. What I don't totally understand when I take my developer's hat is why the split b
10.
▲
by
archit3cture
9y ago
In the XADD example, you have XADD mystream * sensor-id 1234 temperature 10.5 to let the server choose an id. It could also be interesting to have XADD mystream 1506872463535.* sensor-id 1234 temperature 10.5 to be able to add an element in
11.
▲
by
archit3cture
9y ago
dgraph does try to provide horizontal scaling out of the box. The sharding is done by predicate - cf https://docs.dgraph.io/deploy/#multiple-instances for a documentation link ; I am not sure how it behaves for very fr
12.
▲
by
archit3cture
9y ago
what level of traffic do you have ? comparison websites were hit seriously when google shopping started to occupy the top of the serps.
13.
▲
by
archit3cture
9y ago
maybe try to see if your tool makes it easy to understand viruses, malwares, ransomwares, etc.. Usually there is a time-race to understand how they work in order to find protections quickly. Also the code path is usually convoluted to make
14.
▲
by
archit3cture
9y ago
Great idea ! I wish I had this idea after working on a website that tries to map RGB colors to paint names. An example of result with the Limeade color - http://en.tacolor.com/hex/6fb400/ This does the distance ch