Viewing profile — kc10
kc10
HN member- Joined
- Mon, Jun 06, 2016, 4:15 AM UTC
- HN karma
- 346
- Public activity
- 137 items
- HN profile
- View on Hacker News ↗
About kc10
No profile information was provided.
Recent public activity
- story
-
comment
Comment #43659991
Can you please expand on this? The sensitivity to prompts and response quality are related to an agent's functionality, A2A is only addressing the communication aspects between age…
-
comment
Comment #40163691
We built similar animation part of a product few years ago. The flow was something like - when a new user signs up and users our product for the first time and creates certain arti…
-
comment
Comment #38201377
Over the weekend, I saw a Model S with number plate "WOZ" in Oakridge mall, San Jose. I wondered if it is him and sure enough it was him driving the car to the supercharger station…
-
comment
Comment #37743862
Congrats on the launch!! I am previously the founder of a synthetic monitoring startup, devraven.io. Just sharing my experience - monitoring is brutally competitive. From my conver…
-
comment
Comment #35870172
Only javascript is supported for building transformations and destinations. But you can use any npm library in your script, platform will automatically download it at runtime and e…
-
comment
Comment #35870025
Thank you. Fair feedback. I definitely need to anchor myself to specific niche instead of saying it can work for anything and everything.
-
comment
Comment #35869410
The entire backend is available via REST interface. I am looking to support finer API permissions via auth tokens. But the APIs are accessible today with basic auth.
-
comment
Comment #35868650
There are a couple of ways to address this: 1. Create a Source for each customer and send customer specific data to each source. Configured pipelines for each source will receive t…
-
comment
Comment #35868616
Not sure I understood the use case. Are you looking into integrate into SN platform? You can add a pipeline to integrate with SN platform using OOTB rest api or add scripted rest e…
-
comment
Comment #35868046
There is no throttling today based on outbound failures. But I think it is a pretty common use case for handling destination failures. Something like - if x or x% events are failin…
-
comment
Comment #35866401
Thanks. It's not v1 yet. It's about 3 months in the making and needs improvements around ops, tests. I am hoping to make progress with adding tests in the coming days and provide m…
-
comment
Comment #35866337
It is self-hostable today. Just clone the repository, update the .env file and run "docker compose up" to get the instance running.
-
comment
Comment #35866290
Thanks. I think there are a number of platforms for building workflows and integrations today. Some of the platforms serving specific niche (e.g. RudderStack chose to serve CDP, ai…
-
comment
Comment #35865872
I haven't used n8n before, but n8n looks much more mature, feature rich and no code capabilities. You can build any workflow in cptn as well, but most of the workflow is built via …
-
comment
Comment #35865671
It can work similar to RudderStack if we build a JS library that can send tracking events into the platform. But I think Rudderstack has more features around ETL and Reverse ETL wh…
-
comment
Comment #35865196
Yes, over time with contributions from community the app library will grow and pipelines can be built with ready to use apps. For complex cases or specialized integrations, you can…
-
comment
Comment #35865144
Technically the product can be used as CDP platform if a client library is capable of sending tracking events to the Source URL and you just want to pipe them to your buckets/data …
-
story
Show HN: Cptn.io – open-source integration platform
Hi, I am Krishna Thota. I am building an open source integration and data platform( https://cptn.io ). The product is MIT licensed and the repo is at https://github.com/cptn-io/el-…
-
story
Show HN: Cptn.io – open-source integration platform
Please use https://news.ycombinator.com/item?id=35864661 for discussion
-
comment
Comment #34966203
I went through the pain of resetting hundreds of my passwords since the last breach during which they lost encrypted data. It was brutal, took several weeks and I had to spend late…
-
comment
Comment #34902846
Posthog also seems to be using rrweb.
-
comment
Comment #34603963
> automate the necessary checks to minimize human error minimize is the keyword here. I assume you have seen regressions with Friday pushes and team had to spend their weekends res…
-
comment
Comment #34102908
Just deleting the account won't solve the issue anyway. I am resetting all the passwords for all my accounts. It's super annoying and it will days for me to reset all the passwords…
-
comment
Comment #33539388
> I found weird issues (when using the recorder) where I couldn't scroll down to the bottom of the screen in Playwright's Chromium, but could in a normal Chrome, forcing me to use …