The bmannconsulting.com website

javascript runtimes

+12
_journals/2024-02-20_1713.md
···
···
+
---
+
title: February 20th, 2024
+
date: 2024-02-20, 17:13:12 -08:00
+
section: journal
+
link: https://oxide.computer/blog/moores-scofflaws
+
tags:
+
- futureofcomputing
+
- Oxide
+
---
+
Bryan Cantrill, CTO of [[Oxide Computer]], [Moore's Scofflaws](https://oxide.computer/blog/moores-scofflaws):
+
+
> software costs can potentially absorb the entire gain from a next-generation CPU…software vendors never would have been allowed to get away with charging by the gigahertz; we should not allow them to feel so emboldened to charge by core count now!
+14
_journals/2024-02-21_0848.md
···
···
+
---
+
title: February 21st, 2024
+
date: 2024-02-21, 08:48:49 -08:00
+
section: journal
+
permalink: /journal/2024-02-09-22257/
+
tags:
+
- nopost
+
- JavaScript
+
---
+
There are 14 JavaScript runtimes, via [@wesbos](https://x.com/wesbos/status/1756029879487791239).
+
+
This was a glitch post that I didn't end up publishing, but the link made it through my RSS pipes and got posted. So I'm retconning the link that got posted.
+
+
Let's make a [[JavaScript Runtimes]] notes page for this info to live.
+13
_notes/Coolify.md
···
Note: the [pricing](https://coolify.io/pricing) is gated on managing a number of other servers to deploy to: you have to “bring your own server”.
See also: [[CapRover]]
···
Note: the [pricing](https://coolify.io/pricing) is gated on managing a number of other servers to deploy to: you have to “bring your own server”.
+
## Build Packs Supported
+
+
> Coolify uses [[Nixpacks]] as build pack by default. Nixpacks detect what kind of application are you trying to deploy and builds it accordingly.
+
+
- Nixpacks
+
- Dockerfile
+
- Docker Image
+
+
## Apps
+
+
<https://coolify.io/docs/one-click-services>
+
+
See also: [[CapRover]]
+35
_notes/JavaScript Runtimes.md
···
···
+
---
+
via: https://twitter.com/wesbos/status/1756029879487791239
+
tags:
+
- JavaScript
+
- runtimes
+
---
+
A list of JavaScript runtimes and the engines they use.
+
+
- Node.js (V8)
+
- Deno (V8)
+
- Bun (JavaScript core - webkit's engine)
+
- Workerd (Cloudflare, V8)
+
- llrt (Amazon, QuickJS), [github.com/awslabs/llrt](https://github.com/awslabs/llrt)
+
- WinterJS (Wasmer, Spider Money)
+
- Edge Runtime (Vercel, V8)
+
- Lagon (Vercel Acquired, V8)
+
- Compute @​edge (Fastly, Spider Monkey)
+
- Edge Compute (Alibaba V8)
+
- Hermes (Facebook)
+
- Bloomberg (v8, Internal)
+
- Bytedance (v8, Internal)
+
- txiki (QuickJS)
+
- holepunch (V8) via [🦋 @ramage.in](https://bsky.app/profile/ramage.in/post/3klwpp3pcef23), [github.com/holepunchto/bare](https://github.com/holepunchto/bare)
+
+
## Engines
+
+
### QuickJS
+
+
"a very small JS engine from Farice Bellard - the genius behind ffmpeg" via [@wesbos](https://x.com/wesbos/status/1756031703955501168?s=20)
+
+
### Boa
+
+
[github.com/boa-dev/boa](https://github.com/boa-dev/boa)
+
+
"Boa is an experimental JS engine written in Rust" via [@alexchamberlain](https://x.com/alexchamberlain/status/1756047440560451703)
+6
_notes/Nixpacks.md
···
···
+
---
+
link: https://nixpacks.com/
+
tags:
+
- buildpack
+
- nix
+
---
+8
_notes/Oxide.md
···
···
+
---
+
tags:
+
- organization
+
- futureofcomputing
+
- opensource
+
link: https://oxide.computer
+
title: Oxide Computer
+
---