Avatar

justbe

Hiya! I'm Justin, I'm a Brooklyn, NY based engineer working here at Val.town! I co-host devtools.fm and am interested in the future of personal computing, malleable software, and anything we can build to make folks' lives easier.
Public vals
13
justbe avatar
justbe
wasmToDTS
HTTP
An interactive, runnable TypeScript val by justbe
0
justbe avatar
justbe
gh_releases
HTTP
An interactive, runnable TypeScript val by justbe
0
justbe avatar
justbe
hashing
Script
An interactive, runnable TypeScript val by justbe
0
justbe avatar
justbe
denoWasmModuleChanged
Cron
denoWasmModuleChanged This val is used to update the wasm.rs file in my wasm-to-dts repo to match that of the deno_graph crate. When it detects that deno_graph has updated it invokes the workflow_dispatch in my GitHub actions.
0
justbe avatar
justbe
deno2wasmExample
Script
Imports a WASM module written as WAT from https://www.val.town/v/just_be/wasmExample. This direct import was enabled via Deno 2.1
0
justbe avatar
justbe
wasmExample
HTTP
An interactive, runnable TypeScript val by justbe
0
justbe avatar
justbe
highlightExample
HTTP
Highlight Example This is an example of my highlight val.
0
justbe avatar
justbe
highlight
HTTP
Highlight This val exposes and endpoint that you can post code to and get back syntax highlighted html via Shiki . Shiki does server side highlighting, so it's perfect for val.town. You can switch themes by providing ?theme=<theme> and specify the language via ?lang=<language> Example You can play with a working example here . const res = await fetch(`https://just_be-highlight.web.val.run?lang=${lang}&theme=${theme}`, { method: "POST", body: code, }); console.log(await res.text()) Why? I want to add syntax highlighting to my blog soon and I'm experimenting with what it mean to offload parts of my rendering to val.town (behind a content-addressible cache, of course).
0
justbe avatar
justbe
hi
HTTP
An interactive, runnable TypeScript val by justbe
0
justbe avatar
justbe
content_addressable_js
Script
Content Addressable JavaScript This is a project I'm working on at the Recurse Center for Impossible Day. The aim is to build a module system that's a little bit similar to how Unison works. Follow along on my site .
0
justbe avatar
justbe
getSleepScore
Script
An interactive, runnable TypeScript val by justbe
0
justbe avatar
justbe
oura
Script
An interactive, runnable TypeScript val by justbe
0
justbe avatar
justbe
getReadinessScore
Script
An interactive, runnable TypeScript val by justbe
0
Next