Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 3.06 KB

about.md

File metadata and controls

33 lines (26 loc) · 3.06 KB
layout title permalink
page
About
/about/

___

This blog mostly serves as a dumping ground for my personal projects. The text committed here is fast and loose brain dumps, and should not be taken fully seriously. If something works for you, great.

Work

Projects

  • is-meme: memesharing site built on cloudflare workers. submitted memes are uploaded to a new branch, and a PR created on github. if/when the pr is merged, the meme is added to site. coding skills were on overdrive for this
  • onion.monster: tor2web style proxy for ActivityPub servers
  • random collection of AWS CDK archeticure samples: a failed attempt to draw attention to BASED EDGE by providing code samples of neat things to do with AWS (and implemented in CDK so that it can be easily deployed). as of 2024, this has yet to produce fruit.
  • ammobin.ca: Meta search site for ammo prices across Canada successfully transfered to new ownership after 7yrs
  • edge-lambda-url-authorizer: simple node js package to use in Lambda@Edge to sigv4 sign origin requests to a lambda url endpoint (with iam auth enabled)
  • mini-madeuce.ramsay.xyz (TOR): privacy focused selfhosted url shortner
  • mokintoken.ramsay.xyz (TOR): selfhosted e2e encrypted note sharing site
  • massive-pass.ramsay.xyz (TOR): an unimportant selfhosted password generator
  • vscode-gtm: gtm (git time metric) extension for Visual Studio
  • vue-compound-interest-calculator: simple compound interest calculator using vue.js
  • elastic-cache-calculator: figure out the minimal number of nodes required to have in order to build an AWS Elastic Cache Redis cluster for a given size + network using Elm
  • delay-server: very basic tiny mock http server in a docker container to generate some network requests of some expected response time range + failure rate
  • crappy-preact-fargate-calculator: worst project to date. given vcpu + ram, get the hourly cost of a single service. built using preact
  • nqh: An implementation of Angular's $http service for node

![](/assets/Screenshot 2022-12-13 21.03.17.png)

The source of this site is available at https://github.com/nexus-uw/nexus-uw.github.io.