{$lblSkipToContent|ucfirst}
Drafts is marketed as a Markdown editor, and supposedly it saves your files in iCloud. However, if you open the "Drafts" folder inside iCloud Drive there is not a Markdown file in sight. In my opinion, the biggest value of using Markd…
Lees meerI want to launch a three programs (2x streamlit, 1x python) in the background with a shell script: #!/bin/sh cd /Users/mc/src/crypto/ || exit streamlit run dashboard.py & streamlit run dashboard_basis_viewer.py & /Users/mc/.virtualenvs/…
Lees meerApple has released the first beta version of MacOS Monterey 12.2 to users enrolled in the beta testing program for MacOS system software. Presumably the new macOS Monterey 12.2 beta will focus on resolving remaining issues and problems with MacOS Mo…
Lees meerI am trying to install NGC CLI on company's Mac following the instructions given here. https://ngc.nvidia.com/setup/installers/cli When I try to run the third command there, which is echo "export PATH=\"\$PATH:$(pwd)\"" >> ~/.bash_profi…
Lees meerDo you want to keep a copy of all the reminders in a list as a PDF file? Perhaps, you want to share a soft copy of your shopping list with your roommate who doesn’t use an Apple device? Thanks to a recent addition, you can finally save reminders lis…
Lees meerI recently found a terminal command to disable shadows when taking screenshots in OSX, do you know a way to disable the toolbar and just have the image or window content saved in the clipboard when using shortcuts? Here's the example fo…
Lees meerI want to launch a three programs (2x streamlit, 1x python) in the background with a shell script: #!/bin/sh cd /Users/mc/src/crypto/ || exit streamlit run dashboard.py & streamlit run dashboard_basis_viewer.py & /Users/mc/.virtualenvs/…
Lees meer