HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rusht

no profile record

Submissions

Observability is key to the future of software (and your DevOps career)

stackoverflow.blog
3 points·by rusht·5 tahun yang lalu·0 comments

Pretrain GPT-Neo for Open Source GitHub Copilot Model

discuss.huggingface.co
3 points·by rusht·5 tahun yang lalu·0 comments

Onepanel – Cloud native deep learning platform

github.com
4 points·by rusht·5 tahun yang lalu·0 comments

The US Government Will Pay Doctors to Use These AI Algorithms

wired.com
2 points·by rusht·6 tahun yang lalu·0 comments

comments

rusht
·4 tahun yang lalu·discuss
One thing to note is the license: AGPL vs Apache.
rusht
·5 tahun yang lalu·discuss
Really appreciate this great, detailed answer! 100% agree with getting to an MVP with PMF as quickly as possible should be the top priority for a startup.
rusht
·5 tahun yang lalu·discuss
If you had to do it all over again, would you still start with MongoDB or would you go with Cassandra right off the bat?
rusht
·5 tahun yang lalu·discuss
I am assuming they want to provide a hosted service just like Discord at some point.
rusht
·5 tahun yang lalu·discuss
ScyllaDB looks interesting but that AGPL license is a no go for some organizations.
rusht
·5 tahun yang lalu·discuss
“Best” depends on your use case. I don’t even think a SQL database is an option for a chat app since it’s write heavy. FB Messenger uses HBase and Discord uses Cassandra and they’ve done their research at scale, so those could be possible options.
rusht
·5 tahun yang lalu·discuss
Curious why you decided to use MongoDB as opposed to HBase or Cassandra? Discord moved away from MongoDB because its sharding is “complicated to use and not known for stability.” Are these issues not relevant anymore?
rusht
·5 tahun yang lalu·discuss
I’d be interested in OP’s answer here as well.

I know dapr injects a sidecar so you can code in any language and then use their SDK to call other microservices. Encore looks to be Go centric and uses code generation to create actual Go functions, which provides much better IDE support.

I did not see this in the docs but I’m not sure if Encore supports retries with or without exponential backoffs; dapr supports both.