Min Yang Jung   Software, Safety, and Medical Robotics

How to add new systemd services in Linux

Basics on Systemd Services Some articles on the basics of the systemd services in Linux: Understanding Systemd Units and Unit Files How To Use Systemctl to Manage Systemd Services and Units systemd.service — Service unit configuration How To Use Journalctl to View and Manipulate...
 SOFTWARE  LINUX  SYSTEM_MANAGEMENT

Bash Tips and Code Examples

For the past couple years at work, I have been writing quite a bit of shell scripts for multiple projects. Most of them are to leverage the power of the shell scripts to automate development workflows such as build, packaging, deploy, and software release. Among many variants of shells,...
 SOFTWARE  DEVELOPMENT  LINUX  BASH

Working with Binary Files

I am a huge fan of vim. I don’t even know how to quit Emacs :) Whichever system I happen to work on, the very first tool I always check and customize is vim. After trying out a variety of plug-ins and auxilary tools around vim, I settled down with...
 VIM  SOFTWARE  DEVELOPMENT

Maker's Schedule, Manager's Schedule

I just came across an article titled maker’s schedule, manager’s schedule. It was published a bit while ago (July 2009). It describes the two types of schedule – maker’s and manager’s – and expands the nature of each. Essentially, the manager’s schedule runs on hourly basis, whereas the maker’s...
 MANAGEMENT

AI regenerated PAC-MAN

Let’s cut to the chase – check out this blog article: PAC-MAN Recreated with AI by NVIDIA Researchers (from NVIDIA blog) A researcher at NVIDIA, Seung Wook Kim (CS PhD student at U. of Toronto), developed an AI model called the GameGAN, trained it with human game play...
 MLAI