update homepage
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
7cc3041acf
commit
6a705f39c5
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -1,4 +1,4 @@
|
|||||||
lockfileVersion: 5.3
|
lockfileVersion: 5.4
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
jsdom: ^19.0.0
|
jsdom: ^19.0.0
|
||||||
|
@ -154,25 +154,27 @@
|
|||||||
|
|
||||||
<h2>Projects</h2>
|
<h2>Projects</h2>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h3><a href="https://github.com/adamburgess/linq#readme">https://github.com/adamburgess/linq</a> - <a href="https://www.npmjs.com/package/@adamburgess/linq">@adamburgess/linq</a> on npm</h3>
|
<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/>
|
||||||
|
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#readme">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>
|
<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.25kb.
|
My version is 1.25kb.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h3><a href="https://github.com/adamburgess/alpine-apk#readme">https://github.com/adamburgess/alpine-apk</a> - <a href="https://www.npmjs.com/package/alpine-apk">alpine-apk</a> on npm</h3>
|
<h3><a href="https://github.com/adamburgess/cloudflare-pages-direct-uploader#readme">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>
|
<p>
|
||||||
Alpine Linux is a minimal linux distro, great for docker.<br/>
|
<a href="https://pages.cloudflare.com/">Cloudflare Pages</a> hosts static websites (with dynamic workers) such as my Tarkov Time. <br/>
|
||||||
I wanted to query its package manager, APK, from Node.
|
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/>
|
||||||
</p>
|
This small library achieves that goal.
|
||||||
</div>
|
|
||||||
<div class="box">
|
|
||||||
<h3><a href="https://github.com/adamburgess/nr#readme">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/>
|
|
||||||
nr is a simple bash script using jq to run scripts. 30ms. Much faster.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
@ -183,14 +185,6 @@
|
|||||||
This small patch overrides that limitation, and the game easily hits 240fps.
|
This small patch overrides that limitation, and the game easily hits 240fps.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="box">
|
|
||||||
<h3><a href="https://tarkov-time.adam.id.au">https://tarkov-time.adam.id.au</a> - source at <a href="https://github.com/adamburgess/tarkov-time">https://github.com/adamburgess/​tarkov-time</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 Vercel.<br/>
|
|
||||||
The time is also available as an <a href="https://tarkov-time.adam.id.au/api">API</a> using Vercel's Edge Functions.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h3><a href="https://crop.adam.id.au">https://crop.adam.id.au</a></h3>
|
<h3><a href="https://crop.adam.id.au">https://crop.adam.id.au</a></h3>
|
||||||
<p>
|
<p>
|
||||||
@ -214,6 +208,21 @@
|
|||||||
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.
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<h3><a href="https://github.com/adamburgess/alpine-apk#readme">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/>
|
||||||
|
I wanted to query its package manager, APK, from Node.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
|
<h3><a href="https://github.com/adamburgess/nr#readme">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/>
|
||||||
|
nr is a simple bash script using jq to run scripts. 30ms. Much faster.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
Background: Studio Ghibli - Laputa
|
Background: Studio Ghibli - Laputa
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user