Error Loading Shared Library Even If File Exists
May 27, 2021
Have you ever encountered an error running a program where it’s missing a dll or a shared library?
A random blog by a random human
May 27, 2021
Have you ever encountered an error running a program where it’s missing a dll or a shared library?
May 16, 2021
As the title states, I decided to resign from my job and go back to University for another undergrad. This was not something I thought about overnight but for a very long time since I was a sophomore. Terminating my employment with the company I work with isn’t due to any ill feelings to the team nor the company. I love working with my manager and with those in my team.
April 14, 2021
On my previous post What does the Build Team Do, I covered various topics about builds and devOps. Today, I want to go more in depth on what goes on when you press the run button which I briefly brushed over in the previous post. This does get quite technical but don’t fret. I have stopped myself from writing and reading up in depth about the topic to avoid going through the rabbit hole.
April 10, 2021
Although still under progress, I have been dabbling with reveal.js, an HTML presentation framework. It’s absolutely beautiful and has markdown and tex support which is excellent. I wanted to create a presentation that is more functional to showcase computer science concepts and found OpenOffice Impress to be unsuitable. After viewing the demo for reveal.js, I was immediately sold. It contains so many features that I need and has a low learning curve for someone who has sufficient HTML experience.
April 2, 2021
In my undergraduate in Computer Science, I got the opportunity to work at IBM as a member of the Build Infrastructure Team. I had absolutely no clue what the Build Infrastructure Team is or does. Though I am no expert and I still have a difficult time explaining what I do to friends and family, I’ll try to tackle the subject to the best of my ability. This post is a precursor to an education session titled An Overview of DevOps and Builds I plan to give to new interns of the Build Infrastructure Team at IBM this May. I am hoping my actions of writing a blog will prepare me for my presentation. (On a side note, this is a good sequel to my previous blog about Software Ports)
March 13, 2021
Software porting is the process of adapting a program to be able to execute in another computing environment that differs from the originally intended computing environment.