Actually I'm quite satisfied with the performance.
The main reason I'm considering using CoreBGP directly is that in order to use the evpn project I'm building, the user has to setup a GoBGP instance which might cause problems.
Embedding GoBGP just like kube-router[0] did might be a good idea too. Thank you for the advice.
k8s is raw technology like linux kernel. You shouldn't use it directly which will be hard to maintain. There are bunch of packaged solutions around k8s like Google GKE or AWS EKS. By leverage them, you'll be working on a higher level of abstraction and bring productivity back.
There are many open source projects got submitted to HN everyday but not many got the chance to be upvoted to front page and attract traffic. So I built a service called Porter[1] to collect HN submissions, filter out news about open source projects and send digested email to subscribers. There is also a `explore` page[2] at Porter which will show the daily submitted projects. You can find from the page that only two or three projects get a lot of upvotes and many projects got zero upvote at all.
I was wondering if many users are using Porter, I might have a chance to bring traffic to those projects developed by solo developers and becoming good channel for promoting and discovering. But just like those open source projects, I have problem promoting my service too. I don't feel like to spam people by submitting the url everywhere. There are organic growth but it's not fast enough for me to put a lot of resource in it. I guess marketing for open source related projects and services is always a hard problem especially for solo developers.
EDIT: Those projects that got exceptional growth might have successfully attract traffic from HN. But just submitting your projects to HN does not guarantee any growth.
This is great news. We developed an internal controller managing etcd cluster used by kubernetes apiserver using third party resource too. The control loop design pattern works really well.
Sorry about that. Could you drop us an email at [email protected] with your GitHub account? We could manually add you to the list.
We're trying to debug the problem. But it's hard to reproduce it since it only affects few people.
Maybe it's not cache that caused the problem. We host our website on Google Appengine which is global balanced. Maybe some cloudflare nodes just pick the wrong entrance.
Hora looks very nice. I see many people using different tools and methods to organize their favorite repos. If we could put those efforts together and standard things a bit (so no more angular and angularjs). The end result will help many others. We have plans to crawl npm, pypi and other platforms for tags data and make all those data available for everyone. Hope this could attract others with similar needs to join.
You mean our service Porter.io ? We analyze starred repo of our user and recommend news based on similarity and popularity . And we have bunch of ideas to improve this.
Yes, astral is a great tool. But our goal is different. We're trying to crowd source the tagging work so that most people don't have to tag repos any more. And the tagged data could be used by any Github related services or anyone who wants to study open source projects.
hmm... Sounds doable. I'll try to gather more ideas about the structure, but we definitely should put a README file in the repos folder to explain things a little bit. Is it possible that you could open an issue in the repo and put your ideas there? Thank you so much.
The main reason I'm considering using CoreBGP directly is that in order to use the evpn project I'm building, the user has to setup a GoBGP instance which might cause problems.
Embedding GoBGP just like kube-router[0] did might be a good idea too. Thank you for the advice.
[0]: https://github.com/cloudnativelabs/kube-router