diff --git a/src/index.html b/src/index.html index a6b596d..7b706bb 100644 --- a/src/index.html +++ b/src/index.html @@ -163,14 +163,14 @@

-

My version of LINQ (language integrated query) for JS - @adamburgess/linq on npm

+

My version of LINQ (language integrated query) for JS - @adamburgess/linq on npm

I use C#'s IEnumerable extensions quite a lot, and the javascript version, linq.js, is very large.
- My version is 1.25kb. + My version is 1.29kb.

-

Cloudflare Pages Direct Uploader - @adamburgess/cloudflare-pages-direct-uploader on npm

+

Cloudflare Pages Direct Uploader - @adamburgess/cloudflare-pages-direct-uploader on npm

Cloudflare Pages hosts static websites (with dynamic workers) such as my Tarkov Time.
Cloudflare have made a CLI called Wrangler that can directly publish websites to CF Pages, but I wanted a small utility that I could use programatically.
@@ -178,7 +178,7 @@

-

https://github.com/adamburgess/​celeste-high-frame-rate

+

Celeste High Frame Rate

Celeste is a fun platformer, with a banger soundtrack.
The developers lock the ingame framerate to 60 fps, which is in my opinion painful.
@@ -186,7 +186,7 @@

-

https://crop.adam.id.au

+

crop.adam.id.au

A helper for ffmpeg's crop filter.
Drag and drop an image and select it to get a crop filter in the correct format. @@ -209,14 +209,14 @@

-

https://github.com/adamburgess/alpine-apk - alpine-apk on npm

+

https://github.com/adamburgess/alpine-apk - alpine-apk on npm

Alpine Linux is a minimal linux distro, great for docker.
I wanted to query its package manager, APK, from Node.

-

https://github.com/adamburgess/nr - @adamburgess/nr on npm

+

https://github.com/adamburgess/nr - @adamburgess/nr on npm

NPM's package.json scripts is quite convenient for running things.
Yet, npm run X and yarn X are fairly slow - 150ms+.