diff --git a/assets/inter-regular.woff2 b/assets/inter-regular.woff2 new file mode 100644 index 0000000..b5db446 Binary files /dev/null and b/assets/inter-regular.woff2 differ diff --git a/assets/laputa.webp b/assets/laputa.webp new file mode 100644 index 0000000..bd8a356 Binary files /dev/null and b/assets/laputa.webp differ diff --git a/assets/merriweather-black.woff2 b/assets/merriweather-black.woff2 new file mode 100644 index 0000000..d239213 Binary files /dev/null and b/assets/merriweather-black.woff2 differ diff --git a/assets/merriweather-light.woff2 b/assets/merriweather-light.woff2 new file mode 100644 index 0000000..c8530ee Binary files /dev/null and b/assets/merriweather-light.woff2 differ diff --git a/assets/merriweather-regular.woff2 b/assets/merriweather-regular.woff2 new file mode 100644 index 0000000..98c6504 Binary files /dev/null and b/assets/merriweather-regular.woff2 differ diff --git a/new.html b/new.html new file mode 100644 index 0000000..e0c5342 --- /dev/null +++ b/new.html @@ -0,0 +1,209 @@ + + + + Adam Burgess + + + + + + +
+

+ Adam Burgess +
Software Developer in Sydney
+

+ +

Projects

+
+

https://github.com/adamburgess/linq - @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. +

+
+
+

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

+

+ NPM's package.json scripts is quite convenient for running things.
+ Yet, npm run X and yarn X are fairly slow - 150ms+.
+ nr is a simple bash script using jq to run scripts. 30ms. Much faster. +

+
+
+

https://github.com/adamburgess/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.
+ This small patch overrides that limitation, and the game easily hits 240fps. +

+
+
+

https://tarkov-time.adam.id.au - source at https://github.com/adamburgess/tarkov-time

+

+ Escape from Tarkov has a day/night cycle.
+ This site shows you the time, and how long it will be to a future time. Deployed on netlify. +

+
+
+

https://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. +

+
+
+

https://bundlephobia.fly.adam.id.au/size/@adamburgess/linq

+

+ bundlephobia.com uses webpack. I've found it gives slightly inaccurate results because of this.
+ I also wanted to get the brotlified sizes for my packages.
+ This builds the package with rollup. Deployed on fly.io.
+ No UI as of yet, but it also generates shields – see the readme of my linq package above for examples. +

+
+
+

https://github.com/adamburgess/image-builder

+

+ I build a lot (all) of my projects with Docker, so I've made my own base images.
+ 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. +

+
+ +
+ + + + diff --git a/index.html b/old.html similarity index 99% rename from index.html rename to old.html index ac0d13b..c87d626 100644 --- a/index.html +++ b/old.html @@ -65,12 +65,14 @@ bundlephobia.com uses webpack. I've found it gives slightly inaccurate results because of this. I also wanted to get the brotlified sizes for my packages.
This builds the package with rollup. Deployed on fly.io.
No UI as of yet, but it also generates shields – see the readme of my linq package above for examples. +

  • https://github.com/adamburgess/image-builder

    I build a lot (all) of my projects with Docker, so I've made my own base images.
    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. +