Leftronic (YC S10) turns any startup office into a command center
11–20 of 32 posts
Re: Leftronic (YC S10) turns any startup office into a command center
#12We are looking at using it here at Viralheat.
Re: Leftronic (YC S10) turns any startup office into a command center
#13Re: Leftronic (YC S10) turns any startup office into a command center
#14Is this substantially different than GeckoBoard? http://www.geckoboard.com/
* We have a custom push API enables you to update your dashboard in real-time. (And our pull API is going to come out in the next day or two.)
* Our interface is completely vector-based, which makes it work on any browser or screen size. And it's very flexible and configurable, so you can set up your dashboards exactly the way you want!
* We have no restrictions on the amount of data you push to us for custom feeds, nor do we restrict the number of instances of the dashboard you have simultaneously running.
* Our visualizations are minimalistic on purpose, which makes them immensely glanceable.
* Our data connectors pull data from third-party services as fast as their API's allow us to. We're only limited by the other side, not ours.
* We have dashboard templates that get you set up with your dashboards in a single click.
* Our integrations into the various data services are very thorough and robust.
* We have a couple more tricks up our sleeve that I can't mention yet, but stay tuned! ;)
If you have any other questions, I'd love to hear from you so please shoot me an email!
Thanks!
Rajiv
rajiv at leftronic dot com
Re: Leftronic (YC S10) turns any startup office into a command center
#15Is this substantially different than GeckoBoard? http://www.geckoboard.com/
Hey Jeff, Rajiv here, one of the founders of Leftronic. Here's how we're different: * We have a custom push API enables you to update your dashboard in real-time. (And our pull API is going to come out in the next day or two.) * Our interface is completely vector-based, which makes it work on any browser or screen size. And it's very flexible and configurable, so you can set up your dashboards exactly the way you wan…
Re: Leftronic (YC S10) turns any startup office into a command center
#16Is this substantially different than GeckoBoard? http://www.geckoboard.com/
Hey Jeff, Rajiv here, one of the founders of Leftronic. Here's how we're different: * We have a custom push API enables you to update your dashboard in real-time. (And our pull API is going to come out in the next day or two.) * Our interface is completely vector-based, which makes it work on any browser or screen size. And it's very flexible and configurable, so you can set up your dashboards exactly the way you wan…
Re: Leftronic (YC S10) turns any startup office into a command center
#17Re: Leftronic (YC S10) turns any startup office into a command center
#18Is this substantially different than GeckoBoard? http://www.geckoboard.com/
Hey Jeff, Rajiv here, one of the founders of Leftronic. Here's how we're different: * We have a custom push API enables you to update your dashboard in real-time. (And our pull API is going to come out in the next day or two.) * Our interface is completely vector-based, which makes it work on any browser or screen size. And it's very flexible and configurable, so you can set up your dashboards exactly the way you wan…
Re: Leftronic (YC S10) turns any startup office into a command center
#191. The ciphertext is not authenticated. You should MAC it.
2. The plaintext is padded with spaces to be block-aligned. "Hello world" will collide with "Hello world_" when encrypted with the same IV, and both will decrypt as "Hello world_____" (where "_" means a space). Use PKCS#1 or some other standard padding.
https://github.com/sonofabell/leftronic/blob/master/python/l...