sportshead(7)
SYNOPSIS
sportshead posts list [page]
sportshead posts search [keywords ...]
sportshead tags list
DESCRIPTION
I'm a student and software developer with a passion for technology and building things. I love contributing to open source and tinkering on my own projects. You can also find me working on CTFs ( writeups published here!) every now and then. I'm always looking for new challenges to solve and projects to work on in my spare time. My passion is using technology to build cool stuff and make a positive impact.
FILES
A few of the projects I'm currently working on/recently worked on. See the projects page for more.
/home/wikipedia/ultraviolet
├── Typescript
├── Webpack
└── Material Design
Ultraviolet is a MediaWiki userscript for patrolling and counter-vandalism. Vandalism on public wikis like Wikipedia is widespread and requires volunteer moderators watching for disruptive edits at all times. Ultraviolet provides a user friendly user interface for performing common moderation tasks to 120+ active users (as of November 2023).
/var/www/sportshead.dev
├── AstroPaper
│ ├── Astro
│ └── TailwindCSS
└── Cloudflare Pages
This blog/portfolio website, built using the AstroPaper template by @satnaing and contributors. Automatically built and deployed through Cloudflare Pages' Github integration.
~/googlefonts
└── Cloudflare Workers
A small Cloudflare Worker to proxy Google Fonts in a privacy-preserving manner. Supports caching proxied fonts/stylesheets and automatically rewriting URLs in returned stylesheets.
SEE ALSO
Featured
picoCTF 2024 Writeup - General Skills (1/5)
Posted on:3 April 2024Writeup of 9 General Skills challenges from picoCTF 2024.
HKCERT 2023 CTF Writeup
Posted on:15 November 2023Writeup of 8 different challenges from the HKCERT 2023 CTF.
Recent Posts
PolyU x NuttyShell 2024 CTF Writeup
Posted on:30 March 2024Writeup of 9 different challenges from the PolyU x NuttyShell 2024 CTF.
Generating a Kubernetes Go client using a CustomResourceDefinition (CRD)
Posted on:2 January 2024How to use the kubernetes/code-generator package to generate a typed Go client for a CustomResourceDefinition