Live data from Hacker News

Viewing profile — fenos

fenos

HN member
Joined
Mon, Dec 17, 2018, 11:13 PM UTC
HN karma
22
Public activity
18 items

About fenos

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #40085117

    This is indeed at the very top of the list :)

  3. comment
    Comment #40085072

    We don’t support static website hosting just yet - might happen in the future :)

  4. comment
    Comment #40085054

    That is also a common pattern I agree, both ways are fine if the upload server is optimised accordingly :)

  5. comment
    Comment #40085014

    Our S3 Driver is compatible with any S3 Compatible object Storage so you don’t have to write one :)

  6. comment
    Comment #40084727

    Yes indeed! I would call it S3 on steroids! Currently, it happens to be S3 to S3, but you could write an adapter, let's say GoogleCloudStorage and it will become S3 -> GoogleCloudS…

  7. comment
    Comment #40084708

    Yes, I agree! Although I should have specified that we support signed URL https://supabase.com/docs/reference/javascript/storage-from-... just not in the S3 protocol just yet :)

  8. comment
    Comment #40084596

    Thanks for asking this, we do not support signed URLs just yet, but it will be added in the next iteration

  9. comment
    Comment #40084479

    You can think of the Storage product as an upload server that sits in front of S3. Generally, you would want to place an upload server to accept uploads from your customers, that i…

  10. comment
    Comment #40084324

    Yes, absolutely! You can download files as streams and make use of Range requests too. The good news is that the Standard API is also supporting stream!

  11. comment
    Comment #40084228

    We do not store the files in Postgres, the files are stored in a managed S3 bucket. We store the metadata of the objects and buckets in Postgres so that you can easily query it wit…

  12. comment
    Comment #40084180

    Yes, both can be fine :) after all, a Protocol can be interpreted as a Standardised API which the client and server interact with, it can be low-level or high-level. I hope you lik…

  13. story
  14. story
  15. comment
    Comment #18705286

    Fantastic! I've never had a chance on launching the app on windows, I'm glad it worked! I think you are running the dev mode, that's why the Chrome dev tools appeared :) The import…

  16. comment
    Comment #18705146

    Thanks, I’m glad you like it! Yes, TLS will arrive very soon. Reflection too but it will take slightly longer. Request chain will follow along! I haven’t thought about recording an…

  17. comment
    Comment #18704629

    Wow! Those two features will be certainly a good addition to the client! I’ll be adding them to the list

  18. comment
    Comment #18704618

    Hi! Creator of BloomRPC here. Thanks for the warming welcoming of the client! I’m glad to see lots of positive feedbacks. The client aim to give the best developer experience possi…