This commit is contained in:
parent
9ccde293d7
commit
300e2e20ca
@ -156,70 +156,70 @@
|
||||
<div class="box">
|
||||
<h3><a href="https://tarkov-time.adam.id.au">Tarkov Time - Real time clock to Escape from Tarkov's clock</a> - source at <a href="https://github.com/adamburgess/tarkov-time">github</a></h3>
|
||||
<p>
|
||||
Escape from Tarkov has a day/night cycle.<br/>
|
||||
This site shows you the time, and how long it will be to a future time. Deployed on Cloudflare Pages.<br/>
|
||||
The time is also available as an <a href="https://tarkov-time.adam.id.au/api">API</a> using CF Workers. <br/>
|
||||
Escape from Tarkov has a day/night cycle.<br>
|
||||
This site shows you the time, and how long it will be to a future time. Deployed on Cloudflare Pages.<br>
|
||||
The time is also available as an <a href="https://tarkov-time.adam.id.au/api">API</a> using CF Workers. <br>
|
||||
The entire website is a single HTML with all resources embedded. 13kb.
|
||||
</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h3><a href="https://github.com/adamburgess/linq">My version of LINQ (language integrated query) for JS</a> - <a href="https://www.npmjs.com/package/@adamburgess/linq">@adamburgess/linq</a> on npm</h3>
|
||||
<p>
|
||||
I use C#'s <code>IEnumerable</code> extensions quite a lot, and the javascript version, <code>linq.js</code>, is very large.<br/>
|
||||
I use C#'s <code>IEnumerable</code> extensions quite a lot, and the javascript version, <code>linq.js</code>, is very large.<br>
|
||||
My version is 1.29kb.
|
||||
</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h3><a href="https://github.com/adamburgess/cloudflare-pages-direct-uploader">Cloudflare Pages Direct Uploader</a> - <a href="https://www.npmjs.com/package/@adamburgess/cloudflare-pages-direct-uploader">@adamburgess/cloudflare-pages-direct-uploader</a> on npm</h3>
|
||||
<p>
|
||||
<a href="https://pages.cloudflare.com/">Cloudflare Pages</a> hosts static websites (with dynamic workers) such as my Tarkov Time. <br/>
|
||||
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. <br/>
|
||||
<a href="https://pages.cloudflare.com/">Cloudflare Pages</a> hosts static websites (with dynamic workers) such as my Tarkov Time. <br>
|
||||
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. <br>
|
||||
This small library achieves that goal.
|
||||
</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h3><a href="https://github.com/adamburgess/celeste-high-frame-rate">Celeste High Frame Rate</a></h3>
|
||||
<p>
|
||||
Celeste is a fun platformer, with a banger soundtrack.<br/>
|
||||
The developers lock the ingame framerate to 60 fps, which is in my opinion <b>painful</b>.<br/>
|
||||
Celeste is a fun platformer, with a banger soundtrack.<br>
|
||||
The developers lock the ingame framerate to 60 fps, which is in my opinion <b>painful</b>.<br>
|
||||
This small patch overrides that limitation, and the game easily hits 240fps.
|
||||
</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h3><a href="https://crop.adam.id.au">crop.adam.id.au</a> - source at <a href="https://github.com/adamburgess/crop">github</a></h3>
|
||||
<p>
|
||||
A helper for <code>ffmpeg</code>'s <code>crop</code> filter.<br/>
|
||||
A helper for <code>ffmpeg</code>'s <code>crop</code> filter.<br>
|
||||
Drag and drop an image and select it to get a crop filter in the correct format.
|
||||
</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h3><a href="https://bundlephobia.fly.adam.id.au/size/@adamburgess/linq">https://bundlephobia.fly.adam.id.au/size/​@adamburgess/​linq</a></h3>
|
||||
<p>
|
||||
bundlephobia.com uses webpack. I've found it gives slightly inaccurate results because of this.<br/>
|
||||
I also wanted to get the brotlified sizes for my packages.<br/>
|
||||
This builds the package with rollup. Deployed on fly.io.<br/>
|
||||
bundlephobia.com uses webpack. I've found it gives slightly inaccurate results because of this.<br>
|
||||
I also wanted to get the brotlified sizes for my packages.<br>
|
||||
This builds the package with rollup. Deployed on fly.io.<br>
|
||||
No UI as of yet, but it also generates <a href="https://bundlephobia.fly.adam.id.au/size/@adamburgess/linq?shield&brotli">shields</a> – see the readme of my linq package above for examples.
|
||||
</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h3><a href="https://github.com/adamburgess/image-builder">https://github.com/adamburgess/​image-builder</a></h3>
|
||||
<p>
|
||||
I build a lot (all) of my projects with Docker, so I've made my own base images. <br/>
|
||||
I build a lot (all) of my projects with Docker, so I've made my own base images. <br>
|
||||
Using Github Actions and a generated Makefile, they automatically update whenever a dependency changes – whether it be the docker image, an alpine package, a github/lab repo, or an npm package.
|
||||
</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h3><a href="https://github.com/adamburgess/alpine-apk">https://github.com/adamburgess/alpine-apk</a> - <a href="https://www.npmjs.com/package/alpine-apk">alpine-apk</a> on npm</h3>
|
||||
<p>
|
||||
Alpine Linux is a minimal linux distro, great for docker.<br/>
|
||||
Alpine Linux is a minimal linux distro, great for docker.<br>
|
||||
I wanted to query its package manager, APK, from Node.
|
||||
</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h3><a href="https://github.com/adamburgess/nr">https://github.com/adamburgess/nr</a> - <a href="https://www.npmjs.com/package/@adamburgess/nr">@adamburgess/nr</a> on npm</h3>
|
||||
<p>
|
||||
NPM's package.json <code>scripts</code> is quite convenient for running things.<br/>
|
||||
Yet, <code>npm run X</code> and <code>yarn X</code> are fairly slow - 150ms+.<br/>
|
||||
NPM's package.json <code>scripts</code> is quite convenient for running things.<br>
|
||||
Yet, <code>npm run X</code> and <code>yarn X</code> are fairly slow - 150ms+.<br>
|
||||
nr is a simple bash script using jq to run scripts. 30ms. Much faster.
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user