As Systems Engineer (not the IT type, but the real engineering one), I need to reference many different types of models, but the most valuable ones are what enable Model-Based Systems Engineering (MBSE).
-
-
When you download a Git repository, many times you’re interested in going to the GitHub (or GitLab, or BitBucket… you get the idea) repository. Maybe you want to use Merge Requests, or comments, or raise an issue…
-
I had a very nice chat with Fabrício Laguna, The Brazilian Business Analyst, about how scale practices are helping us deliver the software for the SKA telescopes.
-
TL;DR:
cdfis a tool that you can use in any bash-like shell (zsh included) to change to the directory that contains the file whose path is being passed as an argument. -
TL;DR: If you are having problems with
minikube start, check your VPN and Internet Sharing preferences, and make sure networking is normal before issuing theminikube startcommand. -
I inadvertedly created a file starting with two dashes (the filename was
--verbose) because I was trying to do something withcurlthat was misinterpreted. -
I was asked by a colleague at SKAO how to render part of an HTML page in verbatim, while the code existed there.
-
If you’re trying to investigate what operation gave birth to a given Amazon Web Services (AWS) resource, specially one that you will pay for, but are not sure if it is worth paying for, the best way to investigate about it is using AWS CloudTrail.
-
I am writing this post as a reminder to myself of how to create units in AstroPy.
-
The good thing about using Github Pages for hosting YANOTECH is that posting is just creating a new markdown file within the
_postssubfolder, and once everything is setup (the subject for a future post), everything is dealt with for you by Jekyll running on behalf of Github Pages. -
Sometimes you want to link directly to a given PDF page. For instance, you want to point to a figure that appears on a given page, or to a slide in a PDF presentation.
-
This is my first post on YANOTECH, Yet ANOther TECHnical blog which I have decided to build in the open using Github Pages and Jekyll.