Live data from Hacker News

Viewing profile — inian

inian

HN member
Joined
Mon, Oct 06, 2014, 4:09 AM UTC
HN karma
993
Public activity
173 items

About inian

Supabase Engineer (https://supabase.com)

Recent public activity

  1. comment
    Comment #44439547

    Supabase | https://supabase.com/ | Remote Supabase is the Postgres Development Platform and we are looking for Product Managers and Technical Program managers. You will be working …

  2. comment
    Comment #40103660

    This is indeed pretty cool. They also have the `aws_s3` extension [1] for doing the same thing inside Postgres. Unfortunately, the extension isn't open source. [1]: https://docs.aw…

  3. comment
    Comment #40103628

    We don't support S3 event notifications directly, but you achieve similar functionality by using Database Webhooks [1]. You can trigger any HTTP endpoint or a Supabase Edge functio…

  4. comment
    Comment #40103600

    The Supabase CLI [1] provides a way for you to manage functions, triggers and anything else in your Postgres database as a migration. These migrations would be checked into your so…

  5. comment
    Comment #40103499

    The S3 API reference [1] is closest to a formal spec there is. The request, response and the error codes are pretty well documented. [1]: https://docs.aws.amazon.com/AmazonS3/lates…

  6. comment
    Comment #40095260

    There is no per request pricing.

  7. comment
    Comment #40095231

    I agree that s3 compatibility is a bit of a moving target and we would not implement any of the AWS specific actions. We are transparent with what's the level of compatibility - ht…

  8. comment
    Comment #40095215

    We have discussed this internally before since we have seen some users delete the metadata in the storage schema and expect the underlying object to be deleted too and if we should…

  9. comment
    Comment #40095160

    We are hosted on aws and are just passing the cost over to our users. We make no margin on egress fees. Deploying storage on other clouds including Fly.io is planned. We are active…

  10. comment
    Comment #40083998

    Here is the example of the DuckDB querying parquet files directly from Storage because it supports the S3 protocol now - https://github.com/TylerHillery/supabase-storage-duckdb-dem…

  11. story
  12. story
  13. comment
    Comment #38691932

    We hire the lead maintainer for PostgREST Steve [1] to primarily work on PostgREST since it’s a core part of the Supabase stack as you mentioned [1] https://github.com/steve-chavez…

  14. story
  15. comment
    Comment #35539729

    Yeah the Typescript port gave a good starting point. However there were some missing pieces which we had to build into our server - https://github.com/tus/tus-node-server#extension…

  16. comment
    Comment #35539364

    Hello HN, Supabase Engineer here. This release brings resumable uploads to Storage. If you users are uploading large files or uploading from a mobile network, this improves the use…

  17. comment
    Comment #35534570

    Added a comment in the discussion [1] with a video and a quickstart guide on how you can configure VSCode to work with Deno. Let's continue the discussion there in case those steps…

  18. comment
    Comment #35534229

    Can you share some examples where the tooling fell short?

  19. comment
    Comment #35528353

    We use Kong as our API Gateway, so it is responsible for authentication, rate limiting, routing, etc. By moving that to edge runtime, we simplify our stack since we already run a e…

  20. comment
    Comment #35528057

    We currently block HTML responses on Functions and Storage, but we are considering relaxing that limitation, so that you can host static sites on our Storage. And allowing user-def…

  21. comment
    Comment #35527984

    One reason is that Deno can run on v8 isolates which start up really quickly. This makes the deploys near instantaneous and helps with cold start time too. The DX with Deno is pret…

  22. comment
    Comment #35526859

    We are planning to focus on the Deno and WASM ecosystem. If C# complies to WASM, we would be able to run it, but have a lot of work to do to make this seamless.

  23. comment
    Comment #35526002

    Hi, Supabase engineer here. This is a webserver built on the Deno runtime. Deno makes it easy to build a custom JavaScript runtime [1]. I am excited about extending this runtime to…

  24. comment
    Comment #33979826

    Thank you! We will be working on video after we implement more image transformations. What is your usecase for audio and what transformations would you like to see?

  25. comment
    Comment #33972417

    Yes! If you resize your images correctly, your users use lesser data to load assets from Storage. A side benefit is you will be paying us lesser in egress fees.