Hacker News new | past | comments | ask | show | jobs | submit | catskull's comments login

Workers use the web worker API so theoretically there’s less lock in. I’ve also found wrangler pretty good, what problems have you run into?

You can't really run the Worker code without modifications somewhere else afaik (unless you're using something like Hono with an adapter). And for most use cases, you're not going to be using Workers without KV, DO, etc.

I've hit a bunch of issues and limitations with Wrangler and Workers locally over the years.

Eg:

https://github.com/cloudflare/workers-sdk/issues/2964

https://github.com/cloudflare/workerd/issues/1897


The deeper you get debugging, the more you have to reverse engineer, modify, even outright hack the target. Awesome war story, I know how good that must have felt.

Excellent points! I considered how to work in those cheap "Hail Mary" kind of commits. In then right situation those can be effective but it can also be incredibly risky. This is coming from someone with "Revert Revert Revert..." commits with my name tagged on them hahaha!

I love war stories!

"All truths are easy to understand once they are discovered." - Galileo

I always think about this. "Once I figured out the solution, it was easy!"


In Safari, I've had good success setting breakpoints in client side JS. The call stack isn't perfect, but usually it's at least enough to get me to the next step. The other thing I'd mention is request/response overrides in those cases you're debugging in production!

these are the moments that make our careers worthwhile, in my opinion.

Thanks for reading my blog! I agree, it is basic.

Thanks for checking it out and for your comment!

I agree with your take on cf - the idea is that cf could be seamlessly removed for whatever db you want to use. The important detail is that an individual user has the account and ownership of the data. I think long-term what I'm really trying to describe is an open API for the social/emergent web.


I commented with this on the issue and it was removed due to “spam” ironically


Just looking at your site now. I'm inspired by your projects page.


Thank you very much!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: