Live data from Hacker News

RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software

sagemath.blogspot.com

31–40 of 122 posts

Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software

#31
post #26

Earlier quoted context omitted.

RethinkDB's niche is allowing a service to listen for changes to a dataset. As in, your Node application could listen for published events by Rethink, rather than your Node application long-polling the dataset for changes. "Real Time" data analytics can then be performed.

Its other niche is easy to deploy replication and sharding that actually works , actually scales , and does not lose data.

I've never seen that in any db I've worked with. If that's true, that's pretty huge.

Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software

#33

The open source project that has really stood out to me in terms of funding is vuejs.org who's funding is almost entirely public at https://www.patreon.com/evanyou In the case of RethinkDB I wish they had started Horizon much sooner. Having plugins like for Stripe will make Horizon usable in the real world. I certainly like the goal set for Horizon that it be easy to extend a Horizon app by embedding it in a Node app…

What differentiates Vue from all the other client rendering libraries out there? (Angular, Polymer, React, Ember, Knockout, etc). At first glance it looks kinda like Knockout.

As I understand it (mostly from hearing Evan on various podcasts), it's essentially the simplicity of Angular 1 from a development perspective, with a React-like architecture.

Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software

#35

Earlier quoted context omitted.

What differentiates Vue from all the other client rendering libraries out there? (Angular, Polymer, React, Ember, Knockout, etc). At first glance it looks kinda like Knockout.

It seems like a full framework, easy to start with, yet doesn't feel bloated or confusing (personal opinon). Here's an obviously biased (obvious biased since it's from the creator of vue himself), yet pretty good comparison: https://vuejs.org/guide/comparison.html

My understanding is that one of its selling points is that it doesn't have to be a full framework. You can use it for views, create components, or use it as a full blown-framework.

Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software

#36
post #31
post #26

Earlier quoted context omitted.

Its other niche is easy to deploy replication and sharding that actually works , actually scales , and does not lose data.

I've never seen that in any db I've worked with. If that's true, that's pretty huge.

It is true. It was NOT true a year ago, but it is now. I pushed it hard, Aphyr pushed it hard, and the RethinkDB team worked very hard addressing every issue we found. That's why RethinkDB failing is so tragic.

Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software

#37

Earlier quoted context omitted.

I also very much wonder what CoreOS's business model is.

Same goes for docker. Many monetization options for docker (like the registry) have been duplicated by Google and AWS in their cloud centers. The good news is docker is in bed with Microsoft now which has very deep pockets.

Docker has been baking in more and more of the infrastructure (see all the musings about a potential fork)

Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software

#38

To understand what happened to RethinkDB, you want to contrast it with MongoDB. RethinkDB is amazing software and a real breakthrough. And the audience of deep thinking people who can really leverage the event model is ... limited. Today. MongoDB is no breakthrough, but there are legions of people who just want to plug something together with PHP or Node. Given what they're doing, it works fine. I sincerely hope Reth…

"Worse is Better" triumphs again...

Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software

#39
post #16

It seems new users and people who saw the ease of querying, distribution, good docs, solid architecture jumped on board. Lots of HN articles were written. The technology is really solid. Come to think of it, don't recall seeing a single negative RocksDB article on HN, ever. However databases are hard and they are a bit like operating systems. They are so important that people expect them to have a long track record o…

Interesting that you make the comparison to operating systems, since Linux is open and completely free and doesn't have a big company behind it. (Granted, I think the big difference is that Linux doesn't have as many competitors as exist for DBs today.)

> Linux is open and completely free and doesn't have a big company behind it

Only small companies like IBM and Google who have put hundreds of millions of dollars into it.

Re: RethinkDB, SageMath, Andreessen-Horowitz, Basecamp and Open Source Software

#40
post #31
post #26

Earlier quoted context omitted.

Its other niche is easy to deploy replication and sharding that actually works , actually scales , and does not lose data.

I've never seen that in any db I've worked with. If that's true, that's pretty huge.

Firebase works like that. The polling of databases is a really obvious limitation of existing databases once you see the alternative.

(I work at Firebase)

Post reply on HN