Interesting... Github is advertising directly on opensource project pages now. I'm a paying Pro subscriber and seeing the advertisement so its not for free users only.
Interesting... Github is advertising directly on opensource project pages now. I'm a paying Pro subscriber and seeing the advertisement so its not for free users only.
Yeah, I love some of the discord communities I've found. I just hate that I have to join each one of them individually.
Being on freenode and having access to a ridiculous amount of communities was amazing.
I fall for this trick most weekends
They mostly failed to describe their value. Go to any of the READMEs and try to figure out what value they provide. I don't think I've ever seen one that says "You would want this because <x>"
They all are like "We are cloud native fast API Gateway!" and let you figure out what that means.
Domains are for collecting not for using
I agree, swapping terraform over to BUSL makes no sense. They already had their commercial offering with Terraform Cloud.
But I don't think any of the companies on this list are any more noble. Their products are all closed source.
I'd trust them more if they were giving back already.
π€· A bunch of corporations who never contributed (or barely contributed) are now going to maintain a fork? I doubt it.
They are forking to protect their commercial interests. If they would've contributed rather than expecting to profit off the work of others we wouldn't be in this situation.
vcluster is a better use case for that. Make a namespace for each candidate and deploy a vcluster in there. Doesnβt cost a lot of money, easy to manage, and easy to garbage collect.
Means you only have to keep a single k8s cluster healthy
Haha, depends on what youβre trying to do. If you want a management cluster then itβs great.
But if youβre looking to do something like preview environments where you make a cluster for a pipeline Iβd just use tilt or skaffold with vcluster
If youβre looking to manage kubernetes with kubernetes I recommend https://github.com/berops/claudie
What are you using? Our entire stack is vclusters on top of kOps so its kubernetes all the way down.
Using skaffold + mirrord has been pretty nice though
I actually prefer https://github.com/microsoft/pyright over mypy but both are good. If you want to add type enforcement to Python they are both great!
You are looking for something more aggressive than using `mypy` to enforce and check type hints?
We are hiring rust engineers who want to build kubernetes controllers!
https://boards.greenhouse.io/dittoliveincorporated/jobs/4263846006
Requests and Limits! Ernie and Elmo are going to have to share the gold fishes efficiently or one of them will starve π
What did the patent cover?
what happened?
Thats how I got mine. @compsci.fyi posted it in a group signal chat and let it be first come first served. "Be the chaos you want to see in the world" - Gandhi
Another reason its cheap is from the reliability standpoint. The internet is a flakey place and every API you link together is a potential failure point.
Zapier will reliably move the data between APIs and retry/back-off/etc. when there are incidents. Also, auth token refresh alone is worth it.
CodeCov opensourcing with the BSL license hit the orange site today. Its wild how many people shit on the BSL as not opensource.
I much prefer organizations releasing under BSL than Open Core.
We have become less thoughtful on how we develop software and just optimize for speed of iteration.
Iβm getting sick of using software that hasnβt been thoughtfully designed before getting implemented.
Scrum is destroying the stability of our systems.