RSSAmplifier

Blog

Shreyas Minocha

Shreyas Minocha's personal website.

shreyasminocha.meRSS feed ↗17 posts

Latest posts

Removing Tracking Query Parameters Using uBlock Origin

Highlighting the wonderful "URL Tracking Protection" list available through uBlockOrigin

Solving a Cube with a Blindfold and a Binary Oracle

Coming up with a method for a unique speedcubing event.

Tracking Piazza Activity

Writing a script to monitor the number of users online on my class' Piazza forum over time

Duo Mobile 2FA? HOTP with extra steps

Studying a reverse-engineered app to understand how Duo obfuscates HOTP to artificially introduce incompatibility.

Replacing Gitea with `git`, `ssh`, and GitList

When Gitea is overkill, `git` and `ssh` in combination with a couple of other tools should suffice.

Global `gitignore` versus local `gitignore`

Use the right `gitignore` for the job.

Developing an intuition for the HSL color model

Attempting to make sense of the hue-saturation-lightness color model.

Debugging JavaScript with the Browser Debugger

Finally graduating from `console.log` — an introduction to the Firefox Debugger.

How to beat MailTrack

How to avoid being tracked from within your inbox and why you shouldn't be using mail tracking anyway.

The making of DSMUN 2019's website

A reflection on re-designing the website for my school's annual Model United Nations conference.

Google Code-in 2018

My experience in GCI 2018

JS13kGames 2018 Postmortem

A reflection on my experiences participating in JS13kGames 2018

A rather complete regex to match dates

Stretching the limits of regular expressions.

My commit message workflow

Tweaks I've made to make the perfect commit message writing workflow for myself.

Writing a fact generator based on xkcd 1930

The moment I saw xkcd 1930, it struck me, “I’ve to write a program for this!".

Recursion: what, why and how

Attempts to give an intuition of how recursion works.

Version control with git #1

This post is a gentle introduction to version control with git. Learn about version control, create a git repository and check its status.