jarv.org

Projects

I'm continually thinking of fun things to create in my spare time. More often than not, there is little time spare and no time to hack on things outside of work.

In a sea of unfinished work, here is list of small projects that I have put online over the years:

šŸŖsamesiteExplore how the `SameSite` attribute on cookies affects browser behavior
šŸ’”flyemojiGenerate a feedback poll with QR code using emoji reactions
Command line terminal iconcmdchallengeChallenges on the command line
🌐ipResponds with the IP address of the request.
🤯*.respGenerates an http response based on the subdomain. E.g., 200, 404, 418, etc.
šŸ”“nosslForces an http connection, sometimes useful for getting to the wifi login page, same as `neverssl.com` or `example.com`.
šŸ’¤sleepSleeps for an arbitrary number of seconds or milliseconds. E.g., 1s, 100ms.