HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Lennie

no profile record

comments

Lennie
·há 2 meses·discuss
It's important to mention: they were compliant, because they trained the model at an AI hosting provider that had a partnership with Moonshot AI, but Moonshot didn't know Cursor was a customer.
Lennie
·há 5 meses·discuss
https://deepseek.net/ was exactly the same last year.

My guess is: Pick a popular keyword from Google trends of which the Chinese company only released Chinese content and take the domain and put up English content.
Lennie
·há 11 anos·discuss
I think your ideas are sound, but last time I tried the manual install I couldn't get it running. So that was disappointing. That was many months ago, a lot might be changed now. I'll need to find time to have an other look.

Anyway keep up the good work.
Lennie
·há 11 anos·discuss
I agree about this right now.

But I think enough open source code will be made to fill this space.

It's just a matter of time.
Lennie
·há 11 anos·discuss
Looks like Kubernetes is improving. Hadn't seen this yet.

Sometimes it gets hard to follow everything in the Docker ecosystem.
Lennie
·há 11 anos·discuss
That is exactly what we do at work with stateful services. For now.
Lennie
·há 11 anos·discuss
Not sure why the author complaining about VM & cloud ?

You can get real machines through APIs not from Amazon, but you can from other providers like: Rackspace and IBM/Softlayer (and others). He even links to Bryan Cantrill, so pretty sure Joyent can deliver containers (even Docker ?) on baremetal if you want them.
Lennie
·há 11 anos·discuss
There are still a whole lots of pieces of the puzzle missing.

I think it's all about creating ready to use containers which are running on different hosts which can replicate their data between themselves and handle failovers (they need to connect to etcd or zookeeper or consul for that).

For PostgreSQL it seem to have already solved (?) 2 times by different people:

https://github.com/zalando/patroni https://flynn.io/

But we don't only need it for PostgreSQL.

You need ready to use data-replicating Docker images for storing/indexing log files.

And for statistics.

Probably ready to use containers for replicated/clustered Redis.

We need something for a replicated S3-like service for storing static files.

Which can be used for different things like: - let's say you are running a website with Wordpress it can be configured to put it's files in a 'CDN'. So now whenever you you deploy Wordpress you point reverse proxy with caching (like Varnish) at your S3-like service.

A S3-like service could also be used to hold your own Docker images. You could put a Docker registry in front of it to push and pull to.

We need something, maybe also S3-type service, for storing the files of your local git repositories (which holds the sources of your Docker-images).

As far as I know in the ecosystem there is still a scheduler missing which can deploy these containers on the right hosts.

And there is also no standard API for starting new containers or whole machines when the other containers (or some monitoring tool) in a cluster noticed one is missing.

These things take time. Lots of time. :-(