<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RSpeichermann &#8211; Blog by Robin Speichermann</title>
	<atom:link href="https://speichermann.org/author/rspeichermann/feed/" rel="self" type="application/rss+xml" />
	<link>https://speichermann.org</link>
	<description>Apple addicted, Car-addicted, Tech, Photography, Video/Photo editing, 3D-Printing, Blogger, Python/C++-Noob, Geocacher</description>
	<lastBuildDate>Wed, 18 Sep 2024 11:29:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://speichermann.org/wp-content/uploads/2021/02/cropped-LOGO-Website-32x32.png</url>
	<title>RSpeichermann &#8211; Blog by Robin Speichermann</title>
	<link>https://speichermann.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install WordPress on a Free Oracle Cloud ARM VPS with Ubuntu: Step-by-Step GuideHow to</title>
		<link>https://speichermann.org/how-to/how-to-install-wordpress-on-a-free-oracle-cloud-arm-vps-with-ubuntu-step-by-step-guidehow-to/</link>
					<comments>https://speichermann.org/how-to/how-to-install-wordpress-on-a-free-oracle-cloud-arm-vps-with-ubuntu-step-by-step-guidehow-to/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Wed, 18 Sep 2024 11:26:13 +0000</pubDate>
				<category><![CDATA[HOW-TO]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2967</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>I recently came across Oracle&#8217;s free tier service, which lets you create Ampere ARM Instances up to 24GB RAM 2Core CPU totally for free. Paired]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2967" class="elementor elementor-2967">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-b224673 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b224673" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-785ca86" data-id="785ca86" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-da847e3 elementor-widget elementor-widget-text-editor" data-id="da847e3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;"><strong><span style="--wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">I recently came across Oracle&#8217;s free tier service, which lets you create Ampere ARM Instances up to 24GB RAM 2Core CPU totally for free. Paired with a domain, you can host a blog yourself for less than 10€ a year! If you split your Oracle instances, you can have up to 4 Ampere VMs for free. I went for a VM with 2C and 12GB of RAM for a (very) smooth WordPress experience, but you can lower the specs for sure.</span></strong></span></p><p><span style="color: #ffffff;"><strong><span style="--wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">In the progress of creating the instance, you have to download the ssh key in order to access your VPS. If you are on Windows, I recommend you to use Putty to access your machine. My Mac already has a built in SSH client, so no need to download anything.</span></strong></span></p><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Connect to your VM via SSH (Mac)</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">You have to change permissions considering the files you just downloaded before you can connect to your machine. Navigate to the directory, where your keys are stored and change the permissions as stated bellow:</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo chmod 400 ssh-key-????-??-??.key
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Now, you can connect to the machine directly via Terminal. No need to download anything else like you have to on Windows.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo ssh -i ssh-key-????-??-??.key ubuntu@YOURMACHINESIPADRESS
</code></span></pre><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Preparation</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Now, we are in our free VPS machine.<br />Firstly, check for new software updates. This may take a few mins, so don’t worry.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo apt update &amp;&amp; sudo apt -y upgrade
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">After updating the software, it’s time to install the necessary packages in order to prepare everything for our WordPress installation. Accept everything with “Y”.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo apt install nginx mariadb-server php-mysql php-curl php-gd php-zip php-fpm
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">In order to let your machine “send out data” outside its own enviroement, Port 80 needs to be opened.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT

sudo netfilter-persistent save
</code></span></pre><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Database Stuff</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Create a user in mysql and give the created user the needed permissions . Replace the placeholders with your personal data and keep the apostrophes. The username does not need to match the OS Username or anything.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo mysql
create user 'YOURUSERNAME'@'localhost' identified by 'YOURPASSWORD';
grant all privileges on *.* to 'YOURUSERNAME'@'localhost';
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Now as we created our user, we can start creating the actual database, needed for WordPress. You can name the database by replacing “wordpressdb”. The second command will reload all permissions.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">create database wordpressdb;
flush privileges;
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Exit Mysql.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">exit
</code></span></pre><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Install WordPress</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Move to the folder, where you want your to install WordPress. In our case it’s /var/html.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">cd /var/www/html
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Before downloading and installing WordPress, we can remove any unnecessary files from the installation folder.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo rm index.nginx-debian.html
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Get the latest version of WordPress from their official source.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo wget &lt;https://www.wordpress.org/latest.tar.gz&gt;
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Unpack the downloaded files. A brief <strong>explanation</strong> of the parameters is down bellow.</span></p><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">x: Extracts files from the archive</span><br /><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );">v: Verbose mode, which lists all files being extracted.<br /></span><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );">f: Specifies the file name of the archive to be processed.<br /></span><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );">z: Decompresses the archive using gzip (typically for .tar.gz files).<br /></span><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );">-strip-components=1: Removes the leading directory level from the files in the archive (in this case removes the wordpress folder).</span></span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo tar xvfx latest.tar.gz --strip-components=1
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Remove all unwanted files. The -rf parameter is needed if you want to remove directories without asking for permission.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo rm latest.tar.gz
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Tell the Webserver your Domain name. I personally use the nano text editor, but you can use any that you have installed.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">cd
sudo nano /etc/nginx/sites-available/default
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Change the following:</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">index index.html index.htm index.nginx.debian.html;
server_name;
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">to</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">index.php;
server_name YOURDOMAIN.COM WWW.YOURDOMAIN:COM;
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">AND change the following (you just have to remove some hashtags in this case)</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">        #location ~ \\.php$ {
        #        include snippets/fastcgi-php.conf;
        #
        #       # With php-fpm (or other unix sockets):
        #        fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
        #       # With php-cgi (or other tcp sockets):
        #        fastcgi_pass 127.0.0.1:9000;
        #}
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">to</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">        location ~ \\.php$ {
                include snippets/fastcgi-php.conf;
        #
        #       # With php-fpm (or other unix sockets):
                fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
        #       # With php-cgi (or other tcp sockets):
        #        fastcgi_pass 127.0.0.1:9000;
        }
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">You can exit by pessing CTRL + X, accepting with ‘y’ and pressing ENTER.</span></p><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Now, after editing the nginx config file, you can check if everything is okay with it by the following command.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo nginx -t
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Lastly, we can restart our Nginx server and afterwards we should be able to start configuring our WordPress installation via WebUI.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo systemctl restart nginx
</code></span></pre><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">The command <code>sudo chown -R www-data:www-data /var/www/html</code> changes the ownership of all files and directories in <code>/var/www/html</code> to the user and group <code>www-data</code>, which is typically used by the web server. The <code>-R</code> option makes this change recursive, applying it to all subdirectories and files.</span></p><pre><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color=""><code class="language-jsx">sudo chown -R www-data:www-data /var/www/html
</code></span></pre><h2><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">WordPress configuration via WebUI</span></h2><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">If you followed the instructions correctly, you should see the following page when opening your IP/domain in your browser.</span></p><p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">If you still see the old Nginx file, this may be a problem of Cloudflare caching your Website. Temporarily entering your IP directly will solve this problem.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-fb05f5f elementor-widget elementor-widget-image" data-id="fb05f5f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Bildschirmfoto 2024-09-08 um 22.22.47" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjk3NywidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA5XC9CaWxkc2NoaXJtZm90by0yMDI0LTA5LTA4LXVtLTIyLjIyLjQ3LnBuZyJ9">
							<img fetchpriority="high" decoding="async" width="640" height="376" src="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47-700x411.png" class="attachment-large size-large wp-image-2977" alt="" srcset="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47-700x411.png 700w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47-300x176.png 300w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47-768x451.png 768w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.22.47.png 1266w" sizes="(max-width: 640px) 100vw, 640px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-640143a elementor-widget elementor-widget-text-editor" data-id="640143a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff; --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">You can now carefully enter the before created database credentials.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-693680e elementor-widget elementor-widget-image" data-id="693680e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Bildschirmfoto 2024-09-08 um 22.25.16" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjk3NiwidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA5XC9CaWxkc2NoaXJtZm90by0yMDI0LTA5LTA4LXVtLTIyLjI1LjE2LnBuZyJ9">
							<img decoding="async" width="640" height="502" src="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16-700x549.png" class="attachment-large size-large wp-image-2976" alt="" srcset="https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16-700x549.png 700w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16-300x235.png 300w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16-768x602.png 768w, https://speichermann.org/wp-content/uploads/2024/09/Bildschirmfoto-2024-09-08-um-22.25.16.png 1047w" sizes="(max-width: 640px) 100vw, 640px" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0ba4b43 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0ba4b43" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-20fd167" data-id="20fd167" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-89f7b08 elementor-widget elementor-widget-text-editor" data-id="89f7b08" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span style="color: #ffffff;">That’s it, you should now have a fulll WordPress installation running on your VPS, totally for free!</span></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2967"
					data-ulike-nonce="fcde6f9f2a"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2967"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="0"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/how-to/how-to-install-wordpress-on-a-free-oracle-cloud-arm-vps-with-ubuntu-step-by-step-guidehow-to/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Game Emulators on iOS: A New Era for Apple and Retro Gaming</title>
		<link>https://speichermann.org/software/game-emulators-on-ios-a-new-era-for-apple-and-retro-gaming/</link>
					<comments>https://speichermann.org/software/game-emulators-on-ios-a-new-era-for-apple-and-retro-gaming/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Tue, 11 Jun 2024 20:28:41 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Emulation]]></category>
		<category><![CDATA[IOS]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2876</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>Apple always had a very strict policy about Apps in their own AppStore, which made it very safe but also very boring at the same]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2876" class="elementor elementor-2876">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-a91e03a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a91e03a" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-567bd04" data-id="567bd04" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ee97a4d elementor-widget elementor-widget-text-editor" data-id="ee97a4d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: rgb(255, 255, 255); --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">Apple always had a very strict policy about Apps in their own AppStore, which made it very safe but also very boring at the same time. If developers want to publish an App in the AppStore, Apple checks it from top to bottom and has strict rules about design as well. Furthermore, they used to charge a high fee for anything sold as In-App-Purchases. Epic Games, the company behind Fortnite was fed up paying these fees and bypassed their fee by adding their own payment system. Of course, Apple banned all Epic Games Apps from the AppStore, but recently Apple had to open their doors again in this case. Thanks to Epic Games and to the European Union, Apple was forced to weaken their AppStore policy and the D</span><span style="color: rgb(255, 255, 255); --wp-dark-mode-inline-color: #e5e0d8;" data-darkmoder-inline-color="">igital Markets Act was born. Not only Epic Games benefits from this, but anyone who sells digital goods via Apples Store.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-7bd0885 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7bd0885" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d3bfc77" data-id="d3bfc77" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-69d22e5 elementor-widget elementor-widget-text-editor" data-id="69d22e5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">One of the things, Apple hates just as much as 3rd party paymen methods are emulators of all kinds on iOS/iPadOS devices. Up until 2024, Emulators like for example Nintendo64 were forbidden in the AppStore. The only two options if you wanted an emulator on your iDevice was either to use Sideloading as a loophole or straight up to jailbreak your iDevice. Sideloading made use of the Apple Developer Account, which is intentionally used to test the Software you coded yourself on your own device bevore public release. This also meant that you could sideload any .ipa (Application archive file formats from Apple&#8217;s) to your personal device. The only downside was that the free developer account allows you too keep the sideloaded Apps for 7 days. Afterwards, you had to refresh the Apps or get a paid developer account. So far, third-party apps have been neither simple nor easy for iDevice users.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-682385d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="682385d" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8bfbb4b" data-id="8bfbb4b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-7a86846 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7a86846" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3b49930" data-id="3b49930" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e3a71c1 elementor-widget elementor-widget-heading" data-id="e3a71c1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Retroarch - one for all</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-19d24af elementor-widget elementor-widget-text-editor" data-id="19d24af" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">As I said, Epic games won againts Apple in court related to fees and third party Apps. In the European Union, apple is now forced to change many things, which they apparantly do not like <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Since I already gained some experience with Jailbreaking some of my unused iDevices, I know how great Retroarch is. For most games, you do not need much computing power, so most of the games should even work on very old Devices. RetroArch combines N64, PPSSPP, PSX and many many more Cores for emulating old gaming consoles. You can see the whole list in their <a style="color: #ffffff;" href="https://apps.apple.com/de/app/retroarch/id6499539433">AppStore Description here</a>. The amount of supported cores grows fast! Retroarch basically is Kodi but for retro-gaming. To make it even better, you do not have to download any third party AppStores, Retroarch is available directly in the AppStore.</span></p><p><span style="color: #ffffff;">You can see that the UI used to be an Android one, but all functions are working fine from my experience. Riley Testult&#8217;s Delta emulator is designed with more attention to detail, but only offers a fraction of the Cores and Features offered in Retroarch.</span></p><p><span style="color: #ffffff;">Emulation has never been easy. There are always files somewhere that you have to move back and forth. In the end, it may still not work as well as expected, but you have to expect that. For example, if you want to play PS1 games, you have to manually download and install the Firmware files. In different cases, input controllers may not work or some games even keep crashing. The positive aspect about that is, that Retroarch is open source with a massive community which works on improving the emulator all the time and offers help in case of problems.</span></p><p><span style="color: #ffffff;">Downloading is a good keyword! Since your iDevice has neither a CD Rom drive nor a way to read cassettes, you have to use digital copes of the games. In my case, it is not allowed to download those Games from the Internet as it constitutes a copyright infringement. I am sure you will find what you are looking for on the Internet though <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> This is not legal advice and may vary depending on where you live.</span></p><p><span style="color: #ffffff;">Retroarch offers tons of features, including NetPlay, changing Shaders, using cheats, playing with SaveStates, using custom overlays and even fast forward and rewind. I would defenetly suggest you to try out this emulator if you&#8217;re into old console games!</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1403361" data-id="1403361" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3a765f1 elementor-widget elementor-widget-image" data-id="3a765f1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2024/06/IMG_5070-scaled.jpeg" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Screenshot" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkwMSwidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA2XC9JTUdfNTA3MC1zY2FsZWQuanBlZyJ9">
							<img decoding="async" width="640" height="1384" src="https://speichermann.org/wp-content/uploads/2024/06/IMG_5070-700x1514.jpeg" class="attachment-large size-large wp-image-2901" alt="" srcset="https://speichermann.org/wp-content/uploads/2024/06/IMG_5070-700x1514.jpeg 700w, https://speichermann.org/wp-content/uploads/2024/06/IMG_5070-139x300.jpeg 139w, https://speichermann.org/wp-content/uploads/2024/06/IMG_5070-768x1662.jpeg 768w, https://speichermann.org/wp-content/uploads/2024/06/IMG_5070-710x1536.jpeg 710w, https://speichermann.org/wp-content/uploads/2024/06/IMG_5070-947x2048.jpeg 947w, https://speichermann.org/wp-content/uploads/2024/06/IMG_5070-scaled.jpeg 1183w" sizes="(max-width: 640px) 100vw, 640px" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d7a78ca elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d7a78ca" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f0c1d3e" data-id="f0c1d3e" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-25e4f90 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="25e4f90" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2097dce" data-id="2097dce" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-47a10fb elementor-widget elementor-widget-image" data-id="47a10fb" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2024/06/AltStore.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="AltStore" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg5NCwidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA2XC9BbHRTdG9yZS5qcGcifQ%3D%3D">
							<img loading="lazy" decoding="async" width="640" height="384" src="https://speichermann.org/wp-content/uploads/2024/06/AltStore-700x420.jpg" class="attachment-large size-large wp-image-2894" alt="" srcset="https://speichermann.org/wp-content/uploads/2024/06/AltStore-700x420.jpg 700w, https://speichermann.org/wp-content/uploads/2024/06/AltStore-300x180.jpg 300w, https://speichermann.org/wp-content/uploads/2024/06/AltStore-768x461.jpg 768w, https://speichermann.org/wp-content/uploads/2024/06/AltStore.jpg 800w" sizes="(max-width: 640px) 100vw, 640px" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b9da15b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b9da15b" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9f2394c" data-id="9f2394c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-31e7a48 elementor-widget elementor-widget-heading" data-id="31e7a48" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">AltStore - old but gold!</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e95e54f elementor-widget elementor-widget-text-editor" data-id="e95e54f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">As mentioned previously, before the Digital Markets Act existed, you could only use third party Apps on your iDevice via sideloading. The most popular option used to be AltStore for years. The creator, Riley Testult implemented many useful features like WIFI-refresing your Apps and much more. After the EU-laws were passed, Riley announced AltStore PAL is one of the first 3rd party AppStores in the Apple Universe. However, as Apple still likes to put obstacles in the way of developers, third-party app stores have to pay a so-called core technology fee for each user. AltStore passes this fee of €0.5 directly on to users, meaning that each user has to pay €1.8 per year. The difference presumably goes into the team&#8217;s pocket.</span></p><p><span style="color: #ffffff;">The only two Apps available now are the previously mentioned Delta emulator and an improved clipboard App which are both coded by Riley. This is because Apple’s notarization process takes weeks and months in their case. They check all Apps that are available in any AppStore on iOS. If you ask me, Apple purposely slows down this process. It&#8217;s just Apple things, but it&#8217;s annoying that apple is still so unwilling to do anything. I&#8217;m curious to see what else will happen in the coming weeks and whether we&#8217;ll see any more apps at all. You can follow what is going on about AltStore, right <a style="color: #ffffff;" href="https://twitter.com/altstoreio?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor">here</a> on their X feed.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-59308f4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="59308f4" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-627ba38" data-id="627ba38" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0aadbe4 elementor-widget elementor-widget-spacer" data-id="0aadbe4" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-252adab elementor-widget elementor-widget-text-editor" data-id="252adab" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;"><strong>It&#8217;s sad to see that despite the Digital Market Act, Apple is still deliberately setting the hurdles for developers so high. So there is always a loophole. Hopefully we will see more apps like Retroarch for iOS in the near future that will excite the Apple community.</strong></span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2876"
					data-ulike-nonce="5794322927"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2876"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+3"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/software/game-emulators-on-ios-a-new-era-for-apple-and-retro-gaming/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ChatGPT Plus &#8211; why you need it!</title>
		<link>https://speichermann.org/ai/chatgpt-plus-why-you-need-it/</link>
					<comments>https://speichermann.org/ai/chatgpt-plus-why-you-need-it/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Tue, 08 Aug 2023 20:36:14 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2807</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>Being a ChatGPT user since day 1, I have always been bothered by the message in the lower left of the screen with the advertisement]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2807" class="elementor elementor-2807">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-c598bf6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c598bf6" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-195ef90" data-id="195ef90" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e7203f2 elementor-widget elementor-widget-text-editor" data-id="e7203f2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;">Being a ChatGPT user since day 1, I have always been bothered by the message in the lower left of the screen with the advertisement for ChatGPT Plus. At the beginning, the Plus only had the advantage that at high capacity still access to Chatgpt was enabled. Over time, however, some more very practical and cool extensions and advantages have been added, which make the PLUS subscription really appealing.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1c2b61e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1c2b61e" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d86c466" data-id="d86c466" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-84dd9d8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="84dd9d8" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bfafa34" data-id="bfafa34" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d8248e3 elementor-widget elementor-widget-text-editor" data-id="d8248e3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3>What exactly is ChatGPT Plus?</h3>
<p><span style="color: #000000;">As mentioned above, ChatGPT Plus is the premium version of ChatGPT, OpenAI&#8217;s natural language model. For 20€ (without taxes!) you get some advantages that free users don&#8217;t get. First, you get access to a faster version of GPT-3 access to GPT-4, and you have the possibility to use plugins and direct internet access in ChatGPT. Even if the demand is high, there is always a slot available for PLUS users.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b1b2a47" data-id="b1b2a47" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f06677d elementor-widget elementor-widget-image" data-id="f06677d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2023/06/Screenshot-2023-04-20-at-2.12.37-PM.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Screenshot-2023-04-20-at-2.12.37-PM" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgwOSwidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA2XC9TY3JlZW5zaG90LTIwMjMtMDQtMjAtYXQtMi4xMi4zNy1QTS5qcGcifQ%3D%3D">
							<img loading="lazy" decoding="async" width="500" height="270" src="https://speichermann.org/wp-content/uploads/2023/06/Screenshot-2023-04-20-at-2.12.37-PM.jpg" class="attachment-large size-large wp-image-2809" alt="" srcset="https://speichermann.org/wp-content/uploads/2023/06/Screenshot-2023-04-20-at-2.12.37-PM.jpg 500w, https://speichermann.org/wp-content/uploads/2023/06/Screenshot-2023-04-20-at-2.12.37-PM-300x162.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-ff7efe9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ff7efe9" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-84b9954" data-id="84b9954" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e8b8660 elementor-widget elementor-widget-text-editor" data-id="e8b8660" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3>GPT-3, GPT-3.5 and even GPT-4, what&#8217;s the difference there? Do you even need that?</h3><p><span style="color: #000000;">The normal GPT model is the 3.5 version of OpenAI, which has been trained with 175 billion parameters. This is simply an upgrade from version 3, as OpenAI explains. Anyone who has used ChatGPT knows how incredibly shalu ChatGPT can be but also how error-ridden the responses can sometimes be. In comparison, GPT-4 is said to have been trained with 100 trillion parameters. In addition, GPT-4 has also been trained with larger data sets and images. OpenAI also showed a visual input when they introduced GPT-4, which will be implemented in the future. In the example shown, GPT-4 understood and explained the joke of a VGA cable going into an iPhone. More about this here. Furthermore GPT-4 is supposed to have a higher accuracy and output less errors than GPT-3, but both models have limited knowledge after 2021 apart from plugins. GPT-3.5 was released with 1.3 Mi. PLUS subscribers get faster responses from chatgpt 3.5 than free users, which is noticeable but not an extreme difference. </span><span style="color: #000000;"> However, I was shocked that while using GPT-4, you can only send 25 messages every 3 hours.<br />PLUS subscribers can easily switch between GPT-3.5 and GPT-4 at the top of the page when starting a new chat.<br /></span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-273fdb8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="273fdb8" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1d70764" data-id="1d70764" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-00aa3a0 elementor-widget elementor-widget-text-editor" data-id="00aa3a0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3>Plugins for ChatGPT</h3><p><span style="color: #000000;">The biggest advantage of the PLUS version compared to the free version is the possibility to install plugins directly in the web interface, which are officially supported by OpenAI. There are really numerous plugins that can be found in the in-house plugin store when you select the GPT-4 model and then select &#8220;Plugin Store&#8221; in the dropdown menu.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-361820b elementor-widget elementor-widget-image" data-id="361820b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2023/06/Bildschirm­foto-2023-06-22-um-22.12.45.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Bildschirm­foto 2023-06-22 um 22.12.45" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgyMiwidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA2XC9CaWxkc2NoaXJtXHUwMGFkZm90by0yMDIzLTA2LTIyLXVtLTIyLjEyLjQ1LnBuZyJ9">
							<img loading="lazy" decoding="async" width="640" height="367" src="https://speichermann.org/wp-content/uploads/2023/06/Bildschirm­foto-2023-06-22-um-22.12.45-768x440.png" class="attachment-medium_large size-medium_large wp-image-2822" alt="" srcset="https://speichermann.org/wp-content/uploads/2023/06/Bildschirm­foto-2023-06-22-um-22.12.45-768x440.png 768w, https://speichermann.org/wp-content/uploads/2023/06/Bildschirm­foto-2023-06-22-um-22.12.45-300x172.png 300w, https://speichermann.org/wp-content/uploads/2023/06/Bildschirm­foto-2023-06-22-um-22.12.45-700x401.png 700w, https://speichermann.org/wp-content/uploads/2023/06/Bildschirm­foto-2023-06-22-um-22.12.45-1536x880.png 1536w, https://speichermann.org/wp-content/uploads/2023/06/Bildschirm­foto-2023-06-22-um-22.12.45.png 1628w" sizes="(max-width: 640px) 100vw, 640px" />								</a>
															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-31fe8fd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="31fe8fd" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0cc4bb3" data-id="0cc4bb3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-560b7a5 elementor-widget elementor-widget-text-editor" data-id="560b7a5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;"><strong>The Plugins that I find most interesting are&#8230;<br />Prompt Perfect:</strong> This plugin helps to write perfect prompts for ChatGPT, ensuring more accurate and relevant responses from the AI chatbot. It gives multiple options, so you can decide which one fits best for you.</span><br /><span style="color: #000000;"><strong>Wolfram:</strong> Accessing expert-level information and computational knowledge is a breeze with the Wolfram plugin, which enables ChatGPT to perform calculations, find solutions, and retrieve data from a vast knowledge base.</span><br /><span style="color: #000000;"><strong>Zapier:</strong> With the Zapier plugin, ChatGPT gains access to a wide range of web services, enabling seamless automation and integration between various apps and tools.</span><br /><span style="color: #000000;"><strong>Kayak:</strong> Plan your next trip with ease using the Kayak plugin, allowing ChatGPT to help you find the best travel deals, book flights, and plan itineraries.</span><br /><span style="color: #000000;"><strong>ChatWithPDF</strong>: Convert PDF files to text and engage in conversations with ChatGPT about the content of the documents using this handy plugin.</span><br /><span style="color: #000000;"><strong>ShowMe:</strong> Create Diagrams, Mindmaps and much more. No need to use two tools to create some charts for homework. ChatGPT can now do that on it&#8217;s own. I like it.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a572981 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a572981" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c9d54f4" data-id="c9d54f4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-36a5fa4 elementor-widget elementor-widget-text-editor" data-id="36a5fa4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;"><strong>In conclusion, ChatGPT Plus offers a compelling set of features and advantages that make it a worth paying for, at least for a short time. With a premium subscription, users gain access to a faster version of GPT-3, as well as the highly anticipated GPT-4, which boasts 100 trillion parameters and improved accuracy. The ability to switch between GPT-3.5 and GPT-4 within the web interface provides flexibility in choosing the desired model for different chat scenarios.<br /><br /></strong></span><span style="color: #000000;">The most significant benefit of ChatGPT Plus is the inclusion of officially supported plugins. These plugins open up a world of possibilities, enhancing ChatGPT&#8217;s capabilities and making it a versatile tool for various tasks. From writing perfect prompts with Prompt Perfect to accessing expert-level information with the Wolfram plugin, users can streamline their workflow and obtain precise information in real-time. Additionally, the Zapier plugin enables seamless integration with various web services, further increasing productivity.<br />The Kayak plugin is ideal for travelers, simplifying trip planning by providing access to the best travel deals and itinerary assistance. Moreover, the ChatWithPDF plugin allows users to convert PDF files into text and engage in interactive conversations with ChatGPT regarding the document&#8217;s content.</span></p><p><span style="color: #000000;">Overall, ChatGPT Plus delivers a comprehensive and efficient AI experience. Its enhanced capabilities, faster response times, and the availability of plugins make it a valuable asset for both personal and professional use cases.  <strong>Embracing ChatGPT Plus opens up a world of possibilities and unlocks the full potential of OpenAI&#8217;s natural language model.</strong></span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2807"
					data-ulike-nonce="ad842deb9c"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2807"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+2"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/ai/chatgpt-plus-why-you-need-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Canon 50mm Lens: The Essential Must-Have for Every Canon Owner?</title>
		<link>https://speichermann.org/photography/canon-50mm-lens-the-essential-must-have-for-every-canon-owner/</link>
					<comments>https://speichermann.org/photography/canon-50mm-lens-the-essential-must-have-for-every-canon-owner/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Fri, 21 Apr 2023 13:22:04 +0000</pubDate>
				<category><![CDATA[Photography]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2731</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 3</span> <span class="rt-label rt-postfix">minutes</span></span>I have been using the Canon EOS 90D for some time and was looking for a more light sensitive lens in addition to my 18-135mm]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 3</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2731" class="elementor elementor-2731">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-5995bb3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5995bb3" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e9d4620" data-id="e9d4620" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3138aad elementor-widget elementor-widget-text-editor" data-id="3138aad" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span style="color: #000000;">I have been using the Canon EOS 90D for some time and was looking for a more light sensitive lens in addition to my 18-135mm kit lens. After some searching I ended up with the EF 50mm, because the price is extremely low I gave it a try. I had the lens with me on holiday and was then able to test it for a few days, so I also have a rough impression in comparison to the kit lens.</span></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-680dace elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="680dace" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1feb5ba" data-id="1feb5ba" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-dda6a23 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dda6a23" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a0974d4" data-id="a0974d4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-070707b elementor-widget elementor-widget-text-editor" data-id="070707b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;">The biggest advantage of the EF 50mm 1.8 is its extreme light sensitivity. This is usually only found in much more expensive lenses than this 130€ lens from Canon. The background is beautifully blurred without having to turn up the ISO too fast. This makes it possible to take beautiful pictures indoors without immediate image noise. Especially in comparison to the 18-135mm kit lens, which has a light sensitivity of 3.5-5.6, I noticed the massive difference in depth of field with close objects and much more clear pictures indoors.</span></p><p><span style="color: #000000;">The picture on the right was taken at F2.5 1/80 ISO 200 in a well-lit interior. By the way, this is a &#8220;1960 Buick Guerra LeSabre Cabriolet&#8221; in the Motorworld Munich.</span></p><p><span style="color: #000000;">Since the EOS 90D has an APSC sensor, you don&#8217;t shoot with a real 50mm but with a crop factor of 1.6, which results in an actual focal length of 80mm. Compared to the kit lens, you really have to move quite a bit further away and need a lot of space. It can take a minute or two to find a time when no one is walking through the picture when you are in a museum or similar.</span></p><p><span style="color: #000000;">You also have to be aware that you have to use a prime focal length and have no possibility of zooming. You either have to get closer to the subject or digitally zoom in later using software, which then has a negative effect on the quality. However, I have to say that once you have found the ideal angle, the pictures become pretty cool with little effort, in my opinion.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1a3771a" data-id="1a3771a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5d2b834 elementor-widget elementor-widget-image" data-id="5d2b834" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
											<a href="https://speichermann.org/wp-content/uploads/2023/04/Motorworld_BuickHeckDOWNSCALED-scaled.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Motorworld_BuickHeckDOWNSCALED" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjczMywidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA0XC9Nb3RvcndvcmxkX0J1aWNrSGVja0RPV05TQ0FMRUQtc2NhbGVkLmpwZyJ9">
							<img loading="lazy" decoding="async" width="640" height="960" src="https://speichermann.org/wp-content/uploads/2023/04/Motorworld_BuickHeckDOWNSCALED-700x1050.jpg" class="attachment-large size-large wp-image-2733" alt="" srcset="https://speichermann.org/wp-content/uploads/2023/04/Motorworld_BuickHeckDOWNSCALED-700x1050.jpg 700w, https://speichermann.org/wp-content/uploads/2023/04/Motorworld_BuickHeckDOWNSCALED-200x300.jpg 200w, https://speichermann.org/wp-content/uploads/2023/04/Motorworld_BuickHeckDOWNSCALED-768x1152.jpg 768w, https://speichermann.org/wp-content/uploads/2023/04/Motorworld_BuickHeckDOWNSCALED-1024x1536.jpg 1024w, https://speichermann.org/wp-content/uploads/2023/04/Motorworld_BuickHeckDOWNSCALED-1365x2048.jpg 1365w, https://speichermann.org/wp-content/uploads/2023/04/Motorworld_BuickHeckDOWNSCALED-scaled.jpg 1707w" sizes="(max-width: 640px) 100vw, 640px" />								</a>
											<figcaption class="widget-image-caption wp-caption-text">F.2.5 1/80 ISO 200</figcaption>
										</figure>
									</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d9149d5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d9149d5" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c885fea" data-id="c885fea" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8fcc2bb elementor-widget elementor-widget-text-editor" data-id="8fcc2bb" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h4>STM Motor / Image Stabilization</h4><p><span style="color: #000000;">The STM motor works very well and focuses very fast. I honestly couldn&#8217;t notice any difference compared to the USM motor on my kit lens. I also did some videos with the 50mm and really noticed almost no noise from the STM motor. So if you don&#8217;t just want to make videos with the lens, the motor should be fine. Another thing is that the lens doesn&#8217;t have image stabilisation, so videos can only be stabilised digitally by the camera itself or later in the editing program. I&#8217;ve already noticed that with my videos, the videos quickly become very shaky, especially when you&#8217;re walking, which doesn&#8217;t make watching them very pleasant. So the lens is only of limited use for videos.  For me, this is the biggest negative point of the lens.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-4bfc46b elementor-widget elementor-widget-text-editor" data-id="4bfc46b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3>What&#8217;s new with the updated version?</h3><p><span style="color: #000000;">Compared to the previous version of the 50mm 1.8, Canon now uses an STM motor instead of the old USM motor, which many owners found too noisy. The old version was also criticised for not feeling very high quality because of the plastic used. The new version of the 50mm lens now has a metal bayonet instead of a plastic bayonet and higher quality plastic on the rest of the materials. I have to say that the lens feels very high quality and doesn&#8217;t look cheap at all, which is a really positive surprise for the price.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-6f3e59c elementor-widget elementor-widget-text-editor" data-id="6f3e59c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span style="color: #000000;">Overall, I think the lens is great, especially in relation to the price. The only thing you should be aware of is that you don&#8217;t have an image stabiliser and that at 50mm you have to be quite a distance away from the subject you are photographing. If you can accept these compromises, you have a light-sensitive, affordable and lightweight lens with which you can take cool and interesting photos in many situations.</span></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2731"
					data-ulike-nonce="8d2061acb8"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2731"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+7"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/photography/canon-50mm-lens-the-essential-must-have-for-every-canon-owner/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>2023 AI Tools: How Powerful are they? A Test Run</title>
		<link>https://speichermann.org/ai/2023-ai-tools-how-powerful-are-they-a-test-run/</link>
					<comments>https://speichermann.org/ai/2023-ai-tools-how-powerful-are-they-a-test-run/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Sat, 28 Jan 2023 10:13:59 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2641</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>As we move into 2023, it&#8217;s clear that AI technology will play an increasingly important role in our lives. Whether it&#8217;s improving customer service, creating]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2641" class="elementor elementor-2641">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-6438531 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6438531" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8b9edbb" data-id="8b9edbb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cf92ac6 elementor-widget elementor-widget-text-editor" data-id="cf92ac6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span style="color: #000000;">As we move into 2023, it&#8217;s clear that AI technology will play an increasingly important role in our lives. Whether it&#8217;s improving customer service, creating new products and services, or driving innovation across a wide range of industries, AI has the potential to revolutionize the way we live and work. And with the emergence of powerful new tools like <a href="https://openai.com/blog/chatgpt/">ChatGPT</a>, <a href="https://openai.com/dall-e-2/">DALL-E 2</a>, and <a href="https://midjourney.com/home/?callbackUrl=%2Fapp%2F">Midjourney</a>, the future of AI looks brighter than ever.</span></strong><br /><strong><span style="color: #000000;">So as we look ahead to 2023, let&#8217;s remember to keep our eyes and minds open to the many possibilities that AI has to offer. Whether you&#8217;re a business leader, a developer, or a researcher, there&#8217;s never been a better time to dive into the world of AI and start exploring all that it has to offer.</span></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6dfa391 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6dfa391" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-04550bd" data-id="04550bd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9125cff elementor-widget elementor-widget-text-editor" data-id="9125cff" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="color: #000000;">ChatGPT</span></h2><p><span style="color: #000000;">ChatGPT has already been in every newspaper, everyone really knows about this breakthrough tool now. From homework to coding, this AI can really do almost anything and has almost no limitations.<br /></span><span style="color: #000000;">ChatGPT is a cutting-edge technology that makes the AI understand and respond to natural language inputs. Developed by OpenAI, it is based on a deep learning model called GPT (Generative Pre-trained Transformer), which is trained on a massive amount of text data to understand the nuances of human language.</span></p><div class="flex-1 overflow-hidden"><div class="react-scroll-to-bottom--css-azzjl-79elbk h-full dark:bg-gray-800"><div class="react-scroll-to-bottom--css-azzjl-1n7m0yu"><div class="flex flex-col items-center text-sm h-full dark:bg-gray-800"><div class="w-full border-b border-black/10 dark:border-gray-900/50 text-gray-800 dark:text-gray-100 group bg-gray-50 dark:bg-[#444654]"><div class="text-base gap-4 md:gap-6 m-auto md:max-w-2xl lg:max-w-2xl xl:max-w-3xl p-4 md:py-6 flex lg:px-0"><div class="relative flex w-[calc(100%-50px)] md:flex-col lg:w-[calc(100%-115px)]"><div class="flex flex-grow flex-col gap-3"><div class="min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap"><div class="markdown prose w-full break-words dark:prose-invert dark"><p><span style="color: #000000;">One of the key features of ChatGPT is its ability to understand context. This means that it can understand the meaning of words and phrases in relation to the sentence or conversation as a whole. This allows it to respond in a more natural and human-like way.<br />ChatGPT is also highly versatile and can be used in a wide range of applications. For example, it can be used to generate text, whether it is a news article, a short story, or even a poem. It can also be used to translate languages, allowing people to communicate more easily across borders.<br />The technology behind ChatGPT is complex, but the user-interface is simple and user-friendly. With this tool, even non-technical users can train and fine-tune the model according to their needs.</span></p></div></div></div></div><div class="text-gray-400 flex self-end lg:self-center justify-center mt-2 gap-4 lg:gap-1 lg:absolute lg:top-0 lg:translate-x-full lg:right-0 lg:mt-0 lg:pl-2 visible"><span style="color: #000000;"><strong>I asked ChatGPT to write me a python script that displays the time.</strong> The time should be updated every second. The program already worked at this point and was just copy &amp; paste. WOW! I then said to beautify it, I want the turtle python library to be used and below the time there should be a loading bar that shows the duration of each second. This also worked perfectly. <strong>The picture below shows what I got when I compiled the code.</strong></span></div></div></div></div></div></div></div><div class="bottom-0 left-0 w-full border-t dark:border-white/20 md:bg-vert-light-gradient bg-white dark:bg-gray-800 dark:md:bg-vert-dark-gradient"><form class="stretch mx-2 flex flex-row gap-3 pt-2 last:mb-2 md:last:mb-6 lg:mx-auto lg:max-w-3xl lg:pt-6"><div class="relative flex h-full flex-1 md:flex-col"><div class="ml-1 mt-1.5 md:w-full md:m-auto md:flex md:mb-2 gap-2 justify-center"> </div></div></form></div>								</div>
				</div>
				<div class="elementor-element elementor-element-035be91 elementor-widget elementor-widget-image" data-id="035be91" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2023/01/Screenshot-2023-01-27-143749.png" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="Screenshot 2023-01-27 143749" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjY0NywidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzAxXC9TY3JlZW5zaG90LTIwMjMtMDEtMjctMTQzNzQ5LnBuZyJ9">
							<img loading="lazy" decoding="async" width="2560" height="1440" src="https://speichermann.org/wp-content/uploads/2023/01/Screenshot-2023-01-27-143749.png" class="attachment-full size-full wp-image-2647" alt="" srcset="https://speichermann.org/wp-content/uploads/2023/01/Screenshot-2023-01-27-143749.png 2560w, https://speichermann.org/wp-content/uploads/2023/01/Screenshot-2023-01-27-143749-300x169.png 300w, https://speichermann.org/wp-content/uploads/2023/01/Screenshot-2023-01-27-143749-700x394.png 700w, https://speichermann.org/wp-content/uploads/2023/01/Screenshot-2023-01-27-143749-768x432.png 768w, https://speichermann.org/wp-content/uploads/2023/01/Screenshot-2023-01-27-143749-1536x864.png 1536w, https://speichermann.org/wp-content/uploads/2023/01/Screenshot-2023-01-27-143749-2048x1152.png 2048w" sizes="(max-width: 2560px) 100vw, 2560px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-9175b32 elementor-widget elementor-widget-text-editor" data-id="9175b32" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;">Microsoft shows how much potential the tool has by <u><b>investing $10 billion</b></u> OpenAI (source: <a href="https://www.bloomberg.com/news/articles/2023-01-23/microsoft-makes-multibillion-dollar-investment-in-openai">Bloomberg</a>). Since Microsoft is already investigating whether and how ChatGPT can be integrated into Bing, it can be assumed that Google will soon no longer be the number 1 search engine.<br />Sometimes ChatGPT is busy and you get a message that you have to try some other time. A workaround can be to use the <a href="https://beta.openai.com/playground">GPT-3 Playground</a>, which gives the same answers, but is not as nicely designed. </span><span style="color: #000000;">So far the ChatGPT is free for single users and you have no limits. Awesome! The question is for how long! I am sure a lot of people would be willing to pay for it after this test drive.</span></p><p> </p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2e38483 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2e38483" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b39b07d" data-id="b39b07d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f2119e9 elementor-widget elementor-widget-text-editor" data-id="f2119e9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="color: #000000;">Midjourney</span></h2><p><span style="color: #000000;"><a href="https://midjourney.com/">Midjourney</a> is a powerful AI-based tool that utilizes deep learning algorithms to generate highly realistic images from text descriptions. Midjourney&#8217;s user-interface is simple and user-friendly, making it easy for users to generate images on-demand.<br />To use the AI tool you have to join their Discord server, whereupon you can use the command &#8220;/imagine (&#8230;)&#8221; in one of their channels to generate your own AI images. Even if you don&#8217;t want to generate images yourself, you can see the images of other users and get inspired.<br /></span><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); color: #000000;"><br />The default aspect ratio is 1:1, if you want to adjust that you can use the paramenter &#8211;ar (&#8230;). For further information, you can have a look at their documentation about aspect ratios </span><a style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff;" href="https://docs.midjourney.com/docs/aspect-ratios">here</a><span style="font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); color: #000000;">.</span></p><p><span style="color: #000000;">If you successfully generated a image, the bot will answer to your command and output you 4 generated images. After it finished loading, you have the option to redo all 4 images, upscale one of the images or to &#8220;</span><span style="color: #000000;">create incremental variations of the selected grid image&#8221; (source: <a href="https://docs.midjourney.com/docs/midjourney-discord">Midjourney docs</a>). You also have the option to do this with other users images. To download the images, you can click on them to enlarge them and view it in the browser. Right click, save as and you&#8217;re good to go.</span></p><p><span style="color: #000000;"><strong>Limitations</strong><br />However, there are some limitations when using Midjourney as a free user. For example, free users are limited in the number of images they can generate per month, and some features such as bulk image generation may not be available. Additionally, generated images cannot be generated privately by the bot without a subscription, but are generated publicly in a channel on their Discord server, where everyone can view the images.</span></p><p><strong><span style="color: #000000;">I generated the image bellow with help of ChatGPT and Midjourney: </span></strong><em><span style="color: #000000;">&#8220;</span><span style="color: #000000;">Creatively-drawn, green alien with antenna-like ears, possessing a unique, otherworldly appearance, featuring intricate details and striking features&#8221;</span></em></p>								</div>
				</div>
				<div class="elementor-element elementor-element-f3748b4 elementor-widget elementor-widget-image" data-id="f3748b4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://speichermann.org/wp-content/uploads/2023/01/AlienMidjourneyDownscaled.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-title="AlienMidjourneyDownscaled" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjY2MSwidXJsIjoiaHR0cHM6XC9cL3NwZWljaGVybWFubi5vcmdcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzAxXC9BbGllbk1pZGpvdXJuZXlEb3duc2NhbGVkLmpwZyJ9">
							<img loading="lazy" decoding="async" width="1536" height="1024" src="https://speichermann.org/wp-content/uploads/2023/01/AlienMidjourneyDownscaled.jpg" class="attachment-full size-full wp-image-2661" alt="" srcset="https://speichermann.org/wp-content/uploads/2023/01/AlienMidjourneyDownscaled.jpg 1536w, https://speichermann.org/wp-content/uploads/2023/01/AlienMidjourneyDownscaled-300x200.jpg 300w, https://speichermann.org/wp-content/uploads/2023/01/AlienMidjourneyDownscaled-700x467.jpg 700w, https://speichermann.org/wp-content/uploads/2023/01/AlienMidjourneyDownscaled-768x512.jpg 768w, https://speichermann.org/wp-content/uploads/2023/01/AlienMidjourneyDownscaled-600x400.jpg 600w" sizes="(max-width: 1536px) 100vw, 1536px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-8c0bbce elementor-widget elementor-widget-text-editor" data-id="8c0bbce" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span style="color: #000000;">In summary, Midjourney is a powerful AI-based software that specializes in image generation. It allows users to generate high-quality images from text descriptions, with the ability to customize and fine-tune the images to specific needs. The software also offers integration with popular communication platforms such as Discord and can generate images at scale, but free users may have limitations.</span></strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-178ebfa elementor-invisible elementor-widget elementor-widget-text-editor" data-id="178ebfa" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceInUp&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;">The thumbnail is neither a stock photo nor designed by me! Midjourney makes it possible, I only added the caption in Photoshop, the rest was done by midjourney.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2641"
					data-ulike-nonce="456e90bab7"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2641"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+3"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/ai/2023-ai-tools-how-powerful-are-they-a-test-run/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>KeePass: The best way to securely store your passwords!</title>
		<link>https://speichermann.org/software/keepass-the-best-way-to-securely-store-your-passwords/</link>
					<comments>https://speichermann.org/software/keepass-the-best-way-to-securely-store-your-passwords/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Sat, 21 Jan 2023 17:45:42 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2596</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>When it comes to keeping track of all of our passwords, a password manager is a must-have tool. One of the best options out there]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2596" class="elementor elementor-2596">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-63a5eef elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="63a5eef" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3041d01" data-id="3041d01" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-82230da elementor-widget elementor-widget-text-editor" data-id="82230da" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;"><strong>When it comes to keeping track of all of our passwords, a password manager is a must-have tool. One of the best options out there is <a href="https://keepass.info/">KeePass</a>, which is a free, open-source password manager. In this blog post, I&#8217;ll be discussing why I choose to use the client KeePassXC, which is available for both MacOS and Windows, and why I believe it is a great choice for anyone looking for a password manager.</strong><br /></span><span style="color: #000000;"><br />One of the biggest benefits of using KeePass is that it allows you to store all of your passwords locally, rather than in the cloud. This is important to me because I believe that storing passwords locally is more secure. For example, with a service like NordPass, your passwords are stored in their own cloud and are therefore at risk of being leaked. However, when your passwords are stored locally, you have much more control over their security. This is especially important for those who have sensitive information that they need to protect, such as financial or business information. Of course, it is also important to be able to access the passwords quickly in your browser, which is possible with KeePassXC through an extra browser plugin. The passwords can only be filled in in the browser if the database is unlocked.<br /></span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-76e8e83 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="76e8e83" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a96116a" data-id="a96116a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-b688e17 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b688e17" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-638b315" data-id="638b315" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-55f5515 elementor-widget elementor-widget-heading" data-id="55f5515" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">KeePassXC - an alternative client</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-32854ad elementor-widget elementor-widget-image" data-id="32854ad" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="640" height="450" src="https://speichermann.org/wp-content/uploads/2023/01/KeePassXCUI-700x492.jpg" class="attachment-large size-large wp-image-2598" alt="" srcset="https://speichermann.org/wp-content/uploads/2023/01/KeePassXCUI-700x492.jpg 700w, https://speichermann.org/wp-content/uploads/2023/01/KeePassXCUI-300x211.jpg 300w, https://speichermann.org/wp-content/uploads/2023/01/KeePassXCUI-768x539.jpg 768w, https://speichermann.org/wp-content/uploads/2023/01/KeePassXCUI-1536x1079.jpg 1536w, https://speichermann.org/wp-content/uploads/2023/01/KeePassXCUI-2048x1438.jpg 2048w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-10278e0" data-id="10278e0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-18372b4 elementor-widget elementor-widget-text-editor" data-id="18372b4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;"><a href="https://keepassxc.org/">KeePassXC</a> is a free and open-source password manager that is an alternative to the traditional KeePass client. One of the main advantages of using KeePassXC is its user-friendly interface, which is designed to be easy to navigate and understand. <br />The design is much more visually pleasing than the original KeePass and makes it easier to manage your passwords.<br /></span><span style="color: #000000;">Another key benefit of KeePassXC is the regular updates that are released. These updates often include new features and improvements to the software, which means that it is constantly evolving and getting better. This is in contrast to the original KeePass client, which is not updated as frequently.<br /></span><span style="color: #000000;">As a windows and MacOs user I immediately noticed that there is no &#8220;normal&#8221; KeePass client for native macOS. Of course you can now install the Windows version on Mac via Parallels or wine, but why do that when there is a better alternative anyway. For me, after some research, KeePassXC was the one to go for.<br />If you are looking for other KeePass clients/apps or want to browse for plugins, I can recommend <a href="https://github.com/lgg/awesome-keepass">this GitHub repo</a>.<br /></span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b44750f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b44750f" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2ef08e6" data-id="2ef08e6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9671073 elementor-widget elementor-widget-heading" data-id="9671073" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Where are my passwords stored?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-96669be elementor-widget elementor-widget-text-editor" data-id="96669be" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;">One of the biggest benefits of using KeePass is that it allows you to store all of your passwords locally, rather than in the cloud. This is important to me because I believe that storing passwords locally is more secure. For example, with a service like NordPass, your passwords are stored in their own cloud and are therefore at risk of being leaked. However, when your passwords are stored locally, you have much more control over their security. In my case I store the file on our own <a href="https://www.seafile.com/en/home/">SeaFile</a> server, which is hosted from home. This way I can always synchronize my database quickly no matter where I am and no matter what device I use.</span><br /><span style="color: #000000;">When you open KeePass(XC) for the first time, you will be asked to create a new database or add an existing one. Normally the file containing your database is a .kbdx file. What you do with this file/where you store it is up to you. From iCloud to USB sticks that you remove from your computer every time you use them, pretty much anything is possible. </span><br /><span style="color: #000000;">For what is not possible, there is mostly thanks to the gigantic community a suitable plugin. The plugins are listed <a style="color: #000000;" href="https://keepass.info/plugins.html">here</a> on the official website, truly there is a plugin for almost everything you can imagine.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-bb97113 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bb97113" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c550726" data-id="c550726" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-d221c3f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d221c3f" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8bed669" data-id="8bed669" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b4f63de elementor-widget elementor-widget-heading" data-id="b4f63de" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">KeePassium for iOS/iPadOS</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-e364e10 elementor-widget elementor-widget-text-editor" data-id="e364e10" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;">There are also numerous apps for iPadOS/iOS that are compatible with KeePass. Most of them cost money either once or even as a subscription. But since I was looking for a free alternative, I ended up with <a href="https://apps.apple.com/de/app/keepassium-keepass-passwords/id1435127111">KeePassium</a>. Although the app also offers a version for which you have to pay, the free version is completely sufficient for me. In my opinion, the most important disadvantages of this version are that you can only synchronize a maximum of one database and that you can not use QuickAutofill in Safari. However, the normal AutoFill works, so you only need a few clicks more. The paid version costs 14,99€/year or lifetime 59,99€. More details <a href="https://keepassium.com/pricing/">here</a>!<br />Another great feature of Keepassium is its support for Touch ID and Face ID. This allows you to unlock the app quickly and securely, without having to enter your master password.</span><br /><span style="color: #000000;">In terms of design, Keepassium is user-friendly and easy to navigate. The interface is simple and straightforward, making it easy to find the information you need.</span><br /><span style="color: #000000;">Overall, Keepassium is a great app for anyone who uses KeePass or KeePassXC. It offers a lot of functionality and convenience, and its support for cloud syncing and biometric authentication make it a secure option as well. It is a must-have app for anyone who wants to access their passwords on the go.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7291549" data-id="7291549" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0ced926 elementor-widget elementor-widget-image" data-id="0ced926" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="296" height="640" src="https://speichermann.org/wp-content/uploads/2023/01/IMG_5394-1.jpeg" class="attachment-large size-large wp-image-2608" alt="" srcset="https://speichermann.org/wp-content/uploads/2023/01/IMG_5394-1.jpeg 296w, https://speichermann.org/wp-content/uploads/2023/01/IMG_5394-1-139x300.jpeg 139w" sizes="(max-width: 296px) 100vw, 296px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-30cbec0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="30cbec0" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0eb9f33" data-id="0eb9f33" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cca7667 elementor-widget elementor-widget-text-editor" data-id="cca7667" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong><span style="color: #000000;">In conclusion, KeePass is a great option to store your passwords. KeePass surely is a password manager that offers a lot of security and flexibility. The fact that it&#8217;s open-source and free makes it even better. With KeePass and Seafile, I have complete control over my passwords and their storage, which is something that I find very important. The user-friendly interface given in KeePassXC makes it easy to navigate and manage my passwords. I highly recommend giving KeePass a try if you&#8217;re in the market for a password manager. It offers the perfect balance of security and convenience, making it a great choice for both personal and business use.</span></strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2596"
					data-ulike-nonce="32261e433d"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2596"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+5"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/software/keepass-the-best-way-to-securely-store-your-passwords/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Blink Camera Review: Is it Worth the Hype?</title>
		<link>https://speichermann.org/tech/the-pros-and-cons-of-the-amazon-echo-show-5-and-blink-outdoor-camera-bundle/</link>
					<comments>https://speichermann.org/tech/the-pros-and-cons-of-the-amazon-echo-show-5-and-blink-outdoor-camera-bundle/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Wed, 28 Dec 2022 15:46:43 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2525</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span>I recently decided to upgrade our home security setup by purchasing an Amazon Echo Show 5 and two Blink Outdoor cameras. I was attracted to]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 6</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2525" class="elementor elementor-2525">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-3fe3b41 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3fe3b41" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e6e4ee2" data-id="e6e4ee2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6e84a7f elementor-widget elementor-widget-text-editor" data-id="6e84a7f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;">I recently decided to upgrade our home security setup by purchasing an<a href="https://www.cyberport.de/?DEEP=5C34-010&amp;APID=276&amp;gclid=CjwKCAiA76-dBhByEiwAA0_s9TBgBB05RLwMFcjgZwt5oQKRZxxPvwMM2DX9FoGL4yS3vPz0HBUn6hoCaugQAvD_BwE"> Amazon Echo Show 5 and two Blink Outdoor cameras</a>. I was attracted to the deal that offered the Echo Show for less than 15€ when purchased with the cameras, and after doing some research, I felt confident that this would be a great deal.</span></p><h3><span style="color: #000000;"><strong>Image Quality / Night Vision</strong></span></h3><p><span style="color: #000000;">The first thing that impressed me about the Blink cameras was the picture quality. The 1080p HD resolution provides crystal clear images (at least when it is not dark outside). The first issue I&#8217;ve encountered with my Blink cameras is that the infrared (IR) lighting causes a reflection on the white exterior of my house. This makes it difficult for the camera to clearly capture footage at night, as the reflection of the IR lighting often obscures the image. As a result, I&#8217;ve had to disable the IR feature on my cameras in order to get a &#8220;clear&#8221; picture. While the IR lighting is a useful feature for improving visibility in low light conditions, it can be problematic when the camera is pointed at a surface that reflects the IR light. In my case, the white exterior of my house seems to be particularly prone to this issue.</span></p><h3><span style="color: #000000;"><strong>Motion detection</strong></span></h3><p><span style="color: #000000;">The motion detection feature is extremely sensitive, sending me an alert as soon as it detects any movement in the camera&#8217;s field of view. It works well, even when you are not in your home-network. There is another aspect of the Blink cameras that I do find a bit disappointing &#8211; the lack of object recognition. While the motion detection feature is extremely sensitive and reliable, it cannot distinguish between different types of objects. This means that if the camera detects movement, it will send an alert but it won&#8217;t be able to tell me whether it was a person, a car, or an animal that triggered the alert. I&#8217;ve noticed that some other home security cameras on the market do have the ability to recognize different types of objects and provide more specific notifications. For example, some Reolink Camereas are able to send an alert that says &#8220;person detected&#8221; or &#8220;vehicle detected.&#8221; Overall, while the lack of object recognition on the Blink cameras is not a deal breaker for me, it is something that I do wish they had. It would be a nice added layer of security to be able to distinguish between different types of objects and get more specific alerts. However, the overall reliability and convenience of the cameras still make them a great value in my opinion. <br />Even though I&#8217;m talking all this negative stuff, the motion detection isn&#8217;t that bad in general. You can hide areas that should not react to movement. You can also adjust the length and quality of the videos, so you can often choose between quality and battery life.</span></p>								</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-9072a3f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9072a3f" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9700e45" data-id="9700e45" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a701303 elementor-widget elementor-widget-text-editor" data-id="a701303" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3><span style="color: #000000;"><strong>Installing the Cameras</strong></span></h3><p><span style="color: #000000;">Installing the Blink cameras on the outside of my house was a breeze. I simply used hot glue to attach them to the window sills, making sure they were securely in place. The cameras are very lightweight and the hot glue held them securely, even in windy conditions. The setup process itself was also very easy. I downloaded the Blink app on my smartphone and followed the on-screen prompts to connect the cameras to my Wi-Fi network and set them up for use. The instructions were clear and easy to follow, and the entire process took just a few minutes. In general, I was really impressed with how easy it was to install the Blink cameras on the outside of my house. The hot glue method worked great for me and the setup process was quick and hassle-free. If you&#8217;re looking for a simple and effective way to add home security cameras to the outside of your home, the Blink cameras are definitely worth considering.</span></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1bd64a2" data-id="1bd64a2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f11b323 elementor-widget elementor-widget-image" data-id="f11b323" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
											<a href="https://www.thingiverse.com/thing:4757505">
							<img loading="lazy" decoding="async" width="640" height="480" src="https://speichermann.org/wp-content/uploads/2022/12/BlinkCameraHousing-700x525.jpg" class="attachment-large size-large wp-image-2552" alt="" srcset="https://speichermann.org/wp-content/uploads/2022/12/BlinkCameraHousing-700x525.jpg 700w, https://speichermann.org/wp-content/uploads/2022/12/BlinkCameraHousing-300x225.jpg 300w, https://speichermann.org/wp-content/uploads/2022/12/BlinkCameraHousing-768x576.jpg 768w, https://speichermann.org/wp-content/uploads/2022/12/BlinkCameraHousing-1536x1152.jpg 1536w, https://speichermann.org/wp-content/uploads/2022/12/BlinkCameraHousing-2048x1536.jpg 2048w" sizes="(max-width: 640px) 100vw, 640px" />								</a>
											<figcaption class="widget-image-caption wp-caption-text">3D-Printed Hood - no more raindrops on the lens! Link to STL in picture!</figcaption>
										</figure>
									</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-4f3991a elementor-widget elementor-widget-text-editor" data-id="4f3991a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3><span style="color: #000000;"><strong>Another subscription? Not necessarily!</strong></span></h3><p><span style="color: #000000;">You either have the option of downloading the videos to Amazon&#8217;s own cloud with a subscription, or plugging a USB stick into the already included Blink Sync Module. I tried the trial month of the subscription and was happy, but after that expired, I just used a USB stick and didn&#8217;t notice any differences. Since a USB stick is the much cheaper option here, I would also recommend this to everyone.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-152d51c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="152d51c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a485b03" data-id="a485b03" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9bcfeca elementor-widget elementor-widget-image" data-id="9bcfeca" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="640" height="1384" src="https://speichermann.org/wp-content/uploads/2022/12/BlinkApp-700x1514.jpg" class="attachment-large size-large wp-image-2551" alt="" srcset="https://speichermann.org/wp-content/uploads/2022/12/BlinkApp-700x1514.jpg 700w, https://speichermann.org/wp-content/uploads/2022/12/BlinkApp-139x300.jpg 139w, https://speichermann.org/wp-content/uploads/2022/12/BlinkApp-768x1662.jpg 768w, https://speichermann.org/wp-content/uploads/2022/12/BlinkApp-710x1536.jpg 710w, https://speichermann.org/wp-content/uploads/2022/12/BlinkApp-947x2048.jpg 947w, https://speichermann.org/wp-content/uploads/2022/12/BlinkApp-scaled.jpg 1183w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-e90049b" data-id="e90049b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-45214b6 elementor-widget elementor-widget-text-editor" data-id="45214b6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3><strong><span style="color: #000000;">(Ios) App &#8211; Live View</span></strong></h3><p><span style="color: #000000;">I really enjoy using the iOS app for my Blink cameras. It&#8217;s simple and easy to use, and does exactly what it&#8217;s supposed to do. I&#8217;ve found it very convenient to be able to check in on my home at any time and see what&#8217;s happening through the live camera feeds. <br />One aspect of the app that I do find a bit frustrating, however, is that when a camera is capturing a motion detection event, I am unable to view the live feed. This means that if I get an alert that motion has been detected, I have to wait until the event is over before I can see what triggered the alert. While I understand that this is likely a technical limitation, it can be a bit annoying at times. <br />When the Live-view was available, the latency of the live transfer was fine, so you can really see who is standing in front of the door.</span></p><p><span style="color: #000000;">In addition to the live video feed and motion detection alerts, another feature of the Blink cameras that I really appreciate is the ability to talk through my phone and have the audio output through the camera. This has proven to be a really convenient and useful feature for me, especially when I&#8217;m not at home and want to communicate with someone who is in the camera&#8217;s field of view. To use this feature, all I have to do is open the Blink app on my phone, select a camera and press the &#8220;talk&#8221; button. My voice is then transmitted through the camera&#8217;s speaker, allowing me to communicate with anyone who is within range of the camera. The audio quality is good, although the volume is not particularly loud. However, this hasn&#8217;t been an issue for me even though my camera is about 4 meters away from the potential person I might want to talk to. <br />All recordings are displayed in a list, which shows all recordings filtered by time. The icon to the right of the preview indicates whether the recording is a motion detection or photo-capture feature. The photo capture feature lets the camera take a picture once an hour for 24 hours, so you can playback 24 hours in a short clip. This allows you to see, for example, at what time the strange car drove away from your front door, even if it is not in the motion detection area of the camera.<br /></span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-7418262 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7418262" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-46be317" data-id="46be317" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-affdafa elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="affdafa" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fd742cb" data-id="fd742cb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cab2828 elementor-widget elementor-widget-text-editor" data-id="cab2828" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3><span style="color: #000000;"><strong>Echo Show 5</strong></span></h3>
<p><span style="color: #000000;">In addition to the security aspect, the Echo Show has proven to be a great entertainment device as well. Especially for just 15€! The 5.5-inch display is the perfect size for displaying time, your favorite pictures&nbsp; or just for turning on and off your smart lighting, and the sound quality is impressive for such a compact device. One feature that I particularly appreciate about the Echo Show is the ability to connect it to my home security system and control it with voice commands. I can simply ask Alexa to show me the live feed from my cameras and get a real-time update on what&#8217;s happening at home. Besides displaying the weather, the Echo Show has a variety of other useful apps and skills. I&#8217;ve been able to use it to set alarms, check the weather forecast, make a shopping list, and much more. It&#8217;s really become a central hub for my home and I find myself using it multiple times a day.</span></p>
<p><span style="color: #000000;"><strong>All in all, I&#8217;m happy with my purchase of the Amazon Echo Show 5 and Blink cameras. The combination of security, entertainment, and convenience that they provide make them well worth the investment. While the battery issue with the cameras can be a bit frustrating at times, it&#8217;s a minor inconvenience compared to the overall value and usefulness of the product. If I were to do it all over again, I might consider purchasing a camera without batteries just to avoid the hassle of constantly having to swap them out. However, for now, I&#8217;m happy with my purchase and would definitely recommend the Echo Show and Blink cameras to others.</strong></span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2525"
					data-ulike-nonce="e43d69d3b9"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2525"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+2"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/tech/the-pros-and-cons-of-the-amazon-echo-show-5-and-blink-outdoor-camera-bundle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Rollei Compact Traveller No.1 &#8211; best all-round travel-tripod!</title>
		<link>https://speichermann.org/photography/rollei-compact-traveller-no-1-best-all-round-travel-tripod/</link>
					<comments>https://speichermann.org/photography/rollei-compact-traveller-no-1-best-all-round-travel-tripod/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Tue, 02 Aug 2022 12:36:04 +0000</pubDate>
				<category><![CDATA[Photography]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2485</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>I was looking for a very small and reasonably light travel tripod for my 90D, so thanks to Prime Day I came out with the]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2485" class="elementor elementor-2485">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-b35c3e4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b35c3e4" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e848691" data-id="e848691" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5c517d2 elementor-widget elementor-widget-text-editor" data-id="5c517d2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>I was looking for a very small and reasonably light travel tripod for my 90D, so thanks to Prime Day I came out with the Rollei Compact Traveller No.1. There is one version of the tripod made of aluminum and one made of carbon. I deliberately bought the slightly heavier aluminum version. You will find out why I did that further down in the post. The following review will therefore mostly refer to the aluminum version.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b9a11b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b9a11b0" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d41de1c" data-id="d41de1c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-e08b0ac elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e08b0ac" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2949e45" data-id="2949e45" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-03f3af8 elementor-widget elementor-widget-text-editor" data-id="03f3af8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>If you have already dealt with travel tripods, you will have quickly noticed that they are characterized by the fact that the legs are folded to the central column. This reduces the size of the tripod quite a bit and makes it easier to transport. When folded, the tripod is about <strong>34cm long and weighs 1.2Kg. </strong>The<strong> working height of the tripod is 33-142cm</strong>, which is perfect for me.<br />To make it easier to transport the tripod, Rollei has included a small case in which you can also put the cell phone attachment for the tripod and the Allen key. My iPhone 13 Pro Max just fits in without the case. Even with a thin case, the holder no longer fits. No Big Deal honestly, as I saw the smartphone to 1/4 inch &#8220;adapter&#8221; only as a nice addition. I use the tripod in the absolute majority of cases for long exposure shots or Timelapse videos with my Canon Camera.<br />Especially for long exposures it is important not to move the camera and to keep it at the same position on the tripod.</p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e24c668" data-id="e24c668" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a5ecf92 elementor-widget elementor-widget-image" data-id="a5ecf92" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="640" height="480" src="https://speichermann.org/wp-content/uploads/2022/08/RolleiVerschluesse-700x525.jpg" class="attachment-large size-large wp-image-2488" alt="" srcset="https://speichermann.org/wp-content/uploads/2022/08/RolleiVerschluesse-700x525.jpg 700w, https://speichermann.org/wp-content/uploads/2022/08/RolleiVerschluesse-300x225.jpg 300w, https://speichermann.org/wp-content/uploads/2022/08/RolleiVerschluesse-768x576.jpg 768w, https://speichermann.org/wp-content/uploads/2022/08/RolleiVerschluesse-1536x1152.jpg 1536w, https://speichermann.org/wp-content/uploads/2022/08/RolleiVerschluesse-2048x1536.jpg 2048w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-176b105 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="176b105" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb57d2c" data-id="bb57d2c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fd08a44 elementor-widget elementor-widget-text-editor" data-id="fd08a44" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In order to be able to guarantee this even with some wind, Rollei has placed a small hook for a backpack at the bottom of the center column of the tripod, which makes the tripod more stable. Even if the tripod moves just a few millimeters, it can be that the whole photo is &#8220;broken&#8221;.<br /><strong>In general, the tripod makes a high-quality and very good impression</strong>. You always have to keep in mind that the aluminum version costs less than 65€, which is a really good deal. The carbon version, which is slightly lighter, currently goes for 90€ on Amazon.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4e18678 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4e18678" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9fe4d2d" data-id="9fe4d2d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-9106174 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9106174" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e2e9d7d" data-id="e2e9d7d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0075dee elementor-widget elementor-widget-image" data-id="0075dee" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="640" height="960" src="https://speichermann.org/wp-content/uploads/2022/08/StativRollei-700x1050.jpg" class="attachment-large size-large wp-image-2493" alt="" srcset="https://speichermann.org/wp-content/uploads/2022/08/StativRollei-700x1050.jpg 700w, https://speichermann.org/wp-content/uploads/2022/08/StativRollei-200x300.jpg 200w, https://speichermann.org/wp-content/uploads/2022/08/StativRollei-768x1152.jpg 768w, https://speichermann.org/wp-content/uploads/2022/08/StativRollei-1024x1536.jpg 1024w, https://speichermann.org/wp-content/uploads/2022/08/StativRollei-1365x2048.jpg 1365w, https://speichermann.org/wp-content/uploads/2022/08/StativRollei-scaled.jpg 1707w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec69fd9" data-id="ec69fd9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8c3ee92 elementor-widget elementor-widget-text-editor" data-id="8c3ee92" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h4>Carbon vs Aluminum</h4><p>For 25€ more I get the carbon version of the tripod instead of the aluminum version. So why should I go for the heavier aluminum version? Simple. The aluminum tripod is slightly more stable than the carbon tripod. With the aluminum version, I can retract the center column until the ball head reaches the top ends of the legs. With the carbon version, I cannot retract the lower part of the center column in the picture. This part is always located out and therefore costs a large part of stability and flexibility. So if I want to move my camera down a little bit I can&#8217;t just move the lower part of the center column in the picture down a little bit. I have to individually retract all three legs a bit. Thanks to the quick-release fasteners, this is reasonably fast, but never as fast as the aluminum version.<br />Since I previously used a cheaper tripod without a proper ball head, I am very happy with the ball head of the Rollei tripod. However, I noticed that you can not turn the camera individually in the horizontal, but with the screw which loosens the ball head can also move the camera vertically at the same time. There is no way to turn the camera only in the horizontal or only in the vertical. A small disadvantage, which was better solved in the carbon tripod.<br />Thanks to the quick-release plate, which both tripods include, the camera can be placed quickly and securely on the tripod. The plate is permanently attached to the bottom of the camera with the 1/4 inch screw. Then you only have to align the plate correctly using the two water levels on the ball head and you&#8217;re ready to go. Sometimes the plate on the camera bothers a little, because the camera now no longer lies flat on the table.<br />You can also use both tripods as a monopod. For this, you just have to unscrew the matching leg with the included Allen key and put on the ball head. It works perfectly, even if I will never use it.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-7f24739 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7f24739" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dd64f80" data-id="dd64f80" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ce35a23 elementor-widget elementor-widget-text-editor" data-id="ce35a23" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>For me, the Rollei Compact Traveller No.1 Aluminium is the perfect tripod. It&#8217;s small and compact, which makes it easy to take with you on any vacation. The tripod is quick to set up thanks to the rotating quick-release fasteners on the legs and is also quite stable for the weight. I think for the price of 65€ the tripod is an absolute nobrainer. So if you are looking for the perfect travel tripod, I can only say GO FOR IT! </strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-50edeea elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="50edeea" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4a57973" data-id="4a57973" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-760f3e6 elementor-widget elementor-widget-text-editor" data-id="760f3e6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;"><strong>Update (January 2023):</strong> When taking long exposures, the camera shakes even when there is no wind and the top extension is not unfolded. I would definitely buy the tripod again, but if someone mainly takes long exposures I would purchase a more stable tripod.</span></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2485"
					data-ulike-nonce="7cc5ecad4a"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2485"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+3"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/photography/rollei-compact-traveller-no-1-best-all-round-travel-tripod/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to properly format your Raspberry Pi SD-Card</title>
		<link>https://speichermann.org/how-to/how-to-properly-format-your-raspberry-pi-sd-card/</link>
					<comments>https://speichermann.org/how-to/how-to-properly-format-your-raspberry-pi-sd-card/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Sat, 02 Apr 2022 16:49:14 +0000</pubDate>
				<category><![CDATA[HOW-TO]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2437</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &#60; 1</span> <span class="rt-label rt-postfix">minute</span></span>Every now and then you have to delete an SD card from an old Raspberry Pi project. Everybody who has seen such a card in]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &lt; 1</span> <span class="rt-label rt-postfix">minute</span></span><p>Every now and then you have to delete an SD card from an old Raspberry Pi project. Everybody who has seen such a card in the explorer knows that it is usually divided into two partitions. Looks weird, but is easy to format <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> I have made a tutorial below, how you can delete your SD card correctly on Windows via Diskpart.</p>


<p>First, open Diskpart by typing &#8220;Diskpart&#8221; into your Windows Searchbar or directly into CMD.</p>



<p>List all Disks connected to your Computer. Choose the one you want to format. Pay attention to choosing the right one, you don&#8217;t want to delete your computer&#8217;s drive.</p>



<pre class="wp-block-code"><code>list disk</code></pre>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://speichermann.org/wp-content/uploads/2022/04/grafik.png" alt="" class="wp-image-2443" width="483" height="194" srcset="https://speichermann.org/wp-content/uploads/2022/04/grafik.png 499w, https://speichermann.org/wp-content/uploads/2022/04/grafik-300x120.png 300w" sizes="(max-width: 483px) 100vw, 483px" /><figcaption>It should look like this.</figcaption></figure></div>



<p>Selects Disk Number X. Replace X with your disk .</p>



<pre class="wp-block-code"><code>sel disk x</code></pre>



<p>Create a new partition and activate it, so the Disk shows up in your Explorer. </p>



<pre class="wp-block-code"><code>create partition primary</code></pre>



<pre class="wp-block-code"><code>active</code></pre>



<p>Now, you can format the drive, if you want to. You can do that in Explorer too.</p>



<pre class="wp-block-code"><code>format fs=fat32 QUICK</code></pre>



<p></p>
		<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2437"
					data-ulike-nonce="100b345903"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2437"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+4"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/how-to/how-to-properly-format-your-raspberry-pi-sd-card/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MacBook Pro M1 Max &#8211; stupidly fast!</title>
		<link>https://speichermann.org/tech/macbook-pro-m1-max/</link>
					<comments>https://speichermann.org/tech/macbook-pro-m1-max/#respond</comments>
		
		<dc:creator><![CDATA[RSpeichermann]]></dc:creator>
		<pubDate>Sun, 30 Jan 2022 15:20:00 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">https://speichermann.org/?p=2450</guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>I&#8217;ve been using the new MacBook Pro 2021 for a few weeks now and I&#8217;m still extremely impressed! What Apple has delivered here is simply]]></description>
										<content:encoded><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> 4</span> <span class="rt-label rt-postfix">minutes</span></span>		<div data-elementor-type="wp-post" data-elementor-id="2450" class="elementor elementor-2450">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-3e79db3 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="3e79db3" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7528298" data-id="7528298" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9935006 elementor-widget elementor-widget-text-editor" data-id="9935006" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>I&#8217;ve been using the new MacBook Pro 2021 for a few weeks now and I&#8217;m still extremely impressed! What Apple has delivered here is simply incredible! Whether you want to cut videos, edit photos or play the latest x86 games thanks to CrossOver, everything works with the new MacBook! I can count on one hand how many times the fan has turned on. Whether you&#8217;re running Windows 11 VmWare or editing a long 4K video, the MacBook doesn&#8217;t even get warm. Since I prefer a large display, I took the MacBook in the 16 inch variant. Additionally, it has slightly better cooling, although that doesn&#8217;t make a difference in most cases. I was blown away when Applle announced the M1 in 2020, but the M1 Max is simply a different story.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-de58c68 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="de58c68" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-16ccb56" data-id="16ccb56" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-f7371de elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f7371de" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-97388d0" data-id="97388d0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d90e803 elementor-widget elementor-widget-text-editor" data-id="d90e803" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The quality and the unboxing experience are, as always with Apple, just awesome! Instead of the model being written under the screen, it is now directly in the case on the bottom. Design-wise, the new MacBook Pro looks a bit thicker than the old one and is quite a bit heavier. Compared to my 15-inch 2018 MacBook Pro, the new one is a good bit heavier and seems a bit chunkier. Furthermore, the display is rounded at the top two corners and fills the space of the MacBook much better than the previous models. As mentioned earlier, you can hardly hear the fans of the MacBook thanks to Apple&#8217;s Silicon technology. When idling, the Intel Macs are always louder than an M1, even under full load. The Liquid Retina XDR display looks simply incredible and really has a stunning contrast. The old Macs never displayed &#8220;real&#8221; black, but more of a gray. Especially when watching movies, you can see a clear difference between the two technologies!</p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bc817e9" data-id="bc817e9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ce39a2a elementor-widget elementor-widget-image" data-id="ce39a2a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="640" height="480" src="https://speichermann.org/wp-content/uploads/2021/12/IMG_2705-700x525.jpg" class="attachment-large size-large wp-image-2229" alt="" srcset="https://speichermann.org/wp-content/uploads/2021/12/IMG_2705-700x525.jpg 700w, https://speichermann.org/wp-content/uploads/2021/12/IMG_2705-300x225.jpg 300w, https://speichermann.org/wp-content/uploads/2021/12/IMG_2705-768x576.jpg 768w, https://speichermann.org/wp-content/uploads/2021/12/IMG_2705-1536x1152.jpg 1536w, https://speichermann.org/wp-content/uploads/2021/12/IMG_2705-2048x1536.jpg 2048w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-e31c0a0 elementor-widget elementor-widget-text-editor" data-id="e31c0a0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Also, the Mac finally has 120hz. I was already used to it on the iPad Pro and Iphone 13 Pro Max and finally wanted a Mac that supported such a buttery smooth refresh rate. It just makes everything so much smoother.&nbsp; It&#8217;s also twice as much fun to play games as before. Never again without it!</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-da35903 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="da35903" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f216af9" data-id="f216af9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-1ef4454 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1ef4454" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-745c814" data-id="745c814" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-af9fcc4 elementor-widget elementor-widget-image" data-id="af9fcc4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="640" height="360" src="https://speichermann.org/wp-content/uploads/2022/01/MBPNotch-700x394.png" class="attachment-large size-large wp-image-2355" alt="" srcset="https://speichermann.org/wp-content/uploads/2022/01/MBPNotch-700x394.png 700w, https://speichermann.org/wp-content/uploads/2022/01/MBPNotch-300x169.png 300w, https://speichermann.org/wp-content/uploads/2022/01/MBPNotch-768x432.png 768w, https://speichermann.org/wp-content/uploads/2022/01/MBPNotch-1536x864.png 1536w, https://speichermann.org/wp-content/uploads/2022/01/MBPNotch.png 1920w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1335aa6" data-id="1335aa6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-073c251 elementor-widget elementor-widget-text-editor" data-id="073c251" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3>Notch..</h3><p>What can I say about that? It&#8217;s good that Apple is taking the right step to make the screen as big as possible. But why is the notch so huge? Even the notch on the iPhone 13 Pro Max is smaller! The iPhone even has FaceID inside! It just doesn&#8217;t make sense that the notch is so big and is a big minus point for me. You sell laptops for 5000€ and can&#8217;t manage to make the notch a bit smaller? Are you kidding me? It looks like the iPhone X from 2017! If you had at least included FaceID, the size would still be justifiable, but this is simply a no-go! It annoys me each time I use the Mac! Bullshit!</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0dc50fd elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="0dc50fd" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-567e5b5" data-id="567e5b5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-30e2605 elementor-widget elementor-widget-spacer" data-id="30e2605" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-881c968 elementor-widget elementor-widget-image" data-id="881c968" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="640" height="230" src="https://speichermann.org/wp-content/uploads/2022/01/MBPTransparent-768x276.png" class="attachment-medium_large size-medium_large wp-image-2365" alt="" srcset="https://speichermann.org/wp-content/uploads/2022/01/MBPTransparent-768x276.png 768w, https://speichermann.org/wp-content/uploads/2022/01/MBPTransparent-300x108.png 300w, https://speichermann.org/wp-content/uploads/2022/01/MBPTransparent-700x252.png 700w, https://speichermann.org/wp-content/uploads/2022/01/MBPTransparent-1536x553.png 1536w, https://speichermann.org/wp-content/uploads/2022/01/MBPTransparent.png 1806w" sizes="(max-width: 640px) 100vw, 640px" />															</div>
				</div>
				<div class="elementor-element elementor-element-1a0f388 elementor-widget elementor-widget-spacer" data-id="1a0f388" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-57a2191 elementor-widget elementor-widget-text-editor" data-id="57a2191" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3>Apple Silicon &#8211; Rosetta</h3><p>Initially, very few applications were compatible with Apple&#8217;s new proprietary processor architecture, but more are coming day by day! Another advantage of the Apple Silicon processors is that developers of IOS apps can also develop a program for the Mac with little effort. Furthermore, there are numerous games from Apple that are optimized for the Mac. For Intel programs that have not yet been optimized for M1, Rosetta comes into play. Rosetta is a translation layer from Apple that allows Intel programs to run on M1 Macs. Even with more complex applications like Cura, the program doesn&#8217;t feel slow at all.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a7a443e elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="a7a443e" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c044655" data-id="c044655" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-259a613 elementor-widget elementor-widget-text-editor" data-id="259a613" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h3>Apple&#8217;s backpedaling with ports</h3><p>In 2016, Apple killed almost all ports on the Mac. At that time Apple was firmly convinced that they want to go the minimalist route. Unfortunately, it ended up that you needed a doongle for each and every thing. What made many Apple fans sad was that Apple also removed MagSafe. But in 2021 it&#8217;s finally back and it&#8217;s awesome! I will never understand why Apple removed this awesome feature in the first place. For people who work with cameras a lot, the SD card slot on the Mac is also super handy. You can really save a lot of adapters that way. On the other hand, it&#8217;s a bit of a shame that Apple only includes HDMI 2.0. But who could guess that someone with a 4000€ device would want to use more than 4k @60. Apple, really! That was a bit of a flop!<br />Instead of Thunderbold 3, Apple now uses Thunderbold 4. One of the many advantages is that you can now connect more monitors than before. Anker has published a great post about the advantages of Thunderbold 4. You can find the link <span style="text-decoration: underline;"><span style="color: #3366ff; text-decoration: underline;"><a style="color: #3366ff; text-decoration: underline;" href="https://us.anker.com/blogs/hubs_edu/what-is-the-difference-between-thunderbolt-3-and-4">here</a></span></span>.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b119edf elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="b119edf" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;bounceIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-747240b" data-id="747240b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c166122 elementor-widget elementor-widget-text-editor" data-id="c166122" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Do we need the new MacBook Pro? Especially at the prices Apple is charging, you have to think twice. But even the base model is enough for video editing and demanding applications. Since I use Parallels, I opted for a 32GB model. I never want to use a laptop that isn&#8217;t a Mac again. Power users are in the right place. Performance unfortunately comes at a price.</strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
				<div class="wpulike wpulike-heart " ><div class="wp_ulike_general_class wp_ulike_is_not_liked"><button type="button"
					aria-label="Like Button"
					data-ulike-id="2450"
					data-ulike-nonce="37a2f7b085"
					data-ulike-type="post"
					data-ulike-template="wpulike-heart"
					data-ulike-display-likers=""
					data-ulike-likers-style="popover"
					class="wp_ulike_btn wp_ulike_put_image wp_post_btn_2450"></button><span class="count-box wp_ulike_counter_up" data-ulike-counter-value="+2"></span>			</div></div>
	]]></content:encoded>
					
					<wfw:commentRss>https://speichermann.org/tech/macbook-pro-m1-max/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
