Disclaimer: at the current state, it's obviously alpha work & heavily discouraged on PROD or anything serious, actually. I just find it hard to believe myself that it does somehow work. Will link to source code later.
Disclaimer: at the current state, it's obviously alpha work & heavily discouraged on PROD or anything serious, actually. I just find it hard to believe myself that it does somehow work. Will link to source code later.
Tho, is there any other route for FullSoak.dev 🧐 ?
Tho, is there any other route for FullSoak.dev 🧐 ?
Stressed on IPv6 _only_ ie. the server has zero IPv4 interface.
I notice: while most tasks still happen normally, some outbound requests (esp. ssl) fail consistently.
Stressed on IPv6 _only_ ie. the server has zero IPv4 interface.
I notice: while most tasks still happen normally, some outbound requests (esp. ssl) fail consistently.
for use cases where native bindings are `import`ed during runtime, unless it's direct VPS / inside Docker, it's a no-go for most hosting svc with a "sandboxed runtime" eg Cloudflare Workers
for use cases where native bindings are `import`ed during runtime, unless it's direct VPS / inside Docker, it's a no-go for most hosting svc with a "sandboxed runtime" eg Cloudflare Workers
but I myself am susceptible to this. Ytd I happened to push a commit that brought more lines than needed.
reverted now.
#kiss
but I myself am susceptible to this. Ytd I happened to push a commit that brought more lines than needed.
reverted now.
#kiss
right: rebellious teenager
FullSoak framework doesn't care. It just serves both.
source code for the left: github.com/fullsoak/den...
source code for the right: github.com/Thesephi/ful...
*disclaimer: unofficial setup is only supported at best effort
right: rebellious teenager
FullSoak framework doesn't care. It just serves both.
source code for the left: github.com/fullsoak/den...
source code for the right: github.com/Thesephi/ful...
*disclaimer: unofficial setup is only supported at best effort
why Hat? cuz it's like a Helmet, but way, way lighter
(silly lol)
usage: jsr.io/@fullsoak/fu...
why Hat? cuz it's like a Helmet, but way, way lighter
(silly lol)
usage: jsr.io/@fullsoak/fu...
Today I wanted to switch it to nano.
Did some googling. Followed the steps:
- stop the instance
- change instance type
- start it again
Boom, cannot start cuz ENA not compatible
I switch instance type back
It still.. doesn't start
I'm now a 'happy' user
Today I wanted to switch it to nano.
Did some googling. Followed the steps:
- stop the instance
- change instance type
- start it again
Boom, cannot start cuz ENA not compatible
I switch instance type back
It still.. doesn't start
I'm now a 'happy' user
(screenshot from jsr.io/@fullsoak/fu...)
(screenshot from jsr.io/@fullsoak/fu...)
Live Demo: fullsoak-guestbook.deno.dev
Will be adding more features & colors down the road. Now I need some sleep 😅
Live Demo: fullsoak-guestbook.deno.dev
Will be adding more features & colors down the road. Now I need some sleep 😅
- just leave all install / build options empty
- declare the single entrypoint of our app (eg `src/main.ts`)
and boom, the app is ready.
see it for yourselves: fullsoak-examples.deno.dev/app
source code: github.com/fullsoak/den...
- just leave all install / build options empty
- declare the single entrypoint of our app (eg `src/main.ts`)
and boom, the app is ready.
see it for yourselves: fullsoak-examples.deno.dev/app
source code: github.com/fullsoak/den...
I'll continue using this bsky account for "normal" posts. See you around!
I'll continue using this bsky account for "normal" posts. See you around!
Still rooms for perfection, but very happy to share a milestone. Lessons learned are noted in the demo code: github.com/fullsoak/clo...
Live Deployment: fullsoak-cloudflare-workers-examples.dklab.workers.dev
Still rooms for perfection, but very happy to share a milestone. Lessons learned are noted in the demo code: github.com/fullsoak/clo...
Live Deployment: fullsoak-cloudflare-workers-examples.dklab.workers.dev
For the 1st time since the initial PoC, this framework supports deploying straight into #DenoDeploy
Live Demo: fullsoak-examples.deno.dev/app
Details: github.com/fullsoak/ful...
For the 1st time since the initial PoC, this framework supports deploying straight into #DenoDeploy
Live Demo: fullsoak-examples.deno.dev/app
Details: github.com/fullsoak/ful...
Thus im exploring buble.surge.sh/guide/ as a potential fallback.
Thus im exploring buble.surge.sh/guide/ as a potential fallback.
Once again: I did this mostly as a self-challenge, to see how far we can keep-it-stupid-simple.
Once again: I did this mostly as a self-challenge, to see how far we can keep-it-stupid-simple.
I adore the straightforwardness of website development in the early 2000s. One html file linking to css files.
Since this framework is SSR-first, I’d love to keep this stupidly simple mantra.
I’ll think about scss at some point (for now it can be a separate, bring-ur-own thing).
---
DOM rendering:
I've been a React user since ~2014
I picked up #deno in 2024
Deno Fresh endorses #preact
So will I
---
URL routing:
I used Express, Koa
I made github.com/somnusjs/som... based on Restify
I made github.com/Thesephi/oak... based on Oak
which I'll use
I adore the straightforwardness of website development in the early 2000s. One html file linking to css files.
Since this framework is SSR-first, I’d love to keep this stupidly simple mantra.
I’ll think about scss at some point (for now it can be a separate, bring-ur-own thing).
While Preact endorses HTM (Hyperscript Tagged Markup), I wish to support both HTM and "traditional" JSX.
Note: I do like HTM, but I'd assume the community is already very familiar with JSX. So even if I use HTM for myself, I wouldn't strip JSX support away from this framework.
---
DOM rendering:
I've been a React user since ~2014
I picked up #deno in 2024
Deno Fresh endorses #preact
So will I
---
URL routing:
I used Express, Koa
I made github.com/somnusjs/som... based on Restify
I made github.com/Thesephi/oak... based on Oak
which I'll use
While Preact endorses HTM (Hyperscript Tagged Markup), I wish to support both HTM and "traditional" JSX.
Note: I do like HTM, but I'd assume the community is already very familiar with JSX. So even if I use HTM for myself, I wouldn't strip JSX support away from this framework.
---
DOM rendering:
I've been a React user since ~2014
I picked up #deno in 2024
Deno Fresh endorses #preact
So will I
---
URL routing:
I used Express, Koa
I made github.com/somnusjs/som... based on Restify
I made github.com/Thesephi/oak... based on Oak
which I'll use
---
DOM rendering:
I've been a React user since ~2014
I picked up #deno in 2024
Deno Fresh endorses #preact
So will I
---
URL routing:
I used Express, Koa
I made github.com/somnusjs/som... based on Restify
I made github.com/Thesephi/oak... based on Oak
which I'll use
#rust #sdk #happynewyear
#rust #sdk #happynewyear