Viewing profile — ArturSoler
ArturSoler
HN member- Joined
- Wed, May 20, 2009, 9:41 AM UTC
- HN karma
- 590
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About ArturSoler
http://artursoler.com
Recent public activity
-
comment
Comment #31109135
Interesting, kudos on launching! How does the email validation work internally?
-
comment
Comment #20548614
Because the return on a bond is not just based on the expected risk, but also on the time value of money (generally we prefer consumption now rather than in the future).
-
comment
Comment #20138787
It could be that it reduces mortality, but it's still above average.
-
story
Ask HN: (yet again): What is the best affordable programmable drone?
As the field seems to move quick, let's ask this again. Previous threads: - 2015: https://news.ycombinator.com/item?id=8989411 - 2016: https://news.ycombinator.com/item?id=10872233…
-
comment
Comment #16978359
Nice charts! Which technologies (frontend and backend) have you used?
-
comment
Comment #15783212
Done!
-
comment
Comment #15783205
The width of the order book panel should always be the same. Which browser/OS are you using?
-
comment
Comment #15764507
Soon!
-
comment
Comment #15763618
BTC-EUR on GDAX is quite liquid, almost always I look spread is 0.01€ and there are trades every few seconds
-
comment
Comment #15763290
It's all SVG elements
-
comment
Comment #15763284
More exchanges are coming soon!
-
comment
Comment #15761020
I can store the tick data, although I'm not storing it at the moment (I disabled it for the launch and will test the load that enabling it represents). I use Cassandra with just 1 …
-
comment
Comment #15760829
Thanks! I may in the future, but if I do it will not be charging for basic functions or inserting obstrusive advertising.
-
comment
Comment #15760797
No problem. I've certainly taken some ideas from GDAX dashboard, but from some other sites too!
-
comment
Comment #15760769
Thanks. Not at the moment, sorry. It's something that I have on the back of my mind but I haven't made a decision yet.
-
comment
Comment #15760684
It costs me time, basically (which is not to be disregarded). Hosting is cheap these days. I'm using a Hetzner machine at about 30€/month which is handling load quite well.
-
comment
Comment #15760617
Thanks! There are different markets available, indicated by the white dropdown at the top. Currently supporting GDAX and Gemini, but many more coming soon!
-
comment
Comment #15760474
Which one would you use, the CSS "pointer" one? I want to make clear that the user can write in there in order to filter entries.
-
comment
Comment #15760443
Are you looking at the same market? The default market on OhMyCoin is Gemini which has fewer updates than GDAX. GDAX does the fade-in and fade-out animation on the order book, whic…
-
comment
Comment #15760346
Thanks. I've certainly spent some efforts on the client optimization, as some markets produce lots of events per second. BTC-USD and BTC-EUR on GDAX, for example, are often over 10…
-
comment
Comment #15760038
I will - stay tuned
-
comment
Comment #15759964
It's ok, differentiation is something that I must look into - and I am. But I first needed a foundation that, is true, does not differentiate it too much yet from alternatives.
-
comment
Comment #15759946
If you mean responsive as in design-when-used-from-a-mobile-phone, you are right. I haven't spent too much time on it yet, but I will.
-
comment
Comment #15759776
None, just React and SVG elements.
-
comment
Comment #15759442
The frontend is built with ScalaJs and React (using https://github.com/japgolly/scalajs-react ). The backend is built with Scala too, mostly using Akka Streams for the data handlin…