Viewing profile — jeffail
jeffail
HN member- Joined
- Thu, Jul 10, 2014, 4:38 PM UTC
- HN karma
- 118
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About jeffail
No profile information was provided.
Recent public activity
-
comment
Comment #43935362
Personally, I'm happy to see them evolving it with my juices left intact. When we transitioned benthos.dev to https://docs.redpanda.com/redpanda-connect we gained a much larger (an…
-
comment
Comment #40538799
Sure, if they change the MIT license of the core engine then you could fork it at that point. What they're doing right now is taking on a much larger maintainence burden than poten…
-
comment
Comment #40538713
It absolutely doesn't need a fork. The entire project is designed specifically to allow vendors and users to have their own ecosystem of plugins and they can all compile and integr…
-
comment
Comment #40538676
Hey it's Ash (the maintainer being talked about in the blog). I'm not one for fork drama and I haven't had a chance to fully read the blog so I don't have a lot to say. However, th…
-
comment
Comment #33729487
Sorry to hear that, unfortunately you can't please everyone whilst also having fun, and my open source work is unapologetically fueled by fun.
-
comment
Comment #33724409
Thanks for sharing, this is awesome to hear!
-
comment
Comment #33724397
Yeah that's my bad, the site assumes you already know what benthos is as it's an early stages UI for it. The best place to start is https://www.benthos.dev , or if you like dumb vi…
-
comment
Comment #33723922
Hey! The visuals are all via https://reactflow.dev/ , which has been pretty awesome to use.
-
comment
Comment #32162710
If I want to achieve something then I find the joy in pursuing it, at which point I will naturally do it when I'm capable and will do other things when I'm not. Letting my attentio…
-
comment
Comment #31906060
Hey everyone, this is a video I put together summarising a decades worth of stream processing delivery guarantee misconceptions and bugs that I've seen frequently. I'm not trying t…
- story
-
story
Ask HN: Bing blocking FOSS docs website, how do I find out why?
I found out a few weeks ago that Bing has removed the documentation site for the open source project benthos (https://www.benthos.dev) from search results. I set up their webmaster…
-
comment
Comment #31834068
I hope one day https://www.benthos.dev will feature on one of these logo collages and I can finally retire to hobby watchmaking or something.
- story
-
comment
Comment #27821741
Anecdotally I'd say professions that often double up as a hobby and don't have a significant material or energy cost to exercise will be more susceptible to burn out. If you're _re…
- story
-
comment
Comment #25122094
Maintaining an OS project definitely gives you a crash course in (and boosted respect for) non-engineering roles at tech companies. However, I'd say if you're maintaining something…
-
comment
Comment #24639383
I'm massively rooting for this. I really wanted to use Gitter as the official chat for my projects, but the experience was just so painful that I ended up fragmenting the community…
- story
- story
-
comment
Comment #20481530
That makes more sense, thanks for clarifying. Still, assuming there are no other edge cases there, it doesn't address the other problem where a hypothetical consumer of the output …
-
comment
Comment #20480891
Yeah but the first time it was read the key was stored in RocksDB, so the second time it gets consumed after the crash: "If the message already exists in RocksDB, the worker simply…
-
comment
Comment #20480324
"What’s more, we want to ensure the information about which events we’ve seen is written durably so we can recover from a crash, and that we never produce duplicate messages in our…
-
comment
Comment #20380499
"amounts to 1.5% of its worldwide turnover in 2017" I imagine that's a significant sum but I'm struggling to get my head around it. If so then good for the ICO I suppose. I remembe…
-
comment
Comment #17775613
Processor implementations are able to carry their own state, or share state across worker threads or deployments using their own mechanisms, but Benthos doesn't provide any tooling…