shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

269
active users

#jsr

0 posts0 participants0 posts today
Continued thread

I'm definitely having fun hacking away at #silverbullet. 😄

Right now, getting used to using the #javascript import. Which can effectively pull almost any js module. And with #jsr being a thing... let's just say silverbullet instance is going to get weird. 😅

I'm honestly surprised it took this log to learn of this gem. Likely due to my still very much liking #logseq. Although... give me a few weeks... I'll likely build my own journaling system on this thing. 😇

silverbullet.md/API/js

silverbullet.mdAPI/jsAPI docs for Space Lua's js module, which provides JavaScript interoperability. js.import(url)Imports a JavaScript module from a URL. Returns the imported module.Example:-- Import lodash librarylocal lodashLib = js.import("https://esm.sh/lodash@4.17.

Thought it might be fun to make a small jsr package that actually has a bit of real-world utility. So here's `isit` as in `isit("Friday") ? "Hooray!" : "Boo!"` which I'll use in our morning work standup bot to send a different Teams meeting link depending on what day it is. Maybe it'll be useful to someone else too. It supports custom Dates and timezone offsets too. Enjoy! jsr.io/@phocks/isit

JSR@phocks/isit - JSR@phocks/isit on JSR: isit("Friday") ? "Hooray!" : "Boo!"

> I’ve been noticing a trend with #DenoLand Inc. products. Engagement with users is fleeting. What I mean is that many reported issues with #Deno products are never addressed. Often they’re not even acknowledged. From #DenoKV architecture, to #DenoDeploy startup times, I keep running into show stopping issues with little to suggest they’ll ever be fixed. It’s not a good look.

dbushell.com/2024/08/09/jsr-an

dbushell.comJSR and Deno: Final Review 🚮The one where I am left wondering, why?

> #Deno has taken a U-turn on #HTTPimports and #JSR does NOT allow them. JSR allows node:, npm:, and jsr: imports, but not http:.

>This is a big deal because every single pre-JSR Deno #package with dependencies used HTTP imports. That was the Deno way. Those #packages are now blocked from publishing on JSR until upstream packages do — if they do. Few are. Curiously, for an immutable registry, the package count is dropping.

dbushell.com/2024/08/09/jsr-an

dbushell.comJSR and Deno: Final Review 🚮The one where I am left wondering, why?
Replied in thread

@Patricia That’s one of the reasons I’m interested in #deno as they have a standard library and are preparing for it to go 1.0. Combined with #JSR many of the pain points of the JS/TS ecosystem might get addressed.

deno.com/blog/stabilize-std

Deno BlogThe stabilization process of the Standard Library has begunThe Deno Standard Library is going to reach 1.0.0 shortly. We hope you try RC versions of the packages and give us feedback!
Replied in thread

@baldur FWIW the #Deno team has stated that they wanted #JSR to be a public utility for the JavaScript ecosystem and they’re still working out the particulars of how to govern the project.

deno.com/blog/jsr_open_beta

Considering that Isaac Schluter is in a new VC-backed company doing something similar, I think I’ll at least give #Deno and #JSR MORE of the benefit of the doubt based purely on what they have demonstrated so far. Hope they don’t prove me wrong. 🤷🏿‍♂️

blog.vlt.sh/blog/the-team/

Deno BlogIntroducing JSR - the JavaScript RegistryThe JavaScript Registry (JSR) is a TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem. Use JSR modules from Deno and npm-based projects. JSR is free and open source. Available today in public beta.