<?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>Microbyte</title>
	<atom:link href="https://microbyte.blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://microbyte.blog/</link>
	<description>A blog by Asier G. Morato</description>
	<lastBuildDate>Tue, 12 Nov 2024 16:41:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">231483459</site>	<item>
		<title>Translating an app using AI: from 1 to 34 languages</title>
		<link>https://microbyte.blog/translate-an-app-with-artificial-intelligence/</link>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Mon, 11 Nov 2024 15:55:31 +0000</pubDate>
				<category><![CDATA[Code Chronicles]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[FitWoody]]></category>
		<category><![CDATA[Swift]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=535</guid>

					<description><![CDATA[<p>How we turned a daunting task into a simple process and reached thousands of new users.</p>
<p>The post <a href="https://microbyte.blog/translate-an-app-with-artificial-intelligence/">Translating an app using AI: from 1 to 34 languages</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Lately, a lot of negative things have been said about the App Store, but if there&#8217;s one thing it can boast about, it&#8217;s how easy it is to distribute and sell your product to a global audience of millions. You create your business account, prepare your product, and they take care of managing credit cards, renewals, and taxes globally.</p>



<p>They make it so easy that the only challenge left is preparing your app for a global audience. Users not only expect the app to be translated into their language but also want it to <strong>adapt to their territory&#8217;s technical and cultural preferences</strong>.</p>



<p>From artificial intelligence-powered translations to different units and calendars, here&#8217;s the story of how we used AI to translate <a href="https://www.fitwoody.camp" target="_blank" rel="noreferrer noopener">FitWoody</a> into 34 different languages while maintaining our sanity.</p>



<h2 class="wp-block-heading">App translation with AI: managing the never-ending string updates</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="1024" height="729" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-2.png?resize=1024%2C729&#038;ssl=1" alt="" class="wp-image-541" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-2.png?resize=1024%2C729&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-2.png?resize=300%2C214&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-2.png?resize=768%2C547&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-2.png?resize=1536%2C1094&amp;ssl=1 1536w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-2.png?resize=2048%2C1458&amp;ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>



<p>Unless we&#8217;re talking about something basic, apps typically have hundreds or thousands of <em>Strings</em>. Small (or large) text strings that explain everything from what a specific button does to why Heart Rate Variability is so important. Translating them would just be a matter of hours if it weren&#8217;t for some software peculiarities, like how it keeps changing version after version or how these text strings live hidden among the rest of the code.</p>



<p>That&#8217;s why, until now, managing an app&#8217;s translation was quite laborious. You had to go screen by screen retrieving all the text strings, create the translations, and above all, keep it updated. Fortunately, <strong>Xcode has</strong>, since last year, <strong>a new tool to manage much of this process</strong>.</p>



<p>Once you activate the new <em>String Catalogs</em>, Xcode takes care of collecting all the <em>Strings</em> from your project and keeping your translation database updated. Every time you add something, it&#8217;s automatically created. Every time a string is no longer used, it&#8217;s marked as <em>stale</em>. You can even leave comments that make the translation work easier. Because <em>left</em> means something different when we&#8217;re talking about a direction versus when we want to indicate the calories remaining to reach today&#8217;s goal.</p>



<p>All of this makes translation maintenance much easier, but <strong>the real challenge is translating and keeping up to date a <em>short novel</em> that keeps changing</strong>. Something that until now was unfeasible for many unless you were an industry giant, had a multilingual team, or were lucky enough to find some super-motivated user to lend a hand. This is where <strong>artificial intelligence transforms the app translation process completely</strong>.</p>



<p>I still have my doubts about whether <strong>ChatGPT or Claude</strong> are truly intelligent, but they&#8217;ve proven incredibly effective at <strong>translating apps accurately and quickly</strong>. Especially when you integrate them into an application that takes this Xcode string catalog and handles the entire translation process automatically. From your base language to 33 others in a matter of minutes, artificial intelligence handles what used to take weeks of manual work.</p>



<p>If you look around the internet, there are quite a few alternatives, though <strong>my favorite</strong> is <a href="https://stringcatalog.com" target="_blank" rel="noreferrer noopener"><em>stringcatalog.com</em></a>. It connects through GitHub to your repository and takes care of translating new texts as you add them. It has a very competitive cost, and if I had to point out one drawback, it&#8217;s that it&#8217;s not entirely intuitive for correcting translations once they&#8217;re done.</p>



<p>I also recommend checking out <a href="https://github.com/hidden-spectrum/swift-translate" target="_blank" rel="noreferrer noopener"><em>swift-translate</em></a>, a GitHub repository that does the same thing, but in this case, you have to set it up yourself and input your own API Key.</p>



<h2 class="wp-block-heading">Right to left: mirroring the interface</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="1024" height="660" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-1.png?resize=1024%2C660&#038;ssl=1" alt="SwiftUI app localization example: automatic right-to-left interface adaptation for Arabic language support" class="wp-image-540" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-1.png?resize=1024%2C660&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-1.png?resize=300%2C193&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-1.png?resize=768%2C495&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-1.png?resize=1536%2C990&amp;ssl=1 1536w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-1.png?resize=2048%2C1320&amp;ssl=1 2048w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-1.png?w=3000&amp;ssl=1 3000w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>



<p>Unlike English or Spanish, some languages like Arabic or Hebrew are read and written <a href="https://en.wikipedia.org/wiki/Right-to-left_script" target="_blank" rel="noreferrer noopener">from right to left</a> instead of left to right. This is a significant detail, as the way interfaces are perceived changes completely. The most important elements move from the left to the right, so if you want to properly adapt your app, you need to mirror your interface.</p>



<p>In the era of imperative interfaces and archaic operating systems, this used to involve quite a bit of work, but nowadays, things are much simpler. For starters, if you work with SwiftUI (or Jetpack Compose in Kotlin), you&#8217;re creating your UI declaratively for iOS or Android to later adapt it to how it should look on Apple Watch, iPhone, iPad, or Mac. And they also take care of automatically reorganizing elements when the user chooses an RTL language.</p>



<p><strong>The <em>magic</em> is such that we barely had to spend a couple of hours</strong> reviewing all of <a href="https://www.fitwoody.camp" target="_blank" rel="noreferrer noopener">FitWoody&#8217;s</a> screens and adjusting small details like some icons.</p>



<h2 class="wp-block-heading">Converting from meters to miles</h2>



<p>What did give us some headaches was supporting different units: distance, temperature, weight&#8230; Here, the difficulty isn&#8217;t in knowing which unit the user prefers and showing it to them, but in <strong>being careful not to make double conversions or avoid feeding a function data in the incorrect unit</strong>.</p>



<p>For this, we established that all <a href="https://www.fitwoody.camp" target="_blank" rel="noreferrer noopener">FitWoody&#8217;s</a> analysis libraries and data models would be in the <em>Metric System</em> and <em>Celsius</em>. From there, each model would have an additional computed variable called <em>localized</em> that would check which unit the user prefers and make the corresponding conversion before displaying it in the interface.</p>



<p>And the best part is that it&#8217;s totally transparent for the user. We don&#8217;t have to ask about it in the onboarding since we ask the operating system. One of the many advantages of creating native apps. And here&#8217;s a demonstration:</p>



<pre class="wp-block-code has-contrast-color has-base-2-background-color has-text-color has-background has-link-color has-small-font-size wp-elements-4ad57e206f32adf91f8d73d59fff8045" style="padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)"><code>import Foundation

var distanceUnit: LocalizedStringResource {
    Locale.current.measurementSystem == .metric ? "km" : "mi"
}

extension Double {

var localizedDistance: Double {
    let measure = Measurement(value: self, unit: UnitLength.kilometers)
        
    if Locale.current.measurementSystem == .metric {
	// Keep in kilometers and round to two decimals
        return measure.value.round(to: 2)
    } else {
	// Convert to miles and round to two decimals
	let measureInMiles = measure.converted(to: .miles)
	return measureInMiles.value.round(to: 2)
    }
}

}
</code></pre>



<p>Here you can also see how <em><strong>Measurement</strong></em> works, <strong>one of my favorite Swift APIs</strong>. An incredible library that allows you to easily convert between all kinds of units without having to resort to multiplications or divisions where you might make mistakes.</p>



<h2 class="wp-block-heading">What about the App Store?</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="1024" height="694" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-4.png?resize=1024%2C694&#038;ssl=1" alt="AI app translation workflow in Xcode String Catalogs: automated translation process for iOS apps in 34 languages" class="wp-image-543" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-4.png?resize=1024%2C694&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-4.png?resize=300%2C203&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-4.png?resize=768%2C520&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-4.png?resize=1536%2C1041&amp;ssl=1 1536w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/11/Translate-app-with-Artificial-Intelligence-4.png?resize=2048%2C1388&amp;ssl=1 2048w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure>



<p>All this effort would be in vain if we didn&#8217;t take one step further and do the same work on the App Store listing. Here, honestly, we&#8217;re still halfway there. On one hand, we are translating descriptions and update notes with the help of <a href="https://helm-app.com/" target="_blank" rel="noreferrer noopener"><em>Helm</em></a>, which combines the App Store Connect API with LLMs to optimize the entire process of publishing a new update.</p>



<p>What we haven&#8217;t done yet, even though we have it semi-automated in Figma, is translating the screenshots. Since we&#8217;re considering revamping the screenshots, this is something that has remained in our <em>backlog</em> for now.</p>



<h2 class="wp-block-heading">Is it worth using AI to translate your app?</h2>



<p>Short answer: Absolutely yes.</p>



<p>One of our goals for 2024 was to get FitWoody to <strong>grow outside of Spain and the United States</strong>. By leveraging artificial intelligence for app translation and localization, we launched an offer for new users that allowed us to add many users in countries like China, Korea, and Japan. It also had a domino effect in the European market and, as a result, <strong>we ended up multiplying our daily active users by 4.5</strong>. </p>



<p>While the marketing campaign helped drive these results, the key factor was having our app properly translated and localized for all these markets. Using AI to translate our app not only saved us time and resources but also ensured we could maintain high-quality translations as our app continues to evolve.</p>
<p>The post <a href="https://microbyte.blog/translate-an-app-with-artificial-intelligence/">Translating an app using AI: from 1 to 34 languages</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">535</post-id>	</item>
		<item>
		<title>Cycling with the Apple Watch Ultra</title>
		<link>https://microbyte.blog/cycling-with-the-apple-watch-ultra/</link>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Sun, 18 Aug 2024 08:00:00 +0000</pubDate>
				<category><![CDATA[Gizmo Grove]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Watch]]></category>
		<category><![CDATA[Cycling]]></category>
		<category><![CDATA[FitWoody]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=495</guid>

					<description><![CDATA[<p>In a world dominated by Garmin, here's my experience cycling with the Apple Watch Ultra.</p>
<p>The post <a href="https://microbyte.blog/cycling-with-the-apple-watch-ultra/">Cycling with the Apple Watch Ultra</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>I&#8217;ll be honest with you. When I bought the Apple Watch Ultra, I didn&#8217;t have any extreme use case in mind. I wasn&#8217;t doing ultra-marathons or diving in the ocean. I bought it mainly for two reasons: it was the first Apple Watch with a different design, and it had much more battery life.</p>



<p>Cycling came later, and since everyone seems to have some kind of Garmin, I think it&#8217;s time to share my experience cycling with the Apple Watch Ultra.</p>



<div class="wp-block-group has-border-color has-accent-4-color has-text-color has-background has-link-color wp-elements-13089c3fc6229320ce60156e93899114 has-global-padding is-layout-constrained wp-container-core-group-is-layout-1 wp-block-group-is-layout-constrained" style="border-color:#007aff;border-width:1px;border-radius:15px;background-color:#e0efff;padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)">
<p class="has-text-align-center">Whether it&#8217;s Ultra or not, the combination of sensors, screen, and apps on the Apple Watch make it perfect for those who are just starting to cycle or are cycling pros. And it&#8217;s always much cheaper to take advantage of something you already have than to buy another gadget.</p>
</div>



<h2 class="wp-block-heading">The Most Extreme Apple Watch</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-3.jpg?resize=1024%2C683&#038;ssl=1" alt="Cycling with an Apple Watch Ultra" class="wp-image-504" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-3.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-3.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-3.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-3.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Designing an Apple Watch for the most extreme conditions not only results in a very attractive design but also gives it certain characteristics that make it more useful for cycling.</p>



<p>On one hand, since it&#8217;s larger, it has <strong>more battery life</strong> (double that of a normal Watch), which means you can do a route of several hours, continue with your day, and sleep with the watch (to record your vital signs during sleep) without worrying about looking for a charger every so often. In my case, after almost two years of use, <strong>I barely need to leave it charging for the time it takes me to shower and get dressed</strong> when I wake up in the morning for it to last all day.</p>



<p>It also has a <strong>larger and brighter screen</strong>, making it easier to glance at workout data. Although, as I&#8217;ll explain later, I have a better trick for that.</p>



<p>In addition, it has <strong>dual-frequency GPS that records the route you&#8217;re following with much more precision</strong>. This is especially useful when you&#8217;re riding in areas with tall buildings or many trees. It also comes with cellular data as standard, so if you duplicate your SIM, you can leave your iPhone at home and still receive calls, messages, and notifications.</p>



<p>The only downside is that <strong>it&#8217;s a bit <em>bulky</em></strong> and in winter, when you&#8217;re wearing long clothes and gloves, it can be a bit uncomfortable. Although, you can always roll up your <em>maillot</em> a bit, and you&#8217;re set.</p>



<h2 class="wp-block-heading">Extra Sensors</h2>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex" style="margin-top:0px;margin-bottom:0px;padding-top:0;padding-bottom:0">
<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="683" height="1024" data-id="512" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-11.jpg?resize=683%2C1024&#038;ssl=1" alt="Cycling with an Apple Watch Ultra" class="wp-image-512" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-11.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-11.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-11.jpg?resize=768%2C1152&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-11.jpg?w=1000&amp;ssl=1 1000w" sizes="auto, (max-width: 683px) 100vw, 683px" /></figure>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="683" height="1024" data-id="518" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-12.jpg?resize=683%2C1024&#038;ssl=1" alt="Cycling with an Apple Watch Ultra" class="wp-image-518" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-12.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-12.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-12.jpg?resize=768%2C1152&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-12.jpg?w=1000&amp;ssl=1 1000w" sizes="auto, (max-width: 683px) 100vw, 683px" /></figure>
</figure>



<p>In addition to GPS, the Apple Watch Ultra comes with altitude, accelerometer, compass, blood oxygen, heart rate, and temperature sensors as standard. This allows it to measure workouts accurately and also <strong>record your vital signs</strong> during sleep. Ideal for measuring your progress and fatigue. With so many sensors, <strong>it&#8217;s also capable of detecting if you&#8217;ve fallen</strong>, automatically calling 112 (emergency services) and notifying your emergency contacts.</p>



<p>And if all this isn&#8217;t enough for you, you can also <strong>connect cadence, speed, and power sensors via Bluetooth</strong>. In principle, any sensor that supports this type of connectivity will work. I have <a href="https://www.trekbikes.com/es/es_ES/equipamiento/accesorios-para-bicicleta/ciclocomputadores-y-sensores/sensores-y-accesorios-para-ciclocomputadores/sensores-para-ciclocomputadores/sensor-digital-bontrager-duotrap-s/p/12319/" target="_blank" rel="noreferrer noopener nofollow">this one from Trek</a> installed on my bike and it works perfectly. You just need to connect it once via Bluetooth directly to the Apple Watch, and every time you start a workout, it will automatically collect the data.</p>



<p>For some reason, <strong>the Apple Watch&#8217;s Workout app only collects speed data when you do an indoor cycling workout</strong>. This doesn&#8217;t make much sense, which is why I updated <a href="https://www.fitwoody.camp" target="_blank" rel="noreferrer noopener"><strong>FitWoody</strong></a> to collect speed data for outdoor workouts as well.</p>



<h2 class="wp-block-heading">Turning your phone into a bike computer</h2>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex" style="margin-bottom:0px;padding-top:0;padding-right:0;padding-bottom:0px;padding-left:0">
<figure class="wp-block-image aligncenter size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="683" height="1024" data-id="511" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-10.jpg?resize=683%2C1024&#038;ssl=1" alt="Cycling with an Apple Watch Ultra" class="wp-image-511" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-10.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-10.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-10.jpg?resize=768%2C1152&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-10.jpg?w=1000&amp;ssl=1 1000w" sizes="auto, (max-width: 683px) 100vw, 683px" /></figure>



<figure class="wp-block-image aligncenter size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="683" height="1024" data-id="508" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-7.jpg?resize=683%2C1024&#038;ssl=1" alt="Cycling with an Apple Watch Ultra" class="wp-image-508" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-7.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-7.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-7.jpg?resize=768%2C1152&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-7.jpg?w=1000&amp;ssl=1 1000w" sizes="auto, (max-width: 683px) 100vw, 683px" /></figure>
</figure>



<p>Taking your hand off the handlebar to check how you&#8217;re doing is neither the most comfortable nor the safest option. That&#8217;s why all cycling computers are placed on the handlebar. So you have all the information at a glance. This could be the biggest drawback when cycling with the Apple Watch Ultra if it weren&#8217;t for the workout duplication to the iPhone.</p>



<p>Since last year, <strong>both the Workout app and <a href="https://www.fitwoody.camp" target="_blank" rel="noreferrer noopener">FitWoody</a> allow you to use the iPhone as a cycling computer</strong>. You just need to place it on the handlebar, and once you start the workout, the Apple Watch sends all the data to the phone so you can see it without letting go of the handlebar. And the best part is that it works both in a Live Activity and in the app. So you can have your phone locked or unlocked.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="689" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/FitWoody-Workout-Mirroring.png?resize=1024%2C689&#038;ssl=1" alt="" class="wp-image-499" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/FitWoody-Workout-Mirroring.png?resize=1024%2C689&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/FitWoody-Workout-Mirroring.png?resize=300%2C202&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/FitWoody-Workout-Mirroring.png?resize=768%2C517&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/FitWoody-Workout-Mirroring.png?resize=1536%2C1033&amp;ssl=1 1536w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/FitWoody-Workout-Mirroring.png?resize=2048%2C1378&amp;ssl=1 2048w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/FitWoody-Workout-Mirroring.png?w=3000&amp;ssl=1 3000w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Personally, I&#8217;m not entirely convinced by the design of the Workout app. The good thing about being a developer and making your own fitness app is that you can do things your way. In this case, <strong><a href="https://www.fitwoody.camp" target="_blank" rel="noreferrer noopener">FitWoody</a> displays heart rate data as if it were an odometer</strong>. This way, you can see your pulse as if it were the rev counter of an engine and see more clearly if you&#8217;re overdoing it when climbing a hill.</p>



<p>Nowadays, there are all kinds of <strong>mounts to place the iPhone on the bike</strong>. I opted for <a href="https://eu.peakdesign.com/products/out-front-bike-mount" target="_blank" rel="noreferrer noopener">this one from Peak Design</a>. The mounting system is as secure as it is easy to use. You can place (or remove) the phone with one hand in a second, and at no time do you think it&#8217;s going to fly off. Plus, the phone case is just as good.</p>



<p><em>Ah!</em> A small piece of advice, <strong>it&#8217;s better if you carry your phone in battery-saving mode</strong>. Otherwise, having to keep the brightness very high for a couple of hours will likely drain your battery. I have my phone configured to automatically activate when the &#8220;Workout&#8221; focus mode is turned on.</p>



<h2 class="wp-block-heading">The Post-Workout</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-1.jpg?resize=1024%2C683&#038;ssl=1" alt="Cycling with an Apple Watch Ultra" class="wp-image-502" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/08/cycling-with-an-apple-watch-ultra-1.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>There&#8217;s no point in collecting so much data if you don&#8217;t pay attention to it afterwards. Right after finishing, you can take a look at the route and the most important data on the watch, but if you want to delve deeper, there&#8217;s nothing like taking out your phone.</p>



<p>And this is where I really think the Apple Watch wins over Garmin. <strong>The Garmin app has a design that looks like it hasn&#8217;t been updated in 10 years</strong> and doesn&#8217;t give the feeling that they&#8217;ve put much love into it. The Apple Watch Fitness app may have its issues, but seeing what&#8217;s coming in iOS 18, I think it&#8217;s quite a bit better.</p>



<p>Another good thing is that, since all the data collected by the Apple Watch goes to the Health app (and this is fully interoperable), <strong>any app can connect to the data to display and analyze it</strong>. This is how we&#8217;ve been able to develop <a href="https://www.fitwoody.camp" target="_blank" rel="noreferrer noopener">FitWoody</a> to work so well with the Apple Watch.</p>



<p>Moreover, starting from version 1.4, <strong>we added support for all specific cycling metrics</strong>. So you can analyze your power, cadence, speed, and altitude simultaneously in each section of the route. You can even check the segments in 1 and 5 kilometer stretches.</p>



<hr class="wp-block-separator has-css-opacity"/>



<p>The Apple Watch Ultra has surprised me as an excellent companion for cycling. Its long battery life, durability, precise sensors, and seamless integration with the iPhone make it a versatile tool for riders of all levels. While it may not have been designed specifically for cycling, its capabilities rival dedicated cycling computers. So next time you clip in, give it a try – you might just find it&#8217;s the cycling partner you never knew you needed.</p>
<p>The post <a href="https://microbyte.blog/cycling-with-the-apple-watch-ultra/">Cycling with the Apple Watch Ultra</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">495</post-id>	</item>
		<item>
		<title>Vision Pro: First Impressions</title>
		<link>https://microbyte.blog/apple-vision-pro-first-impressions/</link>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Tue, 16 Jul 2024 18:20:05 +0000</pubDate>
				<category><![CDATA[Gizmo Grove]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Vision]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=472</guid>

					<description><![CDATA[<p>After a year waiting to try them, I've finally been able to immerse myself in spatial computing. So here are my first impressions of Apple Vision Pro.</p>
<p>The post <a href="https://microbyte.blog/apple-vision-pro-first-impressions/">Vision Pro: First Impressions</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Last Friday, after almost a year of waiting, Apple put the Vision Pro on sale in some European countries. Spain wasn&#8217;t among them, but after a 770 km journey and a quick visit to Bordeaux, <strong>I&#8217;ve finally been able to try the <em>future</em> of computing</strong>.</p>



<p>Since walking around with them on the street or wearing them for a week straight has already been done, I&#8217;ve decided to take advantage of this opportunity to write down <strong>my first impressions</strong>. They&#8217;re not the first to be written, but after hearing so much about the <strong>Apple Vision Pro</strong> on all kinds of podcasts and blogs for so long, the truth is that I&#8217;ve had some surprises.</p>



<h2 class="wp-block-heading">But weren&#8217;t they dead?</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="768" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-1.jpg?resize=1024%2C768&#038;ssl=1" alt="Apple Vision Pro First Impressions" class="wp-image-475" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-1.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-1.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-1.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-1.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Reading the media these last few days, it seems that the Apple Vision Pro is more dead than alive, so <strong><em>why buy one?</em></strong> The truth is that we&#8217;ve heard that &#8220;<em>that Apple gadget is finished</em>&#8221; a bunch of times already. It was said at the time about the iPod, the iPhone, the iPad (which they try to kill year after year), and also about the Apple Watch, so <em>why would it be different this time?</em></p>



<p>Jokes aside, when I saw the Vision Pro presentation last year, I had the same feeling as when I saw the original iPhone presentation. <strong>A glimpse into a possible future</strong>. A significant leap forward that requires some vision and also a bit of faith.</p>



<p>We don&#8217;t remember it now, but <strong>that iPhone didn&#8217;t even have the App Store</strong>, and beyond calling, browsing the internet, listening to music, and watching YouTube videos, it didn&#8217;t do much. Although what mattered wasn&#8217;t how much or how little it did, but how it did it. The touchscreen, the gestures, those animations&#8230; Clearly, it was another way of understanding computing. And time has proven it right.</p>



<p>However, if we look back, it&#8217;s not hard to find hundreds of articles, even from Microsoft&#8217;s CEO at the time, saying it would be a failure. <strong>Too expensive to be a phone</strong>. Unable to do X or Y. It didn&#8217;t even have a keyboard!</p>



<p>With all this, I don&#8217;t mean to say that Vision Pro will become the success that the iPhone has been. Of course, it won&#8217;t be with this hardware or this price. But <strong>perhaps we are judging too quickly something we don&#8217;t even understand yet</strong>.</p>



<p>And what happens when something is not fully understood is that it&#8217;s very difficult to imagine its potential. If we don&#8217;t use augmented reality glasses regularly, <em>how will we know at what moments in our lives it might make sense?</em> If we don&#8217;t try to create different types of applications, <em>how will we know which ones are the most useful?</em></p>



<p>The truth is that I&#8217;m not very clear if the Apple Vision Pro will be the cinema par excellence, if they will have the ability to work with total flexibility like a Mac, or if they will be the definitive creative tool like the iPad. But what I am clear about is that <strong>I want to learn as much as possible about spatial computing now that it&#8217;s taking its first steps</strong>. So, if it becomes a successful platform, I&#8217;ll be able to say that at <a href="https://www.chubbyapps.com/">Chubby Apps</a> we have great experience developing digital products for it.</p>



<p>And with that said, let&#8217;s go with the first impressions <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f447.png" alt="👇" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<h2 class="wp-block-heading">Glasses Apple-style</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="768" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-2.jpg?resize=1024%2C768&#038;ssl=1" alt="Apple Vision Pro First Impressions" class="wp-image-476" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-2.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-2.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-2.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-2.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>My first impression, as soon as I saw them on one of the Apple Store tables, is that <strong>they are smaller than I expected</strong>. I don&#8217;t know if it&#8217;s because of the photos on the web, the YouTube reviews, or other virtual reality glasses I&#8217;ve tried, but they have quite a modest size. They&#8217;re the same size as typical ski goggles, but with more depth.</p>



<p>As soon as I picked them up, I also thought they didn&#8217;t weigh much, but of course, <strong>it&#8217;s not the same to hold them in your hands as it is to wear them on your head for a couple of hours</strong>. The weight is noticeable especially when you start turning your head or when you&#8217;re more than halfway through a movie (especially if it&#8217;s a long one).</p>



<p>Hence, the two hours of battery life that Apple announces isn&#8217;t as little as it might seem at first glance. Honestly, I don&#8217;t see myself wearing this for eight hours a day.</p>



<p>In this sense, and although they are as portable as any MacBook Pro, the truth is that I see them as a static product <strong>that will probably not leave home or the office much</strong>. Although, well, this is something that can change in the future when new, lighter, and more powerful generations come out.</p>



<p>As for the straps, I love the design and functionality of the braided band. Although it&#8217;s true that the weight distribution is much more comfortable with the double band.</p>



<p>For the rest, it&#8217;s <strong>everything you can expect from Apple in terms of hardware</strong>. They are a work of art in engineering. From the finishes to the materials.</p>



<h2 class="wp-block-heading">VisionOS, a magic trick</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="768" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-7.jpg?resize=1024%2C768&#038;ssl=1" alt="Apple Vision Pro First Impressions" class="wp-image-481" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-7.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-7.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-7.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-7.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>But if there&#8217;s one reason why the Vision Pro seems to come from the future, it&#8217;s undoubtedly because of its operating system. Just like with the original iPhone, <strong>every interaction feels like magic</strong>. As soon as you start, you feel like the glasses are reading your mind, as they highlight everything you look at. The next trick is when you join your fingers to select a photo, and the illusion is complete when you do it with both hands to zoom.</p>



<p>It&#8217;s so incredible that it&#8217;s impossible not to smile. <strong>The same WOW effect as when Steve Jobs unlocked the iPhone for the first time</strong>. By the time you get used to it, you realize that the windows cast shadows in your environment or that you can <strong>place a full-size Formula 1 car in your living room</strong>, and you&#8217;re amazed again at the leap that all this represents.</p>



<p>It&#8217;s difficult to explain, but VisionOS is <strong>an operating system in three dimensions</strong> where you can place things near or very far. All thanks to the <strong>sense of depth</strong> generated by the screens. Which is especially impressive when you start watching a movie in one of the virtual environments and <strong>the screen grows until it becomes a giant cinema</strong>.</p>



<p>And it doesn&#8217;t matter how much you move, because the sensors and cameras are tracking the space so well that <strong>everything is where your brain expects it to be</strong>. From that screen you left hanging in the kitchen to that app you were trying out the other day on the couch.</p>



<p>For simple interactions, like choosing a movie, the whole system of control with your gaze and hands is more than enough, but just like the iPad, <strong>if you want to do serious things, it&#8217;s best to connect a keyboard</strong> and even a trackpad to be able to control everything in a much more precise and, above all, faster way. What is a shame is that we haven&#8217;t yet seen how Apple Intelligence will work in VisionOS, since being able to speak and have Siri do everything you ask would be incredible. Until then, the closest thing is that you can look at any text box and start talking.</p>



<h2 class="wp-block-heading">A universe awaiting the Big Bang</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="768" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-4.jpg?resize=1024%2C768&#038;ssl=1" alt="Apple Vision Pro First Impressions" class="wp-image-478" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-4.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-4.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-4.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-4.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Of the whole experience, the ecosystem of applications, games, and immersive videos is, without a doubt, where Vision Pro is currently lacking. If in recent years we&#8217;ve gotten tired of hearing that the iPad is not good for work because it lacks X or Y features that the Mac has, I don&#8217;t want to imagine what we can expect with VisionOS if Apple doesn&#8217;t get its act together.</p>



<p>Right now, <strong>the difference between Vision Pro and the rest of the Apple ecosystem is abysmal</strong>. The number of native applications does not exceed 400 (compared to the more than 1,000,000 apps available for iOS) and among them are not the usual ones. In fact, not even with <a href="https://www.apple.com/visionos/visionos-2-preview/">VisionOS 2</a> has Apple finished porting all its apps.</p>



<p>There are some of my favorites, like Things or Fantastical, but Ulysses, where I usually write these articles, is not there. The same can be said for Ivory, Slack, Notion, Linear, Xcode, Timery, Overcast, Reeder, Netflix&#8230; Not even apps that I make myself like Cori or <a href="https://www.fitwoody.camp/">FitWoody</a>. And the truth is that <strong>I don&#8217;t think it&#8217;s the developers&#8217; fault</strong>. For a product that is crying out for studios to create apps and games for it, it&#8217;s at least curious that until a few days ago (a year after its presentation) the only way to get a Vision Pro was to fly to the United States. And no, the simulator is not enough to create an app that makes sense for Vision Pro.</p>



<p>As a small development studio, it&#8217;s not a battle that concerns us much, but it doesn&#8217;t help that in recent months Apple has been fighting with large studios or hasn&#8217;t wanted to give <strong>any incentive to port your apps to the platform</strong>.</p>



<p>Because if there&#8217;s one thing I&#8217;ve realized these days, it&#8217;s that <strong>apps in compatible mode don&#8217;t make the grade</strong>. They&#8217;re a much worse experience than using iPhone apps on the iPad. And although at first glance it might seem that the connection with the Mac can sustain a large part of the experience, in practice, it&#8217;s not that much. Taking advantage of Vision Pro to work on the Mac more comfortably when you&#8217;re not in your usual workspace is one thing, but having to carry the Mac with you to be able to do something with Vision Pro is something totally different.</p>



<h2 class="wp-block-heading">A Spatial Computing Developer</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="768" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-5.jpg?resize=1024%2C768&#038;ssl=1" alt="Apple Vision Pro First Impressions" class="wp-image-479" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-5.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-5.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-5.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/07/apple-vision-pro-first-impressions-5.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>There are people who say that to develop for Vision Pro you don&#8217;t need to have one, but I can already tell you that <strong>the experience of actually using them or using the simulator is not the same at all</strong>. The simulator helps you understand how the operating system works on the surface, but it doesn&#8217;t teach you what the user experience is like or for what purposes it might make more sense to use Vision Pro instead of an iPad or Mac.</p>



<p>We&#8217;re still in the familiarization phase, but even so, I can already tell you that at <a href="https://www.chubbyapps.com/">Chubby Apps</a> <strong>we have a project or two in the works</strong> for the glasses. For now, I can&#8217;t announce anything, but I&#8217;m sure that in the coming months I&#8217;ll be sharing my experiences here.</p>
<p>The post <a href="https://microbyte.blog/apple-vision-pro-first-impressions/">Vision Pro: First Impressions</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">472</post-id>	</item>
		<item>
		<title>Microbyte: A blog written by a human on his laptop</title>
		<link>https://microbyte.blog/welcome-to-microbyte/</link>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Sun, 26 May 2024 11:56:03 +0000</pubDate>
				<category><![CDATA[Miscellanea]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=465</guid>

					<description><![CDATA[<p>It’s been a while, so please excuse me if I don’t remember how to do this correctly 😅. Never mind, my name is Asier and welcome to Microbyte!</p>
<p>The post <a href="https://microbyte.blog/welcome-to-microbyte/">Microbyte: A blog written by a human on his laptop</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Like Javier Cañada always remembers on <a href="https://www.google.com/url?sa=t&amp;source=web&amp;rct=j&amp;opi=89978449&amp;url=https://podcasts.apple.com/gb/podcast/el-medio-es-el-masaje/id1687162554&amp;ved=2ahUKEwjcgfi0uKSGAxVhTKQEHZvjDU4QFnoECBEQAQ&amp;usg=AOvVaw3UyyVEzwq8pi18nTnVha9U" title="El medio es el masaje Javier CañadaApplehttps://podcasts.apple.com › podcast › el-medio-es-el-ma...">his podcast</a>: “<em>The medium is the message</em>”. A quote written by Marshall McLuhan that reminds us that what we say is as important as where and how we say it. That’s why in an era of Big Data and Artificial Intelligence, where machines have learned how to communicate like humans, I decided to launch a small and old-school blog. </p>



<p>My little grain of sand to bring us back to a simpler era. To think for a moment that this is 2004 and we’re going crazy about the idea of Apple launching <a href="https://youtu.be/VQKMoT-6XSg?si=1m8aTch-2Ip3NCVQ&amp;t=195">an iPod with a phone</a>. A blog written by a human on his laptop against the giant content farms fueled by the latest ChatGPT model that want to rank TOP 3 on Google. Nothing ambitious, nothing synthetic.</p>



<h2 class="wp-block-heading">What are you going to talk about?</h2>



<p>I would like to fill it with my adventures as an entrepreneur, developer, and <em>Tech Aficionado</em>. These past four years have flown by and I wish I would’ve had some type of diary. I hope this becomes the place where I collect my ideas, experiences, learnings, and things I’m passionate about. To start, here are the main categories:</p>



<ul class="wp-block-list">
<li><strong>Code Chronicles</strong>: The adventure of a journalist turned into a software developer.</li>



<li><strong>The Workshop</strong>: A collection of my creative projects and the process behind them.</li>



<li><strong>Startup Saga</strong>: Chronicles of my entrepreneurial adventures and the quest for innovation.</li>



<li><strong>Gizmodo Grove</strong>: A peaceful retreat filled with curious gadgets and other things that spark joy and wonder.</li>



<li><strong>Miscellanea</strong>: For those bits and bobs that don’t fit neatly into other categories.<br></li>
</ul>



<h2 class="wp-block-heading">Why a blog?</h2>



<p>I know, newsletters are <em>the thing</em> right now. I love them. I even started one a really long time ago when almost no one was doing one. But what I don’t really like is that the content only exists in the subscriber&#8217;s inbox. If you discover a great newsletter, it’s really difficult to read previous editions. The content only exists for that day and then is lost.</p>



<p>Also, there is a list of great blogs that have inspired me over the years: <a href="https://daringfireball.net/">Daring Fireball</a>, <a href="https://kottke.org/">Kottke.org</a>, <a href="https://www.david-smith.org/">David Smith</a>, <a href="https://nilcoalescing.com/blog/">Nil Coalescing</a>, <a href="https://www.polpiella.dev/">Pol Piella</a>, <a href="https://sarunw.com/">Sarunw</a>, <a href="https://swiftwithmajid.com/">Swift With Majid</a>, <a href="https://sixcolors.com/">Six Colors</a>, <a href="https://thenewsprint.co/">The Newsprint</a>, <a href="https://512pixels.net/">512 Pixels</a>, <a href="https://birchtree.me/">Birtchtree</a>, <a href="https://initialcharge.net/">Initial Charge</a>, <a href="https://cabel.com/">Cabel.com</a>, or <a href="https://lmnt.me/">Lmnt.me</a> among others. I want Microbyte to be as creative, interesting, eye-opening, and opinionated as them.</p>



<p>I don’t know how much I’m going to publish here. I hope maybe a couple of times a month. I can’t promise a schedule, but what I can say is that I&#8217;ll try to make it as appealing as I can.</p>



<p>As an old-school blog, you can subscribe by <a href="https://microbyte.blog/rss"><strong>RSS</strong></a>. But, if you really really want to receive all the content from the blog as a newsletter.</p>
<p>The post <a href="https://microbyte.blog/welcome-to-microbyte/">Microbyte: A blog written by a human on his laptop</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">465</post-id>	</item>
		<item>
		<title>How I Learned to Code (And Launched My First App)</title>
		<link>https://microbyte.blog/how-i-learn-to-code/</link>
					<comments>https://microbyte.blog/how-i-learn-to-code/#respond</comments>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Mon, 01 Jun 2020 15:00:00 +0000</pubDate>
				<category><![CDATA[Code Chronicles]]></category>
		<category><![CDATA[El Imperdible]]></category>
		<category><![CDATA[Safetimer]]></category>
		<category><![CDATA[Swift]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=15</guid>

					<description><![CDATA[<p>In recent days, many of you have asked me how I learn to code and how I made my first app. So here's a post sharing my experience.</p>
<p>The post <a href="https://microbyte.blog/how-i-learn-to-code/">How I Learned to Code (And Launched My First App)</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group has-border-color has-accent-4-color has-text-color has-background has-link-color wp-elements-e9fb3c5f71a9dbf7fbe88e1a555687d1 has-global-padding is-layout-constrained wp-container-core-group-is-layout-2 wp-block-group-is-layout-constrained" style="border-color:#007aff;border-width:1px;border-radius:15px;background-color:#e0efff;padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)">
<p class="has-text-align-center">This post was originally published on my old blog, <a href="https://elimperdible.es/" target="_blank" rel="noreferrer noopener nofollow">El Imperdible</a>.</p>
</div>



<p>If you were one of those people who didn&#8217;t miss an article from El Imperdible, you surely noticed that this blog has been in a <em>coma</em> for a few months. I could make excuses, like there has been a global pandemic, but the truth is that I&#8217;ve found a new hobby: <em>creating apps</em>.</p>



<p>Do you know that list of things you would like to do before you die but never find the time or put enough effort into doing? Well, <strong>learn to code had been on my list for so long that the rest of the items were treating it with formal respect</strong>. Every year, when the WWDC (Apple&#8217;s developer conference) arrived, I&#8217;d dust off the list and say that this year, for real, I would get to it. Then I would keep postponing it because it either wasn&#8217;t the right moment, I was too busy, or [INSERT YOUR EXCUSE HERE]. And so it went on and on until last November, when a <em>Black Friday</em> deal ended this sort of <em>Groundhog Day</em>.</p>



<h2 class="wp-block-heading">How I learn to code</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-3.jpg?resize=1024%2C683&#038;ssl=1" alt="how to learn to code iPhone apps" class="wp-image-19" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-3.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-3.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-3.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-3.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Learn to code iPhone apps is like learning a new language. It&#8217;s not easy, but with desire, effort, and persistence, anyone can do it. That said, it&#8217;s key to know where to start so as not to feel completely lost.</p>



<p>If you search on Google, you will surely find thousands of pages, courses, and videos that teach programming from scratch. Some are good and others not so much, but when you start, it&#8217;s not easy to differentiate them. So here&#8217;s a list of resources that have helped me learn to code, from <em>I have no idea</em> to <em>well, I know how to manage a bit</em>:</p>



<ol class="wp-block-list">
<li><strong>Shortcuts</strong>. It&#8217;s an app that comes installed by default on all iPhones and iPads. It allows you to create small “<em>apps</em>” without writing a single line of code. You just drag and drop blocks. It&#8217;s a good way to learn the basics. You can create something simple to really complex stuff.</li>



<li><strong>Swift Playgrounds courses</strong> (<a href="https://apps.apple.com/es/app/swift-playgrounds/id908519492">iPad</a>, <a href="https://apps.apple.com/es/app/swift-playgrounds/id1496833156?mt=12">Mac</a>). It might seem that it&#8217;s just for kids, but it&#8217;s the best way to take your first steps in Swift. It teaches you the basics from scratch and is very enjoyable.</li>



<li><a href="https://www.udemy.com/course/ios-13-app-development-bootcamp/" target="_blank" rel="noreferrer noopener nofollow">“<em><strong>iOS 13 &amp; Swift 5 &#8211; The Complete iOS App Development Bootcamp</strong></em>”</a> by Angela Yu. It&#8217;s the famous course I bought on <em>Black Friday</em> for €10. For that price, I didn&#8217;t know what to expect, but it turned out to be a hit. You learn by making apps, starting from the simplest and gradually increasing in difficulty. The only downside is that SwiftUI (which is simpler and faster than UIKit) is barely touched in one module. It has several very important Pros when you start: It teaches you to use Xcode, all kinds of programming concepts and, above all, to fend for yourself.</li>



<li><a href="https://developer.apple.com/tutorials/swiftui/" target="_blank" rel="noreferrer noopener nofollow"><strong>Apple&#8217;s SwiftUI tutorials</strong></a>. It may still be in its infancy (we&#8217;ll see at WWDC), but SwiftUI is the future. Plus, it&#8217;s much more accessible for beginners than UIKit.</li>



<li>“<a href="https://www.hackingwithswift.com/100" target="_blank" rel="noreferrer noopener nofollow"><em><strong>100 days of Swift</strong></em></a>” and “<a href="https://www.hackingwithswift.com/100/swiftui" target="_blank" rel="noreferrer noopener nofollow"><em><strong>100 days of SwiftUI</strong></em></a>”. Once you start to go solo, at Hacking With Swift you can find tutorials to do practically anything.</li>



<li><strong>Google and <a href="https://stackoverflow.com/" target="_blank" rel="noreferrer noopener nofollow">Stack Overflow</a></strong>. For when something goes wrong and you don&#8217;t know why.</li>
</ol>



<p>If you&#8217;ve been opening the links, you&#8217;ll have realized that most resources for learning to program are in English. Although there are websites like <a href="https://applecoding.com/">Apple Coding</a> that have a lot of information and tutorials in Spanish, English is very helpful. Especially when you&#8217;re stuck on something very specific and don&#8217;t quite know where to continue.</p>



<p>And now, the million-dollar question. <em><strong>How many hours have you spent learning to program?</strong></em> According to Toggl, <strong>about 100 hours</strong> (between courses and tutorials). Although, to be fair, <strong>another 150 hours that I&#8217;ve been developing several apps on my own should also be added</strong>.</p>



<p>I won&#8217;t deny it, the lockdown has been very helpful in learning to program. That said, <strong>what&#8217;s really important is the commitment</strong>. Just like with the gym, you start to notice the results when you&#8217;ve been working for several weeks and months. It doesn&#8217;t matter if it&#8217;s an hour a day or Sunday mornings, the important thing is consistency.</p>



<h2 class="wp-block-heading">SafeTimer, My Very First App</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-1.jpg?resize=1024%2C683&#038;ssl=1" alt="how to learn to code iPhone apps" class="wp-image-17" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-1.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Besides continuing to learn, I took advantage of the lockdown to make and launch my first app: <a href="https://apps.apple.com/app/apple-store/id1512032981?pt=121500132&amp;ct=imp&amp;mt=8" target="_blank" rel="noreferrer noopener nofollow">SafeTimer</a>, an app we developed altruistically at Hortelanos that helps you control the usage time you&#8217;ve given to a mask.</p>



<p>The idea came up when we started looking for reusable masks. Most brands talked about X hours of use before they needed to be washed or have their filter changed. The problem was that, unless you used it for work, <strong>most of us use masks intermittently</strong>: 30 minutes when going out to shop, 10 when walking the dog, two hours when going for a walk&#8230; It&#8217;s easy to lose count and if you exceed the usage, the mask loses all its efficacy.</p>



<p>Since there was no simple way to control the use (and I was very into learning to program) <strong>I decided to <em>take the plunge</em> and create SafeTimer</strong>. Along the way, some friends like <strong>Miguel de Andrés, Patricia Bedoya, or Carla Auclair&#8230;</strong> joined, and thank goodness they did because I wouldn&#8217;t have made it without their help.</p>



<p>Four weeks later, here we are. <a href="https://apps.apple.com/app/apple-store/id1512032981?pt=121500132&amp;ct=imp&amp;mt=8" target="_blank" rel="noreferrer noopener nofollow">The app can now be downloaded</a> (totally free), <a href="https://github.com/Chubby-Apps/SafeTimer" target="_blank" rel="noreferrer noopener nofollow">all the code is published openly on GitHub</a>, I&#8217;ve published <a href="https://twitter.com/asiergmorato/status/1266386304369143809?s=21" target="_blank" rel="noreferrer noopener nofollow">the first update</a>, and I have other improvements underway.</p>



<h2 class="wp-block-heading">Four Things I&#8217;ve Learned</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-5.jpg?resize=1024%2C683&#038;ssl=1" alt="how to learn to code iPhone apps" class="wp-image-21" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-5.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-5.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-5.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-5.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>That said, here are some things I wish I had known before starting to make the app:</p>



<ul class="wp-block-list">
<li><strong>Spend a couple of hours planning everything more or less</strong>. It&#8217;s easier to make changes on <em>paper</em> than on code, especially if it&#8217;s a <em>foundation</em> decision. The same with the design of the screens, make sketches on whatever (I use Linea Sketch) and try to <em>tinker with it</em> to see if it works before designing it in Xcode.</li>



<li><strong>Start testing as soon as possible</strong>. Try to get feedback from all types of users, this way you&#8217;ll discover use cases that hadn&#8217;t even crossed your mind. A friend discovered a very serious bug within the first 30 seconds of using the app that I hadn&#8217;t even considered.</li>



<li><strong>Make your app as flexible as possible</strong>. It&#8217;s easy to overlook at the beginning, but it has to adapt from a tiny screen like the iPhone SE&#8217;s to a giant one like the iPhone 11 Pro Max&#8217;s. The same goes for languages (texts don&#8217;t have the same length) and accessibility. If you start with this from the beginning, you&#8217;ll avoid many headaches at the end.</li>



<li><strong>SwiftUI is the future</strong>. It has its limitations, but I wouldn&#8217;t have been able to make the app in such a short time without it. It&#8217;s so agile and simple that <strong>I was able to make the version for the Apple Watch</strong> (which is totally independent) <strong>in less than 10 hours of work</strong>. All thanks to all the code from the iPhone version that I could reuse.</li>
</ul>



<h2 class="wp-block-heading">What&#8217;s Next?</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-4.jpg?resize=1024%2C683&#038;ssl=1" alt="how to learn to code iPhone apps" class="wp-image-20" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-4.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-4.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-4.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2020/06/how-to-learn-to-program-iPhone-apps-4.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Well, to continue learning and creating apps.</p>



<p>I have many ideas in the pipeline, some more ambitious than others. Plus, WWDC is just around the corner, and I&#8217;m eager to see what&#8217;s new in the new versions of <em>iOS/iPadOS/macOS/watchOS</em> and, especially, SwiftUI.</p>
<p>The post <a href="https://microbyte.blog/how-i-learn-to-code/">How I Learned to Code (And Launched My First App)</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://microbyte.blog/how-i-learn-to-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15</post-id>	</item>
		<item>
		<title>The game console that got me hooked on video games</title>
		<link>https://microbyte.blog/the-game-console-that-got-me-hooked-on-video-games/</link>
					<comments>https://microbyte.blog/the-game-console-that-got-me-hooked-on-video-games/#respond</comments>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Tue, 03 Dec 2019 14:00:00 +0000</pubDate>
				<category><![CDATA[Gizmo Grove]]></category>
		<category><![CDATA[El Imperdible]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[Nintendo DS]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=36</guid>

					<description><![CDATA[<p>Although it may not be old enough to be considered retro, the Nintendo DS was a revolutionary console.</p>
<p>The post <a href="https://microbyte.blog/the-game-console-that-got-me-hooked-on-video-games/">The game console that got me hooked on video games</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group has-border-color has-accent-4-color has-text-color has-background has-link-color wp-elements-e9fb3c5f71a9dbf7fbe88e1a555687d1 has-global-padding is-layout-constrained wp-container-core-group-is-layout-3 wp-block-group-is-layout-constrained" style="border-color:#007aff;border-width:1px;border-radius:15px;background-color:#e0efff;padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)">
<p class="has-text-align-center">This post was originally published on my old blog, <a href="https://elimperdible.es/" target="_blank" rel="noreferrer noopener nofollow">El Imperdible</a>.</p>
</div>



<p>It may not generate as much nostalgia for me as <a href="https://elimperdible.es/game-boy-color-mi-primera-consola/" target="_blank" rel="noreferrer noopener nofollow">my Yellow Game Boy Color</a>, but the Nintendo DS is the console that got me hooked on these <em>little machines</em> and video games.</p>



<p>Perhaps it was because I was just the right age (12 years old) when it hit the market, but you can&#8217;t imagine the hours I&#8217;ve spent capturing <em>pocket monsters</em>, jumping from platform to platform, or especially, taking care of my virtual village. Without it, I wouldn&#8217;t be the Nintendo geek I am today.</p>



<p>And it didn&#8217;t just change me, it also <strong>changed the video game industry forever</strong>. It introduced dual screens, touch controls&#8230; and invited the <em>gamer</em> world to all kinds of casual players who until then hadn&#8217;t touched a gaming device (<em>Does anyone remember grandparents playing Brain Training?</em>).</p>



<p>It is, in short, the perfect candidate to continue this journey through gadgets, objects, series, movies, and albums from another time that is <em><strong>Retrovision</strong></em>.</p>



<h2 class="wp-block-heading">From potato to a design object</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-3.jpg?resize=1024%2C683&#038;ssl=1" alt="Nintendo DS the console that got me hooked on video games" class="wp-image-41" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-3.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-3.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-3.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-3.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>I don&#8217;t know what you think, but both the Nintendo DS Lite and the DSi are two of the most beautiful consoles ever made. Quite striking if we consider the <em>clunky</em> original DS, a kind of Frankenstein that looked like a GBA SP on steroids.</p>



<p>With such a minimalist and pure appearance more than a &#8220;kids’&#8221; video game console, <strong>it seems like a design object that could appear in art books alongside the works of Jony Ive for Apple</strong>. It even seems more suited to the shelves of Muji than to a video game store or a big box retailer.</p>



<h2 class="wp-block-heading">Fun above all</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-4.jpg?resize=1024%2C683&#038;ssl=1" alt="Nintendo DS the console that got me hooked on video games" class="wp-image-42" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-4.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-4.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-4.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-4.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>If there&#8217;s something that characterizes Nintendo, it&#8217;s that while the rest focus on graphics, they concentrate on <strong>creating new ways to play and making their games fun</strong>. And as evidence, just press a button.</p>



<p>In 2004, while Sony was trying to create a portable version of the PS2, Nintendo pulled a much less capable console out of its hat that had two screens, and what&#8217;s more, one of them was touch-sensitive. At first glance, the battle was lost, but in the end, <strong>creativity and fun won over brute force</strong>.</p>



<p>I won&#8217;t deny it. The Nintendo DS catalog has a lot of <em>filler</em> and <em>weird stuff</em> (that&#8217;s what happens when you sell 154.02 million consoles), but also many <em>gems</em>: We&#8217;re talking about a console with <em>New Super Mario Bros.</em> or <em>Pokémon Black and White</em>, pinnacle games in their respective series. There are also games like <em><a href="https://elimperdible.es/t/animal-crossing/" target="_blank" rel="noreferrer noopener nofollow">Animal Crossing</a>: Wild World</em> that laid the foundations for the great success the series enjoys today.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-1.jpg?resize=1024%2C683&#038;ssl=1" alt="Nintendo DS the console that got me hooked on video games" class="wp-image-39" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-1.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p><strong>The most interesting and different DS games</strong> weren&#8217;t played with buttons, but with the stylus and touch screen. <em>Nintendogs</em> and, especially, <em>Brain Training</em> were viral games, in an era when that word didn&#8217;t even <em>exist</em>, and brought all sorts of people into the <em>gamer</em> universe. Along with other titles, they laid the foundations for mobile gaming. There were so many possibilities that games like <em>Brain Training</em>, <em>Hotel Dusk</em>, or <em>Guitar Hero</em> (accessory included) invented the concept of playing with the DS held like a book.</p>



<h2 class="wp-block-heading">Better with friends</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-5.jpg?resize=1024%2C683&#038;ssl=1" alt="Nintendo DS the console that got me hooked on video games" class="wp-image-43" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-5.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-5.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-5.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/12/nintendo-ds-the-game-console-that-got-me-hooked-on-video-games-5.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>The Nintendo DS and the PSP were the first portable consoles with WiFi, although back then we didn&#8217;t quite understand what it was, and it was used more for playing local multiplayer games than for surfing the internet. You no longer needed a cable to trade <em>Pokémons</em>.</p>



<p>The good thing about that era is that every kid had a Nintendo DS. So, when you went to the park or were on a bus trip, there was always someone to battle, play a match, or race with.</p>



<p>A highly underrated feature, perhaps because everyone ended up with more or less legal copies of the most well-known games, was <strong>DS Download Play</strong>. Thanks to this feature, if one of your friends had <em>Mario Kart</em> and the rest didn&#8217;t, you could download (temporarily) part of the game and race each other.</p>



<p>Nowadays, there&#8217;s no console that does this, partly because games have gone from taking up 8 <em>megabytes</em> to several <em>gigabytes</em> and because almost all multiplayer games are either online (like Fortnite) or designed for home consoles. On the Switch, you can share the <em>joy-cons</em> with a friend but not the game itself.</p>



<p>As often happens after great successes, <strong>the end of the Nintendo DS was not pretty and left a taste too bitter</strong> for what it had been. Piracy, as easy as buying a cartridge, killed many studios&#8217; interest. Smartphones quickly overtook and captured casual gamers&#8230; and the Nintendo 3DS, its successor, arrived late and with a very tumultuous launch.</p>



<p>Though, as they say, <em>let&#8217;s not forget the fun we had</em>.</p>
<p>The post <a href="https://microbyte.blog/the-game-console-that-got-me-hooked-on-video-games/">The game console that got me hooked on video games</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://microbyte.blog/the-game-console-that-got-me-hooked-on-video-games/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">36</post-id>	</item>
		<item>
		<title>TWSBI GO Clear, a pen to show off your ink</title>
		<link>https://microbyte.blog/twsbi-go-clear-a-pen-to-show-off-your-ink/</link>
					<comments>https://microbyte.blog/twsbi-go-clear-a-pen-to-show-off-your-ink/#respond</comments>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Wed, 09 Oct 2019 13:00:00 +0000</pubDate>
				<category><![CDATA[Gizmo Grove]]></category>
		<category><![CDATA[El Imperdible]]></category>
		<category><![CDATA[Pens]]></category>
		<category><![CDATA[Stationery]]></category>
		<category><![CDATA[TWSBI]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=70</guid>

					<description><![CDATA[<p>They may have not been around for long or might not be very well-known, but at TWSBI, they are manufacturing some of the most interesting pens you can buy.</p>
<p>The post <a href="https://microbyte.blog/twsbi-go-clear-a-pen-to-show-off-your-ink/">TWSBI GO Clear, a pen to show off your ink</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group has-border-color has-accent-4-color has-text-color has-background has-link-color wp-elements-e9fb3c5f71a9dbf7fbe88e1a555687d1 has-global-padding is-layout-constrained wp-container-core-group-is-layout-4 wp-block-group-is-layout-constrained" style="border-color:#007aff;border-width:1px;border-radius:15px;background-color:#e0efff;padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)">
<p class="has-text-align-center">This post was originally published on my old blog, <a href="https://elimperdible.es/" target="_blank" rel="noreferrer noopener nofollow">El Imperdible</a>.</p>
</div>



<p>They are comfortable, affordably priced, write well, and, moreover, they feature that distinctive touch of using a piston mechanism for the ink instead of a cartridge.</p>



<p>The <em>GO</em> model maintains the essence of <em>TWSBI</em> and comes at an even more affordable price. I don’t know why, but in photos, I thought it would be the size of the Kaweco Liliput, but it is very close to its bigger sister, the <a href="https://elimperdible.es/twsbi-eco-clear-la-mejor-pluma-para-escribir/"><em>TWSBI ECO</em></a>. Being made of resin makes it very light, it has the perfect diameter to make writing with it very comfortable for long periods; and the steel nib glides as smooth as silk.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/TWSBI-GO-Clear-1.jpg?resize=1024%2C683&#038;ssl=1" alt="TWSBI GO Clear, a pen to show off your ink" class="wp-image-71" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/TWSBI-GO-Clear-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/TWSBI-GO-Clear-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/TWSBI-GO-Clear-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/TWSBI-GO-Clear-1.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Although what&#8217;s really interesting is the way it refills. It uses a spring piston mechanism, so it&#8217;s very similar to using a syringe. Moreover, since the pen is completely transparent, it leaves nothing to the imagination.</p>



<p>I had been after the <em>TWSBI GO Clear</em> (<a href="http://www.amazon.es/dp/B07TFFRZNY?tag=elimpe-21">€27</a>) for a long time, and it truly has not disappointed me. It&#8217;s going straight to the top 5 of my collection. <strong>It is the perfect pen for</strong> all those who want to <strong>start experimenting with different inks</strong> (one of my pending subjects, by the way).</p>
<p>The post <a href="https://microbyte.blog/twsbi-go-clear-a-pen-to-show-off-your-ink/">TWSBI GO Clear, a pen to show off your ink</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://microbyte.blog/twsbi-go-clear-a-pen-to-show-off-your-ink/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">70</post-id>	</item>
		<item>
		<title>A Journey to the Golden Age of Arcade Machines</title>
		<link>https://microbyte.blog/the-golden-age-of-arcade-machines/</link>
					<comments>https://microbyte.blog/the-golden-age-of-arcade-machines/#respond</comments>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Tue, 03 Sep 2019 13:00:00 +0000</pubDate>
				<category><![CDATA[Miscellanea]]></category>
		<category><![CDATA[Arcade]]></category>
		<category><![CDATA[El Imperdible]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[Videogames]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=76</guid>

					<description><![CDATA[<p>Whether you're nostalgic for the golden age of arcade games or you want to discover the great classics of video games, the Vintage Arcade Museum in Ibi is a must-visit for all fans of arcade machines.</p>
<p>The post <a href="https://microbyte.blog/the-golden-age-of-arcade-machines/">A Journey to the Golden Age of Arcade Machines</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group has-border-color has-accent-4-color has-text-color has-background has-link-color wp-elements-e9fb3c5f71a9dbf7fbe88e1a555687d1 has-global-padding is-layout-constrained wp-container-core-group-is-layout-5 wp-block-group-is-layout-constrained" style="border-color:#007aff;border-width:1px;border-radius:15px;background-color:#e0efff;padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)">
<p class="has-text-align-center">This post was originally published on my old blog, <a href="https://elimperdible.es/" target="_blank" rel="noreferrer noopener nofollow">El Imperdible</a>.</p>
</div>



<p>No matter how much power and graphics modern video game consoles have, the <a href="https://elimperdible.es/t/nintendo-switch/">Nintendo Switch</a>, Xbox, and the like can&#8217;t compete with the experience of playing on an arcade machine.</p>



<p>The sound of fingers hitting the buttons, coins lining up on the glass, the rivalry in <em>Street Fighter II</em>, the tension of searching for a coin in your pockets as the <em>Continue</em> countdown mercilessly ticked away, the thrill of entering your initials when you scored a <em>High Score</em>&#8230; It didn&#8217;t matter if you went to an arcade or just down to the local bar, playing arcade games had something magical.</p>



<p>For many, <em>Pong</em>, <em>Pac-Man</em>, <em>Space Invaders</em>, <em>Donkey Kong</em>, <em>Ghost N Goblins</em>, <em>Metal Slug</em>, and the like may have remained a memory of the past, but in Ibi, a small town in Alicante, they are as current as <em>Fortnite</em>.</p>



<p>All thanks to the <a href="https://museoarcadevintage.com/"><em>Vintage Arcade Museum</em></a>. A time machine where <strong>you can not only see arcade machines, pinballs, computers, and consoles from the 70s, 80s, and 90s but also play</strong> until your fingers tire.</p>



<h2 class="wp-block-heading">A Trip to the Past</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-5.jpg?resize=1024%2C683&#038;ssl=1" alt="THE GOLDEN AGE OF ARCADE MACHINES" class="wp-image-83" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-5.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-5.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-5.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-5.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>It doesn&#8217;t matter if you go in the morning or afternoon shift, as the opening hour approaches, people start to line up in front of the old Rico toy factory. The older ones do it with <strong>the nostalgia of remembering old times</strong> and the little ones with the fascination of discovering what the old <em>machines</em> were like.</p>



<p>Unlike the arcades of the 90s, in the <em>Vintage Arcade Museum</em>, <strong>you don&#8217;t need to insert coins to play</strong>. There are also no gangs nor is the atmosphere filled with smoke, although some of the oldest machines still bear cigarette burn marks on their edges. You might lose the tension of not dying and seeing the dreaded <em>Continue</em> countdown, but thanks to this, you can reach levels that you never saw as a kid.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-3.jpg?resize=1024%2C683&#038;ssl=1" alt="THE GOLDEN AGE OF ARCADE MACHINES" class="wp-image-81" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-3.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-3.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-3.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-3.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Leaving coins aside, <strong>the collection of titles available to play is very varied and includes the biggest hits</strong>. From <em>Pinball</em> machines to true classics like <em>Tetris</em>, <em>Space Invaders</em>, or <em>Donkey Kong</em> to more <em>modern</em> games like <em>Metal Slug</em> or <em>Windjammers</em>.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-2.jpg?resize=1024%2C683&#038;ssl=1" alt="THE GOLDEN AGE OF ARCADE MACHINES" class="wp-image-80" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-2.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-2.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-2.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-2.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Playing with the buttons and levers of the arcade is much better than any emulator, but <strong>my advice is to enjoy as much as you can the machines with special controls</strong>. I&#8217;m talking about steering wheels, gear shifts, seats, DJ decks, guns, and a long etcetera used to play games like <em>Out Run</em>, <em>Crazy Taxi</em>, <em>Ridge Racer</em>, <em>After Burner Up</em>, <em>Silent Hill</em>&#8230;</p>



<p>Although not everything is about arcades, throughout the <em>Vintage Arcade Museum</em>, there are several <strong>display cases with classic consoles from Atari, Commodore, Nintendo, Sega, or Sony</strong>. From desktops to handhelds. <em>They even have one of the first Macs</em>! Moreover, many are connected to a monitor and can be played freely.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-1.jpg?resize=1024%2C683&#038;ssl=1" alt="THE GOLDEN AGE OF ARCADE MACHINES" class="wp-image-79" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2019/09/arcade-machines-1.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>The museum isn&#8217;t particularly large, but between the number of machines (over 80) and the number of people coming to play, it quickly feels small. I don&#8217;t know what it&#8217;s like the rest of the year, but at least when we went in mid-August <strong>it was packed</strong>. I won&#8217;t deny that for the most requested machines there was a bit of a wait, but nothing excessive.</p>



<p>If you ever pass through Ibi or Alicante, it&#8217;s definitely worth stopping by to play a few games.</p>
<p>The post <a href="https://microbyte.blog/the-golden-age-of-arcade-machines/">A Journey to the Golden Age of Arcade Machines</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://microbyte.blog/the-golden-age-of-arcade-machines/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">76</post-id>	</item>
		<item>
		<title>This is Where I Spend my Afternoons</title>
		<link>https://microbyte.blog/what-is-on-my-desk-2019/</link>
					<comments>https://microbyte.blog/what-is-on-my-desk-2019/#respond</comments>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Tue, 09 Jul 2019 13:00:00 +0000</pubDate>
				<category><![CDATA[Gizmo Grove]]></category>
		<category><![CDATA[El Imperdible]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=86</guid>

					<description><![CDATA[<p>After showing you what I carry in my backpack, I think it's time to show you what's on my desk. Especially now that I'm debuting it.</p>
<p>The post <a href="https://microbyte.blog/what-is-on-my-desk-2019/">This is Where I Spend my Afternoons</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group has-border-color has-accent-4-color has-text-color has-background has-link-color wp-elements-e9fb3c5f71a9dbf7fbe88e1a555687d1 has-global-padding is-layout-constrained wp-container-core-group-is-layout-6 wp-block-group-is-layout-constrained" style="border-color:#007aff;border-width:1px;border-radius:15px;background-color:#e0efff;padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)">
<p class="has-text-align-center">This post was originally published on my old blog, <a href="https://elimperdible.es/" target="_blank" rel="noreferrer noopener nofollow">El Imperdible</a>.</p>
</div>



<p>With half the house upside down, it might not be fair to say, but I already have my favorite spot in our new house clear: the desk. <em>Big surprise, right?</em> What else could it be, with all my love for stationery, writing, and other knick-knacks&#8230;</p>



<p>Adding to that the considerable amount of time I spend on it, between working from home and dedicating time to my personal projects, I have <strong>the perfect excuse to indulge in decorating it</strong>.</p>



<p>I still have some pictures to hang and need to buy a chair, but it already has everything necessary for me to boast about <strong>my favorite corner</strong> of the house.</p>



<h2 class="wp-block-heading">What&#8217;s on my desk?</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-2.jpg?resize=1024%2C683&#038;ssl=1" alt="What's on my desk" class="wp-image-90" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-2.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-2.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-2.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-2.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>It wasn&#8217;t easy to decide, but I think I nailed it with the <a href="https://www.maisonsdumonde.com/ES/es/p/escritorio-vintage-de-madera-de-mango-janeiro-156550.htm"><em>Janeiro</em></a> desk from <em>Maisons Du Monde</em>. <strong>Its vintage design falls in love at first sight</strong>. Especially with those stylized legs and the color of the mango wood. It&#8217;s so beautiful that I&#8217;ve already forgotten how much it cost me to assemble it&#8230;</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-1.jpg?resize=1024%2C683&#038;ssl=1" alt="What's on my desk" class="wp-image-89" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-1.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>It doesn&#8217;t have much space in the drawers, but it&#8217;s enough to keep some notebooks that I don&#8217;t use daily or an occasional pencil case handy.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-6.jpg?resize=1024%2C683&#038;ssl=1" alt="What's on my desk" class="wp-image-94" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-6.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-6.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-6.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-6.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Besides the desk, I have <strong>some <em>big</em> accessories</strong> like the drawer unit from <em>Zara Home</em>, where I store <em>a part</em> of my stationery knick-knacks: sharpeners, erasers, ink, clips, refills&#8230;</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-7.jpg?resize=1024%2C683&#038;ssl=1" alt="What's on my desk" class="wp-image-95" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-7.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-7.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-7.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-7.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>I also have <strong>several accessories from <em>Hightide Penco</em></strong>, which <a href="https://elimperdible.es/hightide-penco-la-mejor-papeleria-japonesa-de-estilo-retro/">for something is my favorite brand</a>. The <em>Storage Caddy</em> (S <a href="https://www.notable-notebooks.com/collections/hightide-penco-1/products/penco-storage-caddy-small-organizador-de-escritorio-s-12-5-x-11-8-x-13-cm">€17</a> &#8211; L <a href="https://www.notable-notebooks.com/collections/hightide-penco-1/products/penco-storage-caddy-organizador-de-escritorio-25-x-11-8-x-17-4-cm">€20</a>) acts as a pencil holder and also stores some notebooks, while on the <em>Penco Marbled Pen Tray</em> (<a href="https://www.notable-notebooks.com/collections/hightide-penco-1/products/hightide-marble-pen-tray-green-bandeja-verde-23-x-7-7-cm">€17</a>) I leave <a href="https://elimperdible.es/las-mejores-plumas-estilograficas/">the pens</a> I&#8217;m using at the moment. The <em>Penco Tape Dispenser</em> (<a href="https://www.notable-notebooks.com/collections/hightide-penco-1/products/penco-dispensador-de-cinta-adhesiva-s-9-5-x-4-2-cm">€25</a>) is also a must.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-8.jpg?resize=1024%2C683&#038;ssl=1" alt="What's on my desk" class="wp-image-96" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-8.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-8.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-8.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-8.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>As I tend to go from one place to another, <strong>there are some things that come and go from the desk</strong> like <a href="https://elimperdible.es/el-mejor-cuaderno-de-trabajo/">my work notebooks</a> or <a href="https://elimperdible.es/las-mejores-agendas-para-2019/">the planner</a>.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-4.jpg?resize=1024%2C683&#038;ssl=1" alt="What's on my desk" class="wp-image-92" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-4.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-4.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-4.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-4.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>As for the laptop / iPad Pro, I usually work using the battery. When I don&#8217;t need them or it&#8217;s time to charge, I leave them <em>hidden</em> in the gap between the table and the drawers. This way, they neither bother nor distract.</p>



<h2 class="wp-block-heading">Why all this <em>showing off</em>?</h2>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-5.jpg?resize=1024%2C683&#038;ssl=1" alt="What's on my desk" class="wp-image-93" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-5.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-5.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-5.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/What-is-on-my-desk-5.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>I don&#8217;t remember if I&#8217;ve ever mentioned it, but <strong>so far, most of El Imperdible&#8217;s interior photos were made on a small set I mounted over my bed</strong> with an Ikea board and a white foam board. It&#8217;s not that I didn&#8217;t like my room or the furniture in my house, but they didn&#8217;t <em>fit</em> at all with the style I wanted to give El Imperdible. A nice and cheap solution, though more cumbersome than good. Especially if, besides setting up the <em>stall</em>, I had to cook or prepare other things.</p>



<p>Hence, when decorating our new house, one of my priorities was to have a desk where I could not only sit down to work but also use it to take all the photos. </p>



<p>Now all that&#8217;s left is to beautify the living room, dining room, and bedroom to have a magazine-worthy house.</p>
<p>The post <a href="https://microbyte.blog/what-is-on-my-desk-2019/">This is Where I Spend my Afternoons</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://microbyte.blog/what-is-on-my-desk-2019/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">86</post-id>	</item>
		<item>
		<title>My First Video Game Console</title>
		<link>https://microbyte.blog/game-boy-color-my-first-video-game-console/</link>
					<comments>https://microbyte.blog/game-boy-color-my-first-video-game-console/#respond</comments>
		
		<dc:creator><![CDATA[Asier G. Morato]]></dc:creator>
		<pubDate>Tue, 28 May 2019 13:00:00 +0000</pubDate>
				<category><![CDATA[Gizmo Grove]]></category>
		<category><![CDATA[El Imperdible]]></category>
		<category><![CDATA[Game Boy]]></category>
		<category><![CDATA[Nintendo]]></category>
		<guid isPermaLink="false">https://microbyte.blog/?p=99</guid>

					<description><![CDATA[<p>Nearly 20 years later, I still remember, as if it were yesterday, all the afternoons filled with adventures, challenges, and battles that I lived through my Game Boy Color, my first console.</p>
<p>The post <a href="https://microbyte.blog/game-boy-color-my-first-video-game-console/">My First Video Game Console</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-group has-border-color has-accent-4-color has-text-color has-background has-link-color wp-elements-e9fb3c5f71a9dbf7fbe88e1a555687d1 has-global-padding is-layout-constrained wp-container-core-group-is-layout-7 wp-block-group-is-layout-constrained" style="border-color:#007aff;border-width:1px;border-radius:15px;background-color:#e0efff;padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)">
<p class="has-text-align-center">This post was originally published on my old blog, <a href="https://elimperdible.es/" target="_blank" rel="noreferrer noopener nofollow">El Imperdible</a>.</p>
</div>



<p>After seeing the <em>Play Date</em>, I couldn&#8217;t help but remember my old (and missing) yellow <em>Game Boy Color</em>. It was like a burst of nostalgia. <strong>The morning when the Three Wise Men brought it to me</strong> at my aunt and uncle&#8217;s house, the afternoons playing with my friends in the park, the thrill the day I completed my first <em>Pokédex</em>&#8230;</p>



<p>It has been the perfect excuse to start <em><strong>Retrovision</strong></em>, a section I&#8217;ve been eager to do for a long time, where I&#8217;ll talk about gadgets, objects, series, movies, and albums from another time.</p>



<p>Given the affection with which I&#8217;m going to talk about it, you might think my reaction to seeing that the kings had brought me a <em>Game Boy Color</em> was <a href="https://youtu.be/pFlcqWQVVuU">excessive</a> but it wasn&#8217;t like that. At that time <strong>I was into Legos and not much into gadgets</strong>. In fact, my mother enjoyed it the most during the first few months. It&#8217;s not just that she played more than I did, but she was as hooked as kids today are to Fortnite.</p>



<div style="margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10);padding-top:0;padding-bottom:0" class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://i1.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-3-683x1024.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-3-683x1024.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-3-683x1024.jpg?strip=info&#038;w=1000&#038;ssl=1 1000w" alt="Game Boy Color My First Video Game Console" data-height="1500" data-id="102" data-link="https://microbyte.blog/?attachment_id=102" data-url="https://microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-3-683x1024.jpg" data-width="1000" src="https://i1.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-3-683x1024.jpg?ssl=1" data-amp-layout="responsive"/></figure></div><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://i2.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-4-683x1024.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i2.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-4-683x1024.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i2.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-4-683x1024.jpg?strip=info&#038;w=1000&#038;ssl=1 1000w" alt="Game Boy Color My First Video Game Console" data-height="1500" data-id="103" data-link="https://microbyte.blog/?attachment_id=103" data-url="https://microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-4-683x1024.jpg" data-width="1000" src="https://i2.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-4-683x1024.jpg?ssl=1" data-amp-layout="responsive"/></figure></div></div></div></div>



<p style="padding-top:0;padding-bottom:0">Thanks to that, I had many more games than usual, and since she bought a lot of magazines, <strong>she knew almost all the cheats</strong> and it was hard to get stuck. <strong>She was like the Wikipedia</strong> and every time we went to the park, a crowd of kids would gather around her to ask for advice. I don&#8217;t have any photos from that time, but you can imagine the scene.</p>



<p>Although, to be honest, it wasn&#8217;t bad having an adult around <strong>when we did <em>Pokémon</em> trades. There was more tension than between China and the United States</strong>, especially with evolution trades. If someone dared not to return the <em>creature</em> to its rightful owner, trouble ensued. I had to do so many negotiations to complete my first <em>Pokédex</em> that you can&#8217;t imagine the joy I felt when I finally did it.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="683" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-2.jpg?resize=1024%2C683&#038;ssl=1" alt="Game Boy Color My First Video Game Console" class="wp-image-101" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-2.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-2.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-2.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-2.jpg?w=1500&amp;ssl=1 1500w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p><strong>The graphics weren&#8217;t much to speak of</strong>; in fact, you often had to fill them in with your imagination, <strong>but the games were a lot of fun</strong> and you could spend hours with them. The most obvious is <em>Pokémon</em> (<em>Yellow</em>, <em>Silver</em>, <em>Crystal</em>&#8230;), but it&#8217;s not the only one: <em>Super Mario Bros</em>, <em>Wario Land</em> (I wish they&#8217;d release a new one), <em>Harry Potter</em> (it was a great RPG)&#8230;</p>



<p><strong>What really was crap was the screen</strong>. There&#8217;s no amount of nostalgia that can save that. Compared to any mobile phone today, the color was almost negligible. Not to mention the positions you had to get into so that the light hit it right and you could see the screen.</p>



<div style="margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)" class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://i2.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-5-683x1024.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i2.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-5-683x1024.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i2.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-5-683x1024.jpg?strip=info&#038;w=1000&#038;ssl=1 1000w" alt="Game Boy Color My First Video Game Console" data-height="1500" data-id="104" data-link="https://microbyte.blog/?attachment_id=104" data-url="https://microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-5-683x1024.jpg" data-width="1000" src="https://i2.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-5-683x1024.jpg?ssl=1" data-amp-layout="responsive"/></figure></div><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img decoding="async" srcset="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-6-683x1024.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-6-683x1024.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-6-683x1024.jpg?strip=info&#038;w=1000&#038;ssl=1 1000w" alt="Game Boy Color My First Video Game Console" data-height="1500" data-id="105" data-link="https://microbyte.blog/?attachment_id=105" data-url="https://microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-6-683x1024.jpg" data-width="1000" src="https://i0.wp.com/microbyte.blog/wp-content/uploads/2024/04/Game-boy-color-6-683x1024.jpg?ssl=1" data-amp-layout="responsive"/></figure></div></div></div></div>



<p>And that was just one of many drawbacks of the hardware at the time. There were many limitations, so a lot of imagination was needed to overcome them. You just have to <strong>look at accessories and games as ingenious as the <em>Game Boy Camera</em></strong> with its printer, <em>Pokémon Pinball</em> (with vibration) or the magnifying glasses and lights that <em>fixed</em> the screen a bit. I had a case full of these gadgets that would be unthinkable today.</p>



<p>When I was little, I didn&#8217;t think much of it, but <strong>you don&#8217;t know how sad I am now to have gotten rid of that yellow Game Boy Color</strong> and many of the games. Thankfully, I have friends like Gotzon or Patricia who let me borrow it from time to time to take photos and play for a while.</p>



<p>It seems I&#8217;ll have to spend a lot of time surfing the internet or travel to Japan to recover everything. That or wait for Nintendo to get motivated and launch <strong>a Game Boy Classic Mini</strong> in the style of the <a href="https://elimperdible.es/merece-la-pena-comprar-la-snes-classic-mini/"><em>SNES Classic Mini</em></a> from a couple of years ago.</p>



<p>And if not, there&#8217;s always the <a href="https://play.date/"><em>Play Date</em> from Panic</a>, which is also yellow and surely someone will be motivated to hack it to install an emulator.</p>
<p>The post <a href="https://microbyte.blog/game-boy-color-my-first-video-game-console/">My First Video Game Console</a> appeared first on <a href="https://microbyte.blog">Microbyte</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://microbyte.blog/game-boy-color-my-first-video-game-console/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">99</post-id>	</item>
	</channel>
</rss>
