Open Source Durable Objects for Postgres

(solidobjects.dev)

33 points | by cardmagic 1 day ago

7 comments

  • noir_lord 1 hour ago
    > Pricing you cannot predict. Every operation is metered. One runaway alarm loop billed a pre-launch developer $34,000 in eight days, with no users and no warning.

    It's amazing that we still lack the ability to set a hard cost cap on a lot of cloud services/API, as the consumer you usually have a rough idea of what something is going to cost (I say rough because pricing out AWS is always fun) and an idea of what the lower bound "oh shit that isn't right" limit should be, so why can we not set that.

    You shouldn't be getting an unexpected $34K bill (unless it's within variance and you are running a very large system).

    Cynically the opaqueness of this stuff has to be by design/intention at this point.

    • Dlemlo 30 minutes ago
      Especially when Google and co tells you that they can bill by the second.

      I do not own a hyperscaler account as a private person and will never do, the financial risk is too high even IF the support will swift it away.

  • robertlagrant 2 hours ago
    The criticism of Cloudflare here is reasonable, I think. I really like the CF building blocks - they're neat and conceptually useful and quite unusual. I think they could have a better developer experience though (though it probably is better than when I last tried it), and I also think they could have a little more confidence in their overall platform's usefulness and open up more of their model as open source. For example, I'd love to run my CF workers in CI locally without creating infrastructure (again, this may have changed since I last tried it).
  • nzjrs 18 minutes ago
    Please at least write the announcement post by hand.
  • _joel 3 hours ago
    Why chose the Solid- line of naming, considering that's the rails provided naming. I makes it look like this is official.
  • greatgib 2 hours ago
    I don't know if it is ai generated or at the opposite hand written a little bit fast but I find this article very hard to read despite the concepts in it being simple.
    • foobarbecue 2 hours ago
      I couldn't parse "Getting that model has meant taking on something else."
    • nchmy 1 hour ago
      The article is 1000% ai slop
      • alex_duf 42 minutes ago
        Hard disagree there. I still don't know what the article is about if I'm being honest, but it doesn't bear the markings of being generated.
      • andrewaylett 25 minutes ago
        AI, but I'm not sure about "slop". There is actual content in there, for all it's written by an LLM.
  • FirstClassTree 2 hours ago
    [dead]
  • cardmagic 1 day ago
    Author here.

    celld and workerd give you Durable Objects if you run another daemon. This is a library your app loads, with state stored in the SQL database you already have (Postgres, MySQL and SQLite supported). No daemon required, no new infrastructure and monitoring, no broker, and no vendor account.

    Pre-1.0, MIT, TypeScript, in browser (with WASM SQLite), and Ruby too. Happy to answer anything.

    • alex7o 2 hours ago
      This looms nice and I starred but you just want actors and there are other options for that you might want to compare, I like rika actors, or temporal (not actors exactly but durable state and workflows). This is a space where a few very similar technologies after looked from different lenses sell themselves widely differently. So if you know what you want and the names of the things you are searching for you can get a thing that looks 90% like te rest, sorry a bit rambly. But yeah it would be nice to add some comparisons against these technologies as well.
    • poly2it 37 minutes ago
      Please don't submit AI-generated articles.
    • lucaprata 2 hours ago
      [flagged]