A look at Input Buffer and scanf

Today I learned something new that should have been obvious but it was something I never took time to think about. In Linux, we have three standard streams: stdin, stdout, and stderr. If you are familiar with programming in C, you should know that stdin is the input channel that handles data from an input device such as your keyboard. scanf is a function that scans input according to format (definition from SCANF(3) - Linux Programmer's Manual). But how does scanf actually scan the input?

Read More

Github App Limitation - not all refs are readable

Introduction

Recently I have been reading up and working on creating a Github App for work to automate some process to create a pull request that contains code changes from various branches. For those of you who are not familiar with Github Apps, a Github App is an app you can install or create to automate your workflow such as giving feedback on issues or pull requests if they don’t meet the guidelines or are missing information. The entire Github marketplace is dedicated to selling apps and actions to automate workflows.

Read More

Bias UTM CS Course Review

DISCLAIMER: The following content is a biased review based on my own experience and does not reflect the overall experience of others. Please excuse my poor writing, it’s still a skill that I am working on. This review is subjected to changes as I continue to reflect on my time at UTM.

Read More

What is the Best University to Attend

Parents, students, and employers often fuss about going to the best University or hiring employees from the top schools. There also has been a recent trend of parents trying to get their child to attend the best middle school and high school. Education is an important part of one’s life and the education one receives may impact their entire life. Going to the top schools usually implies having the best teachers, the best resources, and the best chances for success after graduation whether it be for high-level education, research, or career.

Read More