HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pirsquare

no profile record

Submissions

[untitled]

1 points·by pirsquare·작년·0 comments

comments

pirsquare
·2개월 전·discuss
Opps sorry url got mixed up.

the password reset link if you replace "console/console" with "console" it should work.

I will push a fix shortly.
pirsquare
·2개월 전·discuss
I feel it's way too hand wavy on consistency and correctness. My opinion as someone who've implemented marketing workflows that breaks all the time (and tons of painful lessons).

Strong correctness guarantee is something that should not be undermine. Even more important than availability.

The examples on the website is simple but heavily undermines the importance of correctness. Anyone who implement similar pseudo-code directly will eventually suffer from data correctness issue in crashes.

  @DBOS.workflow()
  def checkout_workflow(items: Items):
      order = create_order()
      reserve_inventory(order, items)
      payment_status = process_payment(order, items)

      if payment_status == 'paid':
          fulfill_order(order)
      else:
          undo_reserve_inventory(order, items)
          cancel_order(order)
pirsquare
·2개월 전·discuss
Hahaha totally relatable. Love Zendesk but they kept charging and adding more features I don't need.

I built https://pointanswer.com/ for myself to host 3 of my own SaaS instead of paying more than $100/mo for simple helpcenter. I'm the only one using it with no customers but it's still way better than paying for Zendesk.

But did spent too much time on it as I built in pre-Claude era.

My personal experience: For many years I used Zendesk to manage support and host my documentation. It's a powerful platform with help center structure that I liked liked the most. I was paying about US$30/mo for OnVoard.

When I use Zendesk for my second SaaS business, RenderKu, it costs me $70/mo. This amount is more than 3 Hetzner servers I'm paying to host the whole infrastructure. And I'm only choosing Zendesk mainly for hosting documentation.

At this point, when I was planning to start my 3rd app business, the thought of forking another $70/mo for hosting documentation made me rethink my options. I've eventually come to the conclusion it would be better for me to start PointAnswer and use it as helpcenter for myself since I only needed simple and affordable helpcenter.
pirsquare
·2개월 전·discuss
Being an advocate for GCP all these years, I can only say the earlier you get out of it, the safer it is for your business. All it takes is for their automated system to go haywire, and you can say bye bye to all your goodwill and customers. Go look at twitter how many customers are blaming railway. Founder had history getting screwed by GCP, yet still choose to depend on them.

You can't rely your business on GCP. Honestly, this is the most silly way to kill your own business.

For context, copied from my post 3 years ago.

March 10, 2023 | hide | past | favorite As a 4 years customer, our production severs have been suspended by Google Cloud because we didn't fill up some information on-time. Contacted support but they expect us to wait for 24-48 hours to get it resolved while all our servers are down. Anyone linked with someone powerful in google cloud can help?

======

- Running production on google cloud for 4 yrs with my startup. 100% legit SaaS business.

- Always pay bills on-time no issue. Good customer never open tickets, ask for help or what just quietly pay my bills each month.

- Our servers was abruptly suspended yesterday midnight and my whole business is now down for > 10hrs.

- We run a SaaS business that other ecommerce stores rely on and have hundreds of paying merchants.

- My customers have been grilling me and I don't feel gcloud's trust and safety team understand/care how urgent the issue is.

======

Why were our servers suspended? Because we didn't fill up information in time?

- See https://imgur.com/a/x0Y3RJl

- Apparently they dropped us an email 10 days back that I missed out

- Titled "Important Information Regarding Your Google Account" with no indication of suspension or what in title.

- Given the number of subprocessor "Important" emails they send it's too easy to miss out the email.

- 10 days gone by and our servers were abruptly shutdown with zero suspension notification or what.

- We've been paying $400-$700/mo for the past 4 yrs consistently and they shut us down because we didn't fill up some information?

When I tried to ask them to at least temporarily get our servers back while the verification is ongoing, I didn't get any answers.

Google Cloud have zero empathy for customers.

It's not like my account got suspended for fradulent issue or what. It's suspended because I didn't fill up some information on-time and they don't even allow me to temporarily reactivate my services or what. Especially when I had to wait for hours to get their team to verify my details before I can get my servers back.

You can't trust them with your business. Don't run any production stuffs with Google Cloud, ever.
pirsquare
·5개월 전·discuss
Facebook doing that is actually good, to protect consumers from data abuse after incidents like cambridge analytica. They are holding businesses who touches your personal data responsible.
pirsquare
·6개월 전·discuss
excellent idea, this will eventually be the SendGrid for email agents. Just automating 2FA alone is worth the gold. And there's tons of use cases.

I have no doubt this will be huge.
pirsquare
·작년·discuss
postmark is a garbage now. This is coming from a previous postmark advocate and moved to SES.

SES is terrible in the past but now it is at least on-par if not better than postmark.

Only issue with SES is setup can be tedious.
pirsquare
·작년·discuss
Because all other aspects of their businesses except services beat expectations. So we can't really say if this change will be permanent indefinitely.