HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lucacasonato

no profile record

comments

lucacasonato
·5 months ago·discuss
It will only replace the secret in headers
lucacasonato
·5 months ago·discuss
We honestly should have just linked to oracle.com instead of evil.com
lucacasonato
·5 months ago·discuss
It’s a cloud service - so you can call out to it from anywhere you want. Just don’t ship your credentials in the app itself, and instead authenticate via a server you control.
lucacasonato
·5 months ago·discuss
We run or own infrastructure for this (and everything else). The link was just an illustrative example
lucacasonato
·5 months ago·discuss
I can confirm Ryan is a real human :)
lucacasonato
·5 months ago·discuss
We'll increase the lifetime in the next weeks - just some tech internally that needs to be adjusted first.
lucacasonato
·3 years ago·discuss
JS runtime != JS engine

Runtime: - Chrome - Deno - Node - Bun

Engine: - V8 - JSC - SpiderMonkey - LibJS
lucacasonato
·4 years ago·discuss
Node -> Deno: https://esm.sh

Deno -> Node: https://github.com/denoland/dnt
lucacasonato
·4 years ago·discuss
It is not documented, but run `deno run -A -r https://fresh.deno.dev my-app --twind` :)
lucacasonato
·4 years ago·discuss
> server-side rendering for each request in V8 might be more expensive to host than client side rendering in V8?

Expensive not in money terms, but in user experience.

Also: if you are doing e-commerce, 100ms added latency can cost you 7-8% in conversions. Spending 5% more on hosting to do SSR just makes economic sense.
lucacasonato
·4 years ago·discuss
Yes, this is something I want to add in the future. We're just not quite there yet. My current plan is:

1. first class styling plugins

2. synchronized island state

3. built in data persistence
lucacasonato
·4 years ago·discuss
Yes, that is the idea. Fresh is primarily a routing and templating system with built in client hydration.