Operating systemsΒΆ
Since weβre mostly working with MacBookβs, the recommended client operating system is macOS.
OS supportΒΆ
macOS is the only supported operating system for clients at confirm IT solutions.
Warning
As mentioned above, if you donβt use macOS, youβre on yourself regarding the support. Since weβre not willing to pay for the PITA support of βrogueβ systems, the following rule applies:
{MAX PAID TIME FOR SUPPORT} = {TIME REQUIRED TO SOLVE THE ISSUE ON MACOS} x 2
All time exceeding the formula above, has to be spent in spare time!
NIX automationsΒΆ
Most automations are built for macOS and/or *NIX
systems, such as:
Infrastructure services (e.g. WLAN)
Makefiles (i.e. the use of the
make
command vs. bat files)Python packages (e.g. paths
/example/path
vsC:\example\path
)Linting (e.g.
\n
vs.\r\n
)