<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://build2be.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>build2be/com/e - MacOS</title>
 <link>https://build2be.com/category/macos</link>
 <description></description>
 <language>en</language>
<item>
 <title>Apple movie file to animated gif</title>
 <link>https://build2be.com/content/apple-movie-file-animated-gif</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h3&gt;Make a proper recording&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Record using QuickTime&lt;/li&gt;
&lt;li&gt;Clip/trim the video&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Convert&lt;/h3&gt;

&lt;pre&gt;&lt;code&gt;ffmpeg -i video.mov -vf fps=5,scale=450:-1 animated.gif
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Resources&lt;/h3&gt;

&lt;p&gt;https://compendiumdev.storychief.io/how-to-convert-video-to-animated-gif-using-ffmpeg&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 13 Nov 2020 08:06:36 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">207 at https://build2be.com</guid>
 <comments>https://build2be.com/content/apple-movie-file-animated-gif#comments</comments>
</item>
<item>
 <title>Install image on Pinephone</title>
 <link>https://build2be.com/content/install-image-pinephone</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;According to &lt;a href=&quot;https://www.raspberrypi.org/documentation/installation/installing-images/mac.md&quot;&gt;Copying an operating system image to an SD card using Mac OS&lt;/a&gt; steps are&lt;/p&gt;

&lt;h3&gt;Info&lt;/h3&gt;

&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;diskutil list

(snip)
/dev/disk4 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *32.0 GB    disk4
   1:                 DOS_FAT_32 NO NAME                 32.0 GB    disk4s1
(snip)
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Unmount&lt;/h3&gt;

&lt;p&gt;Take disk identifier and unmount disk&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 01 Nov 2020 12:30:17 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">205 at https://build2be.com</guid>
 <comments>https://build2be.com/content/install-image-pinephone#comments</comments>
</item>
<item>
 <title>Create alias when tired of opening customer site in particular browser</title>
 <link>https://build2be.com/content/create-alias-when-tired-opening-customer-site-particular-browser</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;For this to work you need to have your Drush aliasses configured&lt;/p&gt;

&lt;p&gt;You also need the path to your Browser app.&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;alias customer_test_dir=&#039;cd path-to/customer_dir&#039;
alias customer_test=&#039;customertest_dir ; open -a /Applications/Chromium.app `drush @tst uli --mail=clemens@build2be.nl --no-browser`&#039;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 20 Aug 2020 10:27:33 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">201 at https://build2be.com</guid>
 <comments>https://build2be.com/content/create-alias-when-tired-opening-customer-site-particular-browser#comments</comments>
</item>
<item>
 <title>Compiling Godot on MacOS</title>
 <link>https://build2be.com/content/compiling-godot-macos</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The documentation for &lt;a href=&quot;https://docs.godotengine.org/en/stable/development/compiling/index.html&quot;&gt;compiling Godot&lt;/a&gt; is well written. The new tools are a little overwhelming at first but just follow the steps was good enough.&lt;/p&gt;

&lt;h2&gt;Building master branch&lt;/h2&gt;

&lt;p&gt;Fetching the latest master version then compiling I failed to compile the 3.2 version.&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;bash&quot;&gt;git checkout master
scons platform=osx arch=x86_64 --jobs=$(sysctl -n hw.logicalcpu)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;gives some warnings and error.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 10 Jul 2020 07:16:34 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">199 at https://build2be.com</guid>
 <comments>https://build2be.com/content/compiling-godot-macos#comments</comments>
</item>
<item>
 <title>OBS scribbles</title>
 <link>https://build2be.com/content/obs-scribbles</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;Mac (Mojave 10.14.x)&lt;/h2&gt;

&lt;h3&gt;Virtual Camera&lt;/h3&gt;

&lt;p&gt;Stream to Skype / Zoom etc from OBS&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://github.com/johnboiles/obs-mac-virtualcam/releases&quot;&gt;OBS Mac virtual camera&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ndi.tv/tools/&quot;&gt;NDI Virtual Cam as part of NDI Tools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;Linux&lt;/h2&gt;

&lt;h3&gt;Ubuntu 18.04&lt;/h3&gt;

&lt;p&gt;Running Ubuntu 18.04 is not great. It has OBS 0.22 in its repository.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 18 May 2020 12:12:05 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">195 at https://build2be.com</guid>
 <comments>https://build2be.com/content/obs-scribbles#comments</comments>
</item>
<item>
 <title>Mac  storage cleanup</title>
 <link>https://build2be.com/content/mac-storage-cleanup</link>
 <description>&lt;div class=&quot;field field-name-field-images field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/content/mac-storage-cleanup&quot;&gt;&lt;img class=&quot;img-responsive&quot; src=&quot;https://build2be.com/sites/build2be.com/files/styles/medium/public/mac-disc-storage.png?itok=XiEJulGp&quot; width=&quot;220&quot; height=&quot;64&quot; alt=&quot;Is time machine taking this space?&quot; title=&quot;System Disc&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;Disc full&lt;/h2&gt;

&lt;p&gt;I had several incidents having a full disc due to time machine.  On one occasion I suspected docker or VirtualBox do kill the machine.&lt;/p&gt;

&lt;p&gt;I currently have &lt;strong&gt;69&lt;/strong&gt; items. Which are dated for a whole year (sick). Do I have to blame Time Machine?&lt;/p&gt;

&lt;h2&gt;tmutils to the rescue&lt;/h2&gt;

&lt;p&gt;Executing &lt;code&gt;tmutil&lt;/code&gt; give you a list of commands&lt;/p&gt;

&lt;h3&gt;listbackups&lt;/h3&gt;

&lt;p&gt;Using &lt;code&gt;tmutil listbackups&lt;/code&gt; you can get a list of backup efforts.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 19 Nov 2018 08:02:13 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">191 at https://build2be.com</guid>
 <comments>https://build2be.com/content/mac-storage-cleanup#comments</comments>
</item>
</channel>
</rss>
