Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
laktek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
How I Use Claude Code with Neovim
(laktek.com)
2 points
by
laktek
8mo ago
|
0 comments
2.
▲
How I Use Claude Code with Neovim
(laktek.com)
2 points
by
laktek
9mo ago
|
0 comments
3.
▲
Modal dialogs without React (or JavaScript)
(laktek.com)
5 points
by
laktek
10mo ago
|
1 comments
4.
▲
by
laktek
10mo ago
>It would be interesting if Supabase allows me to use that runtime without forcing me to use supabase, being a separated product on its own. It's possible for you to self-host Edge Runtime on its own. Check the repo, it has Docker f
5.
▲
Modal dialogs without React (or JavaScript)
(laktek.com)
2 points
by
laktek
10mo ago
|
1 comments
6.
▲
by
laktek
10mo ago
> Also think the time for a FOSS alternative is coming. Serverless without, virtually, cold starts is here to stay but being tied to only 1 vendor is problematic. Supabase Edge Functions runs on the same V8 isolate primitive as Cloudflar
7.
▲
by
laktek
1y ago
I'm the author of the blog post. To add more context, kids have been living with their grandparents from birth (extended family home). And grandparents usually help with the feeding and sleeping routine. We trust them to take better ca
8.
▲
Three Weeks in Japan with a Toddler
(laktek.com)
9 points
by
laktek
1y ago
|
3 comments
9.
▲
by
laktek
2y ago
More than a year now. This allows us to offer our own built-in APIs like `Supabase.ai` https://supabase.com/blog/ai-inference-now-available-in-supa...
10.
▲
by
laktek
2y ago
Waiting for Deno 2.1 LTS release :)
11.
▲
by
laktek
2y ago
Nope, we currently have our own hosting platform, which runs the EdgeRuntime.
12.
▲
by
laktek
2y ago
Congrats on the launch! It's great to see more companies build serverless offerings on top of Deno. I lead Supabase Edge Functions product, a similar offering built on top of Deno runtime too. We have open-sourced our runtime ( https:&
13.
▲
by
laktek
2y ago
I think the closest thing we got is the Default fetch export https://docs.deno.com/runtime/fundamentals/http_server/#defa... , which Cloudflare Workers, Deno Deploy and Supabase Edge Functions support.
14.
▲
Back to Personal Website
(laktek.com)
4 points
by
laktek
2y ago
|
0 comments
15.
▲
by
laktek
2y ago
There are no extra costs other than the what we'd normally charge for Edge Function invocations (you get up to 500K in the free plan and 2M in the Pro plan)
16.
▲
by
laktek
2y ago
If you are building using Supabase stack (Postgres as DB with pgVector), we just released a built-in embedding generation API yesterday. This works both locally (in CPUs) and you can deploy it without any modifications. Check this video on
17.
▲
by
laktek
3y ago
We have a cluster of Edge Runtime instances in each region. We run multiple edge functions within an instance using v8 isolates (Deno's core runtime is a wrapper around v8 isolates). This setup provides a good balance between cost and
18.
▲
by
laktek
3y ago
I haven't tried Prisma myself, but hopefully this guide should work with Edge Functions with npm https://supabase.com/partners/integrations/prisma
19.
▲
by
laktek
3y ago
Most builtin modules should work (except for things like `vm` which we cannot safely sandbox in edge runtime). Deno has a good guide on the compatibility of built-in modules https://docs.deno.com/runtime/manual/nod
20.
▲
by
laktek
3y ago
Hey, thanks for sharing this on HN! I'm one of the Edge Functions developers at Supabase and co-author of the blog post. We are very excited about releasing npm support and looking forward to seeing how the community build awesome apps
21.
▲
by
laktek
3y ago
@doganugurlu Looks like Deno team implemented a fix https://denostatus.com/cllm0jzq219036bjottk03k2ac Are you still experiencing the issue? We used to cache the modules locally, I will need to check if we made any configura
22.
▲
by
laktek
3y ago
> Oh, I had no idea that the functions routes were "wild card"! I don't think that's mentioned anywhere in the documentation, btw. Good point! will update the docs. > Sorry, I actually mean "import-maps":
23.
▲
by
laktek
3y ago
Hey @cjonas, I'm a developer on Supabase Edge Functions team. We do have plans to improve the current database trigger behavior. Will share more updates on this in the coming months. Can you explain what do you mean by template URLs? D
24.
▲
by
laktek
3y ago
Hey Andy, If you use Supabase CLI to serve functions locally, you can use the `--no-verify-jwt` flag, ie. `supabase functions serve --no-verify-jwt` will skip JWT checks locally. Is that what you're after? if you have any further issue
25.
▲
by
laktek
3y ago
Yep, that sounds interesting. Feel free to share with us if you write a formal proposal. Would love to explore the options to provide better worker-to-worker communication options.
26.
▲
by
laktek
3y ago
Yes, this is something we are exploring for Edge Runtime. One cool development is AsyncLocalStorage now works on Deno via a polyfill [0]. We may enable a single node store on Edge Runtime using this. Also, there are some interesting develop
27.
▲
by
laktek
3y ago
[Supabase Engineer & Author of the blog post] What stands out for me about Deno over Node is its overall architecture. 1. It has a built-in permissions model [0] which gives end-user the control over what resources a script can access w
28.
▲
by
laktek
3y ago
[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
29.
▲
by
laktek
3y ago
[Supabase engineer & author of the blog post] You can already use WASM modules within Edge Functions. We have an example on using WASM modules to generate OpenGraph images - https://github.com/supabase/supabase/
30.
▲
by
laktek
3y ago
We are yet to complete our Kong replacement. Once we do that, we'll probably publish another blog post with performance benchmarks.
More ›