Hacker Newsnew | past | comments | ask | show | jobs | submit | MarkBennett's commentslogin

Has anyone seen any indication of what stack or chain this is based on? What is this x402 foundation they're going to participate in with Coinbase?


Some more info on x402 in this blog post: https://blog.cloudflare.com/x402/

Looks like its on Base?


I’ve been using Deno Deploy as as a paying customer for the last year, both because I want to support what they’re doing and because I appreciate the amazingly tight deployment times.

That said, it’s suffered for the lack of access to the file system or dynamic imports which makes things like MDX challenging without adding additional build steps.

Do Supabase Edge Functions allow read/write file system access? What about dynamic imports?


[Supabase engineer & Author of the blog post]

Hi Mark, hosted Supabase Edge Functions would still run on Deno Deploy, so those limitations would still exist. However, we plan to introduce file system access via integration with Supabase Storage. This is still a rough idea stage, maybe we'll have a solid answer in a couple of months :)

For dynamic imports, we haven't looked into it since Supabase users haven't requested it. If you can open an issue on Edge Runtime repo [0] and explain how you intend to use them, we can probably work on a solution.

[0] https://github.com/supabase/edge-runtime/issues


Are there any benchmarks with the new server yet? Would be keen to see how it compares to the existing server as benchmarking on my machine showed a significant improvement over the existing http server in stdlib.


It's my understanding that GFM is already easy to do, in fact there's an example of using it with Fresh in the fresh repository as it's used for the docs!

https://github.com/denoland/fresh/blob/main/www/routes/docs/...

Using MDX is a little trickier as the .mdx file needs to be compiled to a javascript file which is then interpretted. When running Deno yourself this isn't hard as you can use a dynamic import, but if you're planning on using Deno Deploy you'll be out of luck as it doesn't support dynamic imports currently.

https://github.com/denoland/fresh/issues/640

Deno Deploy has an open issue asking for support if you want to give it a star. ;)

https://github.com/denoland/deploy_feedback/issues/1

As a workaround, you can always setup a watcher and preprocess MDX files before deploying to Deno Deploy, but that seems against the spirit of what Fresh is trying to accomplish by getting rid of preprocessors.

Let me know if you figure out a way to get MDX on Deno Deploy working without precompile as I'd like to use it myself!


You might want to consider giving Deno another shot, as they've spent a lot of time on building node comparability since v1.15 specifically to address these problems.

Many of the APIs you mentioned are supported already, while a few require the unstable flag...

https://deno.land/std/node/README.md

In my experience I've been able to use many node packages unmodified recently.


ha ha, that was my first thought too


BTW this is my first ever HN post. Let me know if there's anything else you'd like to know! Cheers, and stay safe out there!


With the COVID-19 pandemic in full swing, many people are looking at a lot of free time stuck indoors. Avoid cabin fever and use that time to make a difference in your community and the fight against COVID-19 by joining CODEVID-19, a worldwide collaborative pandemic hackathon!

Our objective is to improve the quality of life of people during the pandemic! We believe faster, more effective and more available solutions/ideas/projects are preferred to slower, less useful and limited ones.

The hackathon has already been launched and teams are working, with many more coming online and exponential growth in global collaboration.

We are actively seeking global teams of developers, designers and passionate creators in collaboration with others in the domain of public health and emergency management. We also need judges, sponsors, and volunteers behind the scenes so reach out to contact@codevid19.com if you’re interested.

While prizes and submission rules are being finalized, our goal is to have teams submit their final submissions at the end of April.

Join or create a project and get started at:

https://findcollabs.com/hackathon/codevid-19-isp21fkqtjupchx...

You can also submit ideas, and collaborate with team mates and the community in real-time on our Slack.

https://join.slack.com/t/codevid-19/shared_invite/zt-cs8aman...

Contact: Mark Bennett contact@codevid19.com


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

Search: