RANDOM BITS

A random site by a random clueless human

Random bits of programming, math, and thoughts By a clueless human

Blogs

Random long thoughts I had over the years...

Topics range from programming, math, to my views of school


Does Audting Courses at CarletonU Fullfill Required Course Load?

November 20, 2022

tldr: Auditing courses does not fullfill 4 courses per semester requirement for co-op and for student health insurance

Read More...


Debugging Symbols - A Basic Look at Separating Debug Symbols

October 31, 2022

As a note to myself, I would like to explore how to generate a symbols file but ship to the customer a stripped binary lacking of any debugging symbols but still be able to debug customer’s issue.

Read More...


Shellbang Character limit

October 4, 2022

A short blog, more like a note to myself about the character limit on shebang. Shebang in the UNIX-like world is the characters #! at the beginning of a script to indicate the interpreter’s path.

Read More...


Testing GithubPages Repo and Directory Conflict Resolution

September 4, 2022

A question arosed in my head when I was answering some questions about Github Pages to a student. What happens when you have a github page that corresponds to your Github name that contains a directory with the same name as another repository on your account. To elaborate, all Github pages on your account is a directory under a domain name reserved for each account which follows the following pattern:

Read More...


PHYS1004 - A Review on Introductory Electromagnetism and Wave Motion

August 30, 2022

TLDR: Be comfortable with Math Labs take a lot of effort and time

Read More...