<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mariatta</title><link>https://mariatta.ca/</link><description>Recent content on Mariatta</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 09 Mar 2026 00:00:00 -0800</lastBuildDate><atom:link href="https://mariatta.ca/index.xml" rel="self" type="application/rss+xml"/><item><title>Year of the Snake Recap</title><link>https://mariatta.ca/posts/year-of-snake-2025-recap/</link><pubDate>Mon, 09 Mar 2026 00:00:00 -0800</pubDate><guid>https://mariatta.ca/posts/year-of-snake-2025-recap/</guid><description>&lt;h2 id="looking-back-at-the-year-of-the-snake"&gt;Looking Back at the Year of the Snake&lt;/h2&gt;
&lt;p&gt;It&amp;rsquo;s already March 2026, you might think it&amp;rsquo;s too late for anybody to share a recap of the year 2025. Well,
the good news is that we are still in the beginnings of Lunar New Year. So instead of recap of 2025, let&amp;rsquo;s review
my Year of the Snake instead.&lt;/p&gt;
&lt;p&gt;Last year was fun. I felt I was super busy with all the things, talks, conferences, but overall I felt good about it all.
Even though I spent a lot of time with the Python community, I also made sure to spend quality time with my family
and friends offline.&lt;/p&gt;</description></item><item><title>Disabling Signup in Django allauth</title><link>https://mariatta.ca/posts/disabling-signup-django-allauth/</link><pubDate>Fri, 03 Oct 2025 11:50:00 -0800</pubDate><guid>https://mariatta.ca/posts/disabling-signup-django-allauth/</guid><description>&lt;h2 id="django-allauth"&gt;Django allauth&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://allauth.org/" target="_blank" rel="noopener"&gt;Django allauth&lt;/a&gt; is a popular third party package that provides a lot of functionality for handling user authentication,
with support for social authentication, email verification, multi-factor authentication, and more.&lt;/p&gt;
&lt;p&gt;It is a powerful library that greatly expands the built-in Django authentication system. It comes with its own basic
forms and models for user registration, login, logout, and password management.&lt;/p&gt;
&lt;p&gt;I like using it because often I just wanted to get a new Django project up and running quickly without having to write
up all the authentication-related views, forms, and templates myself. I&amp;rsquo;m using &lt;code&gt;django-allauth&lt;/code&gt; in &lt;a href="https://portal.pyladies.com" target="_blank" rel="noopener"&gt;PyLadiesCon
Portal&lt;/a&gt;, and in my personal project &lt;a href="https://secretcodes.dev" target="_blank" rel="noopener"&gt;Secret Codes&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Don't Use Forms for Event RSVPs</title><link>https://mariatta.ca/posts/dont-use-forms-for-event-rsvps/</link><pubDate>Sat, 05 Jul 2025 00:00:00 -0800</pubDate><guid>https://mariatta.ca/posts/dont-use-forms-for-event-rsvps/</guid><description>&lt;h1 id="stop-using-forms-or-spreadsheets-for-event-rsvps"&gt;Stop Using Forms (or spreadsheets) for Event RSVPs&lt;/h1&gt;
&lt;p&gt;If you&amp;rsquo;re organizing an event, and you&amp;rsquo;re still using a form or a spreadsheet to collect RSVPs, stop.&lt;/p&gt;
&lt;p&gt;This is 2025, and there are better tools out there to help you manage your event RSVPs.&lt;/p&gt;
&lt;h2 id="why-do-you-need-rsvps"&gt;Why Do You Need RSVPs?&lt;/h2&gt;
&lt;p&gt;&amp;ldquo;All I need is a list of people who want to come to my event&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Why do you need this list? And how does spreadsheet help you with this?&lt;/p&gt;</description></item><item><title>Core Dev Story</title><link>https://mariatta.ca/posts/core_dev_story/</link><pubDate>Tue, 01 Apr 2025 00:00:00 -0800</pubDate><guid>https://mariatta.ca/posts/core_dev_story/</guid><description>&lt;h2 id="core-dev-story"&gt;Core Dev Story&lt;/h2&gt;
&lt;p&gt;This video game lets you play as a CPython core developer. You can recruit more core devs to join
your project, develop new features, fix bugs, write documentation, and more.&lt;/p&gt;
&lt;p&gt;As you develop new features, you can gain more fame. But new features also introduces new
bugs to the codebase.
The amount of fame and bugs gained depend on the skills of the core developers you
have in your team.&lt;/p&gt;</description></item><item><title>Generating (and Sending) Conference Certificates Using Python</title><link>https://mariatta.ca/posts/create-send-certificates-with-python/</link><pubDate>Thu, 12 Dec 2024 00:00:00 -0800</pubDate><guid>https://mariatta.ca/posts/create-send-certificates-with-python/</guid><description>&lt;h2 id="pyladiescon-certificate-of-attendance"&gt;PyLadiesCon Certificate of Attendance&lt;/h2&gt;
&lt;p&gt;Not sure how common is this practice of giving out certificates to conference attendees. I&amp;rsquo;ve been attending mostly Python-related conferences in North America,
and we don&amp;rsquo;t usually get any certificates here.
However, when I went to Python Brasil in Manaus 2022, they gave me a certificate of attendance.
And as a conference organizer, occasionally I&amp;rsquo;d receive request from a few attendees and volunteers about such certificate, saying that
their employer or school requires it as proof of attendance.&lt;/p&gt;</description></item><item><title>Perks of Being a Python Core Developer</title><link>https://mariatta.ca/posts/perks-of-python-core/</link><pubDate>Tue, 08 Oct 2024 00:00:00 -0800</pubDate><guid>https://mariatta.ca/posts/perks-of-python-core/</guid><description>&lt;h2 id="things-you-can-getdo-as-a-python-core-developer"&gt;Things you can get/do as a Python core developer&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ve been a Python core developer since January 27, 2017.&lt;/p&gt;
&lt;p&gt;Being a Python core developer comes with perks, privileges, and also responsibilities.&lt;/p&gt;
&lt;p&gt;Sometimes I can&amp;rsquo;t tell whether something is a perk, or a privilege, or a responsibility. I think depends on who
you&amp;rsquo;re talking to, they might see it as an optional nice thing they could get/do, but the same thing might be seen
as &lt;del&gt;burden&lt;/del&gt; responsibility to others.&lt;/p&gt;</description></item><item><title>Python Core Sprint 2024: Day 5</title><link>https://mariatta.ca/posts/python-core-sprint-2024-day-5/</link><pubDate>Fri, 04 Oct 2024 20:17:00 -0800</pubDate><guid>https://mariatta.ca/posts/python-core-sprint-2024-day-5/</guid><description>&lt;h2 id="python-core-sprint-2024-day-5"&gt;Python Core Sprint 2024: Day 5&lt;/h2&gt;
&lt;h3 id="datetime-and-hypothesis"&gt;Datetime and Hypothesis&lt;/h3&gt;
&lt;p&gt;I reviewed some issues that came to the CPython repo. There were a few interesting tickets related to the &lt;code&gt;datetime&lt;/code&gt;
module. These issues were discovered by Hypothesis, a property-based testing tool for Python.
I&amp;rsquo;ve been hearing a lot about Hypothesis, but never really used it in production or at work. I watched a talk about it
at PyCon US many years ago, and I even had &lt;a href="https://mariatta.ca/posts/ice_cream_selfies/2023/pycon_2023/"&gt;ice cream selfie&lt;/a&gt; with Zac who
maintains Hypothesis. Anyway, I&amp;rsquo;ve just been interested in learning more about Hypothesis and how it could solve issues
not caught by other testing methods, and I think this is one of the perks of contributing to open source: getting exposed
to things you don&amp;rsquo;t normally use at work, and I think it&amp;rsquo;s a great way to learn new things.&lt;/p&gt;</description></item><item><title>Python Core Sprint 2024: Day 4</title><link>https://mariatta.ca/posts/python-core-sprint-2024-day-4/</link><pubDate>Thu, 26 Sep 2024 20:17:00 -0800</pubDate><guid>https://mariatta.ca/posts/python-core-sprint-2024-day-4/</guid><description>&lt;h2 id="python-core-sprint-2024-day-4"&gt;Python Core Sprint 2024: Day 4&lt;/h2&gt;
&lt;h3 id="pep-750"&gt;PEP 750&lt;/h3&gt;
&lt;p&gt;T-strings? Template strings? Has a name been decided yet?&lt;/p&gt;
&lt;p&gt;I chatted more with Dave Peck and Jim Baker about PEP 750, and they explained in more details about the use cases
in DSL (Domain Specific Language), for SQL and HTMLs. Guido, Lysandros, Jim, and Dave all met today
to further refine the PEP, and it sounds like they have a good plan for it. And a lot of people at the sprint also expressed
their enthusiasm for this PEP. So look forward to the updated PEP!&lt;/p&gt;</description></item><item><title>Python Core Sprint 2024: Day 3</title><link>https://mariatta.ca/posts/python-core-sprint-2024-day-3/</link><pubDate>Wed, 25 Sep 2024 20:17:00 -0800</pubDate><guid>https://mariatta.ca/posts/python-core-sprint-2024-day-3/</guid><description>&lt;h2 id="python-core-sprint-2024-day-3"&gt;Python Core Sprint 2024: Day 3&lt;/h2&gt;
&lt;h3 id="coffee"&gt;Coffee&lt;/h3&gt;
&lt;p&gt;Today I joined a group to have breakfast at Meta&amp;rsquo;s cafeteria. The cafeteria has an Espresso machine that
we have to operate ourselves. So, I learned how to use the Espresso machine on the spot, and made myself cappuccino.
This was the best cup of coffee I&amp;rsquo;ve had in the last 5 days.&lt;/p&gt;
&lt;h3 id="t-strings"&gt;T-strings&lt;/h3&gt;
&lt;p&gt;I chatted briefly with Lysandros about PEP 750. He mentioned that they will be re-working the proposal
based on community feedback so, and also said it will not be called a &amp;ldquo;tag&amp;rdquo; anymore, but T-strings, it could look
slightly different than what&amp;rsquo;s shown on the PEP today. Jim Baker should be here starting tomorrow to work on the PEP.&lt;/p&gt;</description></item><item><title>Python Core Sprint 2024: Day 2</title><link>https://mariatta.ca/posts/python-core-sprint-2024-day-2/</link><pubDate>Tue, 24 Sep 2024 20:17:00 -0800</pubDate><guid>https://mariatta.ca/posts/python-core-sprint-2024-day-2/</guid><description>&lt;h2 id="python-core-sprint-2024-day-2"&gt;Python Core Sprint 2024: Day 2&lt;/h2&gt;
&lt;h3 id="djangocon-us"&gt;DjangoCon US&lt;/h3&gt;
&lt;p&gt;I woke up a bit later this morning, so I missed the keynote, but thankfully the online platform
allows me to watch the recording, so I was still able to watch Mario Munoz&amp;rsquo; keynote: How To Be A Developer
and Other Lies We Tell Ourselves. I really enjoyed Mario&amp;rsquo;s keynote. I love it when presenters
find unique and creative ways to present their talk, and Mario really nailed it. His talk was very
heartfelt and full of empathy.&lt;/p&gt;</description></item><item><title>Python Core Sprint 2024: Day 1</title><link>https://mariatta.ca/posts/python-core-sprint-2024-day-1/</link><pubDate>Mon, 23 Sep 2024 20:52:00 -0800</pubDate><guid>https://mariatta.ca/posts/python-core-sprint-2024-day-1/</guid><description>&lt;h2 id="python-core-sprint-2024-day-1"&gt;Python Core Sprint 2024: Day 1&lt;/h2&gt;
&lt;p&gt;This week I&amp;rsquo;m in Bellevue for the annual Python core sprint. This year, the sprint is hosted at the Meta
Bellevue campus, and coordinated by Itamar Oren from Meta. Other Python core devs and contributors
who work at Meta are also helping (Dino Viehland, Jason Fried, Matt Page, Parul Gupta, and Thomas Wouters).&lt;/p&gt;
&lt;p&gt;The PSF offers travel grants for Python core devs who are participating in the sprint and aren&amp;rsquo;t being
sponsored by their employer, which I signed up for. Thanks to the travel grant, my hotel stay is covered
fully by The PSF.&lt;/p&gt;</description></item><item><title>How to Say Thanks to Python People</title><link>https://mariatta.ca/posts/how-to-thank-python-people/</link><pubDate>Thu, 05 Sep 2024 00:00:00 -0800</pubDate><guid>https://mariatta.ca/posts/how-to-thank-python-people/</guid><description>&lt;h2 id="the-python-community"&gt;The Python Community&lt;/h2&gt;
&lt;p&gt;Python is not just code, but a community. The Python community members contribute in many ways and in many forms.
The obvious ones are code contributions, by maintaining or contributing to the open
source library that you depend on. Other forms of contributions are in the form of documentation, tutorials, educational
content, bloggers, and public speakers. Other kind of contributions that are often unseen and not obvious are
community leaders who run your local Python meetups, and regional conferences.&lt;/p&gt;</description></item><item><title>Extending the Django OAuth Toolkit Application Model Mid-project</title><link>https://mariatta.ca/posts/extending-dj-oauth-toolkit-model/</link><pubDate>Fri, 30 Aug 2024 00:00:00 -0800</pubDate><guid>https://mariatta.ca/posts/extending-dj-oauth-toolkit-model/</guid><description>&lt;h2 id="django-oauth-toolkit"&gt;Django Oauth Toolkit&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://django-oauth-toolkit.readthedocs.io/en/latest/index.html" target="_blank" rel="noopener"&gt;Django Oauth Toolkit&lt;/a&gt; is a powerful library for
adding OAuth2 functionalities out of the box for your Django app.
The library comes with pre-defined models, views, urls, and templates for managing OAuth2 authorization and flow.&lt;/p&gt;
&lt;h2 id="the-application-model"&gt;The Application Model&lt;/h2&gt;
&lt;p&gt;Django OAuth Toolkit provides a basic model for the OAuth2 Application, this is a model that represents a Client on
the Authorization server. It has fields like &lt;code&gt;client_id&lt;/code&gt;, &lt;code&gt;user&lt;/code&gt;, &lt;code&gt;redirect_uris&lt;/code&gt;, &lt;code&gt;client_secret&lt;/code&gt;, etc.&lt;/p&gt;</description></item><item><title>PyLadiesCon Speaker Support</title><link>https://mariatta.ca/posts/pyladiescon-speaker-support/</link><pubDate>Wed, 28 Aug 2024 00:00:00 -0800</pubDate><guid>https://mariatta.ca/posts/pyladiescon-speaker-support/</guid><description>&lt;h2 id="speak-at-pyladiescon"&gt;Speak at PyLadiesCon&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://pretalx.com/pyladiescon-2024/cfp" target="_blank" rel="noopener"&gt;PyLadiesCon CFP&lt;/a&gt; is now open until September 15, 2024,
and I would love to support you in submitting your talk.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Perhaps you never gave a talk before, and unsure if speaking for you?&lt;/li&gt;
&lt;li&gt;Perhaps you want to give a talk, but don&amp;rsquo;t think you&amp;rsquo;re experienced enough?&lt;/li&gt;
&lt;li&gt;Perhaps you have a talk idea, but don&amp;rsquo;t know how to turn it into a proposal?&lt;/li&gt;
&lt;li&gt;Perhaps you tried submitting talks before, but always get rejected and feeling discouraged?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;rsquo;ve been through all of the above before myself, and I know how you feel. Having a supportive community, and having
mentors who were willing to give personalized 1:1 feedback, have helped me overcome my fears and self-doubt, and be a
better speaker. The PyLadies community is here to support you.&lt;/p&gt;</description></item><item><title>Ice Cream Selfie @ PyOhio 2024</title><link>https://mariatta.ca/posts/ice_cream_selfies/2024/pyohio/</link><pubDate>Mon, 29 Jul 2024 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2024/pyohio/</guid><description>&lt;h2 id="masons-creamery"&gt;Mason&amp;rsquo;s Creamery&lt;/h2&gt;
&lt;p&gt;With folks from Conference Organizers Chat community: Jon Banafato and Elaine Wong.&lt;/p&gt;
&lt;iframe src="https://fosstodon.org/@mariatta/112869468477476345/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2989.1003189016565!2d-81.71933508756065!3d41.48042477116843!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8830f03f10caa40b%3A0x57b0b493ac79194c!2sMason&amp;#39;s%20Creamery!5e0!3m2!1sen!2sca!4v1724984142970!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;</description></item><item><title>Ice Cream Selfie @ PyCon US 2024</title><link>https://mariatta.ca/posts/ice_cream_selfies/2024/pycon_2024/</link><pubDate>Sun, 19 May 2024 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2024/pycon_2024/</guid><description>&lt;h2 id="millies-ice-cream"&gt;Millie&amp;rsquo;s Ice Cream&lt;/h2&gt;
&lt;p&gt;With the &lt;a href="https://pypodcats.live" target="_blank" rel="noopener"&gt;PyPodcats&lt;/a&gt; team: Cheuk, Georgi, and Tereza.&lt;/p&gt;
&lt;blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/C7LG6PXoOU4/?utm_source=ig_embed&amp;amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;&lt;div style="padding:16px;"&gt; &lt;a href="https://www.instagram.com/p/C7LG6PXoOU4/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"&gt; &lt;div style=" display: flex; flex-direction: row; align-items: center;"&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 19% 0;"&gt;&lt;/div&gt; &lt;div style="display:block; height:50px; margin:0 auto 12px; width:50px;"&gt;&lt;svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"&gt;&lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&gt;&lt;g transform="translate(-511.000000, -20.000000)" fill="#000000"&gt;&lt;g&gt;&lt;path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div style="padding-top: 8px;"&gt; &lt;div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"&gt;View this post on Instagram&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 12.5% 0;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"&gt;&lt;div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: 8px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: auto;"&gt; &lt;div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/C7LG6PXoOU4/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Mariatta Wijaya (@mariatta81)&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Ice Cream Selfie @ PyCascades 2024</title><link>https://mariatta.ca/posts/ice_cream_selfies/2024/pycascades_2024/</link><pubDate>Sun, 07 Apr 2024 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2024/pycascades_2024/</guid><description>&lt;h2 id="sweet-alchemy-ice-creamery"&gt;Sweet Alchemy Ice Creamery&lt;/h2&gt;
&lt;p&gt;With Eliza Sarobhasa.&lt;/p&gt;
&lt;blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/C_RviGEJWiK/?utm_source=ig_embed&amp;amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;&lt;div style="padding:16px;"&gt; &lt;a href="https://www.instagram.com/p/C_RviGEJWiK/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"&gt; &lt;div style=" display: flex; flex-direction: row; align-items: center;"&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 19% 0;"&gt;&lt;/div&gt; &lt;div style="display:block; height:50px; margin:0 auto 12px; width:50px;"&gt;&lt;svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"&gt;&lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&gt;&lt;g transform="translate(-511.000000, -20.000000)" fill="#000000"&gt;&lt;g&gt;&lt;path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div style="padding-top: 8px;"&gt; &lt;div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"&gt;View this post on Instagram&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 12.5% 0;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"&gt;&lt;div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: 8px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: auto;"&gt; &lt;div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/C_RviGEJWiK/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Mariatta Wijaya (@mariatta81)&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Ice Cream Selfie @ Python Core Sprint 2023</title><link>https://mariatta.ca/posts/ice_cream_selfies/2023/python_core_sprint_2023/</link><pubDate>Sun, 15 Oct 2023 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2023/python_core_sprint_2023/</guid><description>&lt;h2 id="arctica-gelato"&gt;Arctica Gelato&lt;/h2&gt;
&lt;blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/CyaRt2FuStl/?utm_source=ig_embed&amp;amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;&lt;div style="padding:16px;"&gt; &lt;a href="https://www.instagram.com/p/CyaRt2FuStl/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"&gt; &lt;div style=" display: flex; flex-direction: row; align-items: center;"&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 19% 0;"&gt;&lt;/div&gt; &lt;div style="display:block; height:50px; margin:0 auto 12px; width:50px;"&gt;&lt;svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"&gt;&lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&gt;&lt;g transform="translate(-511.000000, -20.000000)" fill="#000000"&gt;&lt;g&gt;&lt;path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div style="padding-top: 8px;"&gt; &lt;div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"&gt;View this post on Instagram&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 12.5% 0;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"&gt;&lt;div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: 8px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: auto;"&gt; &lt;div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/CyaRt2FuStl/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Mariatta Wijaya (@mariatta81)&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Typo of the Day: Ideadlly</title><link>https://mariatta.ca/posts/typo_of_the_day/ideadlly/</link><pubDate>Sun, 03 Sep 2023 22:27:25 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/ideadlly/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/111003569040996801/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Tenplate</title><link>https://mariatta.ca/posts/typo_of_the_day/tenplate/</link><pubDate>Fri, 18 Aug 2023 01:16:51 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/tenplate/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110907975997021313/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Speaker Bio</title><link>https://mariatta.ca/posts/speaker_bio/</link><pubDate>Mon, 14 Aug 2023 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/speaker_bio/</guid><description>&lt;h2 id="speaker-bio"&gt;Speaker Bio&lt;/h2&gt;
&lt;p&gt;Mariatta is a Python Core Developer. She co-hosts the podcast series PyPodcats: Hidden Figures of Python,
highlighting the voices of underrepresented group members in the Python community. She is the author of PEP 581 for migrating CPython&amp;rsquo;s
issue tracker to GitHub, a change that significantly improved the contributors&amp;rsquo; experience. She is currently a member of
Python Docs Editorial Board.
As a serial conference organizer, she has chaired various Python community conferences, including PyCascades, PyCon US, and
PyLadiesCon.
For her contributions to the Python community, she received the PSF Community Service Award and is a PSF Fellow member.
You might also know her from the internet hashtags #IceCreamSelfie and #TypoOfTheDay&lt;/p&gt;</description></item><item><title>Typo of the Day: Let Me Know If There'S A Bitter Meeting Time</title><link>https://mariatta.ca/posts/typo_of_the_day/letmeknowiftheresabittermeetingtime/</link><pubDate>Sat, 12 Aug 2023 18:12:57 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/letmeknowiftheresabittermeetingtime/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110877997661100550/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Comad Line</title><link>https://mariatta.ca/posts/typo_of_the_day/comadline/</link><pubDate>Thu, 10 Aug 2023 04:20:54 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/comadline/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110863401246544229/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Snapsnot</title><link>https://mariatta.ca/posts/typo_of_the_day/snapsnot/</link><pubDate>Sun, 06 Aug 2023 20:49:57 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/snapsnot/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110844641103885489/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ North Bay Python 2023</title><link>https://mariatta.ca/posts/ice_cream_selfies/2023/nbpy_2023/</link><pubDate>Mon, 31 Jul 2023 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2023/nbpy_2023/</guid><description>&lt;h2 id="angelas-organic-ice-cream-petaluma"&gt;Angela&amp;rsquo;s Organic Ice Cream Petaluma&lt;/h2&gt;
&lt;p&gt;After giving my talk (&lt;a href="https://mariatta.ca/posts/talks/pep_talk/"&gt;PEP Talk&lt;/a&gt;) at North Bay Python in July 2023, I went to &lt;a href="https://www.angelasicecream.com/" target="_blank" rel="noopener"&gt;Angela&amp;rsquo;s Organic Ice Cream&lt;/a&gt;
in Downtown Petaluma for a Lavender Ice cream.&lt;/p&gt;
&lt;blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/CvXpTb6xzz3/?utm_source=ig_embed&amp;amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;&lt;div style="padding:16px;"&gt; &lt;a href="https://www.instagram.com/p/CvXpTb6xzz3/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"&gt; &lt;div style=" display: flex; flex-direction: row; align-items: center;"&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 19% 0;"&gt;&lt;/div&gt; &lt;div style="display:block; height:50px; margin:0 auto 12px; width:50px;"&gt;&lt;svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"&gt;&lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&gt;&lt;g transform="translate(-511.000000, -20.000000)" fill="#000000"&gt;&lt;g&gt;&lt;path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div style="padding-top: 8px;"&gt; &lt;div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"&gt;View this post on Instagram&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 12.5% 0;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"&gt;&lt;div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: 8px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: auto;"&gt; &lt;div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/CvXpTb6xzz3/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Mariatta Wijaya (@mariatta81)&lt;/a&gt;&lt;/p&gt;</description></item><item><title>PEP Talk</title><link>https://mariatta.ca/posts/talks/pep_talk/</link><pubDate>Sat, 29 Jul 2023 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/talks/pep_talk/</guid><description>&lt;h2 id="talk-abstract"&gt;Talk Abstract&lt;/h2&gt;
&lt;p&gt;If you use Python, chances are you&amp;rsquo;ve heard of PEP 8, the Python style guide.&lt;/p&gt;
&lt;p&gt;But do you know what PEPs really are? PEPs are more than just a style guide. A PEP stands for Python Enhancement Proposal. It&amp;rsquo;s a proposal documentation for when you want to change the Python programming language in a big way, for example when you want to change the syntax of Python. Think of the addition of f-strings, the walrus operator, or the ExceptionGroup, those changes all started with a PEP.&lt;/p&gt;</description></item><item><title>There's an API for That!</title><link>https://mariatta.ca/posts/talks/theres-an-api-for-that/</link><pubDate>Thu, 27 Jul 2023 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/talks/theres-an-api-for-that/</guid><description>&lt;h1 id="theres-an-api-for-that"&gt;There&amp;rsquo;s an API For That!&lt;/h1&gt;
&lt;h2 id="talk-abstract"&gt;Talk Abstract&lt;/h2&gt;
&lt;p&gt;You might have seen bots like GitHub bots, Discord bots, Slack bots. How do these bots work? There&amp;rsquo;s an API for that! You can use third-party APIs to build web apps and automations, including bots. Come learn the best practices on how to work with APIs using Python.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Contact me (links below) if you&amp;rsquo;d like to hear this talk at your event.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="presented-at"&gt;Presented At&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;WWCode BlockDataPy Dev Summit 2023&lt;/li&gt;
&lt;li&gt;PyCon Colombia 2020&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="reactions"&gt;Reactions&lt;/h2&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Watch the video Mariatta Wijaya &lt;a href="https://twitter.com/mariatta?ref_src=twsrc%5Etfw"&gt;@mariatta&lt;/a&gt;, She was one of our keynote speakers at Pycon Colombia 2022, we hope you enjoy it as much as we did&lt;br&gt;&lt;br&gt;Watch and share!&lt;a href="https://t.co/fycWIZwKzS"&gt;https://t.co/fycWIZwKzS&lt;/a&gt;&lt;a href="https://twitter.com/hashtag/PyConColombia?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#PyConColombia&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/PyCon?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#PyCon&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/speaker?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#speaker&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/python?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#python&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/keynote?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#keynote&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/Conference?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#Conference&lt;/a&gt; &lt;a href="https://t.co/vQib5VDUML"&gt;pic.twitter.com/vQib5VDUML&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Typo of the Day: Combibnation</title><link>https://mariatta.ca/posts/typo_of_the_day/combibnation/</link><pubDate>Wed, 21 Jun 2023 19:34:45 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/combibnation/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110583879141518207/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Mobkey Patch</title><link>https://mariatta.ca/posts/typo_of_the_day/mobkeypatch/</link><pubDate>Mon, 12 Jun 2023 18:10:12 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/mobkeypatch/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110532585886713660/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Work-Lie Balance</title><link>https://mariatta.ca/posts/typo_of_the_day/workliebalance/</link><pubDate>Sat, 03 Jun 2023 01:27:14 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/workliebalance/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110477681246720982/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 'nom install nom start'</title><link>https://mariatta.ca/posts/typo_of_the_day/nominstallnomstart/</link><pubDate>Wed, 31 May 2023 12:23:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/nominstallnomstart/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110464924403298186/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Owever...</title><link>https://mariatta.ca/posts/typo_of_the_day/owever/</link><pubDate>Tue, 30 May 2023 19:49:40 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/owever/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110459366935984124/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Maintainerd</title><link>https://mariatta.ca/posts/typo_of_the_day/maintainerd/</link><pubDate>Wed, 17 May 2023 22:26:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/maintainerd/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110386371647846242/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: --verbossity debug</title><link>https://mariatta.ca/posts/typo_of_the_day/verbossitydebug/</link><pubDate>Mon, 08 May 2023 17:11:42 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/verbossitydebug/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110335825759113430/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Pycob 🌽</title><link>https://mariatta.ca/posts/typo_of_the_day/pycob/</link><pubDate>Sat, 06 May 2023 00:00:07 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pycob/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110318793986767451/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Low Brood Pressure</title><link>https://mariatta.ca/posts/typo_of_the_day/lowbroodpressure/</link><pubDate>Sun, 30 Apr 2023 17:53:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/lowbroodpressure/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110289041997785052/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCon US 2023</title><link>https://mariatta.ca/posts/ice_cream_selfies/2023/pycon_2023/</link><pubDate>Thu, 27 Apr 2023 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2023/pycon_2023/</guid><description>&lt;p&gt;PyCon US 2023 was really special 😊 I get to do Ice cream selfies with various people!&lt;/p&gt;
&lt;h2 id="rockwell-ice-cream"&gt;Rockwell Ice Cream&lt;/h2&gt;
&lt;p&gt;With Ned Batchelder (photo taken by Ned Batchelder, from his blog post &lt;a href="https://nedbatchelder.com/blog/202304/pycon_2023.html" target="_blank" rel="noopener"&gt;here&lt;/a&gt;.
We went to &lt;a href="https://rockwellicecream.com" target="_blank" rel="noopener"&gt;Rockwell Ice Cream&lt;/a&gt;.&lt;/p&gt;
&lt;img src="https://nedbatchelder.com/iv/webp/pix/mariatta-ice-cream.jpg.webp"
&gt;
&lt;p&gt;We ran into Drazen Lucic while at Rockwell Ice Cream.&lt;/p&gt;
&lt;iframe src="https://fosstodon.org/@drz/110257164192509056/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3021.7845599670136!2d-111.89450754749144!3d40.766762960717976!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8752f5491413a717%3A0x93fca348bb6c1fdb!2sRockwell%20Ice%20Cream!5e0!3m2!1sen!2sca!4v1692148051748!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;
&lt;h2 id="capo-gelateria-italiana"&gt;Capo Gelateria Italiana&lt;/h2&gt;
&lt;p&gt;With Georgi Ker, Cheuk-Ting Ho, and Zac Hatfield-Dodds at &lt;a href="http://capogelateria.com/" target="_blank" rel="noopener"&gt;Capo Gelateria Italiana&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Never too late to post our &lt;a href="https://twitter.com/hashtag/icecreamselfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#icecreamselfie&lt;/a&gt; with &lt;a href="https://twitter.com/mariatta?ref_src=twsrc%5Etfw"&gt;@mariatta&lt;/a&gt; &lt;a href="https://twitter.com/cheukting_ho?ref_src=twsrc%5Etfw"&gt;@cheukting_ho&lt;/a&gt; and Zac to get 1 point &lt;a href="https://twitter.com/pycon?ref_src=twsrc%5Etfw"&gt;@pycon&lt;/a&gt; US. &lt;a href="https://t.co/Uc3ItPOBcM"&gt;pic.twitter.com/Uc3ItPOBcM&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Typo of the Day: Collaboation</title><link>https://mariatta.ca/posts/typo_of_the_day/collaboation/</link><pubDate>Wed, 19 Apr 2023 20:28:40 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/collaboation/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110227365606523345/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Giving People Buffet Space</title><link>https://mariatta.ca/posts/typo_of_the_day/givingpeoplebuffetspace/</link><pubDate>Mon, 17 Apr 2023 16:00:15 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/givingpeoplebuffetspace/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110214985483239890/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Callbank</title><link>https://mariatta.ca/posts/typo_of_the_day/callbank/</link><pubDate>Thu, 06 Apr 2023 18:39:38 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/callbank/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110153326805786897/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: My Phony Number Is ...</title><link>https://mariatta.ca/posts/typo_of_the_day/myphonynumberis/</link><pubDate>Sun, 02 Apr 2023 23:50:29 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/myphonynumberis/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110131899873977097/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 'Thanks for the quirk response!'</title><link>https://mariatta.ca/posts/typo_of_the_day/thanksforthequirkresponse/</link><pubDate>Thu, 23 Mar 2023 19:15:42 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/thanksforthequirkresponse/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109870659056357948/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Thanks For The Hard Work You'Ve Pun Into This</title><link>https://mariatta.ca/posts/typo_of_the_day/thanksforthehardworkyouvepunintothis/</link><pubDate>Thu, 23 Mar 2023 19:15:42 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/thanksforthehardworkyouvepunintothis/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110074196324767648/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Fearture Request 😱👻</title><link>https://mariatta.ca/posts/typo_of_the_day/fearturerequest/</link><pubDate>Fri, 17 Mar 2023 15:08:31 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/fearturerequest/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110039250485617668/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Bardcode</title><link>https://mariatta.ca/posts/typo_of_the_day/bardcode/</link><pubDate>Thu, 16 Mar 2023 22:05:02 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/bardcode/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110035225980244804/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Think You 💭</title><link>https://mariatta.ca/posts/typo_of_the_day/thinkyou/</link><pubDate>Mon, 13 Mar 2023 23:49:25 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/thinkyou/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110018649497611417/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 'I'll take a loser look!👀🙈'</title><link>https://mariatta.ca/posts/typo_of_the_day/illtakealoserlook/</link><pubDate>Thu, 09 Mar 2023 12:27:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/illtakealoserlook/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109995207077148282/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Nod.Js</title><link>https://mariatta.ca/posts/typo_of_the_day/nodjs/</link><pubDate>Wed, 08 Mar 2023 22:18:46 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/nodjs/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109989981468114169/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 1 Pm Rye Doctor Appointment</title><link>https://mariatta.ca/posts/typo_of_the_day/1pmryedoctorappointment/</link><pubDate>Mon, 27 Feb 2023 18:34:59 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/1pmryedoctorappointment/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109938140771897045/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 'pip install --no-ache-dir 🤕'</title><link>https://mariatta.ca/posts/typo_of_the_day/fromtypingimportonion/</link><pubDate>Fri, 24 Feb 2023 18:14:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/fromtypingimportonion/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109637750182177546/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Run This Hell Script</title><link>https://mariatta.ca/posts/typo_of_the_day/runthishellscript/</link><pubDate>Fri, 24 Feb 2023 18:14:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/runthishellscript/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109921074370301002/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Your Talk Will Be Live Steamed ♨️</title><link>https://mariatta.ca/posts/typo_of_the_day/yourtalkwillbelivesteamed/</link><pubDate>Tue, 21 Feb 2023 19:27:12 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/yourtalkwillbelivesteamed/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109904372222031424/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 'Did it give any terror message?' 😱😰</title><link>https://mariatta.ca/posts/typo_of_the_day/diditgiveanyterrormessage/</link><pubDate>Sat, 18 Feb 2023 11:09:35 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/diditgiveanyterrormessage/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109887316477700966/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Str.Endcode()</title><link>https://mariatta.ca/posts/typo_of_the_day/strendcode/</link><pubDate>Fri, 17 Feb 2023 20:50:31 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/strendcode/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109882050600604532/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 100% Code Cowerage 😱</title><link>https://mariatta.ca/posts/typo_of_the_day/100codecowerage/</link><pubDate>Mon, 13 Feb 2023 18:18:06 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/100codecowerage/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109858802014044226/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Stark Trace</title><link>https://mariatta.ca/posts/typo_of_the_day/starktrace/</link><pubDate>Fri, 10 Feb 2023 18:18:18 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/starktrace/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109841815866214350/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Deprecationwaning</title><link>https://mariatta.ca/posts/typo_of_the_day/deprecationwaning/</link><pubDate>Wed, 08 Feb 2023 02:05:35 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/deprecationwaning/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109826666379227177/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Promotoe</title><link>https://mariatta.ca/posts/typo_of_the_day/promotoe/</link><pubDate>Fri, 03 Feb 2023 20:39:17 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/promotoe/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109802734088683904/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Bleakpoint()</title><link>https://mariatta.ca/posts/typo_of_the_day/bleakpoint/</link><pubDate>Wed, 01 Feb 2023 22:58:37 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/bleakpoint/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109791957330940932/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 'source .env/bib/activate'</title><link>https://mariatta.ca/posts/typo_of_the_day/sourceenvbibactivate/</link><pubDate>Thu, 26 Jan 2023 18:14:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/sourceenvbibactivate/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109440080216000160/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Podcats 🎙😺</title><link>https://mariatta.ca/posts/typo_of_the_day/podcats/</link><pubDate>Thu, 26 Jan 2023 17:36:03 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/podcats/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109756715064173313/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Contributing to Python</title><link>https://mariatta.ca/posts/talks/contributing-to-python/</link><pubDate>Wed, 11 Jan 2023 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/talks/contributing-to-python/</guid><description>&lt;h2 id="talk-abstract"&gt;Talk Abstract&lt;/h2&gt;
&lt;p&gt;Python is one of the most popular programming language out there, and it is also an open source project. The Python community relies on contributions by volunteers, and you too can take part in this rewarding experience. Contributing to open source is not just about opening pull requests. In this talk, we’ll go through the workflow of contributing to CPython repository, as well as other ways to contribute to the project, including documentation, triaging, and infrastructure.&lt;/p&gt;</description></item><item><title>Typo of the Day: 'from typing import Onion 🧅</title><link>https://mariatta.ca/posts/typo_of_the_day/pipinstallnoachedir/</link><pubDate>Thu, 05 Jan 2023 09:21:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pipinstallnoachedir/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/110538375359759027/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Is There Naything I Can Help With?</title><link>https://mariatta.ca/posts/typo_of_the_day/istherenaythingicanhelpwith/</link><pubDate>Wed, 04 Jan 2023 17:27:07 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/istherenaythingicanhelpwith/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109632109125375175/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Mafiatta 😵</title><link>https://mariatta.ca/posts/typo_of_the_day/mafiatta/</link><pubDate>Mon, 02 Jan 2023 17:55:10 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/mafiatta/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109620894810161739/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Breakpint()</title><link>https://mariatta.ca/posts/typo_of_the_day/breakpint/</link><pubDate>Thu, 29 Dec 2022 19:08:35 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/breakpint/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109598534208041644/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Goofie Bag 🤪🛍️</title><link>https://mariatta.ca/posts/typo_of_the_day/goofiebag/</link><pubDate>Sun, 11 Dec 2022 19:43:20 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/goofiebag/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109496749281143498/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Git Fetch Roigin</title><link>https://mariatta.ca/posts/typo_of_the_day/gitfetchroigin/</link><pubDate>Tue, 06 Dec 2022 18:14:20 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gitfetchroigin/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109468087810606133/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Git Rebase Maim</title><link>https://mariatta.ca/posts/typo_of_the_day/gitrebasemaim/</link><pubDate>Wed, 30 Nov 2022 17:52:45 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gitrebasemaim/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109434029063939691/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Unite Test</title><link>https://mariatta.ca/posts/typo_of_the_day/unitetest/</link><pubDate>Tue, 29 Nov 2022 18:14:50 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/unitetest/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109428453604599227/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Cute A Release</title><link>https://mariatta.ca/posts/typo_of_the_day/cutearelease/</link><pubDate>Thu, 24 Nov 2022 19:38:55 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/cutearelease/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109400472676634792/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: It Went To My Spasm Folder 🚮📧</title><link>https://mariatta.ca/posts/typo_of_the_day/itwenttomyspasmfolder/</link><pubDate>Tue, 22 Nov 2022 23:19:25 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/itwenttomyspasmfolder/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109390015050978289/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: loop.urn_until_complete() 🏺🔁</title><link>https://mariatta.ca/posts/typo_of_the_day/loopurnuntilcomplete/</link><pubDate>Tue, 22 Nov 2022 00:14:58 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/loopurnuntilcomplete/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109384571161107235/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Google Could Platform 🙊</title><link>https://mariatta.ca/posts/typo_of_the_day/googlecouldplatform/</link><pubDate>Fri, 18 Nov 2022 18:15:12 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/googlecouldplatform/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109366169575479362/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Gut Stash</title><link>https://mariatta.ca/posts/typo_of_the_day/gutstash/</link><pubDate>Thu, 17 Nov 2022 18:38:45 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gutstash/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: gut stash&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1107412965437800450?ref_src=twsrc%5Etfw"&gt;March 17, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;iframe src="https://fosstodon.org/@mariatta/109360599873925944/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: See You Sono</title><link>https://mariatta.ca/posts/typo_of_the_day/seeyousono/</link><pubDate>Wed, 16 Nov 2022 22:51:30 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/seeyousono/</guid><description>&lt;iframe src="https://fosstodon.org/@mariatta/109355931407409271/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://fosstodon.org/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Toad Trip 🐸</title><link>https://mariatta.ca/posts/typo_of_the_day/toadtrip/</link><pubDate>Fri, 04 Nov 2022 02:49:51 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/toadtrip/</guid><description>&lt;iframe src="https://mastodon.social/@mariatta/109283258628780629/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;&lt;script src="https://mastodon.social/embed.js" async="async"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ Python Brasil 2022</title><link>https://mariatta.ca/posts/ice_cream_selfies/2022/python_brasil_2023/</link><pubDate>Sun, 23 Oct 2022 20:22:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2022/python_brasil_2023/</guid><description>&lt;h2 id="del-monte-gelateria"&gt;Del Monte Gelateria&lt;/h2&gt;
&lt;p&gt;I found &lt;a href="https://www.facebook.com/delmontegelateria/" target="_blank" rel="noopener"&gt;Del Monte Gelateria&lt;/a&gt; inside Manaura shopping mall, which was walking distance
from the hotel I was staying. I had trouble choosing a flavor because everything
looks so good!&lt;/p&gt;
&lt;p&gt;Most people don&amp;rsquo;t speak english very well, but I was able to order what I want
by pointing at the display 😝&lt;/p&gt;
&lt;blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/CkEylHsOrWD/?utm_source=ig_embed&amp;amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;&lt;div style="padding:16px;"&gt; &lt;a href="https://www.instagram.com/p/CkEylHsOrWD/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"&gt; &lt;div style=" display: flex; flex-direction: row; align-items: center;"&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 19% 0;"&gt;&lt;/div&gt; &lt;div style="display:block; height:50px; margin:0 auto 12px; width:50px;"&gt;&lt;svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"&gt;&lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&gt;&lt;g transform="translate(-511.000000, -20.000000)" fill="#000000"&gt;&lt;g&gt;&lt;path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div style="padding-top: 8px;"&gt; &lt;div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"&gt;View this post on Instagram&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 12.5% 0;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"&gt;&lt;div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: 8px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: auto;"&gt; &lt;div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/CkEylHsOrWD/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Mariatta Wijaya (@mariatta81)&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Typo of the Day: Clan Chowder</title><link>https://mariatta.ca/posts/typo_of_the_day/clanchowder/</link><pubDate>Tue, 13 Sep 2022 16:33:19 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/clanchowder/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: clan chowder&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1569725926535229441?ref_src=twsrc%5Etfw"&gt;September 13, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Alchemy Of Sauce</title><link>https://mariatta.ca/posts/typo_of_the_day/alchemyofsauce/</link><pubDate>Fri, 02 Sep 2022 16:55:51 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/alchemyofsauce/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Alchemy of Sauce &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1565745329844387840?ref_src=twsrc%5Etfw"&gt;September 2, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Can I Boo An Appointment With You?</title><link>https://mariatta.ca/posts/typo_of_the_day/canibooanappointmentwithyou/</link><pubDate>Thu, 01 Sep 2022 00:35:56 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/canibooanappointmentwithyou/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &amp;quot;Can I boo an appointment with you?&amp;quot;&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1565136336222572544?ref_src=twsrc%5Etfw"&gt;September 1, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Protobluf🤪</title><link>https://mariatta.ca/posts/typo_of_the_day/protobluf/</link><pubDate>Mon, 29 Aug 2022 16:55:26 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/protobluf/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: protobluf, short for Protocol Bluffers 🤪&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1564295674061295618?ref_src=twsrc%5Etfw"&gt;August 29, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Asyncio.Ruin() 😰</title><link>https://mariatta.ca/posts/typo_of_the_day/asyncioruin/</link><pubDate>Wed, 17 Aug 2022 05:34:28 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/asyncioruin/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: asyncio.ruin() 😰&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1559775650038235136?ref_src=twsrc%5Etfw"&gt;August 17, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 'Omen In Tech' 🙊😅</title><link>https://mariatta.ca/posts/typo_of_the_day/omenintech/</link><pubDate>Fri, 05 Aug 2022 15:54:46 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/omenintech/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &amp;quot;omen in tech&amp;quot; instead of women 🙊😅&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1555583099823542272?ref_src=twsrc%5Etfw"&gt;August 5, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Doofscrolling</title><link>https://mariatta.ca/posts/typo_of_the_day/doofscrolling/</link><pubDate>Fri, 05 Aug 2022 03:15:13 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/doofscrolling/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: doofscrolling &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1555391951683272704?ref_src=twsrc%5Etfw"&gt;August 5, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Intro to Unit Testing and Continuous Integration</title><link>https://mariatta.ca/posts/talks/intro_to_unit_test_and_ci/</link><pubDate>Sat, 30 Jul 2022 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/talks/intro_to_unit_test_and_ci/</guid><description>&lt;h2 id="talk-abstract"&gt;Talk Abstract&lt;/h2&gt;
&lt;p&gt;Having unit tests and continuous integration (CI) as part of your development are considered best practises. But how do these things work? In this talk, we will cover the benefits of writing unit tests and how to get started with it in Python. Then, we&amp;rsquo;ll step it up running tests as part CI. And that&amp;rsquo;s not all! CI is not just about running tests, but for other things as well, like code quality checks, and even building and generating documentation.&lt;/p&gt;</description></item><item><title>Typo of the Day: Oofsite 😓</title><link>https://mariatta.ca/posts/typo_of_the_day/oofsite/</link><pubDate>Tue, 26 Jul 2022 17:02:16 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/oofsite/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: oofsite 😓&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1551976206160998400?ref_src=twsrc%5Etfw"&gt;July 26, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCon Colombia 2022</title><link>https://mariatta.ca/posts/ice_cream_selfies/2022/pyconcolombia_2022/</link><pubDate>Thu, 14 Jul 2022 13:17:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2022/pyconcolombia_2022/</guid><description>&lt;h2 id="cows-ice-cream-whistler"&gt;Cows Ice Cream Whistler&lt;/h2&gt;
&lt;p&gt;I gave a &lt;a href="https://mariatta.ca/posts/talks/theres-an-api-for-that/"&gt;keynote speech at PyCon Colombia&lt;/a&gt;. It was an online event, so I didn&amp;rsquo;t
actually get to have ice cream in Colombia. Perhaps one day.&lt;/p&gt;
&lt;p&gt;While on a camping trip to Whistler, I decided to get my Ice Cream Selfie at
&lt;a href="https://cows.ca/ice-cream/" target="_blank" rel="noopener"&gt;Cows Ice cream&lt;/a&gt;, which is a favorite place for us.
Each time we&amp;rsquo;re there, there&amp;rsquo;s always a long lineup.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;🍦😝🤳 &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; for &lt;a href="https://twitter.com/pyconcolombia?ref_src=twsrc%5Etfw"&gt;@pyconcolombia&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/PyConColombia2022?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#PyConColombia2022&lt;/a&gt;&lt;br&gt;Accompanied by my kids to &lt;a href="https://twitter.com/COWSICECREAM?ref_src=twsrc%5Etfw"&gt;@COWSICECREAM&lt;/a&gt; in Whistler.&lt;br&gt;I got the &amp;quot;Brownie Explosion&amp;quot; and &amp;quot;Wowie Cowie&amp;quot; ice cream 😋 &lt;a href="https://t.co/fSy4HavO2H"&gt;pic.twitter.com/fSy4HavO2H&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Typo of the Day: Which One Should I Sue?😨</title><link>https://mariatta.ca/posts/typo_of_the_day/whichoneshouldisue/</link><pubDate>Fri, 08 Jul 2022 21:24:34 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/whichoneshouldisue/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &amp;quot;Which one should I sue?&amp;quot; instead of &amp;quot;use&amp;quot; 😨&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1545519234343571457?ref_src=twsrc%5Etfw"&gt;July 8, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Achievement Unlucked</title><link>https://mariatta.ca/posts/typo_of_the_day/achievementunlucked/</link><pubDate>Wed, 15 Jun 2022 16:32:14 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/achievementunlucked/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: achievement unlucked &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1537110743639658496?ref_src=twsrc%5Etfw"&gt;June 15, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Heck-Out</title><link>https://mariatta.ca/posts/typo_of_the_day/heckout/</link><pubDate>Mon, 13 Jun 2022 15:05:22 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/heckout/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: heck-out&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1536364109851140097?ref_src=twsrc%5Etfw"&gt;June 13, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Unrad Emails</title><link>https://mariatta.ca/posts/typo_of_the_day/unrademails/</link><pubDate>Mon, 06 Jun 2022 16:27:52 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/unrademails/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Unrad emails&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1533848153715359747?ref_src=twsrc%5Etfw"&gt;June 6, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Changelong</title><link>https://mariatta.ca/posts/typo_of_the_day/changelong/</link><pubDate>Fri, 03 Jun 2022 20:51:50 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/changelong/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: changelong&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1532827422348824576?ref_src=twsrc%5Etfw"&gt;June 3, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Spyladies 🕵🏻‍♀️</title><link>https://mariatta.ca/posts/typo_of_the_day/spyladies/</link><pubDate>Fri, 27 May 2022 18:32:46 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/spyladies/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: spyladies 🕵🏻‍♀️ &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1530255707311730688?ref_src=twsrc%5Etfw"&gt;May 27, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Funraising</title><link>https://mariatta.ca/posts/typo_of_the_day/funraising/</link><pubDate>Fri, 20 May 2022 22:19:25 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/funraising/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: funraising&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1527776031116886016?ref_src=twsrc%5Etfw"&gt;May 20, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Sigh-Ups</title><link>https://mariatta.ca/posts/typo_of_the_day/sighups/</link><pubDate>Wed, 27 Apr 2022 18:12:33 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/sighups/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Sigh-ups&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1519378984299028482?ref_src=twsrc%5Etfw"&gt;April 27, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: On The Toad 🐸🛣️</title><link>https://mariatta.ca/posts/typo_of_the_day/onthetoad/</link><pubDate>Mon, 25 Apr 2022 15:36:06 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/onthetoad/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: on the toad, instead of road 🐸🛣️&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1518614838666166273?ref_src=twsrc%5Etfw"&gt;April 25, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 100$ Code Coverage 🤪</title><link>https://mariatta.ca/posts/typo_of_the_day/100codecoverage/</link><pubDate>Wed, 13 Apr 2022 17:58:53 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/100codecoverage/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: 100$ code coverage, instead of 100% 🤪&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1514302114670907393?ref_src=twsrc%5Etfw"&gt;April 13, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Python Luggage Summit 😅</title><link>https://mariatta.ca/posts/typo_of_the_day/pythonluggagesummit/</link><pubDate>Mon, 04 Apr 2022 18:13:28 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pythonluggagesummit/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Python Luggage Summit 😅&lt;br&gt;You can tell I&amp;#39;m eager to travel again (with precautions)&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1511044294546624519?ref_src=twsrc%5Etfw"&gt;April 4, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: OR</title><link>https://mariatta.ca/posts/typo_of_the_day/or/</link><pubDate>Fri, 01 Apr 2022 16:33:52 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/or/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: OR instead of PR&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1509932068435750915?ref_src=twsrc%5Etfw"&gt;April 1, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: @Pytest.Mark.Flay</title><link>https://mariatta.ca/posts/typo_of_the_day/pytestmarkflay/</link><pubDate>Wed, 30 Mar 2022 17:41:56 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pytestmarkflay/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &lt;a href="https://twitter.com/pytest?ref_src=twsrc%5Etfw"&gt;@pytest&lt;/a&gt;.mark.flay &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1509224420568551424?ref_src=twsrc%5Etfw"&gt;March 30, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Grrrpc</title><link>https://mariatta.ca/posts/typo_of_the_day/grrrpc/</link><pubDate>Sun, 27 Mar 2022 22:15:49 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/grrrpc/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: grrRPC&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1508206182938292227?ref_src=twsrc%5Etfw"&gt;March 27, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Macos Mobterey</title><link>https://mariatta.ca/posts/typo_of_the_day/macosmobterey/</link><pubDate>Mon, 21 Mar 2022 18:26:27 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/macosmobterey/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: MacOS Mobterey &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1505974130901872641?ref_src=twsrc%5Etfw"&gt;March 21, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Paystun</title><link>https://mariatta.ca/posts/typo_of_the_day/paystun/</link><pubDate>Fri, 18 Mar 2022 20:10:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/paystun/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Paystun &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1504913027031867394?ref_src=twsrc%5Etfw"&gt;March 18, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Import Daretime</title><link>https://mariatta.ca/posts/typo_of_the_day/importdaretime/</link><pubDate>Thu, 17 Mar 2022 17:45:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/importdaretime/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: import daretime&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1504514345773920256?ref_src=twsrc%5Etfw"&gt;March 17, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Cooking And Faking</title><link>https://mariatta.ca/posts/typo_of_the_day/cookingandfaking/</link><pubDate>Sun, 13 Mar 2022 19:44:22 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/cookingandfaking/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: cooking and faking &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1503094639431016448?ref_src=twsrc%5Etfw"&gt;March 13, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Version Burp</title><link>https://mariatta.ca/posts/typo_of_the_day/versionburp/</link><pubDate>Mon, 07 Mar 2022 23:56:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/versionburp/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &amp;quot;version burp&amp;quot;&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1500983635180142592?ref_src=twsrc%5Etfw"&gt;March 7, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Storerage</title><link>https://mariatta.ca/posts/typo_of_the_day/storerage/</link><pubDate>Wed, 23 Feb 2022 00:57:13 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/storerage/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: storerage &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1496287998488596483?ref_src=twsrc%5Etfw"&gt;February 23, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Ipdb.Set_Trance()</title><link>https://mariatta.ca/posts/typo_of_the_day/ipdbsettrance/</link><pubDate>Tue, 08 Feb 2022 22:57:55 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/ipdbsettrance/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day:&lt;br&gt;ipdb.set_trance()&lt;br&gt;😵‍💫&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1491184547773378562?ref_src=twsrc%5Etfw"&gt;February 8, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Git Hush</title><link>https://mariatta.ca/posts/typo_of_the_day/githush/</link><pubDate>Fri, 14 Jan 2022 18:25:14 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/githush/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: git hush &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1482056227811061762?ref_src=twsrc%5Etfw"&gt;January 14, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Devreel</title><link>https://mariatta.ca/posts/typo_of_the_day/devreel/</link><pubDate>Thu, 13 Jan 2022 21:10:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/devreel/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: DevReel&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1481735303014404099?ref_src=twsrc%5Etfw"&gt;January 13, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Bet Worth 🤑</title><link>https://mariatta.ca/posts/typo_of_the_day/betworth/</link><pubDate>Wed, 12 Jan 2022 23:35:02 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/betworth/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: bet worth instead of net worth 🤑&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1481409414292639744?ref_src=twsrc%5Etfw"&gt;January 12, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Cash And Curry</title><link>https://mariatta.ca/posts/typo_of_the_day/cashandcurry/</link><pubDate>Wed, 05 Jan 2022 22:34:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/cashandcurry/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Cash and Curry &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1478857339801423877?ref_src=twsrc%5Etfw"&gt;January 5, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Python Triad Team 😰</title><link>https://mariatta.ca/posts/typo_of_the_day/pythontriadteam/</link><pubDate>Tue, 04 Jan 2022 18:24:43 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pythontriadteam/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;br&gt;&lt;br&gt;Typo of the day: Python Triad team 😰&lt;br&gt;(instead of the Python Triage team)&lt;a href="https://t.co/h5q52vGkX0"&gt;https://t.co/h5q52vGkX0&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1478432218464673795?ref_src=twsrc%5Etfw"&gt;January 4, 2022&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Datavase 💐</title><link>https://mariatta.ca/posts/typo_of_the_day/datavase/</link><pubDate>Tue, 14 Dec 2021 22:16:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/datavase/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Datavase 💐&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1470880276507156481?ref_src=twsrc%5Etfw"&gt;December 14, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: I Witched The Video.. 🧙🏻‍♀️📺</title><link>https://mariatta.ca/posts/typo_of_the_day/iwitchedthevideo/</link><pubDate>Tue, 14 Dec 2021 00:33:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/iwitchedthevideo/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &amp;quot;I witched the video..&amp;quot; 🧙🏻‍♀️📺&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1470552366034272256?ref_src=twsrc%5Etfw"&gt;December 14, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCon APAC 2021</title><link>https://mariatta.ca/posts/ice_cream_selfies/2021/pycon-apac-2021/</link><pubDate>Sat, 04 Dec 2021 16:41:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2021/pycon-apac-2021/</guid><description>&lt;h2 id="bella-gelateria"&gt;Bella Gelateria&lt;/h2&gt;
&lt;p&gt;I gave a keynote speech at PyCon APAC 2021, which was hosted by PyCon Thailand.
This was an online event, so I didn&amp;rsquo;t actually go to Thailand for this. However,
I found an ice cream flavour that represent Thailand: Thai Coconut Milk Gelato
from Bella Gelateria!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.bellagelateria.com/" target="_blank" rel="noopener"&gt;Bella Gelateria&lt;/a&gt; has one of the best ice cream in Vancouver, they&amp;rsquo;ve won many awards!&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Belated &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; for &lt;a href="https://twitter.com/pyconapac?ref_src=twsrc%5Etfw"&gt;@pyconapac&lt;/a&gt; &lt;a href="https://twitter.com/pyconthailand?ref_src=twsrc%5Etfw"&gt;@pyconthailand&lt;/a&gt; &lt;br&gt;🇹🇭🐍 🍦😝🤳&lt;br&gt;Trekked all the way to Vancouver to find Thai Coconut Milk gelato from &lt;a href="https://twitter.com/bellagelateria?ref_src=twsrc%5Etfw"&gt;@bellagelateria&lt;/a&gt; &lt;a href="https://t.co/G3CjqJAHFS"&gt;pic.twitter.com/G3CjqJAHFS&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Typo of the Day: Python Ore Developer 👷‍♀️🐍</title><link>https://mariatta.ca/posts/typo_of_the_day/pythonoredeveloper/</link><pubDate>Wed, 01 Dec 2021 02:18:13 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pythonoredeveloper/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Python ore developer 👷‍♀️🐍&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1465867804523970564?ref_src=twsrc%5Etfw"&gt;December 1, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Hunk Removal</title><link>https://mariatta.ca/posts/typo_of_the_day/hunkremoval/</link><pubDate>Thu, 25 Nov 2021 20:38:28 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/hunkremoval/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Hunk removal &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1463970365277761541?ref_src=twsrc%5Etfw"&gt;November 25, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Framewok</title><link>https://mariatta.ca/posts/typo_of_the_day/framewok/</link><pubDate>Wed, 17 Nov 2021 23:25:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/framewok/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: framewok&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1461113168839811078?ref_src=twsrc%5Etfw"&gt;November 17, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: It Can Be Sued 🙊</title><link>https://mariatta.ca/posts/typo_of_the_day/itcanbesued/</link><pubDate>Thu, 28 Oct 2021 22:35:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/itcanbesued/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &amp;quot;It can be sued&amp;quot; instead of &amp;quot;used&amp;quot; 🙊&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1453852828661731338?ref_src=twsrc%5Etfw"&gt;October 28, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Sounds Goof 🤪</title><link>https://mariatta.ca/posts/typo_of_the_day/soundsgoof/</link><pubDate>Wed, 27 Oct 2021 20:59:53 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/soundsgoof/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Sounds goof 🤪&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1453466505287323649?ref_src=twsrc%5Etfw"&gt;October 27, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: From Typing Import Napping</title><link>https://mariatta.ca/posts/typo_of_the_day/fromtypingimportnapping/</link><pubDate>Tue, 19 Oct 2021 20:08:53 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/fromtypingimportnapping/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: from typing import Napping&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1450554566697619458?ref_src=twsrc%5Etfw"&gt;October 19, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Git Confit</title><link>https://mariatta.ca/posts/typo_of_the_day/gitconfit/</link><pubDate>Wed, 13 Oct 2021 18:17:09 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gitconfit/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: git confit &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1448352120248299525?ref_src=twsrc%5Etfw"&gt;October 13, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Demonstate 😈</title><link>https://mariatta.ca/posts/typo_of_the_day/demonstate/</link><pubDate>Thu, 07 Oct 2021 21:20:13 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/demonstate/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: demonstate 😈&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1446223863122051075?ref_src=twsrc%5Etfw"&gt;October 7, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: PEP 8-Complaint</title><link>https://mariatta.ca/posts/typo_of_the_day/pep8complaint/</link><pubDate>Mon, 20 Sep 2021 21:26:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pep8complaint/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: PEP 8-complaint; instead of compliant&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1440064724947906560?ref_src=twsrc%5Etfw"&gt;September 20, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Black --Heck</title><link>https://mariatta.ca/posts/typo_of_the_day/blackheck/</link><pubDate>Thu, 16 Sep 2021 21:16:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/blackheck/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: black --heck&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1438612657041379350?ref_src=twsrc%5Etfw"&gt;September 16, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Steakholde</title><link>https://mariatta.ca/posts/typo_of_the_day/steakholde/</link><pubDate>Wed, 15 Sep 2021 20:20:30 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/steakholde/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Steakholder &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1438236301556260872?ref_src=twsrc%5Etfw"&gt;September 15, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Deplotment</title><link>https://mariatta.ca/posts/typo_of_the_day/deplotment/</link><pubDate>Tue, 07 Sep 2021 23:51:28 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/deplotment/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Deplotment&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1435390292195172352?ref_src=twsrc%5Etfw"&gt;September 7, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Onlone</title><link>https://mariatta.ca/posts/typo_of_the_day/onlone/</link><pubDate>Thu, 02 Sep 2021 04:09:20 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/onlone/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Onlone&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1433280857830158337?ref_src=twsrc%5Etfw"&gt;September 2, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Nailing List</title><link>https://mariatta.ca/posts/typo_of_the_day/nailinglist/</link><pubDate>Sat, 21 Aug 2021 23:12:32 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/nailinglist/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: nailing list &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1429219902221545477?ref_src=twsrc%5Etfw"&gt;August 21, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Pain Programming 🤕</title><link>https://mariatta.ca/posts/typo_of_the_day/painprogramming/</link><pubDate>Tue, 17 Aug 2021 22:53:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/painprogramming/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: pain programming 🤕&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1427765431876476928?ref_src=twsrc%5Etfw"&gt;August 17, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Sunscreen With Psf 30 🌞</title><link>https://mariatta.ca/posts/typo_of_the_day/sunscreenwithpsf30/</link><pubDate>Mon, 16 Aug 2021 18:42:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/sunscreenwithpsf30/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: sunscreen with PSF 30 🌞&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1427339877889183744?ref_src=twsrc%5Etfw"&gt;August 16, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Full Stuck Developer</title><link>https://mariatta.ca/posts/typo_of_the_day/fullstuckdeveloper/</link><pubDate>Fri, 13 Aug 2021 18:42:32 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/fullstuckdeveloper/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Full Stuck Developer&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1426252850938646528?ref_src=twsrc%5Etfw"&gt;August 13, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Rake Care</title><link>https://mariatta.ca/posts/typo_of_the_day/rakecare/</link><pubDate>Thu, 12 Aug 2021 18:48:57 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/rakecare/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Rake care &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1425892078630805505?ref_src=twsrc%5Etfw"&gt;August 12, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Workglow</title><link>https://mariatta.ca/posts/typo_of_the_day/workglow/</link><pubDate>Tue, 10 Aug 2021 23:08:18 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/workglow/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: workglow&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1425232570053271556?ref_src=twsrc%5Etfw"&gt;August 10, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Skimp The Dishes 😥</title><link>https://mariatta.ca/posts/typo_of_the_day/skimpthedishes/</link><pubDate>Mon, 09 Aug 2021 23:26:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/skimpthedishes/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Skimp The Dishes 😥&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1424874633858228235?ref_src=twsrc%5Etfw"&gt;August 9, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Shut Down, But The Letter Next To `U` On The Keyboard 🙊</title><link>https://mariatta.ca/posts/typo_of_the_day/shutdownbuttheletternexttouonthekeyboard/</link><pubDate>Thu, 05 Aug 2021 20:16:06 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/shutdownbuttheletternexttouonthekeyboard/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Shut down, but the letter next to `u` on the keyboard 🙊&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1423377294048079875?ref_src=twsrc%5Etfw"&gt;August 5, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: 11 Am Pdf</title><link>https://mariatta.ca/posts/typo_of_the_day/11ampdf/</link><pubDate>Tue, 27 Jul 2021 16:00:12 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/11ampdf/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: 11 AM PDF &lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1420051402865315847?ref_src=twsrc%5Etfw"&gt;July 27, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Stripe Mall</title><link>https://mariatta.ca/posts/typo_of_the_day/stripemall/</link><pubDate>Mon, 26 Jul 2021 20:57:29 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/stripemall/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Stripe mall&lt;a href="https://twitter.com/hashtag/TypoOfTheDay?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#TypoOfTheDay&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1419763830914117642?ref_src=twsrc%5Etfw"&gt;July 26, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Exploding Kitchens 💥</title><link>https://mariatta.ca/posts/typo_of_the_day/explodingkitchens/</link><pubDate>Tue, 13 Jul 2021 16:46:55 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/explodingkitchens/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Exploding Kitchens 💥&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1414989728575754241?ref_src=twsrc%5Etfw"&gt;July 13, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Pup Install 🐶</title><link>https://mariatta.ca/posts/typo_of_the_day/pupinstall/</link><pubDate>Mon, 21 Jun 2021 18:56:01 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pupinstall/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: pup install&lt;br&gt;🐶&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1407049687132262403?ref_src=twsrc%5Etfw"&gt;June 21, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ GitHub Global Maintainer Summit 2021</title><link>https://mariatta.ca/posts/ice_cream_selfies/2021/github_maintainer_summit/</link><pubDate>Wed, 16 Jun 2021 20:44:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2021/github_maintainer_summit/</guid><description>&lt;h2 id="snowy-village"&gt;Snowy Village&lt;/h2&gt;
&lt;p&gt;I gave a talk about The Bots of CPython at GitHub Global Maintainer Summit. It was an
online event, so I looked for local ice cream shops where I live.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://snowyvillages.ca" target="_blank" rel="noopener"&gt;Snowy Village&lt;/a&gt; is my kids favorite place here. They really love the bingsu, which
is milk-based Korean shaved ice dessert.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Bingsu counts as ice cream! &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; 🍦😝🤳 @ Snowy Village &lt;a href="https://t.co/ZKqlTZkZUK"&gt;pic.twitter.com/ZKqlTZkZUK&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1405370731613986823?ref_src=twsrc%5Etfw"&gt;June 17, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2606.9655081834935!2d-122.91535288783349!3d49.20121387640039!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5485d9d7d18056bd%3A0xe30cde47ca1be7b3!2sSnowy%20Village%20New%20Westminster%20stn.!5e0!3m2!1sen!2sca!4v1692160869139!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;</description></item><item><title>Typo of the Day: Coroutune 🎶</title><link>https://mariatta.ca/posts/typo_of_the_day/coroutune/</link><pubDate>Tue, 15 Jun 2021 19:22:15 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/coroutune/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: coroutune 🎶&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1404881961336803329?ref_src=twsrc%5Etfw"&gt;June 15, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Dim Sim 🥟🥢</title><link>https://mariatta.ca/posts/typo_of_the_day/dimsim/</link><pubDate>Sun, 06 Jun 2021 18:33:14 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/dimsim/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Dim Sim&lt;br&gt;instead of Dim Sum 🥟🥢&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1401608135463235587?ref_src=twsrc%5Etfw"&gt;June 6, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Webshook 🤯</title><link>https://mariatta.ca/posts/typo_of_the_day/webshook/</link><pubDate>Sat, 05 Jun 2021 20:05:23 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/webshook/</guid><description>&lt;p&gt;Instead Of Webhook&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: webshook 🤯 instead of webhook&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1401268935614291975?ref_src=twsrc%5Etfw"&gt;June 5, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Issue Trucker 🚚</title><link>https://mariatta.ca/posts/typo_of_the_day/issuetrucker/</link><pubDate>Fri, 21 May 2021 02:39:55 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/issuetrucker/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Issue trucker 🚚&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1395570020428632068?ref_src=twsrc%5Etfw"&gt;May 21, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Icket Instead Of Ticket.</title><link>https://mariatta.ca/posts/typo_of_the_day/icketinsteadofticket/</link><pubDate>Mon, 17 May 2021 21:11:18 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/icketinsteadofticket/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: icket instead of ticket. &lt;a href="https://t.co/qdQcW3tAMA"&gt;pic.twitter.com/qdQcW3tAMA&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1394400154938085378?ref_src=twsrc%5Etfw"&gt;May 17, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCon US 2021</title><link>https://mariatta.ca/posts/ice_cream_selfies/2021/pycon_us_2021/</link><pubDate>Fri, 14 May 2021 17:09:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2021/pycon_us_2021/</guid><description>&lt;h2 id="vashti-rose-in-house-made-ice-cream"&gt;Vashti Rose In-House Made Ice Cream&lt;/h2&gt;
&lt;p&gt;If you ever come to Port Moody, you must make a stop at &lt;a href="http://vashtiroseicecream.com/" target="_blank" rel="noopener"&gt;Vashti Rose In-House Made Ice Cream&lt;/a&gt;.
All of their ice creams are made from scratch locally, and they have vegan options too.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;🍦😝🤳 The time has come for &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/PyCon?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#PyCon&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/PyConUS?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#PyConUS&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/PyConUS2021?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#PyConUS2021&lt;/a&gt; &lt;br&gt;Whiskey Hazelnut and Chocolate Brownie Ice Cream @ Vashti Rose Ice Cream &lt;a href="https://t.co/eUmMbIKECH"&gt;pic.twitter.com/eUmMbIKECH&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1393357719256567816?ref_src=twsrc%5Etfw"&gt;May 15, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2602.9983454038625!2d-122.86025658782978!3d49.27642857107759!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5486799b26a6c401%3A0x338c68387392103b!2sVashti%20Rose%20In-House%20Made%20Ice%20Cream!5e0!3m2!1sen!2sca!4v1692161377637!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;&lt;/iframe&gt;</description></item><item><title>Oops! I Became an Open Source Maintainer! 😱</title><link>https://mariatta.ca/posts/talks/oops-i-became-an-open-source-maintainer/</link><pubDate>Fri, 14 May 2021 17:09:00 +0600</pubDate><guid>https://mariatta.ca/posts/talks/oops-i-became-an-open-source-maintainer/</guid><description>&lt;h2 id="talk-abstract"&gt;Talk Abstract&lt;/h2&gt;
&lt;p&gt;I consider myself relatively new to the open source world; my first open source contribution was in summer of 2016. Pretty soon I found myself being given commit rights to other people’s open source projects. Being a new open source maintainer brings a set of unique challenges that I was not fully prepared for. In this talk, I will share my journey and the things I’ve learned along the way, and some advice for other aspiring open source maintainers and contributors.&lt;/p&gt;</description></item><item><title>Typo of the Day: Hackmad</title><link>https://mariatta.ca/posts/typo_of_the_day/hackmad/</link><pubDate>Wed, 05 May 2021 14:55:32 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/hackmad/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: HackMad (instead of HackMD)&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1389956938528550917?ref_src=twsrc%5Etfw"&gt;May 5, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Defendabot 🤖🛡️</title><link>https://mariatta.ca/posts/typo_of_the_day/defendabot/</link><pubDate>Tue, 04 May 2021 16:02:21 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/defendabot/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: defendabot 🤖🛡️&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1389611365669634048?ref_src=twsrc%5Etfw"&gt;May 4, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Butbucket</title><link>https://mariatta.ca/posts/typo_of_the_day/butbucket/</link><pubDate>Sun, 02 May 2021 21:08:54 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/butbucket/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: ButBucket&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1388963733016252420?ref_src=twsrc%5Etfw"&gt;May 2, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Dangerours</title><link>https://mariatta.ca/posts/typo_of_the_day/dangerours/</link><pubDate>Sun, 02 May 2021 00:39:56 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/dangerours/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: dangerours&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1388654452354142213?ref_src=twsrc%5Etfw"&gt;May 2, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Githuh 🤨</title><link>https://mariatta.ca/posts/typo_of_the_day/githuh/</link><pubDate>Fri, 30 Apr 2021 16:12:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/githuh/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: GitHuh 🤨&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1388164239781625857?ref_src=twsrc%5Etfw"&gt;April 30, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Heard Through The 'Gripevine' .... 🙊</title><link>https://mariatta.ca/posts/typo_of_the_day/heardthroughthegripevine/</link><pubDate>Thu, 29 Apr 2021 20:57:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/heardthroughthegripevine/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Heard through the &amp;#39;gripevine&amp;#39; .... 🙊&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1387873574552182786?ref_src=twsrc%5Etfw"&gt;April 29, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Guidelies 🤥</title><link>https://mariatta.ca/posts/typo_of_the_day/guidelies/</link><pubDate>Wed, 28 Apr 2021 17:08:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/guidelies/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: guidelies 🤥&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1387453557260099588?ref_src=twsrc%5Etfw"&gt;April 28, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Onhoarding</title><link>https://mariatta.ca/posts/typo_of_the_day/onhoarding/</link><pubDate>Tue, 27 Apr 2021 18:17:13 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/onhoarding/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: onhoarding, instead of onboarding&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1387108590482182144?ref_src=twsrc%5Etfw"&gt;April 27, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Sponsorhip</title><link>https://mariatta.ca/posts/typo_of_the_day/sponsorhip/</link><pubDate>Tue, 20 Apr 2021 14:32:16 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/sponsorhip/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: sponsorhip&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1384515264172101632?ref_src=twsrc%5Etfw"&gt;April 20, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Spoonsor 🥄</title><link>https://mariatta.ca/posts/typo_of_the_day/spoonsor/</link><pubDate>Wed, 14 Apr 2021 16:40:51 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/spoonsor/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: spoonsor 🥄&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1382373294435749890?ref_src=twsrc%5Etfw"&gt;April 14, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Shh Key 🤫🔑</title><link>https://mariatta.ca/posts/typo_of_the_day/shhkey/</link><pubDate>Tue, 13 Apr 2021 02:16:26 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/shhkey/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: SHH Key 🤫🔑&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1381793369634955267?ref_src=twsrc%5Etfw"&gt;April 13, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Jellosign</title><link>https://mariatta.ca/posts/typo_of_the_day/jellosign/</link><pubDate>Fri, 09 Apr 2021 17:22:17 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/jellosign/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: JelloSign &lt;a href="https://t.co/hziAZjOCeG"&gt;pic.twitter.com/hziAZjOCeG&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1380571783514914818?ref_src=twsrc%5Etfw"&gt;April 9, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Starfew Valley 💫</title><link>https://mariatta.ca/posts/typo_of_the_day/starfewvalley/</link><pubDate>Thu, 08 Apr 2021 18:45:09 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/starfewvalley/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Starfew Valley 💫&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1380230248243945472?ref_src=twsrc%5Etfw"&gt;April 8, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Jsob 😢</title><link>https://mariatta.ca/posts/typo_of_the_day/jsob/</link><pubDate>Tue, 30 Mar 2021 18:03:39 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/jsob/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: jsob 😢&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1376958315880607744?ref_src=twsrc%5Etfw"&gt;March 30, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Google Farms</title><link>https://mariatta.ca/posts/typo_of_the_day/googlefarms/</link><pubDate>Mon, 29 Mar 2021 18:05:37 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/googlefarms/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Google Farms&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1376596420732448769?ref_src=twsrc%5Etfw"&gt;March 29, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Docusigh</title><link>https://mariatta.ca/posts/typo_of_the_day/docusigh/</link><pubDate>Fri, 26 Mar 2021 16:13:23 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/docusigh/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: DocuSigh&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1375481013309112326?ref_src=twsrc%5Etfw"&gt;March 26, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Power Outrage</title><link>https://mariatta.ca/posts/typo_of_the_day/poweroutrage/</link><pubDate>Tue, 23 Mar 2021 14:59:25 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/poweroutrage/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Power outrage, instead of outage.&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1374375233642065921?ref_src=twsrc%5Etfw"&gt;March 23, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Usermane</title><link>https://mariatta.ca/posts/typo_of_the_day/usermane/</link><pubDate>Fri, 19 Mar 2021 08:23:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/usermane/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: usermane &lt;a href="https://t.co/HUwkZ9naSd"&gt;pic.twitter.com/HUwkZ9naSd&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1372825921573380101?ref_src=twsrc%5Etfw"&gt;March 19, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Google Loud Platform ☁️🔊</title><link>https://mariatta.ca/posts/typo_of_the_day/googleloudplatform/</link><pubDate>Thu, 18 Mar 2021 16:54:32 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/googleloudplatform/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Google Loud Platform ☁️🔊&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1372592268293513222?ref_src=twsrc%5Etfw"&gt;March 18, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Jsno</title><link>https://mariatta.ca/posts/typo_of_the_day/jsno/</link><pubDate>Wed, 17 Mar 2021 21:04:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/jsno/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: JSNO&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1372292658148696064?ref_src=twsrc%5Etfw"&gt;March 17, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Git Rest --Hard</title><link>https://mariatta.ca/posts/typo_of_the_day/gitresthard/</link><pubDate>Tue, 16 Mar 2021 22:30:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gitresthard/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: git rest --hard&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1371951914796126208?ref_src=twsrc%5Etfw"&gt;March 16, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Macos Big Sure</title><link>https://mariatta.ca/posts/typo_of_the_day/macosbigsure/</link><pubDate>Mon, 15 Mar 2021 21:11:58 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/macosbigsure/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: MacOS Big Sure&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1371569887739449346?ref_src=twsrc%5Etfw"&gt;March 15, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Paytub 💵🪣</title><link>https://mariatta.ca/posts/typo_of_the_day/paytub/</link><pubDate>Sun, 14 Mar 2021 04:40:49 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/paytub/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: paytub 💵🪣&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1370958068951908359?ref_src=twsrc%5Etfw"&gt;March 14, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCon Belarus 2021</title><link>https://mariatta.ca/posts/ice_cream_selfies/2021/pycon_belarus_2021/</link><pubDate>Sat, 13 Mar 2021 21:01:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2021/pycon_belarus_2021/</guid><description>&lt;h2 id="matteos-gelato"&gt;Matteo&amp;rsquo;s Gelato&lt;/h2&gt;
&lt;p&gt;I went to Matteo&amp;rsquo;s Gelato in Port Coquitlam for this one, after first taking a stroll along Coquitlam
River @ Lions Park.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="und" dir="ltr"&gt;Crème brûlée and chocolate hazelnut gelato from Matteo&amp;#39;s Gelato in Port Coquitlam. My reward for giving &lt;a href="https://twitter.com/pyconby?ref_src=twsrc%5Etfw"&gt;@pyconby&lt;/a&gt; closing keynote.&lt;br&gt;🍦😝🤳 &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; &lt;a href="https://t.co/i3zume2skU"&gt;pic.twitter.com/i3zume2skU&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1370963324242776064?ref_src=twsrc%5Etfw"&gt;March 14, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2603.7625878483!2d-122.78093128783054!3d49.26194567210298!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x548678ab53beaf43%3A0x423384ed3c120dfb!2sMatteos%20Gelato!5e0!3m2!1sen!2sca!4v1692161649449!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;</description></item><item><title>Typo of the Day: Http://Dogs.Python.Org</title><link>https://mariatta.ca/posts/typo_of_the_day/httpdogspythonorg/</link><pubDate>Sat, 13 Mar 2021 01:11:02 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/httpdogspythonorg/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &lt;a href="https://t.co/5BWox643Ri"&gt;https://t.co/5BWox643Ri&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1370542886303846406?ref_src=twsrc%5Etfw"&gt;March 13, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Dud Date</title><link>https://mariatta.ca/posts/typo_of_the_day/duddate/</link><pubDate>Wed, 10 Mar 2021 18:40:44 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/duddate/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: dud date&lt;br&gt;&lt;br&gt;When your product becomes end-of-life ...? 😛&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1369719887963123714?ref_src=twsrc%5Etfw"&gt;March 10, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Worklow 😔</title><link>https://mariatta.ca/posts/typo_of_the_day/worklow/</link><pubDate>Tue, 09 Mar 2021 23:26:15 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/worklow/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: worklow 😔&lt;br&gt;&lt;br&gt;When your workflow is not optimal.&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1369429354128769026?ref_src=twsrc%5Etfw"&gt;March 9, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Discard Server</title><link>https://mariatta.ca/posts/typo_of_the_day/discardserver/</link><pubDate>Mon, 08 Mar 2021 23:13:18 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/discardserver/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Discard server&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1369063709406949376?ref_src=twsrc%5Etfw"&gt;March 8, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Keynope</title><link>https://mariatta.ca/posts/typo_of_the_day/keynope/</link><pubDate>Fri, 05 Mar 2021 19:27:04 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/keynope/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Keynope&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1367919609899147266?ref_src=twsrc%5Etfw"&gt;March 5, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Asynciou</title><link>https://mariatta.ca/posts/typo_of_the_day/asynciou/</link><pubDate>Fri, 05 Mar 2021 02:38:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/asynciou/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: AsyncIOU&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1367665866075111425?ref_src=twsrc%5Etfw"&gt;March 5, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Detextive</title><link>https://mariatta.ca/posts/typo_of_the_day/detextive/</link><pubDate>Thu, 04 Mar 2021 04:27:16 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/detextive/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: detextive&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1367330780700045312?ref_src=twsrc%5Etfw"&gt;March 4, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Mailing-Lost 📩❌</title><link>https://mariatta.ca/posts/typo_of_the_day/mailinglost/</link><pubDate>Tue, 02 Mar 2021 16:32:49 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/mailinglost/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: mailing-lost 📩❌&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1366788594942152705?ref_src=twsrc%5Etfw"&gt;March 2, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Sofaware 🛋️</title><link>https://mariatta.ca/posts/typo_of_the_day/sofaware/</link><pubDate>Sat, 27 Feb 2021 21:35:40 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/sofaware/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: sofaware 🛋️&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1365777647389659136?ref_src=twsrc%5Etfw"&gt;February 27, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Inertview</title><link>https://mariatta.ca/posts/typo_of_the_day/inertview/</link><pubDate>Fri, 26 Feb 2021 00:04:20 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/inertview/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: inertview&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1365090283092807682?ref_src=twsrc%5Etfw"&gt;February 26, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Git Push --Force-With-Please</title><link>https://mariatta.ca/posts/typo_of_the_day/gitpushforcewithplease/</link><pubDate>Thu, 25 Feb 2021 01:24:39 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gitpushforcewithplease/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day:&lt;br&gt;git push --force-with-please &lt;a href="https://t.co/kd1XC6dTPx"&gt;pic.twitter.com/kd1XC6dTPx&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1364748109415292928?ref_src=twsrc%5Etfw"&gt;February 25, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Screenhot 🖥🔥</title><link>https://mariatta.ca/posts/typo_of_the_day/screenhot/</link><pubDate>Tue, 23 Feb 2021 03:29:12 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/screenhot/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: screenhot 🖥🔥&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1364054675629035521?ref_src=twsrc%5Etfw"&gt;February 23, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCascades 2021</title><link>https://mariatta.ca/posts/ice_cream_selfies/2021/pycascades_2021/</link><pubDate>Sat, 20 Feb 2021 12:43:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2021/pycascades_2021/</guid><description>&lt;p&gt;At PyCascades 2021, I was on a panel with Guido van Rossum, Carol Willing, Brett Cannon,
and Nina Zakharenko, so after that was done, I asked them to do an ice cream selfie
with me. I&amp;rsquo;m glad they all obliged! 😊&lt;/p&gt;
&lt;p&gt;I had the &lt;a href="https://www.madewithnestle.ca/drumstick" target="_blank" rel="noopener"&gt;Nestle DRUMSTICK Sundae Cone&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;A very special virtual &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; with &lt;a href="https://twitter.com/WillingCarol?ref_src=twsrc%5Etfw"&gt;@WillingCarol&lt;/a&gt; &lt;a href="https://twitter.com/Brettsky?ref_src=twsrc%5Etfw"&gt;@brettsky&lt;/a&gt; &lt;a href="https://twitter.com/nnja?ref_src=twsrc%5Etfw"&gt;@nnja&lt;/a&gt; &lt;a href="https://twitter.com/gvanrossum?ref_src=twsrc%5Etfw"&gt;@gvanrossum&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/pycascades?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#pycascades&lt;/a&gt; &lt;br&gt;🍦😝🤳 &lt;a href="https://t.co/MXUn0E3jRq"&gt;pic.twitter.com/MXUn0E3jRq&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1363227773376978944?ref_src=twsrc%5Etfw"&gt;February 20, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Scipy Food 🌶</title><link>https://mariatta.ca/posts/typo_of_the_day/scipyfood/</link><pubDate>Fri, 19 Feb 2021 18:29:01 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/scipyfood/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: scipy food 🌶&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1362831569996505088?ref_src=twsrc%5Etfw"&gt;February 19, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Git Lol 😜</title><link>https://mariatta.ca/posts/typo_of_the_day/gitlol/</link><pubDate>Fri, 19 Feb 2021 02:30:50 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gitlol/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: git lol 😜&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1362590435730812928?ref_src=twsrc%5Etfw"&gt;February 19, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Docsting 🐝</title><link>https://mariatta.ca/posts/typo_of_the_day/docsting/</link><pubDate>Thu, 18 Feb 2021 19:20:37 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/docsting/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: docsting 🐝&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1362482170187587584?ref_src=twsrc%5Etfw"&gt;February 18, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Gitlamb 🐑</title><link>https://mariatta.ca/posts/typo_of_the_day/gitlamb/</link><pubDate>Wed, 17 Feb 2021 17:38:32 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gitlamb/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: GitLamb 🐑&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1362094090708422657?ref_src=twsrc%5Etfw"&gt;February 17, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Executie</title><link>https://mariatta.ca/posts/typo_of_the_day/executie/</link><pubDate>Tue, 16 Feb 2021 17:29:34 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/executie/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: executie&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1361729445711605761?ref_src=twsrc%5Etfw"&gt;February 16, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Dread The Docs 😨😣</title><link>https://mariatta.ca/posts/typo_of_the_day/dreadthedocs/</link><pubDate>Mon, 15 Feb 2021 04:15:26 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/dreadthedocs/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: dread the docs 😨😣&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1361167209595162624?ref_src=twsrc%5Etfw"&gt;February 15, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Moneymoon 💸♥️</title><link>https://mariatta.ca/posts/typo_of_the_day/moneymoon/</link><pubDate>Fri, 12 Feb 2021 22:50:49 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/moneymoon/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: moneymoon 💸♥️&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1360360739337216001?ref_src=twsrc%5Etfw"&gt;February 12, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Omit Message</title><link>https://mariatta.ca/posts/typo_of_the_day/omitmessage/</link><pubDate>Wed, 10 Feb 2021 22:28:44 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/omitmessage/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: omit message&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1359630405947650050?ref_src=twsrc%5Etfw"&gt;February 10, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Python-Ateutil 🍽🥢</title><link>https://mariatta.ca/posts/typo_of_the_day/pythonateutil/</link><pubDate>Wed, 03 Feb 2021 00:32:29 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pythonateutil/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: python-ateutil &lt;br&gt;🍽🥢&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1356762448586448897?ref_src=twsrc%5Etfw"&gt;February 3, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Home Deport 😥</title><link>https://mariatta.ca/posts/typo_of_the_day/homedeport/</link><pubDate>Mon, 01 Feb 2021 20:47:26 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/homedeport/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Home Deport 😥&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1356343425331851268?ref_src=twsrc%5Etfw"&gt;February 1, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Say Sauce.</title><link>https://mariatta.ca/posts/typo_of_the_day/saysauce/</link><pubDate>Sun, 31 Jan 2021 21:13:30 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/saysauce/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Say sauce.&lt;br&gt;&lt;br&gt;Flavor profile: could be sweet, bitter, and spicy.&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1355987597378658304?ref_src=twsrc%5Etfw"&gt;January 31, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Love And Order</title><link>https://mariatta.ca/posts/typo_of_the_day/loveandorder/</link><pubDate>Sat, 30 Jan 2021 01:36:32 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/loveandorder/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Love and Order&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1355329014752292869?ref_src=twsrc%5Etfw"&gt;January 30, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Backstab 😫</title><link>https://mariatta.ca/posts/typo_of_the_day/backstab/</link><pubDate>Sat, 23 Jan 2021 16:54:47 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/backstab/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day:&lt;br&gt;backstab instead of backstage 😫&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1353023383311708161?ref_src=twsrc%5Etfw"&gt;January 23, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Bidet_Wheel Instead Of Bdist_Wheel 😥</title><link>https://mariatta.ca/posts/typo_of_the_day/bidetwheel/</link><pubDate>Mon, 18 Jan 2021 02:36:16 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/bidetwheel/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: bidet_wheel instead of bdist_wheel 😥&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1350995393316855808?ref_src=twsrc%5Etfw"&gt;January 18, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Import Datetie</title><link>https://mariatta.ca/posts/typo_of_the_day/importdatetie/</link><pubDate>Sat, 16 Jan 2021 02:15:56 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/importdatetie/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &lt;br&gt;import datetie&lt;br&gt; 🐍👔&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1350265500127772672?ref_src=twsrc%5Etfw"&gt;January 16, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: The Bang Of My Existence</title><link>https://mariatta.ca/posts/typo_of_the_day/thebangofmyexistence/</link><pubDate>Wed, 13 Jan 2021 15:58:44 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/thebangofmyexistence/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day:&lt;br&gt;The bang of my existence&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1349385401031528449?ref_src=twsrc%5Etfw"&gt;January 13, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Boo Camp 👻</title><link>https://mariatta.ca/posts/typo_of_the_day/boocamp/</link><pubDate>Mon, 11 Jan 2021 00:43:57 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/boocamp/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Boo Camp 👻&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1348430410049482752?ref_src=twsrc%5Etfw"&gt;January 11, 2021&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ SeaGL, PyCon Indonesia, PyCon Poland 2020</title><link>https://mariatta.ca/posts/ice_cream_selfies/2020/seagl_pyconid_pyconpl/</link><pubDate>Thu, 31 Dec 2020 20:44:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2020/seagl_pyconid_pyconpl/</guid><description>&lt;p&gt;It was 2020. I joined so many virtual conferences, and at one point, I was a
speaker at three different conferences all in one same weekend.&lt;/p&gt;
&lt;p&gt;2020 was also, a challenging time, I didn&amp;rsquo;t get to go out a lot. I didn&amp;rsquo;t even
get to do my Ice cream selfie after the conference.&lt;/p&gt;
&lt;p&gt;Finally, on new year&amp;rsquo;s eve, we decided to celebrate and go out. While
in Robson Street, we stopped by a Korean grocery store and my kids saw some
boba milk tea ice cream bar for sale. So I decided to do my ice cream selfie at
that time.&lt;/p&gt;</description></item><item><title>Typo of the Day: Git Geekout ...</title><link>https://mariatta.ca/posts/typo_of_the_day/gitgeekout/</link><pubDate>Thu, 17 Dec 2020 18:16:21 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gitgeekout/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: git geekout ...&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1339635561636642817?ref_src=twsrc%5Etfw"&gt;December 17, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Hop Pot</title><link>https://mariatta.ca/posts/typo_of_the_day/hoppot/</link><pubDate>Sun, 22 Nov 2020 03:17:32 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/hoppot/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Hop pot&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1330349670418309120?ref_src=twsrc%5Etfw"&gt;November 22, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Import Imdb</title><link>https://mariatta.ca/posts/typo_of_the_day/importimdb/</link><pubDate>Thu, 05 Nov 2020 02:34:28 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/importimdb/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day:&lt;br&gt;&lt;br&gt;import imdb&lt;br&gt;imdb.set_trace()&lt;br&gt;&lt;br&gt;😜&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1324178239057584133?ref_src=twsrc%5Etfw"&gt;November 5, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Have A Goat Weekend! 🙊😅</title><link>https://mariatta.ca/posts/typo_of_the_day/haveagoatweekend/</link><pubDate>Fri, 30 Oct 2020 22:16:09 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/haveagoatweekend/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &amp;quot;Have a goat weekend!&amp;quot; 🙊😅&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1322301290127347712?ref_src=twsrc%5Etfw"&gt;October 30, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Snack Preview</title><link>https://mariatta.ca/posts/typo_of_the_day/snackpreview/</link><pubDate>Fri, 16 Oct 2020 00:27:22 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/snackpreview/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: snack preview&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1316898493965901825?ref_src=twsrc%5Etfw"&gt;October 16, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Git Rebate</title><link>https://mariatta.ca/posts/typo_of_the_day/gitrebate/</link><pubDate>Tue, 06 Oct 2020 16:32:42 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gitrebate/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: git rebate&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1313517549196177408?ref_src=twsrc%5Etfw"&gt;October 6, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Paython 🐍🤑</title><link>https://mariatta.ca/posts/typo_of_the_day/paython/</link><pubDate>Mon, 21 Sep 2020 16:40:09 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/paython/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: paython &lt;br&gt;🐍🤑&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1308083608729522178?ref_src=twsrc%5Etfw"&gt;September 21, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCon Australia, and PyCon Taiwan 2020</title><link>https://mariatta.ca/posts/ice_cream_selfies/2020/pyconau-pycontw/</link><pubDate>Sat, 05 Sep 2020 20:44:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2020/pyconau-pycontw/</guid><description>&lt;h2 id="rocky-point-ice-cream"&gt;Rocky Point Ice Cream&lt;/h2&gt;
&lt;p&gt;2020, the year of virtual conferences for me. I get to speak at two different
conferences happening in the same weekend: PyCon Australia, and PyCon Taiwan.&lt;/p&gt;
&lt;p&gt;I decided to just get two scoops of ice cream from one shop. This is from
&lt;a href="https://rockypointicecream.com/" target="_blank" rel="noopener"&gt;Rocky Point Ice Cream&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Thanks &lt;a href="https://twitter.com/PyConAU?ref_src=twsrc%5Etfw"&gt;@pyconau&lt;/a&gt; and &lt;a href="https://twitter.com/PyConTW?ref_src=twsrc%5Etfw"&gt;@PyConTW&lt;/a&gt; for having me!&lt;br&gt;I gave talk at two conferences in the same weekend so I think I deserve the two scoops of ice cream from @RPIceCream (I picked matcha green tea and espresso flakes flavours)&lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; 🍦😝🤳 &lt;a href="https://t.co/i1PFurh2iH"&gt;pic.twitter.com/i1PFurh2iH&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Typo of the Day: Mkdire</title><link>https://mariatta.ca/posts/typo_of_the_day/mkdire/</link><pubDate>Wed, 19 Aug 2020 21:20:27 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/mkdire/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: mkdire&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1296195346784124929?ref_src=twsrc%5Etfw"&gt;August 19, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Docker-Compost ♻️</title><link>https://mariatta.ca/posts/typo_of_the_day/dockercompost/</link><pubDate>Thu, 25 Jun 2020 00:20:41 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/dockercompost/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: docker-compost ♻️&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1275946984126345217?ref_src=twsrc%5Etfw"&gt;June 25, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Rumserver</title><link>https://mariatta.ca/posts/typo_of_the_day/rumserver/</link><pubDate>Tue, 23 Jun 2020 00:25:42 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/rumserver/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: rumserver (instead of runserver) &lt;a href="https://twitter.com/hashtag/django?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#django&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1275223470880681984?ref_src=twsrc%5Etfw"&gt;June 23, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Ghostname 👻</title><link>https://mariatta.ca/posts/typo_of_the_day/ghostname/</link><pubDate>Wed, 17 Jun 2020 00:59:55 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/ghostname/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: ghostname 👻 (instead of hostname)&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1273057755805310976?ref_src=twsrc%5Etfw"&gt;June 17, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Feetback</title><link>https://mariatta.ca/posts/typo_of_the_day/feetback/</link><pubDate>Thu, 21 May 2020 18:10:21 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/feetback/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: feetback&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1263532597503655936?ref_src=twsrc%5Etfw"&gt;May 21, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Friend Chicken 😥🍗</title><link>https://mariatta.ca/posts/typo_of_the_day/friendchicken/</link><pubDate>Sun, 03 May 2020 03:32:33 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/friendchicken/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Friend chicken 😥🍗&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1256788711569645574?ref_src=twsrc%5Etfw"&gt;May 3, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCon US 2020</title><link>https://mariatta.ca/posts/ice_cream_selfies/2020/pyconus_2020/</link><pubDate>Thu, 23 Apr 2020 19:45:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2020/pyconus_2020/</guid><description>&lt;p&gt;PyCon US 2020 was cancelled, but I still decided to record a tutorial for it.&lt;/p&gt;
&lt;p&gt;Since everything was still closed down at that time, so I just bought some ice
cream and ice cream cones from the grocery store.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Just doing &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; in my own backyard 🍦😝🤳 &lt;a href="https://t.co/CiwD4c4fl1"&gt;pic.twitter.com/CiwD4c4fl1&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1253515298595942401?ref_src=twsrc%5Etfw"&gt;April 24, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Repostories</title><link>https://mariatta.ca/posts/typo_of_the_day/repostories/</link><pubDate>Sat, 28 Mar 2020 22:07:32 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/repostories/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: repostories&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1244023344422240259?ref_src=twsrc%5Etfw"&gt;March 28, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Beer And Breakfast</title><link>https://mariatta.ca/posts/typo_of_the_day/beerandbreakfast/</link><pubDate>Mon, 23 Mar 2020 19:39:23 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/beerandbreakfast/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Beer and Breakfast&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1242174120218910720?ref_src=twsrc%5Etfw"&gt;March 23, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Pep Peeve</title><link>https://mariatta.ca/posts/typo_of_the_day/peppeeve/</link><pubDate>Mon, 02 Mar 2020 17:41:35 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/peppeeve/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: PEP peeve&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1234534328639471616?ref_src=twsrc%5Etfw"&gt;March 2, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Bro Tip</title><link>https://mariatta.ca/posts/typo_of_the_day/brotip/</link><pubDate>Wed, 26 Feb 2020 15:54:38 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/brotip/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day:&lt;br&gt;Bro Tip&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1232695474768867328?ref_src=twsrc%5Etfw"&gt;February 26, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Http://Manage.Py Migraine</title><link>https://mariatta.ca/posts/typo_of_the_day/httpmanagepymigraine/</link><pubDate>Wed, 19 Feb 2020 01:04:27 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/httpmanagepymigraine/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day:&lt;a href="https://t.co/9hW6WXAVp0"&gt;https://t.co/9hW6WXAVp0&lt;/a&gt; migraine&lt;br&gt;🤕&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1229934738535665664?ref_src=twsrc%5Etfw"&gt;February 19, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Pypal</title><link>https://mariatta.ca/posts/typo_of_the_day/pypal/</link><pubDate>Tue, 11 Feb 2020 21:07:44 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/pypal/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: PyPal&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1227338452221349888?ref_src=twsrc%5Etfw"&gt;February 11, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Gift Push ➡️🎁</title><link>https://mariatta.ca/posts/typo_of_the_day/giftpush/</link><pubDate>Mon, 10 Feb 2020 20:05:17 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/giftpush/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: gift push&lt;br&gt;➡️🎁&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1226960347363528705?ref_src=twsrc%5Etfw"&gt;February 10, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCascades 2020</title><link>https://mariatta.ca/posts/ice_cream_selfies/2020/pycascades_2020/</link><pubDate>Sat, 08 Feb 2020 21:26:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2020/pycascades_2020/</guid><description>&lt;h2 id="fifty-licks-ice-cream"&gt;Fifty Licks Ice Cream&lt;/h2&gt;
&lt;p&gt;Elaine Wong, Lorena Mesa, and I, we gave a talk together about 9 Years of PyLadies.&lt;/p&gt;
&lt;p&gt;To celebrate, we went to &lt;a href="https://www.instagram.com/fiftylicks/?hl=en" target="_blank" rel="noopener"&gt;Fifty Licks Ice Cream&lt;/a&gt;, for their legend-dairy (and non-dairy)
ice cream.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Achievement unlocked! &lt;a href="https://twitter.com/pyladies?ref_src=twsrc%5Etfw"&gt;@pyladies&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; with &lt;a href="https://twitter.com/loooorenanicole?ref_src=twsrc%5Etfw"&gt;@loooorenanicole&lt;/a&gt; &lt;a href="https://twitter.com/elthenerd?ref_src=twsrc%5Etfw"&gt;@elthenerd&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/pycascades2020?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#pycascades2020&lt;/a&gt; &lt;a href="https://twitter.com/FiftyLicks?ref_src=twsrc%5Etfw"&gt;@FiftyLicks&lt;/a&gt; &lt;a href="https://t.co/82jdEhWIqK"&gt;pic.twitter.com/82jdEhWIqK&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1226376712281260033?ref_src=twsrc%5Etfw"&gt;February 9, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d22362.976715774457!2d-122.66571215639354!3d45.52271734472923!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1sfifty%20licks%20portland!5e0!3m2!1sen!2sca!4v1692201412975!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;</description></item><item><title>Typo of the Day: Datadoh!</title><link>https://mariatta.ca/posts/typo_of_the_day/datadoh/</link><pubDate>Wed, 05 Feb 2020 20:40:53 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/datadoh/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day:&lt;br&gt;datadoh!&lt;br&gt;🤦🏻‍♀️&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1225157368180174848?ref_src=twsrc%5Etfw"&gt;February 5, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Http://Hugs.Python.Org 🤗</title><link>https://mariatta.ca/posts/typo_of_the_day/httphugspythonorg/</link><pubDate>Sun, 02 Feb 2020 18:42:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/httphugspythonorg/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &lt;a href="https://t.co/3l1DAyoCrN"&gt;https://t.co/3l1DAyoCrN&lt;/a&gt; 🤗 (instead of bugs) 🐞&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1224040286067752960?ref_src=twsrc%5Etfw"&gt;February 2, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Importlimb</title><link>https://mariatta.ca/posts/typo_of_the_day/importlimb/</link><pubDate>Wed, 15 Jan 2020 23:27:49 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/importlimb/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: importlimb&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1217589234774630402?ref_src=twsrc%5Etfw"&gt;January 15, 2020&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ GitHub Universe 2019</title><link>https://mariatta.ca/posts/ice_cream_selfies/2019/github_universe/</link><pubDate>Fri, 15 Nov 2019 14:53:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2019/github_universe/</guid><description>&lt;h2 id="uji-time-dessert"&gt;Uji Time Dessert&lt;/h2&gt;
&lt;p&gt;After giving my talk, &amp;ldquo;&lt;a href="https://mariatta.ca/posts/talks/dont-be-a-robot-build-the-bot/"&gt;Don&amp;rsquo;t be a Robot; automating workflows at scale&lt;/a&gt;&amp;rdquo; at GitHub
Universe, I decided to spend some time exploring Japantown in San Francisco,
and stumbled upon this place. It is so unique so I decided to get my ice cream
there.&lt;/p&gt;
&lt;p&gt;Check out &lt;a href="https://www.ujitimedessert.com/" target="_blank" rel="noopener"&gt;Uji Time Dessert&lt;/a&gt; for their matcha
ice cream and taiyaki cones!&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;🍦😝🤳 Matcha ice cream with taiyaki cone and red bean topping 🤤&lt;br&gt; My fanciest &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; so far! &lt;a href="https://twitter.com/hashtag/GitHubUniverse?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#GitHubUniverse&lt;/a&gt; &lt;a href="https://t.co/WnJgIuOjsM"&gt;pic.twitter.com/WnJgIuOjsM&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Ice Cream Selfie @ PyCon DE 2019</title><link>https://mariatta.ca/posts/ice_cream_selfies/2019/pyconde/</link><pubDate>Sun, 13 Oct 2019 08:39:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2019/pyconde/</guid><description>&lt;h2 id="hokey-pokey"&gt;Hokey Pokey&lt;/h2&gt;
&lt;p&gt;Lucie recommended this place, and we met up and get to chat and catch up.&lt;/p&gt;
&lt;p&gt;Check out &lt;a href="hokey-pokey.de"&gt;Eispatisserie Hokey Pokey&lt;/a&gt; in Berlin!&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;A special &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; with @Patjouk &lt;a href="https://twitter.com/hashtag/PyConDE?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#PyConDE&lt;/a&gt;&lt;br&gt;🍦😝🤳 &lt;a href="https://t.co/SFoQy6JI1x"&gt;pic.twitter.com/SFoQy6JI1x&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1183406921153417217?ref_src=twsrc%5Etfw"&gt;October 13, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d19411.055535364838!2d13.387635370248459!3d52.54461581119743!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47a853cab8921405%3A0xe9711fdc67a1b27b!2sEispatisserie%20Hokey%20Pokey%20Boutique!5e0!3m2!1sen!2sca!4v1692202747229!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;</description></item><item><title>Typo of the Day: Ice Dream 🥶</title><link>https://mariatta.ca/posts/typo_of_the_day/icedream/</link><pubDate>Fri, 13 Sep 2019 01:47:36 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/icedream/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Ice dream&lt;br&gt;🥶&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1172325925280600064?ref_src=twsrc%5Etfw"&gt;September 13, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ Zapier Fall Retreat 2019</title><link>https://mariatta.ca/posts/ice_cream_selfies/2019/zapier/</link><pubDate>Thu, 12 Sep 2019 20:44:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2019/zapier/</guid><description>&lt;h2 id="wonders-ice-cream"&gt;Wonders Ice Cream&lt;/h2&gt;
&lt;p&gt;During Zapier&amp;rsquo;s Retreat, I gave a quick ignite talk about public speaking.
Afterwards, with a few other Zapiens, we went to Wonders Ice Cream for Rolled Ice
Cream.&lt;/p&gt;
&lt;p&gt;Unfortunately, I learned that this place has since closed down 😔&lt;/p&gt;
&lt;blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/B2VPSErHdFC/?utm_source=ig_embed&amp;amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"&gt;&lt;div style="padding:16px;"&gt; &lt;a href="https://www.instagram.com/p/B2VPSErHdFC/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"&gt; &lt;div style=" display: flex; flex-direction: row; align-items: center;"&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 19% 0;"&gt;&lt;/div&gt; &lt;div style="display:block; height:50px; margin:0 auto 12px; width:50px;"&gt;&lt;svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"&gt;&lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&gt;&lt;g transform="translate(-511.000000, -20.000000)" fill="#000000"&gt;&lt;g&gt;&lt;path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div style="padding-top: 8px;"&gt; &lt;div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"&gt;View this post on Instagram&lt;/div&gt;&lt;/div&gt;&lt;div style="padding: 12.5% 0;"&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"&gt;&lt;div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"&gt;&lt;/div&gt; &lt;div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: 8px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: auto;"&gt; &lt;div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"&gt;&lt;/div&gt; &lt;div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"&gt;&lt;/div&gt; &lt;div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"&gt;&lt;a href="https://www.instagram.com/p/B2VPSErHdFC/?utm_source=ig_embed&amp;amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank"&gt;A post shared by Mariatta Wijaya (@mariatta81)&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Typo of the Day: Wanton Soup</title><link>https://mariatta.ca/posts/typo_of_the_day/wantonsoup/</link><pubDate>Sat, 07 Sep 2019 00:23:57 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/wantonsoup/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Wanton soup&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1170130550289354752?ref_src=twsrc%5Etfw"&gt;September 7, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyBay 2019</title><link>https://mariatta.ca/posts/ice_cream_selfies/2019/pybay/</link><pubDate>Sun, 18 Aug 2019 14:53:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2019/pybay/</guid><description>&lt;h2 id="the-baked-bear"&gt;The Baked Bear&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://www.thebakedbear.com/" target="_blank" rel="noopener"&gt;Baked Bear&lt;/a&gt; is known for their ice cream sandwiches!&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="qme" dir="ltr"&gt;🍦😝🤳 &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/PyBay2019?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#PyBay2019&lt;/a&gt; &lt;a href="https://t.co/GE6icRnLW6"&gt;pic.twitter.com/GE6icRnLW6&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1163311111677992960?ref_src=twsrc%5Etfw"&gt;August 19, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12610.323165791448!2d-122.42727974458006!3d37.79986300000001!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808580f3890cb063%3A0x7b4b6ff70b02d48e!2sThe%20Baked%20Bear!5e0!3m2!1sen!2sca!4v1692203588487!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;</description></item><item><title>Typo of the Day: Gig Commit</title><link>https://mariatta.ca/posts/typo_of_the_day/gigcommit/</link><pubDate>Thu, 06 Jun 2019 23:33:43 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/gigcommit/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &lt;br&gt;gig commit&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1136778225181270016?ref_src=twsrc%5Etfw"&gt;June 6, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCon US 2019</title><link>https://mariatta.ca/posts/ice_cream_selfies/2019/pyconus_2019/</link><pubDate>Mon, 06 May 2019 16:34:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2019/pyconus_2019/</guid><description>&lt;h2 id="cathys-gourmet-ice-cream-sandwiches"&gt;Cathy&amp;rsquo;s Gourmet Ice Cream Sandwiches&lt;/h2&gt;
&lt;p&gt;PyCon US 2019 was a busy one for me. I gave a talk, a tutorial, and also ran the first
Mentored Sprints with Nina Zakharenko and Tania Allard,
AND co-chaired the Python Language Summit for the first time 😵 (I ended up co-charing it for 4 years).&lt;/p&gt;
&lt;p&gt;I went to Cathy&amp;rsquo;s Gourmet Ice Cream Sandwiches. The ice cream sandwich was really yummy! 😋&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m sad to hear that this place has since closed down.&lt;/p&gt;</description></item><item><title>Typo of the Day: Deadtivate</title><link>https://mariatta.ca/posts/typo_of_the_day/deadtivate/</link><pubDate>Mon, 04 Mar 2019 22:13:00 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/deadtivate/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: deadtivate&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1102693450485358597?ref_src=twsrc%5Etfw"&gt;March 4, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: T-Shirt (Without The R) 😢😣🙊</title><link>https://mariatta.ca/posts/typo_of_the_day/tshirtwithoutther/</link><pubDate>Fri, 01 Mar 2019 05:49:40 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/tshirtwithoutther/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: T-shirt (without the r) 😢😣🙊&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1101358822906445824?ref_src=twsrc%5Etfw"&gt;March 1, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Loving Room</title><link>https://mariatta.ca/posts/typo_of_the_day/lovingroom/</link><pubDate>Wed, 27 Feb 2019 16:58:33 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/lovingroom/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: Loving room, instead of living room.&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1100802377391603714?ref_src=twsrc%5Etfw"&gt;February 27, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Githug</title><link>https://mariatta.ca/posts/typo_of_the_day/githug/</link><pubDate>Thu, 21 Feb 2019 14:21:48 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/githug/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: GitHug&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1098588601929981953?ref_src=twsrc%5Etfw"&gt;February 21, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Doctoring</title><link>https://mariatta.ca/posts/typo_of_the_day/doctoring/</link><pubDate>Sat, 09 Feb 2019 05:54:23 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/doctoring/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: doctoring, instead of docstring... 👩‍⚕️❓💬🤔❌&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1094112254704775169?ref_src=twsrc%5Etfw"&gt;February 9, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: Food First Issue</title><link>https://mariatta.ca/posts/typo_of_the_day/foodfirstissue/</link><pubDate>Fri, 04 Jan 2019 18:02:36 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/foodfirstissue/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: &amp;quot;Food first issue&amp;quot;&lt;br&gt;Yes, let&amp;#39;s think about food before as we solve this GitHub issue.&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1081249553397903360?ref_src=twsrc%5Etfw"&gt;January 4, 2019&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Typo of the Day: bums in the oven</title><link>https://mariatta.ca/posts/typo_of_the_day/bumsintheoven/</link><pubDate>Thu, 20 Dec 2018 22:03:29 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/bumsintheoven/</guid><description>&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;&amp;quot;How long to bake the bums in the oven?&amp;quot;&lt;a href="https://twitter.com/hashtag/MyMostEmbarrassingTypo?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#MyMostEmbarrassingTypo&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1075874355790237696?ref_src=twsrc%5Etfw"&gt;December 20, 2018&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ North Bay Python 2018</title><link>https://mariatta.ca/posts/ice_cream_selfies/2018/nbpy_2018/</link><pubDate>Sun, 04 Nov 2018 16:02:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2018/nbpy_2018/</guid><description>&lt;h2 id="angelas-organic-ice-cream-petaluma"&gt;Angela&amp;rsquo;s Organic Ice Cream Petaluma&lt;/h2&gt;
&lt;p&gt;One perk of being a keynote at North Bay Python is you get to headline and
have your name up on the marquee ⭐️ It&amp;rsquo;s really cool!&lt;/p&gt;
&lt;p&gt;Thanks North Bay Python for inviting me! I get to immortalize it in my ice
cream selfie 😝&lt;/p&gt;
&lt;p&gt;Little did I know that I would return to the conference, and back to
&lt;a href="https://www.angelasicecream.com/" target="_blank" rel="noopener"&gt;Angela&amp;rsquo;s Organic Ice Cream&lt;/a&gt;
&lt;a href="https://mariatta.ca/posts/talks/pep_talk/"&gt;five years later&lt;/a&gt;!&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;🍦😋🤳 A very special &lt;a href="https://twitter.com/hashtag/IceCreamSelfie?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#IceCreamSelfie&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/nbpy?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#nbpy&lt;/a&gt; &lt;a href="https://t.co/4feYSs2lRg"&gt;pic.twitter.com/4feYSs2lRg&lt;/a&gt;&lt;/p&gt;</description></item><item><title>What Is a Python Core Developer?</title><link>https://mariatta.ca/posts/talks/what-is-a-python-core-dev/</link><pubDate>Sat, 03 Nov 2018 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/talks/what-is-a-python-core-dev/</guid><description>&lt;h2 id="talk-abstract"&gt;Talk Abstract&lt;/h2&gt;
&lt;p&gt;How do you become a Python core developer? How can I become one? What is it like to be a Python core developer?&lt;/p&gt;
&lt;p&gt;These are the questions I often receive ever since I became a Python core developer a year ago. Contributing to Python is a long journey that does not end when one earns the commit privilege. There are responsibilities to bear and expectations to live up to.&lt;/p&gt;</description></item><item><title>Ice Cream Selfie @ DjangoCon US 2018</title><link>https://mariatta.ca/posts/ice_cream_selfies/2018/djangoconus_2018/</link><pubDate>Fri, 19 Oct 2018 17:07:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2018/djangoconus_2018/</guid><description>&lt;h2 id="hammonds-gourmet-ice-cream"&gt;Hammond&amp;rsquo;s Gourmet Ice Cream&lt;/h2&gt;
&lt;p&gt;It was fun visiting San Diego for DjangoCon US 2018. I gave my talk &lt;a href="https://mariatta.ca/posts/talks/dont-be-a-robot-build-the-bot/"&gt;Don&amp;rsquo;t Be a Robot; Build the Bot&lt;/a&gt;.
I think it was well received 😊&lt;/p&gt;
&lt;p&gt;This was also a special travel trip, because, well it happens that my husband also
needed to travel for work at the same time, so we don&amp;rsquo;t have anyone to look after
our two kids. I ended up taking my kids with me to the conference.&lt;/p&gt;</description></item><item><title>Don't Be a Robot; Build The Bot!</title><link>https://mariatta.ca/posts/talks/dont-be-a-robot-build-the-bot/</link><pubDate>Wed, 17 Oct 2018 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/talks/dont-be-a-robot-build-the-bot/</guid><description>&lt;h2 id="talk-abstract"&gt;Talk Abstract&lt;/h2&gt;
&lt;p&gt;Managing a large open source project like CPython is no easy task.
Learn how the Python core team automated their GitHub workflow with bots, making it easier for maintainers and contributors to collaborate together.
Even if you’re not managing a large project, you can still build your own bot! Hear some ideas on what you can automate on GitHub and personalize your
bot based on your own workflow. All you need is Python. Don’t be a robot; build the bot.&lt;/p&gt;</description></item><item><title>Typo of the Day: Flirt Install 🤭</title><link>https://mariatta.ca/posts/typo_of_the_day/flirtinstall/</link><pubDate>Sun, 15 Jul 2018 03:32:48 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/flirtinstall/</guid><description>&lt;p&gt;I was trying to install a library using &lt;a href="https://flit.pypa.io" target="_blank" rel="noopener"&gt;flit&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The correct command is &lt;code&gt;flit install&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Flit is a simple way to package and publish Python packages on PyPI. You can read
up about it in the docs.&lt;/p&gt;
&lt;p&gt;They also have a &amp;ldquo;&lt;a href="https://flit.pypa.io/en/latest/rationale.html" target="_blank" rel="noopener"&gt;Why use Flit&lt;/a&gt;&amp;rdquo; section.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Typo of the day: `flirt install` 🤭&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/1018337558877491200?ref_src=twsrc%5Etfw"&gt;July 15, 2018&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCon US 2018</title><link>https://mariatta.ca/posts/ice_cream_selfies/2018/pyconus_2018/</link><pubDate>Sun, 13 May 2018 19:56:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2018/pyconus_2018/</guid><description>&lt;h2 id="mitchells-ice-cream"&gt;Mitchell&amp;rsquo;s Ice Cream&lt;/h2&gt;
&lt;p&gt;At PyCon US 2018, I gave my talk &lt;a href="https://mariatta.ca/posts/talks/what-is-a-python-core-dev/"&gt;What is a Python Core Developer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It was emotionally difficult to give that talk 🥲&lt;/p&gt;
&lt;p&gt;I went to &lt;a href="https://www.mitchellshomemade.com/" target="_blank" rel="noopener"&gt;Mitchell&amp;rsquo;s HomeMade Ice cream&lt;/a&gt; to celebrate.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="qme" dir="ltr"&gt;🍦😋🤳 &lt;a href="https://t.co/MG8XdAqulv"&gt;pic.twitter.com/MG8XdAqulv&lt;/a&gt;&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/995860422233395200?ref_src=twsrc%5Etfw"&gt;May 14, 2018&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d11955.404771995723!2d-81.72293517289452!3d41.48582569985858!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8830f06dd0c88a87%3A0x9d76619efabbd925!2sMitchell&amp;#39;s%20Ice%20Cream%20(Ohio%20City%20Kitchen%20%26%20Shop)!5e0!3m2!1sen!2sca!4v1692215734122!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;</description></item><item><title>Ice Cream Selfie @ PyCon Canada 2017</title><link>https://mariatta.ca/posts/ice_cream_selfies/2017/pyconca/</link><pubDate>Mon, 20 Nov 2017 16:02:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2017/pyconca/</guid><description>&lt;h2 id="la-cabane-de-danny"&gt;La Cabane De Danny&lt;/h2&gt;
&lt;p&gt;PyCon Canada happened in November, in Montreal. It was freezing cold outside,
but didn&amp;rsquo;t stop me from getting ice cream. I found La Cabane De Danny, and they
make ice cream with bubble waffle cone. So fun! The matcha ice cream was real
good!&lt;/p&gt;
&lt;p&gt;Unfortunately this shop has since closed down.&lt;/p&gt;
&lt;iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D10155076403675823%26set%3Dpb.725100822.-2207520000.%26type%3D3&amp;width=500&amp;show_text=true&amp;appId=147773365297089&amp;height=609" width="500" height="609" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"&gt;&lt;/iframe&gt;</description></item><item><title>Ice Cream Selfie @ PyCon AU 2017</title><link>https://mariatta.ca/posts/ice_cream_selfies/2017/pyconau_2017/</link><pubDate>Sun, 06 Aug 2017 16:02:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2017/pyconau_2017/</guid><description>&lt;h2 id="milkcow-australia"&gt;Milkcow Australia&lt;/h2&gt;
&lt;p&gt;I realized that this is the first time I&amp;rsquo;ve used the #IceCreamSelfie hashtag!!&lt;/p&gt;
&lt;p&gt;Unfortunately, this place has since closed down.&lt;/p&gt;
&lt;iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D10154793215630823%26set%3Dpb.725100822.-2207520000.%26type%3D3&amp;width=500&amp;show_text=true&amp;appId=147773365297089&amp;height=590" width="500" height="590" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"&gt;&lt;/iframe&gt;</description></item><item><title>Ice Cream Selfie @ PyCon US 2017</title><link>https://mariatta.ca/posts/ice_cream_selfies/2017/pyconus_2017/</link><pubDate>Fri, 19 May 2017 16:02:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2017/pyconus_2017/</guid><description>&lt;h2 id="whats-the-scoop-pdx"&gt;What&amp;rsquo;s the Scoop PDX&lt;/h2&gt;
&lt;p&gt;After giving my talk, &lt;a href="https://mariatta.ca/posts/talks/dial-m-for-mentor/"&gt;Dial M For Mentor&lt;/a&gt;, I was feeling quite stressed out.
My friend Jeff asked if there&amp;rsquo;s anything that would make me feel better, and
I said &amp;ldquo;I wanna go get ice cream&amp;rdquo;. So we went to this place that he knew about.&lt;/p&gt;
&lt;p&gt;At that time, I didn&amp;rsquo;t consider Ice Cream Selfie to be a &amp;ldquo;thing&amp;rdquo; yet, but
I think this is when it becomes a real &amp;ldquo;tradition&amp;rdquo;.&lt;/p&gt;</description></item><item><title>Dial M For Mentor</title><link>https://mariatta.ca/posts/talks/dial-m-for-mentor/</link><pubDate>Fri, 19 May 2017 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/talks/dial-m-for-mentor/</guid><description>&lt;h2 id="talk-abstract"&gt;Talk Abstract&lt;/h2&gt;
&lt;p&gt;One of the nicest things about Python community is the availability of mentors willing to help you.
Various mentors have helped me navigate the open source community and help advanced my skills.
I realized finding a mentor is not as easy as it seems, and it takes a lot of courage to reach out
in the first place. And then, there is impostor syndrome, where one may feel like they don&amp;rsquo;t deserve the help.
In this talk, I will provide advice about working with a mentor.
Asking for help is not a failure.&lt;/p&gt;</description></item><item><title>Ice Cream Selfie @ DjangoCon Europe, PyCon Italy 2017</title><link>https://mariatta.ca/posts/ice_cream_selfies/2017/pyconit_djangoconeu/</link><pubDate>Fri, 07 Apr 2017 16:02:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2017/pyconit_djangoconeu/</guid><description>&lt;p&gt;Hero image photo by Bartek Pawlik, DjangoCon Europe.&lt;/p&gt;
&lt;h2 id="icy-dot-wine"&gt;Icy Dot Wine&lt;/h2&gt;
&lt;p&gt;I was just walking around in Florence, having given my talk at two conferences
in the same week: &lt;a href="https://mariatta.ca/posts/talks/dial-m-for-mentor/"&gt;PyCon Italy and DjangoCon Europe 2017&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;At that time, Ice cream selfie isn&amp;rsquo;t quite a ritual yet, so I didn&amp;rsquo;t even
know which shop this was.&lt;/p&gt;
&lt;p&gt;After many years, I tracked down the shop name! This was from &lt;a href="https://www.facebook.com/AMRSA2016/" target="_blank" rel="noopener"&gt;Icy Dot Wine&lt;/a&gt;.&lt;/p&gt;
&lt;iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D10154426489120823%26set%3Dpb.725100822.-2207520000.%26type%3D3&amp;width=500&amp;show_text=true&amp;appId=147773365297089&amp;height=589" width="500" height="589" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"&gt;&lt;/iframe&gt;
&lt;iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2880.924892584484!2d11.2505455!3d43.774417899999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x132a56a9bb9a6ccf%3A0x16d879cb97b3bdc4!2sIcy%20Dot%20Wine!5e0!3m2!1sen!2sca!4v1692224305338!5m2!1sen!2sca" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"&gt;&lt;/iframe&gt;</description></item><item><title>Typo of the Day: 👅 'Lick' 🖱️</title><link>https://mariatta.ca/posts/typo_of_the_day/lickinsteadofclick/</link><pubDate>Thu, 16 Mar 2017 22:39:22 +0000</pubDate><guid>https://mariatta.ca/posts/typo_of_the_day/lickinsteadofclick/</guid><description>&lt;p&gt;This is my first every &amp;ldquo;Typo of the day&amp;rdquo; post!!&lt;/p&gt;
&lt;p&gt;I was trying to use the &lt;a href="https://click.palletsprojects.com/" target="_blank" rel="noopener"&gt;click&lt;/a&gt; library,
which is a Python package for creating command lines.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;😅 Typo of the day: &lt;br&gt;👅 &amp;#39;lick&amp;#39; instead of &amp;#39;click&amp;#39; 🖱️&lt;/p&gt;&amp;mdash; Mariatta 🤦 (@mariatta) &lt;a href="https://twitter.com/mariatta/status/842505601116647425?ref_src=twsrc%5Etfw"&gt;March 16, 2017&lt;/a&gt;&lt;/blockquote&gt;
&lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</description></item><item><title>Ice Cream Selfie @ PyCaribbean 2017</title><link>https://mariatta.ca/posts/ice_cream_selfies/2017/pycaribbean/</link><pubDate>Fri, 17 Feb 2017 16:02:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2017/pycaribbean/</guid><description>&lt;h2 id="puerto-rico"&gt;Puerto Rico&lt;/h2&gt;
&lt;p&gt;Kim Crayton and I went to Condado Beach prior to the conference. While there,
there was an ice cream cart, and I couldn&amp;rsquo;t resist not getting ice cream.&lt;/p&gt;
&lt;img src="pycaribbean.jpg"
height="500"
&gt;</description></item><item><title>Making The Most out of Code Reviews</title><link>https://mariatta.ca/posts/talks/making-the-most-out-of-code-reviews/</link><pubDate>Wed, 10 Aug 2016 00:00:00 +0600</pubDate><guid>https://mariatta.ca/posts/talks/making-the-most-out-of-code-reviews/</guid><description>&lt;h2 id="talk-abstract"&gt;Talk Abstract&lt;/h2&gt;
&lt;p&gt;Code review is like a buzzword in the programming world. Developers often talk about how important it is.
But what really happens during code review? What do you achieve out of it? How can we learn during code review?
This talk will present ideas of what should be the goals of a code review, and how can developers learn during code review process.&lt;/p&gt;
&lt;h2 id="presented-at"&gt;Presented At&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;VanPyDay 2016&lt;/li&gt;
&lt;li&gt;DjangoCon US 2016&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="videos"&gt;Videos&lt;/h2&gt;
&lt;h3 id="djangocon-us-2016"&gt;DjangoCon US 2016&lt;/h3&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/QgwUvaNjlRM?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
&lt;/div&gt;</description></item><item><title>Ice Cream Selfie @ DjangoCon US 2016</title><link>https://mariatta.ca/posts/ice_cream_selfies/2016/djangoconus_2016/</link><pubDate>Fri, 22 Jul 2016 16:02:00 +0600</pubDate><guid>https://mariatta.ca/posts/ice_cream_selfies/2016/djangoconus_2016/</guid><description>&lt;h2 id="capogiro-gelato-artisans"&gt;Capogiro Gelato Artisans&lt;/h2&gt;
&lt;p&gt;My first ever &lt;a href="https://mariatta.ca/posts/talks/making-the-most-out-of-code-reviews/"&gt;conference talk&lt;/a&gt;, and my first ever Ice Cream Selfie! The rest
is history.&lt;/p&gt;
&lt;p&gt;Trio Gelato from Capogiro Gelato: Cappucino, Pistachio, and Bacio.&lt;/p&gt;
&lt;img src="firsticecreamselfie.jpg"
&gt;
&lt;p&gt;While my public speaking and ice cream selfies continues, sadly Capogiro Gelato Artisans
has since closed down. 😢&lt;/p&gt;</description></item></channel></rss>