Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bullcitydev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bullcitydev
1mo ago
"RSS just needed people to reject the big-company hype" is why Im building my own reader. RSS was never the problem; it's the stuff around it: feeds truncated to a teaser, blogs dying and taking their archives with them, clou
2.
▲
Building Cross-Platform SDKs: From FFI to WebAssembly
(blog.flipt.io)
2 points
by
bullcitydev
2y ago
|
0 comments
3.
▲
The CD Pipeline Manifesto
(manifesto.getglu.dev)
89 points
by
bullcitydev
2y ago
|
47 comments
4.
▲
by
bullcitydev
2y ago
Speaking as an open-source feature flag 'vendor' ( https://github.com/flipt-io/flipt ), the OpenFeature organization has been a joy to work with. They are very welcoming of new contributors (e.g., implementing
5.
▲
by
bullcitydev
2y ago
Thank you!! Very much appreciated
6.
▲
by
bullcitydev
2y ago
Thats a cool idea! Feel free to put something in our community on Discourse ( https://community.flipt.io/c/flipt-cloud/6 ) or Discord ( https://www.flipt.io/discord ) so we can talk through how this c
7.
▲
by
bullcitydev
2y ago
Thats great to hear! Would love to learn more about your usecase or what else you'd like it to do. Feel free to send me an email at mark <at> flipt.io, or drop into our Discord to say hi at https://flipt.io/discor
8.
▲
by
bullcitydev
2y ago
Hey! thanks for the reply. We are loving Kite, great product! Will send over the project file now, very much appreciated!
9.
▲
by
bullcitydev
2y ago
Approvals are coming next btw. With the ability to lock down envs like production and optionally require all state changes to go through a proposal/approval process
10.
▲
by
bullcitydev
2y ago
I tried to answer your first question below, hope I did! Re: GitHub outage, each org gets their own instance in our cluster and maintains a checkout of the git state, so you can still write/read from your environments, they just wont b
11.
▲
by
bullcitydev
2y ago
This! 100% All the same benefits of config as code, infra as code. And with feature flags if something goes wrong its a simple `git revert` to get back into the previous state. Another benefit is you can easily replicate the current (or pre
12.
▲
by
bullcitydev
2y ago
Yeah the context only supports a map/JSON object of k/v string values for evaluation at the moment. We could definitely look into supporting other types and making this simpler. The constraints that are matched can be of several t
13.
▲
by
bullcitydev
2y ago
One thing to note is that we currently only support GitHub organization accounts. We're working on personal accounts next, but due to GitHub API/apps permissions, we have to request a different set of creds to get that to work.
14.
▲
by
bullcitydev
2y ago
The voice volume seems to get quieter in certain spots, even when its set at a constant level.. I'll reach out to the Kite team
15.
▲
by
bullcitydev
2y ago
yeah sorry, I will fix that! It was bothering me too. I put the music to the lowest setting.. I used https://kite.video/
16.
▲
Show HN: Feature Flags Backed by Git
(flipt.io)
93 points
by
bullcitydev
2y ago
|
44 comments
17.
▲
by
bullcitydev
2y ago
We at https://flipt.io are putting on a buy vs build webinar in a couple of weeks to discuss this very thing as it's a common question that engineering teams seem to have. If you're interested in attending its taking p
18.
▲
by
bullcitydev
3y ago
We're currently evaluating OPA for adding RBAC to our open-source application [0]. We plan on using the Go API [1] and doing the policy eval directly in our app since our app is also written in Go. The thinking is we'll have some
19.
▲
Feature Flags on the Edge with Turso
(flipt.io)
3 points
by
bullcitydev
3y ago
|
0 comments
20.
▲
by
bullcitydev
3y ago
Hey thanks for giving Flipt a look! I'm the creator of Flipt so would love to chat more about your needs to see how we could make it work for your use case! We're actively looking into providing local caching for all our SDKs btw
21.
▲
by
bullcitydev
5y ago
haha for sure. but still better than code generation IMO ;)
22.
▲
by
bullcitydev
5y ago
Just fixed it. Thanks again!
23.
▲
by
bullcitydev
5y ago
thanks! I'll check it out!
24.
▲
by
bullcitydev
5y ago
Author here. I just removed the previous section I had around using build tags because I realized I was using `// +build 1.18` instead of the correct `// +build go1.18`. Oops.
25.
▲
Trying Out Generics in Go
(markphelps.me)
215 points
by
bullcitydev
5y ago
|
251 comments
26.
▲
Switching My gRPC Project to Use Buf
(markphelps.me)
2 points
by
bullcitydev
5y ago
|
0 comments
27.
▲
Ask HN: How does your team organize/manage their runbooks?
1 points
by
bullcitydev
5y ago
|
0 comments
28.
▲
by
bullcitydev
7y ago
Interesting.. I've never heard of licensezero. Will check it out this weekend. Thanks for the tip!
29.
▲
by
bullcitydev
7y ago
Thank you!
30.
▲
by
bullcitydev
7y ago
That is a very good question and something I have been struggling with. Do you have any ideas? I know that it has been done (ex: Sidekiq has OSS, Pro and Enterprise versions). My thought was to maintain a private fork for the pro version an
More ›