HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laktek

no profile record

Submissions

How I Use Claude Code with Neovim

laktek.com
2 points·by laktek·6 เดือนที่ผ่านมา·0 comments

How I Use Claude Code with Neovim

laktek.com
2 points·by laktek·6 เดือนที่ผ่านมา·0 comments

Modal dialogs without React (or JavaScript)

laktek.com
5 points·by laktek·8 เดือนที่ผ่านมา·1 comments

Modal dialogs without React (or JavaScript)

laktek.com
2 points·by laktek·8 เดือนที่ผ่านมา·1 comments

comments

laktek
·8 เดือนที่ผ่านมา·discuss
>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 files and an example setup.

> I have full control of the code, I combine it with HonoJs and I can deploy it as a server or serverless.

Even with Supabase's hosted option, you can choose to run Edge Functions and opt out of others. You can run Hono in Edge Functions, meaning you can easily switch between CF Workers and Supabase Edge Functions (and vice versa) https://supabase.com/docs/guides/functions/routing?queryGrou...

> Having to choose between node, demo and bun is something that I do not want to do, I’m sticking with node and hopefully the runtimes would be compatible with standard JavaScript.

Deno supports most of Node built-in API and npm packages. If your app uses modern Node it can be deployed on Edge Functions without having to worry about the runtime (having said that, I agree there are quirks and we are working on native Node support as well).
laktek
·8 เดือนที่ผ่านมา·discuss
> 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 Cloudflare Workers and is fully open-source (https://github.com/supabase/edge-runtime). We use the Deno runtime, which supports Node built-in APIs, npm packages, and WebAssembly (WASM) modules. (disclaimer: I'm the lead for Supabase Edge Functions)
laktek
·9 ปีที่แล้ว·discuss
Currently reading Finite and Infinite Games by James Carse and it already helped me form a simple model to approach many different problems in life.
laktek
·9 ปีที่แล้ว·discuss
If you like to beta test an app, check Pragma (https://www.laktek.com/2016/11/29/introducing-pragma/)