<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>bbbhltz</title>
    <link>https://bbbhltz.codeberg.page/rss.xml</link>
    <description>Recent content on bbbhltz</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <lastBuildDate>Fri, 02 Feb 2024 10:07:16 +0100</lastBuildDate><atom:link href="https://bbbhltz.codeberg.page/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Quickly importing events using Khal</title>
      <link>https://bbbhltz.codeberg.page/blog/2024/02/calendartrick/</link>
      <pubDate>Fri, 02 Feb 2024 10:07:16 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2024/02/calendartrick/</guid><description>&lt;p&gt;I keep a little file on my computer. It synchronizes with my other devices using Syncthing. The file is called &lt;code&gt;useful-commands.md&lt;/code&gt;. Basically, if I ever had to spend more than 5 minutes figuring something out, I keep the commands in that file.&lt;/p&gt;
&lt;h2 id=&#34;problem&#34;&gt;Problem&lt;/h2&gt;
&lt;p&gt;I have multiple employers that have all, for some reason, decided to not only use the same planning software, but to hide the link to the calendar. This is an option, one of the employers has activated it, the others chose not to because:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If we activate the iCal link, nobody will download the app.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yep. They have all paid (the same developer) to make an app using their branding and colours to inform students and professors of their schedule.&lt;/p&gt;
&lt;p&gt;Stupid.&lt;/p&gt;
&lt;p&gt;I can still see my schedule online, though. And, as it turns out, when you export your schedule as a PDF each event is listed like this:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;DD.MM.YYYY HH:MM HH:MM Class (Group)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This is &lt;em&gt;extraordinarily&lt;/em&gt; convenient because &lt;a href=&#34;https://lostpackets.de/khal/&#34; title=&#34;Khal homepage&#34;&gt;Khal&lt;/a&gt;&amp;mdash;a CLI calendar program that synchronizes with CalDAV calendars&amp;mdash;uses that format for adding &lt;a href=&#34;https://lostpackets.de/khal/usage.html#new&#34; title=&#34;Khal documentation for adding new event&#34;&gt;new events&lt;/a&gt;, so I only need to copy and paste each event into the terminal:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ khal new 27.02.2024 08:45 10:15 Class (Group)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;That is awesome. But, if you need to do this 120 times per semester, it gets old fast.&lt;/p&gt;
&lt;p&gt;That is why, in my &lt;code&gt;useful-commands.md&lt;/code&gt;, I have this noted:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# How to... use khal to add a list of classes
file=&amp;#34;lessons.txt&amp;#34;
while read -r line; do khal new $line; done &amp;lt; $file
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This is my reminder to copy all the events to a &lt;code&gt;.txt&lt;/code&gt; file and loop through the list of lessons and make Khal add them.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://explainshell.com/explain?cmd=file%3D%22lessons.txt%22%3Bwhile+read+-r+line%3B+do+khal+new+%24line%3B+done+%3C+%24file#&#34;&gt;explainshell.com&lt;/a&gt; can break it down if you like that sort of thing. I just copied things I found around the web and modified them to my need.&lt;/p&gt;
&lt;p&gt;Since I will be importing these events, I can also add a description for each one while I&amp;rsquo;m at it. So, I make a tiny modification on each line:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;27.02.2024 08:45 10:15 Communication Skills (Group S3) :: Public Speaking Evaluation
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Running the commands takes little to no time, even with hundreds of events.&lt;/p&gt;
&lt;p&gt;After, I force it to &lt;a href=&#34;https://vdirsyncer.pimutils.org/en/stable/&#34; title=&#34;vdirsyncer documentation&#34;&gt;synchronize&lt;/a&gt; with&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ vdirsyncer sync
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;and it is added to my shared calendar for my partner to see.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Happy Birthday Blog</title>
      <link>https://bbbhltz.codeberg.page/blog/2024/01/happybirthday/</link>
      <pubDate>Sun, 28 Jan 2024 00:00:00 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2024/01/happybirthday/</guid><description>&lt;p&gt;The first post I made to this blog was on 2021-01-28. That was three years ago.&lt;/p&gt;
&lt;p&gt;Since then, I have made around 60 posts. The intention to write more was there, but time and inspiration were not on my side.&lt;/p&gt;
&lt;p&gt;Nonetheless, I feel that the past three years have been a success.&lt;/p&gt;
&lt;p&gt;This is a &lt;em&gt;blog&lt;/em&gt;. It serves no commercial purpose. It is made with free software and hosted on a free service. (&lt;strong&gt;note to self:&lt;/strong&gt; &lt;a href=&#34;https://docs.codeberg.org/improving-codeberg/#donate-to-codeberg&#34;&gt;&lt;em&gt;make a donation to codeberg&lt;/em&gt;&lt;/a&gt;) I have no idea how many people have ever read it. Even if 10 people have read something I wrote, I am happy. I don&amp;rsquo;t want to be an influencer, I am not a certified expert on anything, and I consider most of my hobbies a little dull. I like it that way!&lt;/p&gt;
&lt;p&gt;How then has this blog been a success?&lt;/p&gt;
&lt;p&gt;It let me express myself. It doesn&amp;rsquo;t paint a picture of who I am; it is more of a doodle. An honest one, mind you.&lt;/p&gt;
&lt;p&gt;Over on the &lt;a href=&#34;https://bbbhltz.codeberg.page/stats/&#34;&gt;stats&lt;/a&gt; page, there is a word cloud that is somewhat representative of how I would describe my interests, because the biggest words in the cloud are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/tags/technology&#34;&gt;technology&lt;/a&gt; (but not really anything specific),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/tags/education&#34;&gt;education&lt;/a&gt; (because I am a professor),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/tags/privacy&#34;&gt;digital privacy&lt;/a&gt; (it is one of my personal obsessions),&lt;/li&gt;
&lt;li&gt;and things like &lt;a href=&#34;https://bbbhltz.codeberg.page/tags/linux&#34;&gt;Linux&lt;/a&gt; and &lt;a href=&#34;https://bbbhltz.codeberg.page/tags/pandoc&#34;&gt;Pandoc&lt;/a&gt; (because those are tools that make my life easier).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;best-of&#34;&gt;Best of&amp;hellip;&lt;/h2&gt;
&lt;p&gt;I know that some people have read things from my blog. They even sent me kind words via email about what they liked, disliked, and disagreed with.&lt;/p&gt;
&lt;p&gt;If we count that engagement alone, along with maybe some mention on Mastodon, my best guess as to a &amp;ldquo;BEST OF&amp;rdquo; for this blog are (in no order):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;These three short stories: &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/12/freak/&#34;&gt;Freak&lt;/a&gt;, &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/07/homework/&#34;&gt;Homework&lt;/a&gt;, and &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/07/we-have-a-winner/&#34;&gt;We Have a Winner&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-privacy-security-rabbit-hole/&#34;&gt;The Privacy-Security Rabbit Hole&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The (rather long) &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/&#34;&gt;Low Friction Introduction to Digital Privacy&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And, much to my surprise, I&amp;rsquo;ve received two emails thanking me for &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/using-markdown-and-pandoc-to-make-a-simple-invoice/&#34;&gt;a post about making an invoice with Pandoc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Finally, I&amp;rsquo;ve received no less than 10 requests to write sponsored articles. Strangely enough, they all decide to retract their request when I answer. This is the email that I use when I respond:&lt;/p&gt;
&lt;blockquote&gt;
&lt;h2 id=&#34;rates-for-sponsored-content&#34;&gt;Rates for Sponsored Content&lt;/h2&gt;
&lt;p&gt;Product review with photos and links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Basic 300&amp;ndash;500 words: €90&lt;/li&gt;
&lt;li&gt;Detailed 500&amp;ndash;800 words: €120&lt;/li&gt;
&lt;li&gt;In-depth 800&amp;ndash;1000+ words: €200&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sponsored content will include a &amp;ldquo;disclaimer&amp;rdquo; or note informing the reader that the content they are reading was requested by the company. Transparency is key, but rates will not be revealed.&lt;/p&gt;
&lt;p&gt;I do not use X (Twitter), Meta (Facebook, Instagram). I may share the review on Mastodon, depending on the product or service.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;my-favourite-things-to-write-about&#34;&gt;My favourite things to write about&lt;/h2&gt;
&lt;p&gt;If I had to narrow the focus of this blog, I simply would not. A blog that takes on a singular focus is great. Give me a blog that is 100% music or 100% gadgets and I won&amp;rsquo;t complain. I could probably stick to one thing 80% of the time, but I am so infrequent when it comes to blogging that I would end up breaking my own rule after a month or two.&lt;/p&gt;
&lt;p&gt;As much fun as I had writing about different phones (see &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/&#34;&gt;here&lt;/a&gt;, &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/update-punkt-mp02/&#34;&gt;here&lt;/a&gt;, and &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/01/review-crosscall-core-z5/&#34;&gt;here&lt;/a&gt;) I could not &lt;em&gt;just&lt;/em&gt; do that. In fact, one of those companies, Crosscall, even let me beta test an unreleased model for several months. Did I write about it? The thought didn&amp;rsquo;t even cross my mind. If you are interested, though, the STELLAR-X5 is fast and fluid in all the right ways.&lt;/p&gt;
&lt;p&gt;I would like to write more about education, but as a non-researcher with only 17&amp;ndash;18 years of experience in higher education, mostly private, my main thoughts have already been laid out, i.e., students are less adept with technology now, the digital experience is hindering instead of helping, AI and LLMs are going to fuck things up. &lt;strong&gt;My students are not clamouring to learn how to write prompts or be taught lessons that were planned by OpenAI&amp;rsquo;s &lt;del&gt;carbon footprint&lt;/del&gt; chatbot.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;blogrolls-and-collections&#34;&gt;Blogrolls and Collections&lt;/h2&gt;
&lt;p&gt;This little blog is part of a few &lt;a href=&#34;https://bbbhltz.codeberg.page/more/#collections-and-webrings&#34;&gt;collections, blogrolls, and webrings&lt;/a&gt;. It is also indexed by some search engines.&lt;/p&gt;
&lt;p&gt;Obviously, Google can find it, as well as the Bing-based metasearch engines. I am very happy to see it on &lt;a href=&#34;https://search.marginalia.nu/&#34;&gt;Marginalia&lt;/a&gt;. The &lt;a href=&#34;https://search.marginalia.nu/site/bbbhltz.codeberg.page?view=info&#34;&gt;info&lt;/a&gt; page is fun.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2024/01/happybirthday/marginalia.png&#34; alt=&#34;Marginalia&#34;&gt;
    &lt;figcaption&gt;Similarity is a measure of how often they appear in the same contexts&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;All of those links are somewhere on my blog, so it isn&amp;rsquo;t like we are that similar. I do like seeing the landing page for the developer of Privacy Browser &lt;a href=&#34;https://www.stoutner.com&#34;&gt;www.stoutner.com&lt;/a&gt;, the &lt;a href=&#34;https://blog.mojeek.com&#34;&gt;Mojeek Blog&lt;/a&gt;, a fedi contact (Hi &lt;a href=&#34;https://joelchrono.xyz&#34;&gt;Joel&lt;/a&gt;!), and Scott Nesbitt&amp;rsquo;s &lt;a href=&#34;https://scottnesbitt.online/index.html&#34;&gt;Random Notes&lt;/a&gt; (I do follow their &lt;a href=&#34;https://opensourcemusings.com/&#34;&gt;Open Source Musings&lt;/a&gt; blog too) on the same page as mine, because they deserve some of your attention.&lt;/p&gt;
&lt;p&gt;(unfortunately, the blog is still in the queue for the &lt;a href=&#34;https://ooh.directory/&#34;&gt;ooh! directory&lt;/a&gt;)&lt;/p&gt;
&lt;h2 id=&#34;should-i-set-goals&#34;&gt;Should I set goals?&lt;/h2&gt;
&lt;p&gt;The #100daystooffload idea is tempting. But, it has taken me 3 years to write 60 odd posts. I don&amp;rsquo;t think I would set such a high goal. Maybe 2 a month? We&amp;rsquo;ll see how that goes. Place your bets: will I have posted 24 times in the next 365 days? I don&amp;rsquo;t know how to calculate odds, so maybe no bets.&lt;/p&gt;
&lt;p&gt;Finally, an easy goal: changing the appearance. I think I would be very content with using one of the minimalist Hugo themes, preferably one with no JavaScript. Maybe I will switch to something that isn&amp;rsquo;t Hugo? Who knows.&lt;/p&gt;
&lt;p&gt;Anyway, Happy Birthday Blog!&lt;/p&gt;
&lt;p&gt;🎂🎂🎂&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Make Digital Privacy Sexy</title>
      <link>https://bbbhltz.codeberg.page/blog/2024/01/sexyprivacy/</link>
      <pubDate>Wed, 17 Jan 2024 22:42:44 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2024/01/sexyprivacy/</guid><description>&lt;p&gt;Digital Privacy has an image problem. At the moment, there isn&amp;rsquo;t anything &lt;em&gt;sexy&lt;/em&gt; about it. If it were a trailer for a film, you&amp;rsquo;d be playing on your phone while it was on. It needs an image makeover and a re-branding. Many movements have the right idea and are presenting it as inviting and ethical. We need more of this, and less fearmongering.&lt;/p&gt;
&lt;h1 id=&#34;who-says-its-not-sexy&#34;&gt;Who says it&amp;rsquo;s not sexy?&lt;/h1&gt;
&lt;p&gt;This is all opinion.&lt;/p&gt;
&lt;p&gt;I am just a teacher with &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/&#34;&gt;an interest in digital privacy&lt;/a&gt;. Yes, &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/05/on-debloating-android-phones/&#34;&gt;I degoogled my phone&lt;/a&gt;. Yes, I use &lt;a href=&#34;https://bbbhltz.codeberg.page/tags/linux/&#34;&gt;Linux&lt;/a&gt;. No, I don&amp;rsquo;t use Gmail or Facebook. I am not a researcher or hacker. I would call myself a (non-militant) advocate for humane, ethical, and privacy-respecting technology and services.&lt;/p&gt;
&lt;p&gt;Browsing the web, one can come across innumerable sites and communities dedicated to this topic. In some instances, these communities come off as slightly unwelcoming. That is not sexy. Digital Privacy also comes with its own myths and legends that make it harder to get people interested in their own personal digital privacy. The methods of persuasion are often flawed, repetitive, and are filled with a dictionary&amp;rsquo;s worth of terms that to the uninitiated mean nothing. Finally, there is the occasional call for an &amp;ldquo;all or nothing&amp;rdquo; approach and commitment to the cause.&lt;/p&gt;
&lt;h2 id=&#34;tinfoil-hats-and-neckbeards&#34;&gt;Tinfoil hats and Neckbeards&lt;/h2&gt;
&lt;p&gt;A simple question on a forum or on social media can sometimes open a can of worms. In the case of digital privacy, some of those worms are of paranoid and conspiratorial leanings.&lt;/p&gt;
&lt;p&gt;You just had a question, but the replies sound more like quotes from &lt;em&gt;1984&lt;/em&gt; and &lt;em&gt;Brave New World&lt;/em&gt;. You&amp;rsquo;ve walked into a circle-jerk of self-appointed experts (&lt;strong&gt;NB.&lt;/strong&gt; Yes, there are very knowledgeable people among them). Now, they have things to share, but if you are not aware of the culture you will find it surprising to referred to as a &amp;ldquo;normie&amp;rdquo; (are they being derogatory?).&lt;/p&gt;
&lt;p&gt;I find it rather contradictory that any community, big or small, that wants to &amp;ldquo;bring privacy to the masses&amp;rdquo; could be off-putting in any way. I won&amp;rsquo;t be brandishing the t-word around (toxic!) to describe this little corner of the web. The best description is that some forums and subreddits come off as &amp;ldquo;No Normies Clubs&amp;rdquo; where asking a beginner question will earn you manifesto-length essays filled with calls to &amp;ldquo;wake up,&amp;rdquo; &amp;ldquo;question authority,&amp;rdquo; &amp;ldquo;do your own research,&amp;rdquo; and &amp;ldquo;develop your critical thinking skills.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Once you decipher their lexicon&amp;mdash;&amp;ldquo;Goolag,&amp;rdquo; &amp;ldquo;Micro$hit,&amp;rdquo; etc.&amp;mdash;you&amp;rsquo;ll discover their advice, and their own disagreements. &amp;ldquo;Just install GrapheneOS,&amp;rdquo; one might say, while another will call them a shill. Soon, you&amp;rsquo;ll be directed to websites with black backgrounds and green monospace fonts. As you &lt;em&gt;dig deeper&lt;/em&gt; you&amp;rsquo;ll discover the inherent &lt;em&gt;insecurities&lt;/em&gt; of Android, Windows, iOS, and even (*gasp*) Linux. Signal will be good enough in one group, and rubbish in the other.&lt;/p&gt;
&lt;p&gt;The communication style of some of these communities needs to be brought into check. It is not their fault, they were a sort of echo-chamber of freelance, grassroots, DIY people with a common interest. They injected their hatred of Big Tech into their rhetoric. It is 2024, it isn&amp;rsquo;t appealing any more, and it will not get the next generation of Internet users to pay attention.&lt;/p&gt;
&lt;h2 id=&#34;myths-and-legends&#34;&gt;Myths and Legends&lt;/h2&gt;
&lt;p&gt;Another issue with digital privacy is the prevalence of certain myths. All these years, and still people will say they have &lt;a href=&#34;https://www.youtube.com/watch?v=M3mQu9YQesk&#34;&gt;nothing to hide&lt;/a&gt;. Clearly, the messages are not making it downstream.&lt;/p&gt;
&lt;p&gt;It is true that many companies already have plenty of information on you. &lt;a href=&#34;https://themarkup.org/privacy/2024/01/17/each-facebook-user-is-monitored-by-thousands-of-companies-study-indicates&#34;&gt;You are tracked&lt;/a&gt;, yes, but that doesn&amp;rsquo;t mean it is pointless to start protecting yourself now. How has this myth not been dispelled?&lt;/p&gt;
&lt;p&gt;Similarly, it has been put forward that it is too hard to protect yourself. It is not. It is just different. You change an app, you make a new habit. The &amp;ldquo;all or nothing&amp;rdquo; approach mentioned above does not help. When you learn maths as a child, the teacher does not explain addition, subtraction, division and multiplication on Monday and give a test on it on Tuesday.&lt;/p&gt;
&lt;p&gt;Simplicity of use has lead many a user to the walled garden of the iOS ecosystem. I have no personal experience with these devices, but it is said they are secure. Privacy is not security though. Perhaps the police cannot easily unlock your phone, but your privacy is still being invaded the same way it is with any connected devices.&lt;/p&gt;
&lt;p&gt;The urban legend of infallible Apple hardware is at least understandable to an extent. It is part of their marketing. Incognito mode, on the contrary, is just poorly understood. Perhaps &lt;a href=&#34;https://www.npr.org/2023/12/30/1222268415/google-settles-5-billion-privacy-lawsuit&#34;&gt;the greater public will soon see for themselves&lt;/a&gt; that companies still track you no matter what. It is, after all, another marketing trick.&lt;/p&gt;
&lt;h2 id=&#34;persuasion-and-marketing&#34;&gt;Persuasion and Marketing&lt;/h2&gt;
&lt;p&gt;Privacy advocates have been using different techniques to persuade users to change their ways. Fear, uncertainty and doubt make up a decent portion of these techniques.&lt;/p&gt;
&lt;p&gt;Fear of a dystopian world of mass surveillance, and clichéd metaphors and analogies about &amp;ldquo;your life on the cover of the newspaper&amp;rdquo; have failed to appeal to emotion and logic. We&amp;rsquo;ve been bombarded with words like tracker and cookie, instructed to use a password manager and 2FA, and YouTubers remind us of the existence of VPNs around the clock. Did we mention E2EE and why it is important? Because of &lt;a href=&#34;https://en.wikipedia.org/wiki/Man-in-the-middle_attack&#34;&gt;MITM attacks&lt;/a&gt;, obviously.&lt;/p&gt;
&lt;p&gt;This word soup goes hand in hand with the broken record named &amp;ldquo;The Best of Toxic Tech&amp;rdquo;&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WE KNOW ALREADY!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It is important to know, but this dead horse has been flogged. People still use Facebook, they still tweet their lives and post pictures on Instagram in between group chats on WhatsApp. Google knows what time they wake up and Amazon is better at suggesting gifts for my partner than I am. And, for crying out loud, we all know about Microsoft. It isn&amp;rsquo;t a secret that when they invested in the next hype (generative AI) that they&amp;rsquo;d find a way to &lt;a href=&#34;https://www.theverge.com/2024/1/15/24038726/microsoft-copilot-microsoft-365-business-launch-availability&#34;&gt;cram it into their OS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Go to the top of the highest mountain and scream your lungs out about it, the mountains will echo back &amp;ldquo;we know!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Occasionally mainstream media will do a piece on this. Bill Maher did one in 2017 called &lt;a href=&#34;https://www.youtube.com/watch?v=KDqoTDM7tio&#34;&gt;Social Media is the new Nicotine&lt;/a&gt; and told viewers that the tech bros were just &amp;ldquo;tobacco farmers in t-shirts&amp;rdquo; and concluded with &amp;ldquo;Philip Morris just wanted your lungs; the App Store wants your
soul.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve used that video in class with my students. They laugh. They compare the hours spent on their devices with pride. However true this is, we&amp;rsquo;ve reached Silicon Valley Sleaze Saturation. If a whistleblower came forward with a new scandal, we wouldn&amp;rsquo;t be surprised. We wouldn&amp;rsquo;t bat an eye.&lt;/p&gt;
&lt;p&gt;It will be essential for digital privacy advocates to tackle the problem from a different angle, otherwise getting the next generation to commit will be an even bigger one.&lt;/p&gt;
&lt;h2 id=&#34;commitment-friction&#34;&gt;Commitment Friction&lt;/h2&gt;
&lt;p&gt;Getting people on track usually starts off fine: use a different browser you say? As long as I can binge-watch Netflix on Firefox, not an issue. Easy. No friction.&lt;/p&gt;
&lt;p&gt;But it isn&amp;rsquo;t all as simple as getting your friend or relative to make that switch. In fact, switching browsers isn&amp;rsquo;t even a commitment. It&amp;rsquo;s parallel to parting your hair on the other side. Someone might notice, but the end result is the same.&lt;/p&gt;
&lt;p&gt;A real commitment is, for example, doing sport three times a week. That takes a little forethought and planning, much like changing your email provider. If you jump ship too quick, you might end up paying for something you won&amp;rsquo;t use or is missing that one little feature you didn&amp;rsquo;t know you wanted.&lt;/p&gt;
&lt;p&gt;But, today, the commitment of all commitments might be &lt;a href=&#34;https://www.ted.com/talks/cal_newport_why_you_should_quit_social_media&#34;&gt;quitting social media&lt;/a&gt;. That will turn heads. That will make you a weirdo. When my partner stopped using WhatsApp, she was called &amp;ldquo;selfish.&amp;rdquo; When I told a student I didn&amp;rsquo;t use Google search they thought I was pulling their leg, and when I told another I won&amp;rsquo;t use ChatGPT they asked if I was Amish. Quitting these services that we&amp;rsquo;ve been &lt;a href=&#34;https://seirdy.one/posts/2021/01/27/whatsapp-and-the-domestication-of-users/&#34;&gt;domesticated to use&lt;/a&gt; (&lt;em&gt;read that article!&lt;/em&gt;) is not just hard for the quitter. It can lead to a form of cognitive dissonance for observers too.&lt;/p&gt;
&lt;p&gt;I am not all doom and gloom. There are things to be optimistic about.&lt;/p&gt;
&lt;h1 id=&#34;hippies-today-squares-tomorrow&#34;&gt;Hippies today&amp;hellip; Squares tomorrow&lt;/h1&gt;
&lt;p&gt;Hippies are optimistic, aren&amp;rsquo;t they? Sexual revolution and all that, you know?&lt;/p&gt;
&lt;p&gt;Seriously, though, it is important to look back (briefly, this is a blog after all) at how other movements evolved. It is also worthwhile to make note of a handful of truths that we tend to forget.&lt;/p&gt;
&lt;h2 id=&#34;the-nature-of-counterculture&#34;&gt;The Nature of Counterculture&lt;/h2&gt;
&lt;p&gt;Values change. The counterculture of yesteryear is the norm today. Peace and love in one decade is war in another. Progressive then, conservative now.&lt;/p&gt;
&lt;p&gt;If we consider the fight for digital privacy as a movement against the norm, it might be viewed as a counterculture. It does seem like that sometimes, and even gets political like with the &lt;a href=&#34;https://en.wikipedia.org/wiki/General_Data_Protection_Regulation&#34;&gt;GDPR&lt;/a&gt; or how France will soon put &amp;ldquo;&lt;a href=&#34;https://www.politico.eu/article/france-surveillance-cameras-privacy-security-big-brother-paris-olympics/&#34;&gt;large-scale, real-time, algorithm-supported video surveillance cameras&lt;/a&gt;&amp;rdquo; to use. Digital rights are becoming more and more important, and calls to protect them are getting louder.&lt;/p&gt;
&lt;p&gt;So, if today the advocates for digital privacy are the counterculture, there is a hope that it will become the norm. Not tomorrow, but someday. That doesn&amp;rsquo;t mean we have to forget established truths about big tech.&lt;/p&gt;
&lt;h2 id=&#34;more-truths&#34;&gt;More Truths&lt;/h2&gt;
&lt;p&gt;Technology as a whole, the Internet, the web, social networks, and other ICT have done wonders for the world. The creativity and connectivity that has stemmed from these inventions is jaw-dropping.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Apple has more than once revolutionized technology: with home computing, design, iPods, iPhones, and other gadgets. Now, they regularly crank out new versions of their rectangles that are just evolutions requiring new accessories to function.&lt;/li&gt;
&lt;li&gt;Microsoft made computers accessible to the masses. Now, they make an operating system that sucks up your data and auction it off to data brokers.&lt;/li&gt;
&lt;li&gt;Amazon was a revolution. Granted, Bezos wasn&amp;rsquo;t just some guy in a garage making his way in the world, but still, he started something that many have tried to emulate, and exploited some employees along the way.&lt;/li&gt;
&lt;li&gt;Google organized the web and made searching simple at a time when a generation was just embarking on a journey into the World Wide Web, and Gmail was a great free email when compared to Hotmail. Now, they maintain &lt;a href=&#34;https://gs.statcounter.com/browser-market-share/&#34;&gt;a browser monopoly&lt;/a&gt; and are trying to dictate standards while selling data to the highest bidder.&lt;/li&gt;
&lt;li&gt;Facebook was cool in 2004; Zuck too. That didn&amp;rsquo;t last long. Plus, nobody forgot about the origins of Facebook.&lt;/li&gt;
&lt;li&gt;Twitter opened the fire hose and appealed to our anger and rage. Today, it is owned by another face of tech that may have a vision, but is no Tony Stark.&lt;/li&gt;
&lt;li&gt;OpenAI is hyped, like Blockchain and cryptocurrency, but was positioned as &amp;ldquo;the thing&amp;rdquo; we need everywhere. So they put it everywhere they could. Not a day has gone by without &lt;em&gt;some&lt;/em&gt; story mentioning the failures and harms this toy has caused.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Something &amp;ldquo;cool&amp;rdquo; can quickly turn into a dumpster fire. The &amp;ldquo;Pirates of Silicon Valley&amp;rdquo; are in the same boat as a well-known &amp;ldquo;Pirate of the Caribbean&amp;rdquo;. They do deserve recognition, but not veneration. The worm has turned. It turned some time ago, in fact.&lt;/p&gt;
&lt;h2 id=&#34;time-and-place&#34;&gt;Time and Place&lt;/h2&gt;
&lt;p&gt;The great work of so many digital privacy advocates and whistle-blowers cannot be for naught. We know, thanks to the effort of many, the &lt;a href=&#34;https://www.humanetech.com/key-issues&#34;&gt;negative effects&lt;/a&gt; of technology. The Millennials, and older Gen Zs, grew up with the technology. We watched it change, we watched the canary keel over and turn to dust, and we mustered all of our strength into an apathetic shrug, thinking &amp;ldquo;what can I do about it?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Well, here&amp;rsquo;s the thing. Millennials are politicians now, and educators, and parents, and aunts, uncles, and mentors. We have responsibilities, a flock to tend to, and an audience that sometimes listens when they look up from their phones.&lt;/p&gt;
&lt;p&gt;We need to begin sharing our experience and knowledge. We have the information, or at least know where to find it. We need to make it available.&lt;/p&gt;
&lt;h2 id=&#34;but-thats-haaaaaard&#34;&gt;But that&amp;rsquo;s &lt;em&gt;haaaaaard&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Too fuckin&amp;rsquo; bad.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You can&amp;rsquo;t just whinge and whine and cram buzzwords like &amp;ldquo;&lt;a href=&#34;https://en.wikipedia.org/wiki/Enshittification&#34;&gt;enshittification&lt;/a&gt;&amp;rdquo; into your tweets and toots and whatever for Internet points and pat yourself on the back (no offence meant to Cory Doctorow).&lt;/p&gt;
&lt;p&gt;Have you ever walked a senior citizen through a Windows install over the phone for 5 hours? That&amp;rsquo;s hard, but you take it screen by screen, one hair-pulling baby step at a time, and try not to break the phone.&lt;/p&gt;
&lt;p&gt;That is what it is time to do. It is time to start taking these baby steps together, instead of creating insular communities on obscure forums. If you are reading this, you have likely taken these steps. That makes you a credible individual who can teach by example rather than impose your ideas of what is the right way to be private.&lt;/p&gt;
&lt;p&gt;For example, instead of indirectly berating someone for using Google, show them that other search engines can find better results sometimes, and casually tell them that &lt;a href=&#34;https://www.404media.co/google-search-really-has-gotten-worse-researchers-find/&#34;&gt;Google&amp;rsquo;s results are getting worse&lt;/a&gt;. You might tell them to use Firefox and Kagi, and they end up using Brave. Take the win, even if you are one of the anti-Brave folks.&lt;/p&gt;
&lt;p&gt;Because we already tried fear, and hate, and &amp;ldquo;those guys are evil&amp;rdquo; as methods of persuasion. We need to change the script, and focus on helping the younger generation find the tools that reflect their values and teach them that their private information deserves respect.&lt;/p&gt;
&lt;p&gt;We walked on dial-up, so they can run on fibre optic.&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ve been around. We&amp;rsquo;ve seen stuff. We can furrow our brows and think outside the box to find solutions that work.&lt;/p&gt;
&lt;h1 id=&#34;pray-tell-random-internet-person&#34;&gt;Pray tell, random Internet person&lt;/h1&gt;
&lt;p&gt;Here are two.&lt;/p&gt;
&lt;h2 id=&#34;1-sex-education&#34;&gt;1. Sex Education&lt;/h2&gt;
&lt;p&gt;See, more sex&amp;hellip; it wasn&amp;rsquo;t clickbait!&lt;/p&gt;
&lt;p&gt;Depending on your age, culture, country of origin, whatever, it is possible that you took some classes in elementary, middle, or high school on sex education. It was usually part of a general health class. It was sometimes controversial. I remember the clutching of pearls when we watched &lt;a href=&#34;https://www.youtube.com/watch?v=IIuq0tYAvzo&#34;&gt;this raunchy cinematic masterpiece&lt;/a&gt; in class.&lt;/p&gt;
&lt;p&gt;Moving on.&lt;/p&gt;
&lt;p&gt;Sex education has saved lives. Rates of teenage pregnancy start dropping, STDs are less frequent among teenagers, and when they do happen stigmatization is lower than it was before. It isn&amp;rsquo;t perfect, but it teaches young people about perfectly normal things by presenting knowledge, and giving access to information that they may not get elsewhere. When taught in the right conditions, it respects their individuality and freedom.&lt;/p&gt;
&lt;p&gt;We should make digital privacy part of the curriculum. I know, digital literacy is a big thing already. But, digital privacy can be a separate part. You can even throw in some scary stuff if you want to, like sex education does with photos of warts. You can use it to dispel myths, like how we learned that it is, in fact, possible to get pregnant your first time. And who better to teach this than the current batch of teachers who are 30 and over?&lt;/p&gt;
&lt;h2 id=&#34;2-buy-local&#34;&gt;2. Buy Local&lt;/h2&gt;
&lt;p&gt;There was a time when hearing someone state, &amp;ldquo;I only buy locally grown oranges&amp;rdquo; stirred up images of some long-haired, bare-footed, hippy-granola archetype. Today, it is normal and accepted, even by the &amp;ldquo;suits and ties&amp;rdquo; types. This was a movement that took it step by step and curated an image. That image was ethical; it was one that said &amp;ldquo;the effort is worth it.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The effort is worth it. As a general rule, most people would advise deciding with your wallet. That is hard when we know that supermarket fruit and vegetables may be covered in pesticides, or be scary GMOs. If you do make the effort to buy local, you can sometimes get better quality produce that wasn&amp;rsquo;t washed by robots in a factory and transported across the country by truck. You can support a local business and build a circle of trust. You can indeed trust the little, local farmer.&lt;/p&gt;
&lt;p&gt;We can also trust privacy-respecting tech. Many great grassroots associations, like &lt;a href=&#34;https://framasoft.org&#34;&gt;Framasoft&lt;/a&gt;, have the right idea. Image is everything, and we need to take that image and resize it. Framasoft, and similar associations, have a mission and a message that isn&amp;rsquo;t based on fear. They are a respectful response to the question of how to protect our privacy online.&lt;/p&gt;
&lt;p&gt;Very often, when I try to show somebody that application B is a drop-in replacement for application A, they argue that they would rather put their trust in an MNC like Apple than in some guy with a GitHub. This is akin to somebody not buying from the local market because they trust the supermarket strawberries imported from halfway around the world more. Bad analogy, I know, but the gist is there. Free and open source software that respects our privacy and has been vetted by users and associations deserves our trust and support the same way a local farmer does.&lt;/p&gt;
&lt;p&gt;It is about time we changed the metaphors we use. Both application A and B do the same thing, but one may contain pesticides that can have an effect your well-being.&lt;/p&gt;
&lt;h1 id=&#34;final-words&#34;&gt;Final words&lt;/h1&gt;
&lt;p&gt;This started as a list and just kept going. I do mean what I say, though. I am optimistic that a change is on the horizon. Thanks for reading and, please, shoot me an email or message on Mastodon to let me know what you think.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Note to self: How to update PineTime</title>
      <link>https://bbbhltz.codeberg.page/blog/2024/01/updatepinetime/</link>
      <pubDate>Tue, 16 Jan 2024 09:48:04 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2024/01/updatepinetime/</guid><description>&lt;p&gt;The &lt;a href=&#34;https://www.pine64.org/pinetime/&#34;&gt;PineTime&lt;/a&gt; is great. I say this with some bias because it is the &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/10/i-have-a-pinetime/&#34;&gt;the only smartwatch I have ever used&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Long story short: after a year and change of use, the PineTime has not let me down. Updates have improved battery life and added new watch-faces. I am not a hacker so I cannot speak for the development capacities of this cheap little gadget.&lt;/p&gt;
&lt;p&gt;Speaking of updates, without fail, I always forget how to update this thing. I get the files. I read the manpages. And, finally, I remember.&lt;/p&gt;
&lt;p&gt;It isn&amp;rsquo;t complicated, though. It is clearly a &lt;em&gt;me&lt;/em&gt; issue.&lt;/p&gt;
&lt;h2 id=&#34;get-itd-and-start-the-daemon&#34;&gt;Get ITD and start the daemon&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;InfiniTime Daemon&lt;/strong&gt; can be found here: &lt;a href=&#34;https://gitea.elara.ws/Elara6331/itd&#34;&gt;https://gitea.elara.ws/Elara6331/itd&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I use Debian, but have used this daemon under other Linux distributions. Head over to the &lt;a href=&#34;https://gitea.elara.ws/Elara6331/itd/releases&#34;&gt;releases&lt;/a&gt; and snatch the file you need. For me, it was the &lt;code&gt;.deb&lt;/code&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ wget https://gitea.elara.ws/Elara6331/itd/releases/download/v1.1.0/itd-1.1.0-linux-x86_64.deb
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ sudo apt install ./itd-1.1.0-linux-x86_64.deb
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now it is time to &lt;strong&gt;turn off the Bluetooth connection with your phone&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Since I only need to connect to my PC for these updates, I will not &amp;ldquo;enable&amp;rdquo; this itd daemon permanently. As a regular user (not root) you can start and stop the service with these commands:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ systemctl --user start itd
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ systemctl --user stop itd
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If Bluetooth is active and working on your laptop, you should get some sort of prompt asking you for a passkey. On my computer it looks like this:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2024/01/updatepinetime/prompt.png&#34; alt=&#34;image&#34;&gt;
    &lt;figcaption&gt;It wants my digits&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Now you need to get the new firmware and resources.&lt;/p&gt;
&lt;h2 id=&#34;get-infinitime-firmware-and-flash-it&#34;&gt;Get InfiniTime firmware and flash it&lt;/h2&gt;
&lt;p&gt;You can grab necessary files from the &lt;a href=&#34;https://github.com/InfiniTimeOrg/InfiniTime/releases&#34;&gt;InfiniTime releases page&lt;/a&gt;. You will need two files.&lt;/p&gt;
&lt;p&gt;As of writing, the current release is v. 1.14 &amp;ldquo;Quince Fruit&amp;rdquo;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ wget https://github.com/InfiniTimeOrg/InfiniTime/releases/download/1.14.0/pinetime-mcuboot-app-dfu-1.14.0.zip
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ wget https://github.com/InfiniTimeOrg/InfiniTime/releases/download/1.14.0/infinitime-resources-1.14.0.zip
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;I don&amp;rsquo;t know if there is a specific order to do this, but the last few times I have started by installing the &lt;code&gt;infinitime-resources-version.zip&lt;/code&gt; file, then flashed the firmware. These are the two little commands I always forget:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ itctl res load infinitime-resources-1.14.0.zip
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ itctl firmware upgrade -a pinetime-mcuboot-app-dfu-1.14.0.zip 
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Remember to read any prompts and follow instructions and your PineTime will be up-to-date.&lt;/p&gt;
&lt;h2 id=&#34;external-links&#34;&gt;External Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.pine64.org/pinetime/&#34;&gt;PineTime Official Shop&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://gitea.elara.ws/Elara6331/itd&#34;&gt;Elara6331&amp;rsquo;s InfiniTime Daemon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/InfiniTimeOrg/InfiniTime&#34;&gt;InfiniTime GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://infinitime.io/&#34;&gt;InfiniTime Official&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://mastodon.codingfield.com/@JF&#34;&gt;@JF@mastodon.codingfield.com &lt;/a&gt; (follow this account to know about updates)&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Why did I waver?</title>
      <link>https://bbbhltz.codeberg.page/blog/2024/01/wavering/</link>
      <pubDate>Tue, 09 Jan 2024 17:58:33 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2024/01/wavering/</guid><description>&lt;p&gt;Sometimes peculiar thoughts cross our minds. I&amp;rsquo;m not a deep, philosophical person; I hate overthinking. But, actively fighting against overthinking is just &lt;em&gt;overthinking&lt;/em&gt;, isn&amp;rsquo;t it?&lt;/p&gt;
&lt;p&gt;Now, you can call me silly&amp;mdash;I have laughed at myself over this&amp;mdash;because somehow a video game console brought about a minor epiphany. A Nintendo Switch, a console released in 2017, left me scratching my head and pondering the titular question: &lt;strong&gt;Why did I waver?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s back up a bit.&lt;/p&gt;
&lt;p&gt;And a bit more.&lt;/p&gt;
&lt;p&gt;And still a bit more.&lt;/p&gt;
&lt;p&gt;The year was 1990 or 1991. My brother had a Nintendo Entertainment System. It was amazing. But, it was his, and in his room. The NES was sweet, but it was not this:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2024/01/wavering/featured.jpg&#34; alt=&#34;Game Boy&#34;&gt;
    &lt;figcaption&gt;the DMG-01&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Holy smokes, did I ever want one of those! And so, I irresponsibly used the great power all children are imbued with: emotional manipulation. And, much to the surprise of nobody, my efforts paid off, and I was rewarded with a Game Boy.&lt;/p&gt;
&lt;p&gt;I was a gamer and Nintendo fanboy from that day forward.&lt;/p&gt;
&lt;p&gt;Despite having just that portable console, I still bought the magazines. I even &lt;em&gt;subscribed&lt;/em&gt; to &lt;a href=&#34;https://archive.org/details/NintendoPower1988-2004/&#34;&gt;Nintendo Power&lt;/a&gt;. I read reviews and guides for games on systems I didn&amp;rsquo;t own, like the Super Nintendo after it launched.&lt;/p&gt;
&lt;p&gt;That Game Boy was one day upgraded to a Game Boy Color. I did get a Super Nintendo (the pack with Killer Instinct and the soundtrack CD). Around the time the GameCube dropped, I managed to finagle a Nintendo 64.&lt;/p&gt;
&lt;p&gt;Alas, I was off to university and working four jobs. Still, my mother decided that video games had never caused me any harm and surprised me with a GameCube.&lt;/p&gt;
&lt;p&gt;Then I moved to France, and told myself: gaming is for children, and I cannot afford it now that I am independent. I couldn&amp;rsquo;t afford it, but I did get a Nintendo DS Lite as a gift along with one of the Zelda games.&lt;/p&gt;
&lt;p&gt;You have noticed a very Nintendo-themed pattern here. It was always Nintendo. It always will be Nintendo, or nothing.&lt;/p&gt;
&lt;p&gt;Then one day I came home from work, and there, in &lt;em&gt;my&lt;/em&gt; home, was a sight of which the memory still makes me shudder. There was an Xbox 360 attached to my television! My roommate had gone out and purchased it that day.&lt;/p&gt;
&lt;p&gt;Shame. Shame on me. I picked up the controller and tried the game. I had that machine for several years before giving it away and telling myself: next time, Nintendo.&lt;/p&gt;
&lt;p&gt;Then one day my partner and I decided that holiday was too expensive, so why not buy a console for fun. A great and glorious idea! Off to the store we went. I drifted towards the Nintendo section, trying to hide my joy.&lt;/p&gt;
&lt;p&gt;From the corner of my eye I saw my partner coming in my direction carrying a garish blue box. A Sony PlayStation 4 and Crash Bandicoot. I looked at her, ready to put my foot down. Our eyes met. I steadied myself, I knew what was coming. I had nothing to parry with. I was staring down the barrel of a loaded gun filled with armour-piercing ammo: &lt;em&gt;emotional manipulation&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Well played… well played&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I wavered, and, up until December 2023, I have been playing another console I didn&amp;rsquo;t really enjoy, except for a handful of games.&lt;/p&gt;
&lt;p&gt;Why did I waver and continue to waver? I don&amp;rsquo;t have an answer.&lt;/p&gt;
&lt;p&gt;I do, however, have a few words to say about the Nintendo Switch.&lt;/p&gt;
&lt;p&gt;It is an amazing device. I don&amp;rsquo;t have any of the big games for it yet, so I am not even taking content into account. I&amp;rsquo;m talking about the whole design of the product.&lt;/p&gt;
&lt;p&gt;Wavering took away some of the fun. Why didn&amp;rsquo;t I enjoy the PS4 as much? Let&amp;rsquo;s make a list:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;noisy&lt;/li&gt;
&lt;li&gt;slow startup time&lt;/li&gt;
&lt;li&gt;buying a physical edition and coming home to be forced to download a 7.8GB file because the disc doesn&amp;rsquo;t have the game on it?&lt;/li&gt;
&lt;li&gt;slow startup of games&lt;/li&gt;
&lt;li&gt;in-game load-times&lt;/li&gt;
&lt;li&gt;slow shutdown time&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I would &lt;em&gt;not&lt;/em&gt; play the PS4 unless I was positive I had at least a 60-minute window for playing.&lt;/p&gt;
&lt;p&gt;Now, Nintendo may have opted to low-end silicon, but that did not prevent them from creating a machine that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;is quiet&lt;/li&gt;
&lt;li&gt;turns on and off quickly&lt;/li&gt;
&lt;li&gt;has shorter load times&lt;/li&gt;
&lt;li&gt;uses cartridges and smaller update sizes for physical games&lt;/li&gt;
&lt;li&gt;can suspend overnight without overheating&lt;/li&gt;
&lt;li&gt;is &lt;strong&gt;PORTABLE&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;looks nice&lt;/li&gt;
&lt;li&gt;is small&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The list can go on, but you get the point. I&amp;rsquo;m enamoured with this gadget. Once a Nintendo guy, always a Nintendo guy.&lt;/p&gt;
&lt;p&gt;And &lt;em&gt;that&lt;/em&gt; was the epiphany.&lt;/p&gt;
&lt;p&gt;I wavered, and have just now discovered that I&amp;rsquo;ve been missing out on something joyful for several years.&lt;/p&gt;
&lt;p&gt;What if I applied this idea to other things in life?&lt;/p&gt;
&lt;p&gt;What if that could be a resolution for 2024?&lt;/p&gt;
&lt;p&gt;The time has come for me to put my foot down, to draw a line in the sand, and hold my ground. Fun and joy could be a simple decision away, but first, I have a game to finish.&lt;/p&gt;
&lt;p&gt;I didn&amp;rsquo;t say I would stop procrastinating, did I?&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>My Best Albums 2023</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/12/bestalbums2023/</link>
      <pubDate>Mon, 18 Dec 2023 10:00:00 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/12/bestalbums2023/</guid><description>&lt;p&gt;Hello music nerds. The end of the year is creeping up on us and that means it is time to take a look back at the year in music.&lt;/p&gt;
&lt;p&gt;As much as I &lt;em&gt;love&lt;/em&gt; discovering new music, this year was not a huge year for that. As far as I can tell (using beets and &lt;a href=&#34;https://listenbrainz.org/user/pasdechance/&#34;&gt;ListenBrainz&lt;/a&gt; as sources) I listened to &lt;a href=&#34;albums.txt&#34;&gt;about 190 albums&lt;/a&gt; released between 2023-01-01 and today (2023-12-18). Now, normally I could easily rattle off my favourite 10 or 20 releases, but this year is a blur.&lt;/p&gt;
&lt;p&gt;I will keep it short and unordered: some honourable mentions and my favourite release of the year.&lt;/p&gt;
&lt;h2 id=&#34;honourable-mentions&#34;&gt;Honourable Mentions&lt;/h2&gt;
&lt;p&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/12/bestalbums2023/allalbums.png&#34; alt=&#34;album covers&#34;&gt;

&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Artist&lt;/th&gt;
&lt;th&gt;Album&lt;/th&gt;
&lt;th&gt;Link(s)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Fiera&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Pueblo Nuevo&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://fierafiera.bandcamp.com/album/pueblo-nuevo&#34;&gt;Bandcamp&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Helena Hauff&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;fabric presents Helena Hauff&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://helenahauff.bandcamp.com/album/fabric-presents-helena-hauff&#34;&gt;Bandcamp&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Pangaea&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Changing Channels&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://pangaeauk.bandcamp.com/album/changing-channels&#34;&gt;Bandcamp&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Cyk&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Lore&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://sangomarecs.bandcamp.com/album/lore&#34;&gt;Bandcamp&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Duane Betts&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Wild &amp;amp; Precious Life&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://duanebetts.bandcamp.com/album/wild-precious-life&#34;&gt;Bandcamp&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Four Tet&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Live at Alexandra Palace London, 24th May 2023&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://fourtet.bandcamp.com/album/live-at-alexandra-palace-london-24th-may-2023&#34;&gt;Bandcamp&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Miss España&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Niebla Mental&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://missespanha.bandcamp.com/album/niebla-mental&#34;&gt;Bandcamp&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Aesop Rock&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Integrated Tech Solutions&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://aesoprock.bandcamp.com/album/integrated-tech-solutions&#34;&gt;Bandcamp&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;best-of&#34;&gt;Best of&lt;/h2&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/12/bestalbums2023/buck65albums.png&#34; alt=&#34;buck65&#34;&gt;
    &lt;figcaption&gt;Super Dope, Punk Rock B-Boy, 14 KT Gold, Drum Study #3, #2, and #1, North American Adonis&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;I was spoiled this year with not one, but &lt;strong&gt;several&lt;/strong&gt; excellent Buck 65 releases. Last year, after coming back from hiatus with a surprise release, I was overjoyed. This year, &lt;strong&gt;Super Dope&lt;/strong&gt; took the cake and the blue ribbon and the whatever. This ensemble of releases is my choice for best of the year.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://buck65.bandcamp.com/album/super-dope&#34;&gt;Super Dope&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://buck65.bandcamp.com/album/punk-rock-b-boy&#34;&gt;Punk Rock B-Boy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://buck65.bandcamp.com/album/drum-study-3&#34;&gt;Drum Study #3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://buck65.bandcamp.com/album/drum-study-2&#34;&gt;Drum Study #2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://buck65.bandcamp.com/album/drum-study-1&#34;&gt;Drum Study #1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://buck65.bandcamp.com/album/14-kt-gold&#34;&gt;14 KT Gold&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://doseone.bandcamp.com/album/north-american-adonis&#34;&gt;North American Adonis&lt;/a&gt; (Buck 65, doseone, Jel)&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>They Lie</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/11/sellingpoison/</link>
      <pubDate>Fri, 17 Nov 2023 11:45:09 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/11/sellingpoison/</guid><description>&lt;p&gt;Opportunities are everywhere.&lt;/p&gt;
&lt;p&gt;Sometimes, though, you need to make your own opportunities.&lt;/p&gt;
&lt;p&gt;All it takes is an idea. And ideas can come from anywhere.&lt;/p&gt;
&lt;p&gt;This is the story about a boy. One day, towards the end of the 1970s, he read a book. Some would call it &lt;em&gt;historical fiction&lt;/em&gt;, some &lt;em&gt;science-fiction&lt;/em&gt;, many others would call it &lt;em&gt;conspiracy theory&lt;/em&gt;. I will not tell you the name of this book, or the author, because this book plants a seed. No tree of knowledge will sprout from this seed; it only festers and rots.&lt;/p&gt;
&lt;p&gt;Growing older, the boy, now a man, was not getting what life had promised. He had gone to school, which is what we were told to do at the time. He wondered where his riches were. &amp;lsquo;Life isn&amp;rsquo;t fair,&amp;rsquo; he would think to himself. Thoughts like these were like water for the seed.&lt;/p&gt;
&lt;p&gt;Mental healthcare, at this point in time, was not an available resource. In fact, the idea that these thoughts could be a warning sign did not in cross the man&amp;rsquo;s mind.&lt;/p&gt;
&lt;p&gt;The Internet &lt;em&gt;was&lt;/em&gt; an available resource. And the man dove&amp;mdash;deep&amp;mdash;into different corners of the web. Doing his own research paid off. The book he had read years before was just a springboard to the &lt;em&gt;truth&lt;/em&gt;. The world &lt;em&gt;was&lt;/em&gt; the problem; not him. And the world as the normies know it, is not as it seems.&lt;/p&gt;
&lt;p&gt;He began to see himself like Nada in &lt;a href=&#34;https://en.wikipedia.org/wiki/They_Live&#34;&gt;&lt;em&gt;They Live&lt;/em&gt;&lt;/a&gt;, but, in reality, he had become the alien among us. The wolf in sheep&amp;rsquo;s clothing.&lt;/p&gt;
&lt;p&gt;Major history events? After doing his own research, the man discovered them to be fake. Hoaxes.&lt;/p&gt;
&lt;p&gt;Health problems? It turns out, according to the man&amp;rsquo;s sources, that Linus Pauling was right and was silenced by &amp;ldquo;Big Pharma&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;It was all making sense now. It was all a lie. Lying, it seemed, was the key to success.&lt;/p&gt;
&lt;p&gt;And, just like that, an idea came to fruition. Yes, the normies need to know the truth. They need to know that the those in power are lying about &lt;em&gt;everything&lt;/em&gt;. Spreading the truth, however, does not pay the bills.&lt;/p&gt;
&lt;p&gt;&amp;lsquo;If those in power are exempt from the rules,&amp;rsquo; thought the man, &amp;rsquo;then why should I have to follow them?&amp;rsquo;&lt;/p&gt;
&lt;p&gt;Taking advantage of innocent victims is, as the saying goes, like taking candy from a baby. The man founded a company, &lt;em&gt;Amazing Privacy Services LTD&lt;/em&gt;, and became a scam artist. Unsolicited phone calls and classic email scams were practically victimless crimes. If the person on the end of the line wasn&amp;rsquo;t &lt;em&gt;woke&lt;/em&gt; enough to realize they were being scammed, that wasn&amp;rsquo;t the man&amp;rsquo;s fault, was it? In fact, from his point of view, he was doing them a favour by teaching them a lesson.&lt;/p&gt;
&lt;p&gt;Alas, victims were becoming harder to get to. The people were waking up, and digital privacy was becoming more accessible to the normies. Unfortunately for the victims, digital privacy was something the man was concerned with. Running scams and hosting information about controversial topics and presenting fringe theories as fact on a website requires some attention to detail, and digital privacy.&lt;/p&gt;
&lt;p&gt;Today, this man is present in forums and groups about privacy. On the outside, he is an individual with some controversial opinions and an interest is protecting people. In reality, he is using these groups to glean information on how people protect themselves, and taking advantage of weaknesses.&lt;/p&gt;
&lt;p&gt;He is not just a silly looking little snake in the grass. He is a criminal. He is a cancer. He is a bad seed.&lt;/p&gt;
&lt;p&gt;This story may be fiction, but it is based on truth, unlike the book that the man read decades ago.&lt;/p&gt;
&lt;p&gt;The path to take here is not clear. Yes, we have a person selling the poison and fighting for an antidote at the same time. It is hypocrisy. Yes, the same person is also peddling lies, misinformation, and even making claims that are punishable by law, but I am not about to go on a wild goose chase to track this person down. That would just put a target on my back.&lt;/p&gt;
&lt;p&gt;I am writing this as a simple warning, &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#general-recommendations-&#34;&gt;one that I have made before&lt;/a&gt;, and everyone will agree with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Do not trust what you read on the web, even if it looks to be good advice&lt;/li&gt;
&lt;li&gt;One good piece of advice that you agree with does not mean all the advice on that site or forum is good&lt;/li&gt;
&lt;li&gt;Do not reveal private information, including details on how you protect yourself online, anywhere&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Cherry-picking the apocalypse</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/10/cherrypicking/</link>
      <pubDate>Sun, 29 Oct 2023 12:00:00 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/10/cherrypicking/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Did you hear what happened today?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No, what?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Somebody was killed&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That is a common exchange I&amp;rsquo;ve had with my students. It seems to me that more than once a day, something atrocious is happening here in France. Statistically, that is likely true. France is small, but that doesn&amp;rsquo;t exclude it from tragedy.&lt;/p&gt;
&lt;p&gt;Most times, I ask where they heard this gruesome news. And the answers are many. It could be France Info, or the Courrier, or BFM. But, that is only half the story.&lt;/p&gt;
&lt;p&gt;I have come across something so utterly common that it is truly banal, yet it bothers me. It bothers me just as much as fake news, and Internet trolls.&lt;/p&gt;
&lt;p&gt;It is an Instagram account. Yes. Just a &lt;em&gt;fucking&lt;/em&gt; Instagram account.&lt;/p&gt;
&lt;h2 id=&#34;if-it-bleeds&#34;&gt;If it bleeds&amp;hellip;&lt;/h2&gt;
&lt;p&gt;I believe we have all noticed while reading the news that sensationalism leads. And, if it bleeds, all the better. Who cares about a breakthrough cure for a deadly disease when there are robberies, car-jackings, and kidnappings? And all of those horrible things take a backseat to the big ones (you know what I&amp;rsquo;m talking about). Obviously, when there is a war happening in another part of the world, news outlets are clawing at the door of any tale of woe they can get their paws on.&lt;/p&gt;
&lt;p&gt;It is our fault, as readers, though. We like the dirty details. So we read. Today, though, reading is hard. You need to click on a link, accept some cookies, maybe turn off the ad-blocker, scroll past the header, and just as the story is getting good the text fades away and a &lt;strong&gt;subscribe&lt;/strong&gt; button is waiting for you.&lt;/p&gt;
&lt;p&gt;That is a bit of a turn-off for anyone, especially social media sites. They want you to stay on their feed. I would, too, if I ran a social media page. That is the goal, isn&amp;rsquo;t it.&lt;/p&gt;
&lt;p&gt;What if there were a way to combine the most horrible stories into a feed and keep the readers on the page?&lt;/p&gt;
&lt;p&gt;This is what &lt;strong&gt;Occidentis&lt;/strong&gt; is. It is a rundown of the nastiest shit to happen in France; an echo chamber of racism, xenophobia, fearmongering, homophobia, and hatred. The nearly 90,000 followers have 6,400 posts of one-sided cherry-picked stories to share and comment on. The stories are not fake, but the fear and hatred is amplified.&lt;/p&gt;
&lt;p&gt;At this point, if I had a comments section, a reader would be scrolling to the bottom to point out the 90,000 followers is hardly anything to write a blog about. That is &lt;em&gt;micro-influencer&lt;/em&gt; territory. We would agree on that, but we cannot dismiss accounts like this.&lt;/p&gt;
&lt;h2 id=&#34;unfiltered-media&#34;&gt;Unfiltered media&lt;/h2&gt;
&lt;p&gt;Have you ever been told to &lt;em&gt;do your own research&lt;/em&gt; by someone who has &lt;em&gt;alternative sources of information&lt;/em&gt;? Have you heard people talking about how mainstream media doesn&amp;rsquo;t want us to know things? Well, congratulations, you have rubbed elbows with an Alternative Influence Network. I am not too keen on using &lt;em&gt;political&lt;/em&gt; labels because I don&amp;rsquo;t have the background in that subject, but I can say with some certainty that these types of networks are generally of the &lt;em&gt;conservative&lt;/em&gt; (read &lt;em&gt;right-leaning&lt;/em&gt;) mindset.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Occidentis&lt;/strong&gt; is therefore a micro-influencer for people whose &amp;ldquo;values and norms of behaviour differ substantially from those of mainstream society&amp;rdquo;&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/10/cherrypicking/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;. Because, yes, &lt;em&gt;the hippies of yesterday are the squares of today&lt;/em&gt;, and being conservative is a counterculture. By presenting itself as a form of &lt;em&gt;unfiltered media&lt;/em&gt;, &lt;strong&gt;Occidentis&lt;/strong&gt; is attempting to appeal to its audience as &amp;ldquo;countercultural social underdogs&amp;rdquo;&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/10/cherrypicking/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; in order to influence, and maybe even radicalize, its audience by presenting a political ideology by amplifying the negative.&lt;/p&gt;
&lt;p&gt;The founder of &lt;strong&gt;Occidentis&lt;/strong&gt; can be found on &lt;a href=&#34;https://fr.linkedin.com/in/david-alaime-9333b0143&#34;&gt;LinkedIn&lt;/a&gt;. They finished high school in 2016, went on to post-secondary studies, did some internships and sandwich courses, founded Occidentis in 2019, and became a freelance writer for Valeurs Actuelles (&amp;ldquo;Magazine of the outspoken right&amp;rdquo;) in 2020.&lt;/p&gt;
&lt;h2 id=&#34;how-bad-is-it&#34;&gt;How bad is it?&lt;/h2&gt;
&lt;p&gt;The word &lt;em&gt;ideology&lt;/em&gt; is a tad loaded. A set of beliefs is an ideology though, especially when these beliefs cover politics, economics, the environment, and other systems. Without committing myself to a deep-dive, because I don&amp;rsquo;t have Instagram, I collected a handful of examples from just the first few pages of posts to highlight their beliefs.&lt;/p&gt;
&lt;p&gt;None of this is private. There is no detective work going on here. But, I will blur the names of the other users, just because.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/10/cherrypicking/montage.png&#34; alt=&#34;Examples (retrieved using Proxigram)&#34;&gt;
    &lt;figcaption&gt;Example posts (retrieved using Proxigram)&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Most of their posts are textual cards that feature a sensationalist or slanted version of the news. It is very important that I point out again, this is not fake news. The source is mentioned, but the text on the card has an added &lt;em&gt;spin&lt;/em&gt;. Looking at the examples above, we can see a post about the top 30 subventions to pro-migrant associations (top left) with comments complaining about what taxes are being used for. The top right image is a video from BFM when the recording was interrupted by protestors, the comments are about how security is lax because of leftists. In the second row, on the left, a story about a terrorist attack in Brussels with a quote.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s stop on that one for a moment.&lt;/p&gt;
&lt;p&gt;None of these posts actually link to the stories. It just says &lt;code&gt;Source: something&lt;/code&gt;. Do you want to stop your scrolling streak to search for a story? What are we, animals? But a mouth-breather like me did want to see how this quote matched up with the article.&lt;/p&gt;
&lt;p&gt;That story is from &lt;em&gt;La Libre&lt;/em&gt;, a Belgian source. If you were to &lt;a href=&#34;https://www.lalibre.be/belgique/2023/10/21/les-parents-dabdesalem-lassoued-interroges-sur-les-actes-de-leur-fils-il-a-tue-des-mecreants-CGK44AYYDNATZOOID2X6H2RHEY/&#34;&gt;look at the article,&lt;/a&gt; you&amp;rsquo;d notice that the quote isn&amp;rsquo;t &lt;em&gt;quite&lt;/em&gt; right. If I were to quote an article and wrote it like this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Blah blah blah (&amp;hellip;) yadda yadda yadda&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You would think that &lt;em&gt;that&lt;/em&gt; was the quote. As in, I started a sentence with &lt;em&gt;Blah&lt;/em&gt;, paused, and completed my sentence. Or, maybe, that I began speaking with &lt;em&gt;Blah&lt;/em&gt; and went on a tangent before finishing up with &lt;em&gt;yadda&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;This is not what happened here. Whoever worked on this post (LinkedIn lists some students as freelance writers) took two parts of the article and put them together, creating a &lt;em&gt;new&lt;/em&gt;, &lt;em&gt;false&lt;/em&gt; quote.&lt;/p&gt;
&lt;p&gt;The full article contains quotes from the parents explaining that their son had always had problems with violence. It is not apologetic. It is factual.&lt;/p&gt;
&lt;p&gt;Moving on&amp;hellip;&lt;/p&gt;
&lt;p&gt;The post on the right in the second row is about a bus driver attacked by someone who happened to be from the migrant camps in Calais. The comments talk about arming yourself and how the government is financing murderers. The post on the bottom left unnecessarily mentions the nationality of a student found carrying hydrochloric acid outside their school&amp;mdash;this is not mentioned in the article, but only in the accompanying video&amp;mdash;with comments calling for the teen to be deported.&lt;/p&gt;
&lt;p&gt;The last post is sourced from SudInfo. The story sounds sensational. It is a quote from a school teacher that says, &amp;ldquo;My students wanted to pray for the terrorist.&amp;rdquo; Well, I just had to go look at that article. And, guess what? Subscribers only. After bypassing that, I was able to read the full story. It is actually more interesting than that quote lets on. The teacher works at a school located rather close to where the incident took place. The article points out that the school is a &lt;em&gt;positive discrimination&lt;/em&gt; school. The full quote is more of a complaint about social networks, and the teacher is lamenting that they are learning about religion through TikTok.&lt;/p&gt;
&lt;p&gt;There is one funny thing, though. And that is the comment on the very bottom right:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Pays full franc mac [&amp;hellip;]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This user thinks that the Freemasons are somehow involved. Conspiracy theorist? Coincidence? Who knows?&lt;/p&gt;
&lt;h2 id=&#34;it-leads&#34;&gt;&amp;hellip;it leads&lt;/h2&gt;
&lt;p&gt;While I applaud the entrepreneurial endeavour of attempting the near-impossible&amp;mdash;becoming an influencer&amp;mdash;I cannot applaud profiting from &lt;a href=&#34;https://en.wikipedia.org/wiki/Negativity_bias&#34;&gt;negativity bias&lt;/a&gt;, &lt;a href=&#34;https://en.wikipedia.org/wiki/Doomer&#34;&gt;doomerism&lt;/a&gt;, and straight up lies. The posts shared by &lt;strong&gt;Occidentis&lt;/strong&gt; do not include direct links to the source, meaning the authors and publishers are missing out on clicks. This is likely because the posts on this channel are just a mixture of false connections and context, misleading content, and textbook definitions of fake news.&lt;/p&gt;
&lt;p&gt;Molina et al., in &lt;a href=&#34;https://journals.sagepub.com/doi/10.1177/0002764219878224&#34;&gt;“Fake News” Is Not Simply False Information: A Concept Explication and Taxonomy of Online Content&lt;/a&gt;, talk about the seven types of fake news and present several easy to follow tables to help categorize it. &lt;strong&gt;Occidentis&lt;/strong&gt; is polarized and sensationalist (see &lt;a href=&#34;https://journals.sagepub.com/doi/10.1177/0002764219878224#table5-0002764219878224&#34;&gt;table 5&lt;/a&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the content is not completely factual and is one-sided&lt;/li&gt;
&lt;li&gt;the evidence is not there because no direct links are presented&lt;/li&gt;
&lt;li&gt;alarm words are overused&lt;/li&gt;
&lt;li&gt;excessive generalizations, emotionally charged statements, and ad-hominem attacks&lt;/li&gt;
&lt;li&gt;the headlines are re-written as clickbait&lt;/li&gt;
&lt;li&gt;the sources are one-side on many occasions and not always reputable&lt;/li&gt;
&lt;li&gt;solely shared via social media&lt;/li&gt;
&lt;li&gt;presents itself as &amp;ldquo;unfiltered,&amp;rdquo; implying that the media is not to be trusted because it is censoring information&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Fearmongering for likes by cherry-picking the worst things happening in a country is low-hanging fruit, which is probably why &lt;strong&gt;Occidentis&lt;/strong&gt; has not managed to go beyond micro-influencer levels of popularity. Channels like this are actively engaging in racism, Islamophobia, homophobia, and other forms of hatred, all while hiding behind a thin veil of &lt;em&gt;sharing the news&lt;/em&gt; or a sloppy definition of &lt;em&gt;freedom of speech&lt;/em&gt;. They propagate a curated set of beliefs that misrepresent and twist reality. We should not overlook channels like this, no matter how small of a following they have.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Counterculture&#34;&gt;https://en.wikipedia.org/wiki/Counterculture&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/10/cherrypicking/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://datasociety.net/library/alternative-influence/&#34;&gt;https://datasociety.net/library/alternative-influence/&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/10/cherrypicking/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>The Glass Pyramid</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/09/glasspyramid/</link>
      <pubDate>Tue, 12 Sep 2023 13:30:35 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/09/glasspyramid/</guid><description>&lt;p&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/09/glasspyramid/P1.png&#34; alt=&#34;&#34;&gt;

&lt;/p&gt;
&lt;p&gt;There once was a magical glass pyramid. &lt;br&gt;
It sat on top of a hill. &lt;br&gt;
All were welcome to come and live in the glass pyramid. &lt;br&gt;
All you had to do was follow the long and winding path up the hill.&lt;/p&gt;
&lt;p&gt;Outside the pyramid, it was dangerous. &lt;br&gt;
There were no houses. &lt;br&gt;
There was no food.&lt;/p&gt;
&lt;p&gt;Inside the pyramid, it was like a grand city. &lt;br&gt;
Everyone had a job to do. &lt;br&gt;
Some jobs, even though they were not difficult, were more important than others. &lt;br&gt;
The important people lived at the very top of the pyramid and made all the decisions. &lt;br&gt;
The important people knew best.&lt;/p&gt;
&lt;p&gt;After a time, there were too many people in the pyramid. &lt;br&gt;
The important people were upset. &lt;br&gt;
There were too many people with less important jobs sharing their space. &lt;br&gt;
That is not the way of the pyramid. &lt;br&gt;
Something had to be done.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;We should make the pyramid bigger,&amp;rdquo; said one person. &lt;br&gt;
&amp;ldquo;Amazing idea,&amp;rdquo; said another. &lt;br&gt;
&amp;ldquo;But, that&amp;rsquo;s not fair!&amp;rdquo; said one of the important people. &lt;br&gt;
&amp;ldquo;Why should I have to live near these less important people?&amp;rdquo; said another. &lt;br&gt;
&amp;ldquo;Well,&amp;rdquo; said one of the most important people, &amp;ldquo;perhaps we should make it harder to get in as well.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;And so, a vote was held. &lt;br&gt;
The higher you lived in the pyramid, the more your vote counted.&lt;/p&gt;
&lt;p&gt;A fair and democratic solution was reached: &lt;br&gt;
They would raise the ceiling of their magical glass pyramid, to make more space for important people. &lt;br&gt;
And, each time they raised their glass ceiling, they would make their hill higher as well, to make it more difficult to get in. &lt;br&gt;
This was called &lt;em&gt;raising the glass floor&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/09/glasspyramid/P2.png&#34; alt=&#34;A tall triangle on a hill&#34;&gt;

&lt;/p&gt;
&lt;p&gt;Eventually, the hill became a mountain. &lt;br&gt;
And the pyramid became a needle that went high into the sky. &lt;br&gt;
So high and close to the sun that it became very hot for the important people. &lt;br&gt;
They blamed the less important people. &lt;br&gt;
They told them it was their fault.&lt;/p&gt;
&lt;p&gt;The least important people worked even harder: &lt;br&gt;
They only ate local, &lt;br&gt;
they recycled,  &lt;br&gt;
they spent their earnings on electric vehicles and solar panels, &lt;br&gt;
they never used air conditioning or plastic straws.&lt;/p&gt;
&lt;p&gt;They were told to lower their carbon footprint. &lt;br&gt;
So they did.&lt;/p&gt;
&lt;p&gt;They were told that everyone had to do their part. &lt;br&gt;
So they did.&lt;/p&gt;
&lt;p&gt;But&amp;hellip;&lt;/p&gt;
&lt;p&gt;The important people were not doing their part. &lt;br&gt;
After all, it was not their fault. &lt;br&gt;
They did what they wanted, when they wanted. &lt;br&gt;
But, despite having everything they could possibly need, &lt;br&gt;
they were still not happy.&lt;/p&gt;
&lt;p&gt;They decided that it was still too easy to get in. &lt;br&gt;
Raising the glass floor was not enough. &lt;br&gt;
Some of the less important people had to go.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;These people have it too easy,&amp;rdquo; complained one of the important people. &lt;br&gt;
&amp;ldquo;Maybe they shouldn&amp;rsquo;t even be in the pyramid,&amp;rdquo; said another. &lt;br&gt;
And so, they came up with a plan.&lt;/p&gt;
&lt;p&gt;They made things more expensive, &lt;br&gt;
like food and houses and doctors and school. &lt;br&gt;
The less important people worked harder and harder. &lt;br&gt;
They even stopped having children. &lt;br&gt;
No matter what they did though, it was not enough. &lt;br&gt;
And this was the plan: &lt;br&gt;
If you could not afford to live in the pyramid, &lt;br&gt;
you had to leave.&lt;/p&gt;
&lt;p&gt;After a time, it became so difficult to get into the pyramid, &lt;br&gt;
and so hard to stay, &lt;br&gt;
that there was nobody left to do the work that had to be done. &lt;br&gt;
The important people had forgotten how to work. &lt;br&gt;
They had forgotten how to make food and clean and build things.&lt;/p&gt;
&lt;p&gt;Little by little, the pyramid started to crack. &lt;br&gt;
People who used to be important became less important. &lt;br&gt;
Some were even forced to leave.&lt;/p&gt;
&lt;p&gt;The people outside the pyramid saw that something was wrong. &lt;br&gt;
They shouted, &amp;ldquo;how can we help you!&amp;rdquo; &lt;br&gt;
And the important people shouted back, &amp;ldquo;nobody wants to work any more!&amp;rdquo; &lt;br&gt;
&amp;ldquo;Give us jobs, give us homes, let us help you!&amp;rdquo; clamoured the people outside the pyramid. &lt;br&gt;
&amp;ldquo;NO,&amp;rdquo; shouted the important people, &amp;ldquo;you are not important enough to live in our pyramid!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;And as they slammed the door on the faces of those willing to help, &lt;br&gt;
a crack began to form. &lt;br&gt;
It started at the bottom. &lt;br&gt;
The grew and grew, spreading higher and higher. &lt;br&gt;
The people outside did not want the pyramid to fall, &lt;br&gt;
it would crush them if it did. &lt;br&gt;
So they all came together and tried to hold the pyramid up.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Come down and help us,&amp;rdquo; the people outside cried. &lt;br&gt;
&amp;ldquo;We only have one pyramid,&amp;rdquo; they pleaded. &lt;br&gt;
But, the people inside were only interested in getting to the top. &lt;br&gt;
They all climbed to the top floor instead of helping hold the pyramid together. &lt;br&gt;
They were more afraid of the people outside getting in than they were of the crack.&lt;/p&gt;
&lt;p&gt;All the important people reached the top of the pyramid. &lt;br&gt;
They held a meeting to decide what to do. &lt;br&gt;
&amp;ldquo;We just need to use the magic to fix the pyramid,&amp;rdquo; they said. &lt;br&gt;
The most important person spoke up. &lt;br&gt;
They controlled the magic. &lt;br&gt;
They could fix everything in a snap. &lt;br&gt;
They said, &amp;ldquo;I will do this for a price!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The other important people thought this was fair, &lt;br&gt;
but they did not want to spend their money. &lt;br&gt;
&amp;ldquo;What if we asked the least important people to donate? It is their fault, isn&amp;rsquo;t it?&amp;rdquo; suggested someone.&lt;/p&gt;
&lt;p&gt;A very famous and important person went down to see the people on the glass floor. &lt;br&gt;
They were very emotional. &lt;br&gt;
They spoke at length and finally asked the people at the bottom to donate their money.&lt;/p&gt;
&lt;p&gt;The people at the bottom looked around at each other. &lt;br&gt;
One of them began to chuckle. &lt;br&gt;
And another. &lt;br&gt;
And another.&lt;/p&gt;
&lt;p&gt;A contagious laughter spread among the people at the bottom. &lt;br&gt;
They could not stop. &lt;br&gt;
They fell over laughing. &lt;br&gt;
They laughed so hard the mountain began to shake. &lt;br&gt;
The more the mountain shook, the more the pyramid wobbled.&lt;/p&gt;
&lt;p&gt;The crack spread faster and faster. &lt;br&gt;
&amp;ldquo;HELP US!&amp;rdquo; cried all the important people, &lt;br&gt;
as they clutched their pearls and wallets. &lt;br&gt;
&amp;ldquo;After all we did for you ungrateful people!&amp;rdquo; scolded one of them, &lt;br&gt;
sipping champagne. &lt;br&gt;
&amp;ldquo;Don&amp;rsquo;t you know who I am?&amp;rdquo; growled another, &lt;br&gt;
sat in a rocket they had no idea how to fly.&lt;/p&gt;
&lt;p&gt;The laughter and the shouting continued until a final crack echoed across the land.&lt;/p&gt;
&lt;p&gt;The magical glass pyramid shattered and fell.&lt;/p&gt;
&lt;p&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/09/glasspyramid/P3.png&#34; alt=&#34;&#34;&gt;

&lt;/p&gt;
&lt;p&gt;When the dust settled, the people at the bottom of the pyramid were relieved. &lt;br&gt;
They had not been crushed. &lt;br&gt;
They began fixing and rebuilding. &lt;br&gt;
They made their homes, and schools, and hospitals.&lt;/p&gt;
&lt;p&gt;Many months later, a group of people came climbing up the hill. &lt;br&gt;
They stopped in awe of what they saw. &lt;br&gt;
The pyramid was still standing.&lt;/p&gt;
&lt;p&gt;These people were hungry and tired. &lt;br&gt;
They wanted to bathe and sleep in beds. &lt;br&gt;
They walked straight to the front door, &lt;br&gt;
but their path was blocked.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Unhand me, filth!&amp;rdquo; said one of the travellers to the person barring their way. &lt;br&gt;
&amp;ldquo;I am a very important person, and you will let me pass.&amp;rdquo; &lt;br&gt;
&amp;ldquo;Well,&amp;rdquo; started the person at the door, &amp;ldquo;you see, that is not how things work around here.&amp;rdquo; &lt;br&gt;
&amp;ldquo;This is our magical pyramid,&amp;rdquo; explained the guard. &lt;br&gt;
&amp;ldquo;If you want to get in, you need skills, you need to be able to work because everyone has a job to do!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Alas, over the generations, the important people had forgotten how to work. &lt;br&gt;
So they could not enter the pyramid.&lt;/p&gt;
&lt;p&gt;Years passed, and the pyramid began to grow, &lt;br&gt;
and the glass ceiling became further away, &lt;br&gt;
and the glass floor went up with it, &lt;br&gt;
and the story repeated itself, &lt;br&gt;
again, &lt;br&gt;
and again.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Starting the 2023–2024 School Year</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/09/boy2324/</link>
      <pubDate>Sat, 09 Sep 2023 11:58:50 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/09/boy2324/</guid><description>&lt;blockquote&gt;
&lt;p&gt;It will (again) come as no surprise that we will (predictably) work on finding a way to use GPT-4/LLM/ChatGPT/whatever to &lt;strong&gt;create content for classes&lt;/strong&gt; and find ways to &lt;strong&gt;allow students to use it in class&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/06/eoy2223/&#34;&gt;me, 3 months ago&lt;/a&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;p&gt;It might be worse than I thought. Not only are we going to be looking into using generative AI, but all staff and faculty must attend obligatory training &lt;em&gt;camps&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Have I been living in an echo chamber of my own design? Perhaps too much time on the Fediverse? Maybe I&amp;rsquo;ve become that crotchety middle-aged employee who lives to disagree with everything, or my millennial nature is preventing me from doing something that wasn&amp;rsquo;t laid out in my contract years ago.&lt;/p&gt;
&lt;p&gt;I love teaching, and I want to keep doing it, but &lt;strong&gt;I cannot wrap my head around how generative AI fits into the scheme&lt;/strong&gt;. The ultimate goal of a learner it to be able to &lt;em&gt;create&lt;/em&gt; something, to &lt;em&gt;express&lt;/em&gt; themselves&amp;mdash;at least in my discipline.&lt;/p&gt;
&lt;p&gt;You see, I like to keep things simple:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;memorize&lt;/li&gt;
&lt;li&gt;understand&lt;/li&gt;
&lt;li&gt;solve problems&lt;/li&gt;
&lt;li&gt;express creativity&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For the past year, my students have been eschewing steps (&lt;em&gt;counts on fingers&lt;/em&gt;) 1 through 4. Studying and &lt;em&gt;memorizing&lt;/em&gt; is out the window, &lt;em&gt;understanding&lt;/em&gt;, &lt;em&gt;solving problems&lt;/em&gt;, and &lt;em&gt;expressing creativity&lt;/em&gt; have been replaced by ChatGPT.&lt;/p&gt;
&lt;p&gt;So, why not use it in class anyway, just to show the students how bad it is?&lt;/p&gt;
&lt;p&gt;That is a fine idea, but there are always a few students who won&amp;rsquo;t pay attention and continue to use it, and guess what? They will graduate! I teach in France, and lots of students are happy to get the average (10/20). There are absolutely go-getters trying to be top of the class, but I have never heard, in my 16 years teaching here, a single student talking about their GPA. So, why wouldn&amp;rsquo;t a student give it a try?&lt;/p&gt;
&lt;p&gt;Would you want to write a 25-page report during your exchange year, or would you want to enjoy your time abroad?&lt;/p&gt;
&lt;h2 id=&#34;innovation-calling&#34;&gt;Innovation calling&lt;/h2&gt;
&lt;p&gt;Back in my day (am I old enough to say that yet?) we learned about &lt;a href=&#34;https://en.wikipedia.org/wiki/Instructional_design&#34;&gt;instructional design&lt;/a&gt; and &lt;a href=&#34;https://en.wikipedia.org/wiki/Formative_assessment&#34;&gt;formative assessment&lt;/a&gt;. Neither are particularly innovative nor novel ideas. That is, unless we rebrand them?&lt;/p&gt;
&lt;p&gt;Now we must &lt;em&gt;foster engagement&lt;/em&gt; and be &lt;em&gt;student-centric&lt;/em&gt; while using &lt;em&gt;varied pedagogical materials&lt;/em&gt; in class. I&amp;rsquo;ll let you in on a little secret: it is all instructional design, but with &lt;em&gt;apps&lt;/em&gt; and &lt;em&gt;AI&lt;/em&gt;. So many &lt;strong&gt;f u c k i n g&lt;/strong&gt; apps. And do these apps give us any useful metrics? Not really. Most of them are third-party and require teachers and students to fork over names, dates of birth, email addresses, and whatever crap the app wants on your phone, all in order to take a quiz and see some virtual confetti on your screen. As a teacher, I receive neither difficulty index nor discrimination index (except from Moodle)&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/09/boy2324/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;Not everything needs to be an app or a third-party service with AI.&lt;/p&gt;
&lt;p&gt;Speaking of &lt;em&gt;innovation&lt;/em&gt;, if everyone is jumping on the generative AI bandwagon&amp;mdash;like, literally everyone&amp;mdash;is it innovative to do the same thing?&lt;/p&gt;
&lt;h2 id=&#34;a-hill-to-die-on&#34;&gt;A hill to die on&lt;/h2&gt;
&lt;p&gt;I don&amp;rsquo;t think we should even entertain the idea of a &lt;em&gt;battle&lt;/em&gt; over this. Alluding to hills I am willing to die on would be far too overdramatic, but I am not opposed to quoting Picard:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The line must be drawn here! This far, no further!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;Capt. Jean-Luc Picard, &lt;em&gt;Star Trek: First Contact&lt;/em&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You will say I have been reading too much hard sci-fi, and that might be true, but what will the class of 2027 be like if we are training them to cop out of learning? Why would employers pay you to be a manager or a head of marketing when they can pay you less to be a ChatGPT prompt-writer? How can schools pat themselves on the back for handicapping students and making them pay for it as well?&lt;/p&gt;
&lt;p&gt;Do you want my answers?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The class of 2027 will be scared shitless. Their anxiety will be through the roof. They will go on social and share memes about imposter syndrome, but since they have no idea how to do research any more, they won&amp;rsquo;t realize that they are misusing the term. They will use ChatGPT and friends to write reports and emails and presentations and software.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Employers will make record profits by outsourcing to AI and exploiting underpaid university graduates to validate and correct the shit AI spits out.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;They will do it while sipping champagne because partnerships&amp;mdash;with data brokers and fossil fuel companies, for example&amp;mdash;keep them set for life.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In short, I believe we will very soon be entering the &lt;em&gt;find out&lt;/em&gt; phase of the &lt;em&gt;fuck around and find out&lt;/em&gt; process.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;the former determines if a question is too easy or difficult, the latter determines if a question is effective at sorting out the stronger students from the weaker students&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/09/boy2324/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Digicams are still fun</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/08/picturetaker/</link>
      <pubDate>Tue, 29 Aug 2023 22:38:13 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/08/picturetaker/</guid><description>&lt;p&gt;I bought a little digicam.&lt;/p&gt;
&lt;p&gt;It looks like this:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/08/picturetaker/wpz2.png&#34; alt=&#34;Yello Kodak Pixpro WPZ2&#34;&gt;
    &lt;figcaption&gt;Kodak Pixpro WPZ2&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;It is yellow and plastic and is exactly what you would expect to get when you go into the local electronics shop and ask for the cheapest thing they have. Well, this was the second cheapest. I probably should have gone for the cheapest since this model is from 2019. But it doesn&amp;rsquo;t matter. This (very) little yellow gadget&amp;mdash;it is practically a toy in some aspects&amp;mdash;brought back childhood memories of &lt;a href=&#34;https://invidious.privacydev.net/watch?v=CCPyQ0sW3P0&#34;&gt;Kolorkins&lt;/a&gt;, and so I forked over my cash.&lt;/p&gt;
&lt;h2 id=&#34;why&#34;&gt;Why?&lt;/h2&gt;
&lt;p&gt;I am not a photographer, but I think photography is an awesome hobby, passion, and art form. When I was younger, around the time Kodak was marketing Kolorkins, I always wanted to touch my mother&amp;rsquo;s camera. That, however, was a big &amp;ldquo;no-no.&amp;rdquo; It was such a mysterious device, and I was convinced at the time that it was either extremely high-tech, expensive, fragile, or all of the above. I don&amp;rsquo;t think it was any of those things. It was just something she cherished.&lt;/p&gt;
&lt;p&gt;Once, at a used clothing store of all places, I found a 35mm camera for sale. It was $5 or something, so I took my allowance and bought it. It was one of those junky plastic things that you needed to manually advance the film on. I used that for a few years, and into university. Digital cameras were definitely around by then, but still expensive. I remember taking it to a Matthew Good concert at the Marquee in Halifax. Melissa Auf der Maur was the opening act. I had a roll of 24 pictures to take. I had to keep my finger over the flash. One of those shots came out great&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/08/picturetaker/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;Even before this time, though, my mother had retired her treasured 35mm and moved on to a compact digital camera: a Samsung Digimax A5. No, I don&amp;rsquo;t have an eidetic memory; I have EXIF Data and this picture of the sweetest dog ever:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/08/picturetaker/phoebe.jpg&#34; alt=&#34;Phoebe&#34;&gt;
    &lt;figcaption&gt;Phoebe (a good dog)&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;This photo was taken on the 4th of July 2005, at 5:55 in the morning. I can smell this photo.&lt;/p&gt;
&lt;p&gt;When I moved out, I was gifted a digicam of my own. It was a Fujifilm Finepix A805. That thing went places. The advent of phones with better cameras lead me to sell it sometime in 2009 when I bought an &lt;a href=&#34;https://en.wikipedia.org/wiki/LG_Viewty&#34;&gt;LG Viewty&lt;/a&gt; and thought to myself, &amp;ldquo;Why would I ever need a camera again?&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;i-was-wrong&#34;&gt;I was wrong&lt;/h2&gt;
&lt;p&gt;Sometime, in 2014, I was fed up with the pictures my phone could take. So I marched down to the camera shop and walked out with a reasonable camera for someone who has no idea what they are doing: a Sony HX60V. I found an e-book about digital photography and read nearly the whole thing on a flight to Canada. I was going to get a picture of the &lt;em&gt;supermoon&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I did. It turned out great. I was eaten alive by blackflies and mosquitos, but I got that picture. And then I took pictures of everything. I put them on Flickr and made a shared album on Google Photos. There were weeks that I was out taking pictures every single day. It was cool. That camera went on holiday with me too. Totally reasonable and worthwhile investment.&lt;/p&gt;
&lt;p&gt;I did take some decent pictures, too. One was used on a tourist website, another in an article about trees, and another was used for the cover of a Moleskine notepad. But, below are two of my favourites:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/08/picturetaker/new.jpg&#34; alt=&#34;house and toad&#34;&gt;
    &lt;figcaption&gt;shack by the sea / tiny toad&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h2 id=&#34;little-fingers&#34;&gt;Little fingers&lt;/h2&gt;
&lt;p&gt;When my son was born, I was so happy to have a camera to capture memories with. Phones can be stolen or hacked. I wanted those memories in a safe offline place. Children, though, have a tendency to grow. And they like to touch things. So, that camera found its way onto a shelf until this summer, when I was planning to take a very short trip. I took it out and was sad to discover, that through disuse or possibly a fall, the flash had stopped working. I will repair it, but I wanted to be able to walk around snapping pictures. And then, a little voice that I hadn&amp;rsquo;t heard in years whispered in my ear.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Fuck it,&amp;rdquo; it said. &amp;ldquo;Just go buy a cheap digicam.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;And I was out the door&amp;hellip;&lt;/p&gt;
&lt;h2 id=&#34;it-looks-like-a-toy-because-it-is-fun&#34;&gt;It looks like a toy&amp;hellip; because it is fun&lt;/h2&gt;
&lt;p&gt;I bought it, took it out of the box&amp;mdash;in the street&amp;mdash;popped in a microSD card and started snapping. It became clear that this is something that even my son will be able to use. A smile crept across my face.&lt;/p&gt;
&lt;p&gt;All the fun stuff is built in:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;filters for colours, fisheye, negative, montages, etc.&lt;/li&gt;
&lt;li&gt;scene modes&lt;/li&gt;
&lt;li&gt;full auto and semi-auto (no true manual mode)&lt;/li&gt;
&lt;li&gt;you can control it with an app&lt;/li&gt;
&lt;li&gt;you can crop and rotate photos&lt;/li&gt;
&lt;li&gt;you can record videos, even slow-motion&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But, most importantly: &lt;strong&gt;you point&lt;/strong&gt; and &lt;strong&gt;you shoot&lt;/strong&gt;. The LCD on this thing is piddly. You will not be stopping between shots to admire your craft or show to your friends. This is a thing that dangles from your wrist to be used at a moment&amp;rsquo;s notice. Getting a steady picture requires holding your breath and genuine hope. You could turn on the full info viewfinder mode to have a grid and a histogram, but, honestly, it is just too small to care about.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/08/picturetaker/screeninfo.png&#34; alt=&#34;capture from the WPZ2 manual&#34;&gt;
    &lt;figcaption&gt;poor kitty&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h2 id=&#34;keep-it-easy-call-it-a-day&#34;&gt;Keep it easy; call it a day&lt;/h2&gt;
&lt;p&gt;Backing up photos is really easy now. I just use &lt;a href=&#34;http://gphoto.org/&#34;&gt;gphoto2&lt;/a&gt;. Plug it in and run&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gphoto2 --get-all-files --skip-existing &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;--filename&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;%Y/%m/%d/%Y%m%d_%H%M%S.%C&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;rm */*/*/*.THM
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;and call it a day. When I&amp;rsquo;m out and about, I use the app to transfer photos to my phone and share on Pixelfed. Go have a look at the randomness: &lt;a href=&#34;https://pixelfed.fr/@bbbhltz&#34;&gt;pixelfed.fr/@bbbhltz&lt;/a&gt;.&lt;/p&gt;
&lt;iframe title=&#34;Pixelfed Post Embed&#34; src=&#34;https://pixelfed.fr/p/bbbhltz/601499621179669624/embed?caption=true&amp;likes=true&amp;layout=full&#34; class=&#34;pixelfed__embed&#34; style=&#34;max-width: 100%; border: 0&#34; width=&#34;400&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;&lt;script async defer src=&#34;https://pixelfed.fr/embed.js&#34;&gt;&lt;/script&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;the hunt for this picture continues&amp;hellip;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/08/picturetaker/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>On making a video for a podcast</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/07/ffmpeg-waveform/</link>
      <pubDate>Sat, 29 Jul 2023 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/07/ffmpeg-waveform/</guid><description>&lt;p&gt;My partner has a podcast! It&amp;rsquo;s in French, and it is about the history of Spain. So, if you speak French, check out &lt;em&gt;Pourquoi les espagnols sont comme ça ?&lt;/em&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://open.spotify.com/show/4udndfFY1zzel98pz1d4Qj&#34;&gt;Spotify&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://podcasts.apple.com/us/podcast/pourquoi-les-espagnols-sont-comme-%C3%A7a/id1697635099&#34;&gt;Apple Podcasts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://podcasts.google.com/feed/aHR0cHM6Ly9hbmNob3IuZm0vcy9lNTNkNDJmNC9wb2RjYXN0L3Jzcw==&#34;&gt;Google Podcasts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://anchor.fm/s/e53d42f4/podcast/rss&#34;&gt;RSS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It is also on &lt;a href=&#34;https://yewtu.be/channel/UCcB8z7bto_2Pbw1AIFG7-Aw&#34;&gt;YouTube&lt;/a&gt;, and that is what this post is really about. Now, my better half is an independent woman. Stubborn, some might say, but fundamentally determined to do things on her own. She isn&amp;rsquo;t shy about testing things out on computers, either. I was a little surprised when I saw her YouTube videos. I decided to let her do her thing and not be a backseat driver.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/07/ffmpeg-waveform/ep3.jpg&#34; alt=&#34;Screenshot, Episode 3&#34;&gt;
    &lt;figcaption&gt;Screenshot from episode 3&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;I like this. It is to the point, and she did spend some time on that cover art (she made it with Paint, millennial flex) so it makes sense to put it front and centre. She wanted more, though. She wanted titles, and logos, and a waveform. And didn&amp;rsquo;t I open my mouth and say I could do that in 2 or 3 commands? I did. I bit my tongue after, but the damage was done.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Could you really?&amp;rdquo; she asked.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Send me the audio, and I&amp;rsquo;ll take a crack at it&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Readers, I had no idea how to do this, but I knew it could be done. I knew I had the tools at hand: &lt;strong&gt;FFmpeg&lt;/strong&gt; and &lt;strong&gt;ImageMagick&lt;/strong&gt;. And, I knew that with a search engine and 20 minutes, I could sort it out.&lt;/p&gt;
&lt;p&gt;Well&amp;hellip; I had a few doubts, because I know from prior experience that FFmpeg has &lt;em&gt;lots&lt;/em&gt; of options and flags.&lt;/p&gt;
&lt;p&gt;Luckily for me, a couple searches and some trial and error was all that it took.&lt;/p&gt;
&lt;h2 id=&#34;making-the-labelsoverlays&#34;&gt;Making the labels/overlays&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;ImageMagick&lt;/strong&gt; is fun and easy. Here are the commands I used for Episode 5:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;convert -background none -fill &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;#FFDE59&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    -font Nickainley-Normal -size &lt;span style=&#34;color:#ae81ff&#34;&gt;1100&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    -gravity center label:&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Pourquoi les espagnols sont comme ça ?&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    title.png
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;convert -background none -fill &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;#FFDE59&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    -font Nickainley-Normal -size x150 &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    -gravity center label:&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Épisode 5 : Conquête Hispania (2ème Partie)&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    episode0.png
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;montage cover.jpg -label &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;&amp;#39;&lt;/span&gt; episode0.png -geometry x150 -geometry +5+5 &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    -background none episode.png
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;(I still don&amp;rsquo;t know how to combine/chain commands together, but it works)&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/07/ffmpeg-waveform/title.png&#34; alt=&#34;title&#34;&gt;
    &lt;figcaption&gt;Podcast title overlay&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/07/ffmpeg-waveform/episode.png&#34; alt=&#34;episode&#34;&gt;
    &lt;figcaption&gt;Episode title overlay&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h2 id=&#34;making-the-waveform-and-overlaying-the-images&#34;&gt;Making the waveform and overlaying the images&lt;/h2&gt;
&lt;p&gt;After some trial and error (and searching&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/07/ffmpeg-waveform/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;), this is what I came up with:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ffmpeg -i input.wav -i bull.png -i title.png -i episode.png -filter_complex &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;[0:a]aformat=channel_layouts=mono,showwaves=mode=cline:s=1920x1080:colors=#FFDE59[sw]; \
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;     color=s=1920x1080:c=#FF5757[bg]; \
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;     [bg][sw]overlay=format=auto:shortest=1,format=yuv420p[v]; \
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;     [v][1]overlay=(W-w)/2:(H-h)/2[v1]; [v1][2]overlay=(W-w)/2:20[v2]; [v2][3]overlay=(W-w)/2:910[v3]&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    -map &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;[v3]&amp;#34;&lt;/span&gt; -map 0:a &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    -c:a aac -b:a 384k -profile:a aac_low &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    -c:v libx264 -preset veryfast -profile:v high -crf &lt;span style=&#34;color:#ae81ff&#34;&gt;18&lt;/span&gt; -coder &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt; -pix_fmt yuv420p -movflags +faststart -g &lt;span style=&#34;color:#ae81ff&#34;&gt;30&lt;/span&gt; -bf &lt;span style=&#34;color:#ae81ff&#34;&gt;2&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    -metadata title&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;title&amp;#34;&lt;/span&gt; -metadata year&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;2023&amp;#34;&lt;/span&gt; -metadata album&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;podcast name&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;&lt;/span&gt;    final-draft.mp4
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This takes the input (&lt;code&gt;-i input.wav&lt;/code&gt;) and runs it through a filter. That filter will make a 1920x1080 video of the waveform and overlays it on a coloured background.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/07/ffmpeg-waveform/waveform.jpg&#34; alt=&#34;waveform screenshot&#34;&gt;
    &lt;figcaption&gt;Screenshot of the waveform&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h3 id=&#34;overlaying-the-pictures&#34;&gt;Overlaying the pictures&lt;/h3&gt;
&lt;p&gt;I had three images that needed to be overlaid: the two I made above, and a little logo of a bull. We wanted the bull in the middle and the other titles at the top and bottom. I did manage to chain these commands together. I suspect there are better ways to achieve the same results.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/07/ffmpeg-waveform/final.jpg&#34; alt=&#34;Screenshot of the Final.mp4&#34;&gt;
    &lt;figcaption&gt;Screenshot of Final.mp4&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;I think it looks pretty sharp for something made with ImageMagick and FFmpeg.&lt;/p&gt;
&lt;h3 id=&#34;next-steps&#34;&gt;Next Steps&lt;/h3&gt;
&lt;p&gt;I think I should leave space at the bottom for subtitles. What do you think?&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;New episodes of the podcast launch every Sunday!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here is episode 5:&lt;/p&gt;

&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://www.youtube.com/embed/a4lCHp-LceE&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://gist.github.com/mikoim/27e4e0dc64e384adbcb91ff10a2d3678&#34;&gt;YouTube recommended encoding settings on FFmpeg&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/07/ffmpeg-waveform/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>On the 2022–2023 School Year</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/06/eoy2223/</link>
      <pubDate>Mon, 26 Jun 2023 16:12:15 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/06/eoy2223/</guid><description>&lt;p&gt;Reflecting upon this school year as it draws to a close, the word that comes to mind is &amp;ldquo;predictable.&amp;rdquo; Perhaps with age and experience, I am becoming overly critical, and predictable as well. I must say, though, that many of the frequent criticisms of education and GenZ proved all too (predictably) true this past year.&lt;/p&gt;
&lt;p&gt;The schools where I work are also businesses. They are not public. The students are also clients. You may have heard that &amp;ldquo;the customer is always right.&amp;rdquo; Well, in predictable fashion, all of my employers have decided to double down on this maxim. Here are some examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;an absent student being excused without proof&lt;/li&gt;
&lt;li&gt;students requesting grade changes&lt;/li&gt;
&lt;li&gt;students requesting group and professor changes&lt;/li&gt;
&lt;li&gt;overlooked plagiarism&lt;/li&gt;
&lt;li&gt;students excused from classes and exams for breakups&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I could continue and go into details on cases. I could also tell you about how, while teaching a class to future notaries, I was informed that I should avoid the use of the word &amp;ldquo;testament,&amp;rdquo; because it could trigger some students. I respected those instructions. I thought that it was quite forward of them to make that suggestion. And, I managed to avoid it most of the year. But, there came a time when we had to cover the subject of inheritance. Let&amp;rsquo;s just say they were right, because there was crying.&lt;/p&gt;
&lt;p&gt;There are those who might roll their eyes and scoff at this. They may mutter that overused word &amp;mdash; &lt;em&gt;snowflake&lt;/em&gt;&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/06/eoy2223/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; &amp;mdash; and grumble about how society has ruined the youth. Broken records, predictable and perhaps uninformed. This is not that at all. The fact is that in my short career as a teacher (16 years) I have observed a slow and steady uptick in what can only be called &lt;strong&gt;anxiety&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Carefree students, able to laugh at their mistakes and take things with stride, are few and far between. My students are increasingly and visibly worried about their futures, fatigued and irritable, and some even suffer from panic attacks &lt;em&gt;in class&lt;/em&gt;. They constantly police their own verbiage, find it difficult to give their opinion, and need more time to complete tasks.&lt;/p&gt;
&lt;p&gt;As a teacher at multiple schools, I also watched as the number of students given extra time (called &lt;em&gt;tiers temps&lt;/em&gt; here in France&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/06/eoy2223/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;) grew from 0 to 10 in a class of about 25 students. Not only are they granted extra time, but also access to computers, dictionaries, Internet, etc., in order to complete the same task.&lt;/p&gt;
&lt;p&gt;This is worrisome for me. It should be worrisome. Let&amp;rsquo;s all be worried.&lt;/p&gt;
&lt;p&gt;We can all breathe a sigh of relief, though. The administration got us. Wellness centres and school nurses are available (counselling services upon request).&lt;/p&gt;
&lt;p&gt;With those bases &lt;em&gt;sufficiently&lt;/em&gt; covered, we can focus on teaching and content. And, what&amp;rsquo;s on the table?&lt;/p&gt;
&lt;p&gt;Predictably, whatever is trendy. And what&amp;rsquo;s trendy is the &lt;em&gt;not-at-all-anxiety-inducing&lt;/em&gt; subject of sustainability. And in order to talk about sustainability, we sometimes talk about such joyous topics as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;pollution&lt;/li&gt;
&lt;li&gt;fast fashion&lt;/li&gt;
&lt;li&gt;microplastics&lt;/li&gt;
&lt;li&gt;global heating/warming&lt;/li&gt;
&lt;li&gt;climate change&lt;/li&gt;
&lt;li&gt;climate refugees&lt;/li&gt;
&lt;li&gt;human rights violations&lt;/li&gt;
&lt;li&gt;child exploitation&lt;/li&gt;
&lt;li&gt;deforestation&lt;/li&gt;
&lt;li&gt;extinction&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It goes without saying that teaching this makes sense. &lt;em&gt;Teaching&lt;/em&gt;, not force-feeding. This material is crammed and stuffed into students of all disciplines. I&amp;rsquo;ve lost count of the number of times I&amp;rsquo;ve seen &lt;a href=&#34;https://en.wikipedia.org/wiki/The_True_Cost&#34;&gt;The True Cost&lt;/a&gt;. I avoid watching it in class now because it makes students uneasy.&lt;/p&gt;
&lt;p&gt;If students need to be taught the material, the professors need to be trained too. That means training days and workshops. I love free training, and I &lt;em&gt;adore&lt;/em&gt; paid training. I am not an expert and learning is the flip-side to my career, so you might expect me to be first in line to sign up for such a thing.&lt;/p&gt;
&lt;p&gt;Well, I surprised myself this year &amp;mdash; I never would have predicted that! I don&amp;rsquo;t know about anyone else, but I feel like we&amp;rsquo;ve been over this topic. I grew up when we were all flustered about the hole in the ozone &amp;mdash; and saw how when people put their minds to it, such a thing can be overcome. I watched &lt;a href=&#34;https://en.wikipedia.org/wiki/Captain_Planet_and_the_Planeteers&#34;&gt;Captain Planet&lt;/a&gt; on TV and learned about &lt;a href=&#34;https://commons.wikimedia.org/wiki/File:Waste_hierarchy_rect-en.svg&#34;&gt;reducing, reusing, and recycling&lt;/a&gt; year after year at school. I took a class trip to a dump (sorry, &amp;ldquo;sanitary landfill&amp;rdquo;), another to a recycling facility, and yet another to a composting facility. I sorted (by penalty of law) my garbage. I returned my bottles for the deposit. I did the beach cleaning and the park cleaning. I haven&amp;rsquo;t owned a vehicle since 2006, and I only wore second-hand clothes until I got to university.&lt;/p&gt;
&lt;p&gt;So, forgive me for rolling my eyes when my employer &amp;mdash; who only started sorting the bins three or four years ago &amp;mdash; tells me that I need to watch 40 5-minute YouTube videos from 2021 produced by a &lt;a href=&#34;https://climate.axa/&#34;&gt;multinational insurance company&lt;/a&gt;. I&amp;rsquo;ll do it, begrudgingly.&lt;/p&gt;
&lt;p&gt;And while we are on the topic of computers, I&amp;rsquo;d like to make another statement of fact. The newest cohort of students is undeniably worse than the previous when it comes to computers. I &lt;a href=&#34;https://bbbhltz.codeberg.page/2022/05/in-search-of-digital-natives/&#34;&gt;ranted about this in 2022&lt;/a&gt;. No more ranting. Pure observation.&lt;/p&gt;
&lt;p&gt;It is unacceptable that a student can assert their &lt;em&gt;expertise&lt;/em&gt; &amp;mdash; &lt;em&gt;mastery&lt;/em&gt;, even &amp;mdash; of Office when they are unable to add [expletive deleted] page numbers, a [expletive deleted] table of contents or [expletive deleted] [expletive deleted] [expletive deleted] headings and subheadings. I realize that Word processors are notoriously convoluted, and I know &amp;mdash; all the teachers know &amp;mdash; that students are using ChatGPT and online translators to complete their work, but, dear students, there is this thing called a search engine that can help you learn how to format a document.&lt;/p&gt;
&lt;p&gt;You can see where this is going, can&amp;rsquo;t you?&lt;/p&gt;
&lt;p&gt;As someone with a geeky side, I followed the development of GPT. I even included a slide in a lesson about how &lt;a href=&#34;https://invidious.slipfox.xyz/watch?v=QX2XCBH-6zQ&#34;&gt;GPT-3 wrote a song&lt;/a&gt;. I played with the different image creation things in class. When OpenAI dropped ChatGPT I immediately sent a message to my manager and colleagues. It took until last month for the school to form a task force. For some reason I received an invitation to said task force. I refused and shared my thoughts (summary: me no likey) but was not removed from the mailing list.&lt;/p&gt;
&lt;p&gt;It will (again) come as no surprise that we will (predictably) work on finding a way to use GPT-4/LLM/ChatGPT/whatever to &lt;strong&gt;create content for classes&lt;/strong&gt; and find ways to &lt;strong&gt;allow students to use it in class&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;And so the 2022&amp;ndash;2023 school year comes to a close&amp;hellip; &lt;em&gt;FFS&lt;/em&gt;&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wiktionary.org/wiki/snowflake#Usage_notes&#34;&gt;https://en.wiktionary.org/wiki/snowflake#Usage_notes&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/06/eoy2223/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://fr.wiktionary.org/wiki/tiers_temps&#34;&gt;https://fr.wiktionary.org/wiki/tiers_temps&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/06/eoy2223/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>On Debloating Android Phones</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/05/on-debloating-android-phones/</link>
      <pubDate>Sat, 20 May 2023 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/05/on-debloating-android-phones/</guid><description>&lt;p&gt;Recently, a new Android phone has come into my possession. It is fortunately &lt;em&gt;very&lt;/em&gt; light on the bloatware that comes on many devices. Just the standard Google stuff, the required packages, and 4 OEM packages. What&amp;rsquo;s more, it is very up-to-date and will probably stay that way based on the company&amp;rsquo;s reputation (I am purposely refraining from saying that company name because it is irrelevant here).&lt;/p&gt;
&lt;p&gt;The unfortunate thing about even the least bloated phones on the market is that it is still impossible to remove certain applications. Gmail, for example, is of no use to me. It isn&amp;rsquo;t exactly hurting me being there, but I want it out because that is what I do on my phones. Like all but one phone I have ever owned, this phone cannot be rooted. There is a tool for that.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/0x192/universal-android-debloater&#34;&gt;UAD&lt;/a&gt;, the &lt;em&gt;Universal Android Debloater&lt;/em&gt; is a GUI that uses ADB to debloat non-rooted android devices. This is my usual go-to. It is self-explanatory in use and seems active enough by my standards. This time around, it wouldn&amp;rsquo;t launch. I tried both binaries on my laptop before realizing that since &lt;a href=&#34;https://alpinelinux.org/&#34;&gt;Alpine Linux&lt;/a&gt; uses &lt;a href=&#34;https://musl.libc.org/&#34;&gt;musl libc&lt;/a&gt; instead of the GNU equivalent, I may need to build it myself. Well, I gave it my best and it wasn&amp;rsquo;t good enough. I could not get that sucker to build (I think I may have sorted out my problem now, better late than never) and patience ran out, so I just did it manually.&lt;/p&gt;
&lt;p&gt;Here is how I got the Google (sort of) off my phone.&lt;/p&gt;
&lt;h2 id=&#34;requirements&#34;&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://developer.android.com/tools/releases/platform-tools&#34;&gt;Android SDK Platform Tools&lt;/a&gt;: The Android tools (&lt;code&gt;adb&lt;/code&gt; is the one we want) are usually easy enough to install. There are loads of other, more precise, resources on the web that explain how to enable &lt;a href=&#34;https://developer.android.com/studio/debug/dev-options&#34;&gt;developer options&lt;/a&gt; on your phone and install these tools on your computer.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://stedolan.github.io/jq/&#34;&gt;jq&lt;/a&gt;: an application included in many Linux distributions and also works on Mac and Windows.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;a href=&#34;https://github.com/0x192/universal-android-debloater/raw/main/resources/assets/uad_lists.json&#34;&gt;UAD Package List&lt;/a&gt;: You can grab the package list from the website.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A little time: I would start by making a directory to keep track of things. I called mine &lt;code&gt;debloat&lt;/code&gt;. Now run&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ wget https://github.com/0x192/universal-android-debloater/raw/main/resources/assets/uad_lists.json
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;to get the JSON file we want.&lt;/p&gt;
&lt;h2 id=&#34;removal-decisions&#34;&gt;Removal Decisions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Get the package list from your phone&lt;/li&gt;
&lt;li&gt;Get the recommended removable packages from the UAD JSON&lt;/li&gt;
&lt;li&gt;Compare&lt;/li&gt;
&lt;li&gt;Double-check&lt;/li&gt;
&lt;li&gt;Remove the packages from your phone&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If your phone is connected to your computer and &lt;code&gt;adb devices&lt;/code&gt; shows your device (sometimes you need to put in a pin or confirm on your phone), you should be able to run this command and be given a list of packages:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ adb shell pm list packages | cut -f 2 -d &amp;#34;:&amp;#34;

* daemon not running; starting now at tcp:5037
* daemon started successfully
com.google.android.providers.media.module
com.qti.phone
com.google.android.overlay.modules.permissioncontroller.forframework
com.android.calllogbackup
com.qualcomm.qti.lpa
com.qualcomm.atfwd
com.qualcomm.qti.cne
com.android.dreams.phototable
com.google.android.overlay.gmsconfig.comms
com.android.providers.contacts
com.qualcomm.uimremoteserver
com.qti.pasrservice
com.android.dreams.basic
...
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I put it in a text file by adding &lt;code&gt; &amp;gt; packages.txt&lt;/code&gt; to the command.&lt;/p&gt;
&lt;p&gt;Next, we need to use &lt;strong&gt;jq&lt;/strong&gt; to check the &lt;strong&gt;UAD list&lt;/strong&gt; for removable Google packages.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ jq -r &amp;#39;.[]&amp;#39; uad_lists.json | jq -r &amp;#39;select(.list==&amp;#34;Google&amp;#34; and .removal==&amp;#34;Recommended&amp;#34;)&amp;#39; | jq -r &amp;#39;.id&amp;#39; &amp;gt; removable.txt
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Now we have a &lt;code&gt;packages.txt&lt;/code&gt; file and a &lt;code&gt;removable.txt&lt;/code&gt; file. There are lots of ways to compare, but on a quiet night with nothing to do, one may not feel like opening up LibreOffice Calc or using an online tool. A couple lines of Python works in this case.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;with&lt;/span&gt; open(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;packages.txt&amp;#34;&lt;/span&gt;, &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;r&amp;#34;&lt;/span&gt;) &lt;span style=&#34;color:#66d9ef&#34;&gt;as&lt;/span&gt; installed:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    package_reader &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; installed&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;readlines()
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    package_list &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; set()
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt; package &lt;span style=&#34;color:#f92672&#34;&gt;in&lt;/span&gt; package_reader:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        package_list&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;add(package&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;replace(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;\n&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;, &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&amp;#34;&lt;/span&gt;))
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#75715e&#34;&gt;# print(package_list)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;with&lt;/span&gt; open(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;removable.txt&amp;#34;&lt;/span&gt;, &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;r&amp;#34;&lt;/span&gt;) &lt;span style=&#34;color:#66d9ef&#34;&gt;as&lt;/span&gt; removable:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    removable_reader &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; removable&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;readlines()
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    removable_list &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; set()
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt; rpackage &lt;span style=&#34;color:#f92672&#34;&gt;in&lt;/span&gt; removable_reader:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        removable_list&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;add(rpackage&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;replace(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;\n&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;, &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&amp;#34;&lt;/span&gt;))
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#75715e&#34;&gt;# print(removable_list)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;debloat &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; set(package_list) &lt;span style=&#34;color:#f92672&#34;&gt;&amp;amp;&lt;/span&gt; set(removable_list)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt; bloat &lt;span style=&#34;color:#f92672&#34;&gt;in&lt;/span&gt; debloat:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    print(&lt;span style=&#34;color:#e6db74&#34;&gt;f&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;adb shell pm uninstall --user 0 &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;bloat&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This should print out a list of removable packages with the appropriate command prepended to each line.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ python chck_pkgs.py
 
adb shell pm uninstall --user 0 com.google.android.feedback
adb shell pm uninstall --user 0 com.google.android.as
adb shell pm uninstall --user 0 com.google.android.apps.wellbeing
adb shell pm uninstall --user 0 com.google.android.marvin.talkback
adb shell pm uninstall --user 0 com.google.android.setupwizard
adb shell pm uninstall --user 0 com.google.android.deskclock
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Some Google packages have obvious names, &lt;code&gt;com.android.chrome&lt;/code&gt; is clearly Chrome. But, what is &lt;code&gt;com.google.android.apps.tachyon&lt;/code&gt;? Well, that&amp;rsquo;s Google Duo/Meet, of course!&lt;/p&gt;
&lt;p&gt;So, it is time to &lt;strong&gt;double-check&lt;/strong&gt; instead of going crazy on the removals. Just because some people on the Internet suggest something does not mean it is the right thing for you to do. After all, breaking the functionalities of a device you just paid money for in the name of privacy is just silly.&lt;/p&gt;
&lt;p&gt;I read through the descriptions of many of the packages before giving them the boot. Either open the UAD list file in a text editor or ask jq to do the work for us:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ jq -r &amp;#39;.[]&amp;#39; uad_lists.json | jq -r &amp;#39;select(.list==&amp;#34;Google&amp;#34; and .removal==&amp;#34;Recommended&amp;#34;)&amp;#39; | jq -r &amp;#39;.id + &amp;#34;: &amp;#34; + .description&amp;#39;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you decide that you need one of the packages that you removed, it can be restored using:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;adb shell cmd package install-existing --user 0 &amp;lt;packagename&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This is because the packages were only removed for the user, but not removed from the device. Worst case scenario: factory reset will restore all packages and unbreak anything that needs to be unbroken.&lt;/p&gt;
&lt;h2 id=&#34;final-words&#34;&gt;Final words&lt;/h2&gt;
&lt;p&gt;The best place for information on doing this likely the &lt;a href=&#34;https://forum.xda-developers.com/&#34;&gt;XDA Forums&lt;/a&gt; where you can likely find device-specific recommendations.&lt;/p&gt;
&lt;p&gt;I have found some benefits to &amp;ldquo;removing&amp;rdquo; these packages: you won&amp;rsquo;t save much space, but possibly some battery will be saved. Also, if you live somewhere where it is not reasonable to pay for unlimited data, some of these packages might be using data that you want to keep for yourself. It is certainly worth looking into in you have devices by other brands that include OEM-specific bloatware that you never use.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>On using Alpine Linux as a Desktop</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/04/alpine-linux/</link>
      <pubDate>Tue, 04 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/04/alpine-linux/</guid><description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;I used to use &lt;a href=&#34;https://gemini.circumlunar.space/&#34;&gt;Gemini&lt;/a&gt;. (I cannot recall why I stopped using it). Call it prescience, call it hoarding, but I happened to keep my bookmarks file from those days. During some Spring cleaning I opened it up to see what was there.&lt;/p&gt;
&lt;p&gt;There were a number of bookmarks, one of them being a &lt;a href=&#34;https://drewdevault.com/2021/05/06/Praise-for-Alpine-Linux.html&#34;&gt;post&lt;/a&gt;&lt;a id=&#34;dd&#34;&gt;&lt;/a&gt;. The post was about Alpine Linux. &amp;ldquo;Why would I bookmark this post?&amp;rdquo; I thought to myself. So, off I went to their website&amp;hellip;&lt;/p&gt;
&lt;p&gt;And, what to my wondering eyes should appear, but a proper and navigable website. This required my attention. While I am not such an expert on websites and design, I have navigated (or have attempted to navigate) many a Linux landing page. When &lt;a href=&#34;https://alpinelinux.org/&#34;&gt;the Alpine Linux page&lt;/a&gt; loaded I was obliged to give it a nod of approval. Debian, seriously, what is up with your site?&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/04/alpine-linux/https://alpinelinux.org/alpinelinux-logo.svg&#34; alt=&#34;Alpine Linux Logo&#34;&gt;
    &lt;figcaption&gt;Great Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;The logo, as well, garnered yet another nod. &lt;a href=&#34;https://invidious.fdn.fr/watch?v=thOifuHs6eY&#34;&gt;Hexagons are the bestagons&lt;/a&gt;, and this logo is wonderful. The choice of colour, and the simplicity, make it stand out. The site even made it easy to track down the &lt;a href=&#34;https://lists.alpinelinux.org/~alpine/devel/%3C20140509112421.7a5339dd%40ncopa-desktop.alpinelinux.org%3E&#34;&gt;epic tale of logo bikeshed-ification&lt;/a&gt; and &lt;a href=&#34;https://lists.alpinelinux.org/~alpine/devel/%3C20140920154559.1ab7a63c%40ncopa-laptop%3E&#34;&gt;notes on&lt;/a&gt; their website design.&lt;/p&gt;
&lt;p&gt;Within moments, I was on the Downloads page and remarked a logical selection of images to choose from. There are even idiot-friendly descriptions, which is perfect for me. I initially decided to take it for a spin on my disused Raspberry Pi400. And here came another surprise: the size of the download.&lt;/p&gt;
&lt;p&gt;The image for the RPi is under 100 MB. And for desktop? Just over 150 MB. &amp;ldquo;Impossible,&amp;rdquo; I thought. And I was wrong. Totally possible. Apparently their slogan &amp;mdash; &amp;ldquo;Small. Simple. Secure.&amp;rdquo; &amp;mdash; is at least 33% true. To know more, continue on to my glowing review of this Linux distribution.&lt;/p&gt;
&lt;h1 id=&#34;review&#34;&gt;Review&lt;/h1&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;&lt;p&gt;&lt;del&gt;I am currently in the process of jotting down &lt;a href=&#34;https://codeberg.org/bbbhltz/alpinedesktop/src/branch/main/InstallationGuide.md&#34;&gt;instructions of my own&lt;/a&gt;&lt;/del&gt;.&lt;/p&gt;
&lt;p&gt;I have added my instructions to the Alpine Wiki, &lt;a href=&#34;https://wiki.alpinelinux.org/wiki/LXQt&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Alpine Linux may turn off many desktop users. This is because installation is done via the command line. There is no &lt;a href=&#34;https://calamares.io/&#34;&gt;Calamares&lt;/a&gt; or Live image. After getting the image on a USB drive, for example, and booting, you are in the terminal (tty) with a blinking cursor and instructions to login as &lt;code&gt;root&lt;/code&gt;. From here, you can run the &lt;code&gt;setup-alpine&lt;/code&gt; script that walks you through getting the basics installed and configured. I followed this process.&lt;/p&gt;
&lt;p&gt;After rebooting I was still at a command prompt, but now had Wi-Fi and began following the instructions from &lt;a href=&#34;https://wiki.alpinelinux.org/wiki/Main_Page&#34;&gt;the Wiki&lt;/a&gt;. From here, all it took was reading the Wiki and learning to use the &lt;code&gt;apk&lt;/code&gt; command.&lt;/p&gt;
&lt;h3 id=&#34;apk-----alpine-package-keeper&#34;&gt;APK &amp;mdash; Alpine Package Keeper&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;apk&lt;/code&gt; works like &lt;code&gt;apt&lt;/code&gt; on Debian-based distributions, but I do find it easier. I searched (&lt;code&gt;apk search x&lt;/code&gt;) and I added (&lt;code&gt;apk add x&lt;/code&gt;) without difficulty. &lt;code&gt;apk&lt;/code&gt; also takes care of removing dependencies &amp;mdash; &lt;code&gt;apk del x&lt;/code&gt; is like &lt;code&gt;apt purge x &amp;amp;&amp;amp; apt autoremove&lt;/code&gt; &amp;mdash; and this is just so&amp;hellip; &lt;em&gt;simple&lt;/em&gt;. Yes, there was the matter of uncommenting a repository, and I did need to pay special attention to how to use &lt;code&gt;rc-service&lt;/code&gt; and &lt;code&gt;rc-update&lt;/code&gt;, but in under 10 minutes I was able to install the necessary packages to install LXQt on my old laptop (an Acer Aspire from 2015).&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;apk&lt;/code&gt; tool is also extremely fast.&lt;/p&gt;
&lt;h2 id=&#34;use-as-a-desktop&#34;&gt;Use as a desktop&lt;/h2&gt;
&lt;p&gt;I could wag my chin all day and bore the pants off anyone reading this, but I&amp;rsquo;d rather keep it simple. Once installed, everything boots quick enough and the hardware works (trackpad, webcam, Bluetooth, optical drive, number pad, function keys, etc.). Of course, using something like &lt;a href=&#34;https://lxqt-project.org/&#34;&gt;LXQt&lt;/a&gt; makes the system snappy and quick. Desktop users, however, tend to want access to the latest and greatest software.&lt;/p&gt;
&lt;h3 id=&#34;access-to-software&#34;&gt;Access to Software&lt;/h3&gt;
&lt;p&gt;One does not need to install a distro to learn these things. Alpine Linux Edge is quite up-to-date.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://repology.org/repository/alpine_edge&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/04/alpine-linux/https://repology.org/badge/repository-big/alpine_edge.svg&#34; alt=&#34;Repository status&#34;&gt;

&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(For comparison: &lt;a href=&#34;https://repology.org/repository/arch&#34;&gt;Arch Linux&lt;/a&gt; and &lt;a href=&#34;https://repology.org/repository/debian_unstable&#34;&gt;Debian Unstable&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Using the Edge (rolling) repository gave me nearly everything needed to do what I do on a computer:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;use the web&lt;/li&gt;
&lt;li&gt;update my blog&lt;/li&gt;
&lt;li&gt;consume media&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some packages are out of date, and that can be a pain. But, here I am with a desktop up and running on an 8-year-old laptop that has not been used in years, and it is fast. &lt;del&gt;So, if the &lt;code&gt;pandoc&lt;/code&gt; version is 7 months behind, I can grumble a little, but it won&amp;rsquo;t stop me from using this distro&lt;/del&gt;.&lt;/p&gt;
&lt;p&gt;Beyond this, up-to-date packages for browsers and many desktop environments are available. You can quickly have access to LibreOffice, Python, audio and video playing software, IDEs and other helpful tools that can get many users through the day.&lt;/p&gt;
&lt;h2 id=&#34;downsides&#34;&gt;Downsides&lt;/h2&gt;
&lt;p&gt;Alpine is a &amp;ldquo;general purpose Linux distribution&amp;rdquo; but does not target desktop users. Anything that could be perceived as a downside stems from this distinction and should be considered a bit of a feature, rather than a bug.&lt;/p&gt;
&lt;p&gt;Drew DeVault&amp;rsquo;s article on Alpine (&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/04/alpine-linux/#dd&#34;&gt;mentioned above&lt;/a&gt;) mentions the only downside I have noticed in my week or so of using this on my old laptop.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Documentation is one of Alpine&amp;rsquo;s weak points. This is generally offset by Alpine&amp;rsquo;s simplicity — it can usually be understood reasonably quickly and easily even in the absence of documentation — but it remains an issue. That being said, Alpine has shown consistent progress in this respect in the past few releases, shipping more manual pages, improving the wiki, and standardizing processes for matters like release notes.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;Drew DeVault&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/04/alpine-linux/scrot.png&#34; alt=&#34;screenshot&#34;&gt;
    &lt;figcaption&gt;Obligatory screenshot&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;I am looking forward to my coming holiday because I will likely switch my main laptop to Alpine Linux. In fact, I am even inclined to finally, after years of being a basic Desktop Linux user, contribute to a project with more than the rare bug report. I will probably need a little help before I do that though.&lt;/p&gt;
&lt;p&gt;As I am writing this I have also came across &lt;a href=&#34;https://git.sr.ht/~bt/alpine-suck&#34;&gt;Bradley Taunt&amp;rsquo;s &lt;em&gt;Alpine Suck&lt;/em&gt; project&lt;/a&gt;, a script that installs the core suckless programs. If they don&amp;rsquo;t already exist, I believe that other projects of this nature will appear. Perhaps, even, a desktop distro based on Alpine.&lt;/p&gt;
&lt;p&gt;It may be apparent, but I will let you in on a secret: I have never tried to write a review of distribution &amp;mdash; ever. My Linux experience only goes back to about 2006. Since then, I have tried a good number of distributions. Never once have I ever thought about sharing my thoughts in more than a few words. Also take into consideration that I am a desktop Linux user.&lt;/p&gt;
&lt;p&gt;If I were to apply the same grading methods to Alpine Linux as I do my students, I would state the following:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Excellent &amp;mdash; above average with only minor weak points&lt;/strong&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>On Blogging in 2023</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/02/on-blogging-in-2023/</link>
      <pubDate>Tue, 07 Feb 2023 09:44:35 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/02/on-blogging-in-2023/</guid><description>&lt;p&gt;The vinyl bandwagon has made a few laps around the block in my lifetime. I have occasionally run alongside it, too. While I have never climbed up on my soapbox to tout the strengths of the format or rally followers under an &amp;ldquo;It Just Sounds Warmer&amp;rdquo; banner, I must admit that the ritual and process is pleasant. That little crackle when the needle drops; the minor changes you need to make to the levels and equalizer; the size of the liner notes and elaborate gatefolds of the jackets; all of these give vinyl a nostalgic &lt;em&gt;je ne sais quoi&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/02/on-blogging-in-2023//images/blogging2023/Gregory-vinyl.png&#34; alt=&#34;Cartoon of two people standing in front of a sound system for listening to vinyl records, the quote below is &amp;amp;ldquo;The two things that really drew me to vinyl were the expense and the inconvenience.&amp;amp;rdquo;&#34;&gt;
    &lt;figcaption&gt;by Alex Gregory, for The New Yorker&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p style=&#34;text-align: center&#34;;&gt;&lt;a href=&#34;https://www.newyorker.com/cartoon/a19180&#34;&gt;source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In my home, the turntable holds a central position. On a slightly higher shelf, out of the reach of children, it sits flanked by two speakers. Many are drawn to it, only to notice my lack of tube amps (cue disdain) and low-end, entry-level, hardware (activate disgust). In reality, I rarely use my turntable. I suspect I am not the only one like this. It sits, in wait, for the chance to be used, much like Andy&amp;rsquo;s toys in the &lt;em&gt;Toy Story&lt;/em&gt; franchise.&lt;/p&gt;
&lt;p&gt;An album collection, or toys in a trunk, is a decent metaphor for how things seem to work now. We are given new and shiny, but sporadically decide to flick though the collection and listen to a certain album on vinyl, hoping for warm feelings. &lt;em&gt;Toy Story&lt;/em&gt; is done, we thought it was over. The toys had a warm, happy, ending. But, over at Disney someone ran out of &lt;em&gt;new&lt;/em&gt; and is &lt;a href=&#34;https://web.archive.org/web/20190603231638/https://comicbook.com/movies/2019/05/26/toy-story-4-end-disney-pixar-not-ruling-out-toy-story-5/&#34;&gt;considering&lt;/a&gt; pulling out the faithful, warm, sound of the &lt;em&gt;Toy Story&lt;/em&gt; franchise for another spin.&lt;/p&gt;
&lt;p&gt;Looking around we can see Disney is not the only one. Our own nostalgia closets aren&amp;rsquo;t just open &amp;mdash; we&amp;rsquo;ve torn the doors off. Our shirts are plaid, our pants are oversized and of the cargo variety, our footwear is made by the good Dr. Marten or features a Michael Jordan silhouette, and the hairstyles are throwbacks to &lt;em&gt;Dawson&amp;rsquo;s Creek&lt;/em&gt;. With our vinyl records spinning in the background, we feel warm and cosy.&lt;/p&gt;
&lt;p&gt;In September 2016, Andrew Sullivan wrote &amp;ldquo;&lt;a href=&#34;https://nymag.com/intelligencer/2016/09/andrew-sullivan-my-distraction-sickness-and-yours.html&#34;&gt;I Used to Be a Human Being&lt;/a&gt;&amp;rdquo; for New York Magazine. He put into words a sentiment that had been building for years: our collective resentment of social networks. The abruptness of this disruption is noted:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;We almost forget that ten years ago, there were no smartphones, and as recently as 2011, only a third of Americans owned one. Now nearly two-thirds do. That figure reaches 85 percent when you&amp;rsquo;re only counting young adults. And 46 percent of Americans told Pew surveyors last year a simple but remarkable thing: They could not live without one. The device went from unknown to indispensable in less than a decade.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Since then, the resentment has not stopped growing. Different trends, like &lt;em&gt;Digital Minimalism&lt;/em&gt;, took root (just look at the &lt;a href=&#34;https://teddit.net/r/digitalminimalism/wiki&#34;&gt;wiki&lt;/a&gt; for the /r/digitalminimalism subreddit for a taste). We strive for the warm feeling, but it seems out of reach and intangible, and our closet of nostalgia seems to provide nothing old for us. And so, today, 2023, we have begun looking back with sentimentality at a time, towards the end of the 90s, when blogging was a thing.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/02/on-blogging-in-2023//images/blogging2023/the-open-diary-1999.png&#34; alt=&#34;Screenshot of The Open Diary in 1999&#34;&gt;
    &lt;figcaption&gt;The Open Diary homepage, c. 1999&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Before the arrival of social media and microblogging services, before Web 2.0 took off, we had methods of sharing our thoughts with strangers on the web. We blogged. Well, I didn&amp;rsquo;t really, but people did this. And today, more and more people are flicking through their album collection, and digging in their toy trunk, for warmth and declaring that blogging is &lt;em&gt;it&lt;/em&gt;. Blogging must come back!&lt;/p&gt;
&lt;p&gt;Blogging à la 90s was a ritual. Lots of bloggers used FTP servers. There was a &amp;ldquo;manual&amp;rdquo; feeling about it. Other users followed you via RSS. You couldn&amp;rsquo;t really know if people read what you wrote. You bounced ideas off walls, and bounce by bounce became part of a community. Blogger, now part of the Alphabet family, has been around since then.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/02/on-blogging-in-2023//images/blogging2023/blogger-1999.png&#34; alt=&#34;screenshot of Blogger.com, c. 1999&#34;&gt;
    &lt;figcaption&gt;Blogger.com in 1999&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Some notable attempts have been made to inject new life into blogging. WordPress, Medium, Substack, and a slew of other tools are all popular. Another tribe of bloggers swears by &lt;a href=&#34;https://en.wikipedia.org/wiki/Static_site_generator&#34;&gt;static site generators&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And here we are now, new tools in hand, hoping that one of our old tricks will fulfil the need. Monique Judd (in &amp;ldquo;&lt;a href=&#34;https://www.theverge.com/23513418/bring-back-personal-blogging&#34;&gt;Bring back personal blogging&lt;/a&gt;&amp;rdquo;) wrote that &amp;ldquo;Twitter threads just don&amp;rsquo;t do the trick&amp;rdquo; and personal blogs are &amp;ldquo;primary sources in the annals of history,&amp;rdquo; so you should,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;[b]uy that domain name. Carve your space out on the web. Tell your stories, build your community, and talk to your people. It doesn&amp;rsquo;t have to be big. It doesn&amp;rsquo;t have to be fancy. You don&amp;rsquo;t have to reinvent the wheel. It doesn&amp;rsquo;t need to duplicate any space that already exists on the web — in fact, it shouldn&amp;rsquo;t. This is your creation. It&amp;rsquo;s your expression. It should reflect you.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Bring back personal blogging in 2023.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/02/on-blogging-in-2023//images/blogging2023/diffee-blogging.jpg&#34; alt=&#34;cartoon of a person in a shoe store, the shoes are divided into sections labeled &amp;amp;lsquo;running,&amp;amp;rsquo;, &amp;amp;lsquo;hiking,&amp;amp;rsquo; and &amp;amp;lsquo;blogging.&amp;amp;rsquo;&#34;&gt;
    &lt;figcaption&gt;by Matthew Diffee for The New Yorker&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p style=&#34;text-align: center&#34;;&gt;&lt;a href=&#34;https://www.newyorker.com/cartoon/a14283&#34;&gt;source&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Similar to Sullivan&amp;rsquo;s article, Judd&amp;rsquo;s article (among others) kicked off some &lt;a href=&#34;https://news.ycombinator.com/item?id=34207842&#34;&gt;threads on HN&lt;/a&gt; and garnered some buzz. The trend had been building before this article was published. Blogrolls, Webrings, directories&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/02/on-blogging-in-2023/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;, and challenges, like &lt;a href=&#34;https://100daystooffload.com/&#34;&gt;100 Days To Offload&lt;/a&gt;, never died. In a warm corner of the web, a very niche corner, people have continued to share their thoughts and ideas with strangers, similar to how vinyl addicts never stopped collecting.&lt;/p&gt;
&lt;p&gt;This circle of bloggers sometimes overlaps with neighbouring circles on the web, forming a virtual Venn diagram where people who dislike mainstream social media or Big Tech chin-wag on the Fediverse, swapping blogs with activists, techies, privacy experts, gamers, retro geeks, and many more. The &lt;a href=&#34;https://layoffs.fyi/&#34;&gt;lay-offs of 2022&amp;ndash;2023&lt;/a&gt; increased the size of these circles to a point where the content can overflow into the mainstream attracting more and more users. This phenomenon &lt;a href=&#34;https://web.archive.org/web/20050101004415/http://www.fortune.com/fortune/technology/articles/0%2C15114%2C1011763-1%2C00.html&#34;&gt;is not new&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The optimist in me believes that personal blogging could become bigger than it is. Many users already have a tendency to post using threads, recounting stories or events in a digestible way. I would go as far as calling it a modern skill. Take this &lt;a href=&#34;https://infosec.exchange/@SecurityWriter&#34;&gt;thread by Security Writer on the Infosec Exchange Mastodon instance&lt;/a&gt; for example. While the situation as a whole is technical, they managed to write a more or less layman-friendly thread that had me hooked. This type of writing works as a thread because with each post there is drama and anticipation.&lt;/p&gt;
&lt;p&gt;Threads like the one mentioned above, I must admit, rouse the pessimist in me. Would I have read that story as a single post on a random blog? Would I have even been aware of the post? &lt;em&gt;Maybe&lt;/em&gt;, and &lt;em&gt;probably not&lt;/em&gt;, are the honest answers. Despite only ever using Twitter for a few months in total, the concept of the thread, despite what Judd says, strikes me as enough in many cases, and the perfect medium in rare cases.&lt;/p&gt;
&lt;p&gt;Taking someone who has honed their skill as a thread-writer and getting them to post it on a blog takes away from the interactions we&amp;rsquo;ve been conditioned to love. I am left with doubts whether reading blogs hits the addictive nerve centres like social media and podcasts do.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;As I&amp;rsquo;m sure most people who keep a blog will tell you, one of the big benefits is just having somewhere to organize your thoughts and solidify your ideas. I personally see it as an alternative to keeping a journal, which I&amp;rsquo;ve always been lousy at. Knowing my writing might have an audience, no matter how small, is a good motivator in keeping it up and thinking up interesting things to write about.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;a href=&#34;https://moddedbear.com/a-blogging-retrospective/&#34;&gt;moddedBear&lt;/a&gt;&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Many personal blogs do &lt;em&gt;not&lt;/em&gt; seek that attention, though. I recall people questioning the point of blogs back in the early 2000s. What is the point of sharing if you don&amp;rsquo;t know who is reading? As stated, that isn&amp;rsquo;t the point for many bloggers. The remaining bloggers have all the new tools to work with, and can give you an answer to that question. Today, you can have access to data and metrics about your readers that were not readily available in the early 2000s. You can attribute numbers to your posts, which would certainly appeal to a number of social media users.&lt;/p&gt;
&lt;p&gt;Blogging is, in the end, a &lt;em&gt;Pharmakon&lt;/em&gt;. It is an agent of change, in the written form. For the active blogger, it works as a cure, giving an outlet, a place to offload thoughts and share, in a world that is becoming lonelier each year &amp;mdash; &lt;em&gt;the warm crackle of the needle hitting the vinyl&lt;/em&gt;. For others, it will offer no healing effects. It will act as poison preventing the blogger from thinking for themselves &amp;mdash; &lt;em&gt;the visible disgust of the audiophile when they see your turntable&lt;/em&gt;.&lt;/p&gt;
&lt;p style=&#34;text-align: center&#34;;&gt;###&lt;/p&gt;
&lt;p&gt;This article you have just read is not an &lt;em&gt;article&lt;/em&gt;. It is not published, it is &lt;em&gt;posted&lt;/em&gt;. A blog post has no formal rules, structure, or standard. &lt;em&gt;Should&lt;/em&gt; I structure this like an essay with a thesis? &lt;em&gt;Should&lt;/em&gt; I have a clear conclusion? &lt;em&gt;Should&lt;/em&gt; I ask fewer questions? I suppose if I were a professional blogger I could have presented a clear thesis, given the context, discussed problems, consequences, solutions, examples, and created something witty, meaningful, and &lt;a href=&#34;https://en.wiktionary.org/wiki/blogworthy&#34;&gt;blogworthy&lt;/a&gt;. This is not, as you can tell, a professional blog. It is my personal blog to do with as I please. And today it pleases me to end here, without a true conclusion, because I feel that I have sufficiently offloaded for now.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Some examples of these would be &lt;a href=&#34;https://blogroll.org/&#34;&gt;https://blogroll.org/&lt;/a&gt;, &lt;a href=&#34;https://blogsurf.io/&#34;&gt;https://blogsurf.io/&lt;/a&gt;, &lt;a href=&#34;https://personalsit.es/&#34;&gt;https://personalsit.es/&lt;/a&gt;, &lt;a href=&#34;https://indieseek.xyz/&#34;&gt;https://indieseek.xyz/&lt;/a&gt;, &lt;a href=&#34;https://indieblog.page/&#34;&gt;https://indieblog.page/&lt;/a&gt;, &lt;a href=&#34;https://xn--sr8hvo.ws/&#34;&gt;The Indieweb Webring&lt;/a&gt;, and &lt;a href=&#34;https://fediring.net/&#34;&gt;https://fediring.net/&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/02/on-blogging-in-2023/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>TMI: Sharing your CV on LinkedIn</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/01/tmi-sharing-your-cv-on-linkedin/</link>
      <pubDate>Mon, 30 Jan 2023 22:05:02 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/01/tmi-sharing-your-cv-on-linkedin/</guid><description>&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;The images provided here have been anonymized in such a way to preserve the original appearance. This is not meant to be a personal attack on anyone, but if you recognize your CV here, &lt;a href=&#34;mailto:bbbhltz@mailbox.org&#34;&gt;email me&lt;/a&gt; and I will make it disappear.&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;I am fed up.&lt;/p&gt;
&lt;p&gt;LinkedIn, the &amp;ldquo;professional&amp;rdquo; network, is a valuable tool for jobseekers. Not a guarantee, mind you, of finding the dream job, just a tool. There are multiple functions on this site. There is the social function, where you can post thoughts and articles, and, there is the profile function, where you put your employment and educational history. The latter serves as an online CV (or résumé) to help you find the perfect job or perfect employee.&lt;/p&gt;
&lt;p&gt;Schools around the world teach digital literacy and computer skills at different levels of education. We see stories online and on TV telling us to be wary. Just read &lt;a href=&#34;https://scribe.rip/@major-grooves/how-we-turned-the-tables-to-catch-my-sisters-bumble-stalker-e1979d39670d&#34;&gt;this story about a stalker who used social media and dating profiles to track a woman to her home address&lt;/a&gt;. This story ended fine, with the stalker being punished. Not all stories end this way.&lt;/p&gt;
&lt;p&gt;So, what about LinkedIn has me fed up?&lt;/p&gt;
&lt;h2 id=&#34;the-problem&#34;&gt;The Problem&lt;/h2&gt;
&lt;p&gt;I find it inconceivable, unbelievable, and downright moronic that many young people would double-down on a platform like LinkedIn by having a profile &lt;em&gt;and&lt;/em&gt; using the social feature to share a PDF of their CV.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Well,&amp;rdquo; you&amp;rsquo;ll say, &amp;ldquo;it looks nice and it is eye-catching. You don&amp;rsquo;t understand, silly millennial!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;And, I will agree in part. Despite having nearly 20 years of experience with social networks, and over 25 years of Internet under my stressed out belt, I don&amp;rsquo;t understand. In particular, I don&amp;rsquo;t understand how you could be so careless to share &lt;strong&gt;a)&lt;/strong&gt; a PDF file that contains metadata, sometimes about your device, and &lt;strong&gt;b)&lt;/strong&gt; also include details like your &lt;strong&gt;personal phone number, personal email address, home address, and date of birth&lt;/strong&gt;. And I&amp;rsquo;m not even mentioning the fact that you include your photo. Have you not heard of identity theft? Do you think that only the people in your 1st degree network can see that?&lt;/p&gt;
&lt;p&gt;Now, clearly, there are some reasonable people out there that take the time to remove personal info from a document like that before sharing. And still others that set the sharing permissions. But, it is a site with a search bar. So, being curious, I decided to search for posts containing phrases like &amp;ldquo;my CV,&amp;rdquo; or &amp;ldquo;my resume.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The expected happened. Post after post, 1st degree and 3rd degree contacts, of PDF files being shared.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/tmi-sharing-your-cv-on-linkedin//images/linkedin/output.png&#34; alt=&#34;a collection of résumés&#34;&gt;
    &lt;figcaption&gt;Now I know where you live&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;LinkedIn lets you download the PDF. So I downloaded enough to be able to get some numbers (I also sorted by most recent, and included all levels of contacts). Based on what I was able to see, both directly and indirectly by reading the CVs and looking at the metadata, I can say that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;20% of my contacts shared their full date of birth&lt;/li&gt;
&lt;li&gt;50% used their school-provided email addresses&lt;/li&gt;
&lt;li&gt;50% used their personal email addresses&lt;/li&gt;
&lt;li&gt;40% shared their full home address, including street number&lt;/li&gt;
&lt;li&gt;100% shared their personal mobile number&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I literally know where you live. I can look at your addresses on street view. Not only that, but I can search for you on other social networks with your personal email. That is creepy.&lt;/p&gt;
&lt;p&gt;Scratching away at the surface, I know that (roughly):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;10% made their CV using Google Docs&lt;/li&gt;
&lt;li&gt;10% used PowerPoint (why?)&lt;/li&gt;
&lt;li&gt;20% used Word (one of which used &lt;a href=&#34;https://www.hloom.com/&#34;&gt;Hloom&lt;/a&gt;; another the 2013 edition of Word)&lt;/li&gt;
&lt;li&gt;40% used Canva&lt;/li&gt;
&lt;li&gt;20% of the PDF files I downloaded included no information besides the creation date&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;&lt;p&gt;&lt;strong&gt;re: Canva&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I cannot knock what I haven&amp;rsquo;t tried, but if you are going to use Canva, at least be smart. One of the PDF files even included the name of the template. It is called &lt;a href=&#34;https://www.canva.com/fr_fr/modeles/EADmzi_-K4Q-fonce-violet-femme-photo-service-a-la-clientele-c-v-/&#34;&gt;&amp;ldquo;Foncé Violet Femme Photo Service à la clientèle C.V.&amp;rdquo;&lt;/a&gt;. Don&amp;rsquo;t list &lt;em&gt;Canva&lt;/em&gt; as a skill if you just know how to edit a template.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;h2 id=&#34;simple-solutions&#34;&gt;Simple Solutions&lt;/h2&gt;
&lt;h3 id=&#34;tmi&#34;&gt;TMI&lt;/h3&gt;
&lt;p&gt;Don&amp;rsquo;t include that personal information when you share a PDF of your CV. Problem solved! It is, however, somewhat important to include your email address. The way around this issue is via &lt;strong&gt;aliases&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;An alias is still your email address, but you will know where that email came from. Here is an example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you use Gmail (so early 2000s) you actually have built-in aliases! Imagine your email address is &lt;code&gt;joan.dark@gmail.com&lt;/code&gt;. Guess what? &lt;code&gt;joandark@gmail.com&lt;/code&gt; is also your address. As is &lt;code&gt;j.oandark@gmail.com&lt;/code&gt; (at least it was the last time I checked, let me check again right now&amp;hellip;yup, still works!).&lt;/li&gt;
&lt;li&gt;You also have &lt;code&gt;+&lt;/code&gt; addresses, so &lt;code&gt;joan.dark+linkedin@gmail.com&lt;/code&gt; works too, but that doesn&amp;rsquo;t look great on a CV.&lt;/li&gt;
&lt;li&gt;Now, when you open an email you will see in the &lt;code&gt;to:&lt;/code&gt; field that it was sent to &lt;code&gt;joandark@gmail.com&lt;/code&gt; instead of your regular address, and you will know that someone got it from your LinkedIn CV.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is, as stated above, a simple solution. There are others, like creating a separate email address just for job searches, that many would see as a hassle.&lt;/p&gt;
&lt;h2 id=&#34;standing-out-from-the-crowd&#34;&gt;Standing out from the crowd&lt;/h2&gt;
&lt;p&gt;Looking at the picture above, you will notice that more than one of those CVs uses the 2-column template. If you have never encountered this before, just know that it is overwhelmingly used in France. So many CVs look the same. The lack of creativity comes from using templates, or perhaps there is some logic to using this template.&lt;/p&gt;
&lt;p&gt;Canva, and many tools like it, seem like creative ways of doing things. In the end, it is overkill. There are colours and shapes, lists, icons, and other flourishes that neither reveal your creativity nor your actual skill level.&lt;/p&gt;
&lt;p&gt;Tell me, for example, why in your soft skills section do you rate your communication skills as 4-stars? Is it out of 5? 6? If you are a skilled communicator, why can you not communicate how skilled you are at communicating &lt;em&gt;with words&lt;/em&gt;? And what is a 4/5 in Excel? Does that mean you can use VBA, or do you just know how to filter columns?&lt;/p&gt;
&lt;p&gt;You want to add pizazz to your CV? Try something out of the ordinary? Learn how to use the tool. Are you a creative person? Make an online portfolio.&lt;/p&gt;
&lt;h2 id=&#34;dont-blame-yourself&#34;&gt;Don&amp;rsquo;t blame yourself&lt;/h2&gt;
&lt;p&gt;A &lt;a href=&#34;https://www.dell.com/en-us/dt/perspectives/gen-z.htm&#34;&gt;study by Dell of 15,105 people, aged 18&amp;ndash;26, across 15 markets&lt;/a&gt; revealed that &lt;em&gt;44% of Gen Z feel as though both schools and businesses should work together to bridge the digital skills gap; 1/3 feel that their school education did not prepare them with the technology skills needed for their planned career; and 56% received either very basic or no digital skills training&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Digital literacy concerns us all, and educators need to underline the importance of digital privacy. Perhaps they do, and you just forgot. Be wary of social networks, even the professional ones. Become digital natives one step at a time. Help your friends along the way, and &lt;em&gt;stop telling us all where you live&lt;/em&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Using Pandoc for My Slides: 2023 Update</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/01/pandoc2023/</link>
      <pubDate>Fri, 27 Jan 2023 11:50:50 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/01/pandoc2023/</guid><description>&lt;p&gt;In March 2021 &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/pandoc2021&#34;&gt;I wrote about using pandoc to make my presentations for class&lt;/a&gt;. Towards the end of that post, I wrote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;My next quest will be to figure out how to make my own themes and styles. &lt;strong&gt;If you know how or have a nice, simple, guide, let me know&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Well, it turns out that I was not far from a &lt;em&gt;simple&lt;/em&gt; solution. With the recent release of &lt;a href=&#34;https://pandoc.org/releases.html#pandoc-3.0-2023-01-18&#34;&gt;pandoc 3.0&lt;/a&gt; I was reminded that pandoc is, quite certainly, my most-used-tool for teaching &amp;mdash; I use it for my slides, and all the different documents that I need to make at my various teaching positions.&lt;/p&gt;
&lt;h2 id=&#34;adding-some-colour&#34;&gt;Adding some colour&lt;/h2&gt;
&lt;p&gt;Being quite content with the built-in options for themes (&lt;code&gt;colortheme&lt;/code&gt;, &lt;code&gt;innertheme&lt;/code&gt; and &lt;code&gt;outertheme&lt;/code&gt;) I was under no pressure to seek out a solution. That is, until it became necessary to my sanity to be able to open a presentation and immediately recognize what school it was for &amp;mdash; I teach at four different places!&lt;/p&gt;
&lt;p&gt;The answer was in the &lt;a href=&#34;https://tug.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf&#34;&gt;Beamer user Guide&lt;/a&gt; and involves making a small &lt;code&gt;.tex&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;Here is a (slightly modified) version that I use for one of my schools:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;% define some new colours
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;% NB RGB and rgb are not the same thing!
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\definecolor&lt;/span&gt;{sgreen}{RGB}{52,201,33}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\definecolor&lt;/span&gt;{lessdarkbackground}{RGB}{95,96,93}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\definecolor&lt;/span&gt;{darkbackground}{RGB}{40,38,39}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\definecolor&lt;/span&gt;{sorange}{RGB}{235,175,0}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\definecolor&lt;/span&gt;{sred}{RGB}{212,33,39}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;% tell LaTeX to use one of those colours for the structure
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\usecolortheme&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;[named=darkbackground]&lt;/span&gt;{structure}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;% tell LaTeX which colours to use for which elements
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamertemplate&lt;/span&gt;{blocks}[shadow=true]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{background canvas}{bg=lessdarkbackground}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{block title}{bg=darkbackground, fg=sorange}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{block body}{bg=darkbackground, fg=white}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{normal text}{fg=white}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{titlelike}{fg=sorange}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{itemize item}{fg=sorange}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{itemize subitem}{fg=sorange}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{itemize subsubitem}{fg=sorange}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{enumerate item}{fg=sorange}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{enumerate subitem}{fg=sorange}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{enumerate subsubitem}{fg=sorange}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\setbeamercolor&lt;/span&gt;{section number projected}{fg=white, bg=sorange}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;% some extra commands
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\usepackage&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;[os=mac]&lt;/span&gt;{menukeys}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\usepackage&lt;/span&gt;{fancybox}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\usepackage&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;[many]&lt;/span&gt;{tcolorbox}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\usepackage&lt;/span&gt;{pgf}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\usepackage&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;[normalem]&lt;/span&gt;{ulem}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;These LaTeX instructions override the default blue theme, &lt;code&gt;whale&lt;/code&gt;, and add a few extra functions that I rarely use, but don&amp;rsquo;t want to bother looking up again.&lt;/p&gt;
&lt;p&gt;Running pandoc with the appropriate commands gives me this:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/pandoc2023//images/pandoc2023/all.png&#34; alt=&#34;set of 6 slides using modified colour scheme made with pandoc&#34;&gt;
    &lt;figcaption&gt;Open the image to see the gory details&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Personally, this is not my favourite colour scheme. It does match what is used at the school, however, and that is what I was going for.&lt;/p&gt;
&lt;h2 id=&#34;why-the-quote&#34;&gt;Why the quote?&lt;/h2&gt;
&lt;p&gt;I included a slide with a quote to point out that some solutions are more obvious than others. I am not at all comfortable with LaTeX, maybe someday. For now, I have the tools I need, and time-wise I can manage. I believe that learning LaTeX would be a logical step for someone in my position: many academics use LaTeX &amp;mdash; I am just a professor, and do not need to publish, but knowing this skill would be an advantage.&lt;/p&gt;
&lt;p&gt;Moving on to the quote.&lt;/p&gt;
&lt;p&gt;I like to keep things simple. A quote, with italic or emphasized text, followed by the name of the person quoted, flushed right, boldfaced, preceded by &amp;ldquo;&amp;mdash;.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;See? Simple.&lt;/p&gt;
&lt;p&gt;At one point, I had some trouble getting the author&amp;rsquo;s name to the right of the slide. Then, I had trouble getting the text to be &lt;strong&gt;bold&lt;/strong&gt; without resorting to LaTeX commands like &lt;code&gt;\textbf&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;As is usually the case, the problem was how I was positioning the Markdown markup.&lt;/p&gt;
&lt;p&gt;This was wrong:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;\hfill &lt;span style=&#34;font-style:italic&#34;&gt;**&lt;/span&gt;--- Kim Stanley Robinson** \
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;\hfill &lt;span style=&#34;font-style:italic&#34;&gt;*The Ministry for the Future*&lt;/span&gt; (2021)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Why? Because of how pandoc interprets the &lt;code&gt;*&lt;/code&gt; following the &lt;code&gt;\hfill&lt;/code&gt; (horizontal fill) command. It just doesn&amp;rsquo;t work like that.&lt;/p&gt;
&lt;p&gt;This is the simple solution:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;**\hfill --- Kim Stanley Robinson** \
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;font-style:italic&#34;&gt;*\hfill The Ministry for the Future*&lt;/span&gt; (2021)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Wrapping the &lt;code&gt;\hfill&lt;/code&gt; command in the markup takes care of the problem. No more resorting to LaTeX commands.&lt;/p&gt;
&lt;h2 id=&#34;workflow-2023&#34;&gt;Workflow 2023&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Nothing much has changed since &lt;a href=&#34;http://localhost:1313/the-show-must-go-on-making-slides-with-markdown-and-pandoc/#the-workflow&#34;&gt;before&lt;/a&gt; in terms of workflow.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Generally, I keep a &amp;ldquo;build&amp;rdquo; folder for each of my employers. Things have become disorganized since deciding on this structure, and I need to revamp it. But, right now, it might look like this:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;SCHOOL
└── COURSE
    └── build
        ├── assets
        │   └── logo.png
        ├── Slides.md
        └── style.tex
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I would prepare my Markdown file with the appropriate front matter and run:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;pandoc -t beamer --pdf-engine=xelatex -H style.tex input.md -o output.pdf
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;(&lt;code&gt;-t beamer&lt;/code&gt; is the output type, &lt;code&gt;--pdf-engine=xelatex&lt;/code&gt; because I like to use different fonts, &lt;code&gt;-H style.tex&lt;/code&gt; includes my &amp;ldquo;theme&amp;rdquo; in the header)&lt;/p&gt;
&lt;p&gt;Doing that is not what I call a fluid workflow. And I have seen many, many solutions. My &amp;ldquo;solution&amp;rdquo; is to use &lt;a href=&#34;https://kate-editor.org/&#34;&gt;Kate&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kate has an &amp;ldquo;External Tools&amp;rdquo; plugin. With that, it is possible to create a button, or menu item, to do the work for you.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/pandoc2023//images/pandoc2023/kate-ext.png&#34; alt=&#34;Kate screenshot, external tools config&#34;&gt;
    &lt;figcaption&gt;Several little tools, like spellchecking with LanguageTool&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/pandoc2023//images/pandoc2023/kate-beamer.png&#34; alt=&#34;Kate screenshot, pandoc convert to beamer example&#34;&gt;
    &lt;figcaption&gt;Under the hood&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;So, now I have a single-click &amp;ldquo;build&amp;rdquo; button for Markdown files. That means I can &amp;ldquo;preview&amp;rdquo; my slides when I want by leaving &lt;a href=&#34;https://pwmt.org/projects/zathura/&#34;&gt;zathura&lt;/a&gt; open. I also tend to spellcheck things frequently.&lt;/p&gt;
&lt;p&gt;Once I have the PDF file, I manually copy it into my shared &lt;a href=&#34;https://syncthing.net/&#34;&gt;Syncthing&lt;/a&gt; folder, so the file is on my phone. Then, when I turn on my work computer, the file will be synced to it as well.&lt;/p&gt;
&lt;p&gt;Ready to teach.&lt;/p&gt;
&lt;h2 id=&#34;the-next-step&#34;&gt;The Next Step&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Learning how to make a bloody Makefile!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t need it (yet), but it would be nice to know how to do this. It would streamline things, for certain.&lt;/p&gt;
&lt;h2 id=&#34;some-links&#34;&gt;Some links&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;pandoc&lt;/strong&gt; has a &lt;a href=&#34;https://pandoc.org/&#34;&gt;website&lt;/a&gt; and a &lt;a href=&#34;https://github.com/jgm/pandoc&#34;&gt;GitHub&lt;/a&gt;. It can be &lt;a href=&#34;https://github.com/jgm/pandoc/blob/main/INSTALL.md&#34;&gt;installed&lt;/a&gt; on different operating systems.&lt;/p&gt;
&lt;p&gt;I highly recommend you follow the pandoc account on Mastodon &lt;a href=&#34;https://fosstodon.org/@pandoc&#34;&gt;https://fosstodon.org/@pandoc&lt;/a&gt; as well as &lt;a href=&#34;https://scholar.social/@tarleb&#34;&gt;https://scholar.social/@tarleb&lt;/a&gt;; those accounts are overflowing with tips like &lt;a href=&#34;https://fosstodon.org/@pandoc/109703343312665935&#34;&gt;this trick to prevent pandoc from adding title, date or author to the document text&lt;/a&gt; or &lt;a href=&#34;https://fosstodon.org/@pandoc/109511136405074648&#34;&gt;how to create example and alert blocks in Beamer&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Wrong</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/01/wrong/</link>
      <pubDate>Sun, 22 Jan 2023 11:43:56 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/01/wrong/</guid><description>&lt;p style=&#34;text-align: center&#34;;&gt;
Gather round, my younglings,&lt;br&gt;
hear my prose.&lt;br&gt;
I will tell you a story&lt;br&gt;
everyone knows...&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Our good hero has things to say and things to share. &lt;br&gt;
Belly full and coffee prepared, they take their seat and stare.&lt;/p&gt;
&lt;p&gt;A blank screen beckons.&lt;/p&gt;
&lt;p&gt;Fingers fly and letters coalesce into words and sentences and paragraphs.&lt;/p&gt;
&lt;p&gt;Headings and subheadings, table of contents, references and footnotes; the œuvre is ready for public viewing.&lt;/p&gt;
&lt;p&gt;The wordsmith climbs the rungs of the digital soapbox.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Redditors, come read my righteous words, give me your karma!&amp;rdquo; they declare. &amp;ldquo;Good people of Hacker News, Lobsters, and Mastodon; Lemmy, you too may enjoy my writings. Twitter, Facebook, and LinkedIn, you have not been forgotten.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Finally, the tension our hero felt is released. They relax into their chair and sip their coffee. Content with their content.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;ping!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Ah, surely a word of encouragement from one of my many followers,&amp;rdquo; they think.&lt;/p&gt;
&lt;p&gt;Nay. It is not the case. Confused and perplexed, leaning closer in hopes of gaining insight from the pixels on the screen.&lt;/p&gt;
&lt;p&gt;The chair creeks; a drop of coffee falls and lands on writer&amp;rsquo;s keyboard; the wings of a housefly beat&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;thump thump thump&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;They squint, reading the words, mouthing them:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;You. Are. Wrong.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Wrong? Me?&amp;rdquo; they think.&lt;/p&gt;
&lt;p&gt;Our hero places their beverage aside, index fingers finding the home row, and prepares a polite retort.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Please, stranger, enlighten me with proof of my fault, that I may amend my previous statement and learn from my mistake.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;ping!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;A hasty reply: &amp;ldquo;Everything is wrong, because you neglected this [&lt;span style=&#34;color: var(--accent);&#34;&gt;link to a personal blog that cites no sources&lt;/span&gt;] and this [&lt;span style=&#34;color: var(--accent);&#34;&gt;article from three years ago on a conspiracy theory website&lt;/span&gt;]. Not to mention, your claims contradict this statement made by [&lt;span style=&#34;color: var(--accent);&#34;&gt;a sockpuppet account of the mod of this forum&lt;/span&gt;].&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Ah, bless their heart. A troll attempting to draw out my ire,&amp;rdquo; they think to themselves. &amp;ldquo;A waste of CO&lt;sub&gt;2&lt;/sub&gt;.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;ping&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;A tab calls, it is Hacker News. Lobsters, too, favours our hero.&lt;/p&gt;
&lt;p&gt;Could it be? No. An army of trolls, for sure. For their is no other explanation.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What preposterous nonsense is this? Hacker News is a joke, for shame! And I thought more of you Lobsters! I shall not engage you belittlers. I shall block you deriding denigrators. You cannot bait me into this most basest of disagreements. I will not, shall not, could not, cannot get into an argument on the Internet,&amp;rdquo; they proclaim as they block, report, filter, and mute those who dare disagree.&lt;/p&gt;
&lt;p&gt;But&amp;hellip; &lt;br&gt;
what if&amp;hellip;&lt;/p&gt;
&lt;p&gt;A seed of doubt takes root, confirmation bias clouds, cognitive dissonance boils blood.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I know what to do. Exactly, and most precisely, I shall riposte. The haters shall learn that this is something up with which I shall not put!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Copy &lt;br&gt;
    Paste &lt;br&gt;
        Format &lt;br&gt;
            Markdown &lt;br&gt;
                BBCode &lt;br&gt;
                    Plaintext&lt;/p&gt;
&lt;p&gt;&amp;ldquo;See [&lt;span style=&#34;color: var(--accent);&#34;&gt;here&lt;/span&gt;], misguided stranger, not to mention [&lt;span style=&#34;color: var(--accent);&#34;&gt;this&lt;/span&gt;], [&lt;span style=&#34;color: var(--accent);&#34;&gt;that&lt;/span&gt;], and [&lt;span style=&#34;color: var(--accent);&#34;&gt;still more things&lt;/span&gt;] that confirm my position. Easy mistakes to make, but when you do your own research and forge your own path, you will understand. Also, your grammar needs work.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;And so the day goes&amp;hellip; &lt;br&gt;
Our hero&amp;rsquo;s coffee is cold, their stomach growls as the sun travels from east to west. &lt;br&gt;
Duties are shirked, friends are ignored.&lt;/p&gt;
&lt;p&gt;Far away, &lt;br&gt;
on another continent, &lt;br&gt;
another stranger awakens and joins the conversation.&lt;/p&gt;
&lt;p&gt;But, that troll from before? &lt;br&gt;
They are unbothered. &lt;br&gt;
Their day was filled with friends and family and dogs to walk. &lt;br&gt;
Our hero is the furthest thing from their mind.&lt;/p&gt;
&lt;hr&gt;
&lt;p style=&#34;text-align: center&#34;;&gt;
Who is the hero?&lt;br&gt;
Who is the troll?&lt;br&gt;
&lt;br&gt;
The end of this story?&lt;br&gt;
Nobody knows.&lt;br&gt;
One cannot win a battle&lt;br&gt;
against Internet foes...
&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Review: Crosscall CORE-Z5</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/01/review-crosscall-core-z5/</link>
      <pubDate>Wed, 18 Jan 2023 13:57:00 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/01/review-crosscall-core-z5/</guid><description>&lt;p&gt;&lt;em&gt;Mid-November, 2022, my trusty Nokia 5.3 began acting up. &lt;a href=&#34;https://bbbhltz.codeberg.page/a-new-phone-or-overthinking-future-purchases/&#34;&gt;I began looking for a new device&lt;/a&gt;. I was only looking, though, because I don&amp;rsquo;t relish spending money on a device, or reading reviews, or dealing with transferring things from an old phone to a new phone. I rediscovered the French brand, &lt;a href=&#34;https://bbbhltz.codeberg.page/crosscall&#34;&gt;Crosscall&lt;/a&gt; and spent some time learning how to compare devices. I initially planned of getting an eco-friendly or privacy-oriented device, but &lt;a href=&#34;https://bbbhltz.codeberg.page/coolpad-cool-s&#34;&gt;that idea didn&amp;rsquo;t pan out&lt;/a&gt;. Before I knew it, I had spent way beyond what I was planning on a device just to get something different&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;h1 id=&#34;a-chonky-boy&#34;&gt;A Chonky Boy&lt;/h1&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/review-crosscall-core-z5//images/crosscall1/z5.webp&#34; alt=&#34;Crosscall CORE-Z5 front and back&#34;&gt;
    &lt;figcaption&gt;Photo from Crosscall website&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h2 id=&#34;judging-the-book-by-its-cover&#34;&gt;Judging the book by its cover&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;First impressions mean a lot&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://www.crosscall.com/en_FR/core-z5-1001011601265.html&#34;&gt;Crosscall CORE-Z5&lt;/a&gt; comes in a plain brown cardboard box (recycled, of course). What&amp;rsquo;s inside the box?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A chonky phone&lt;/li&gt;
&lt;li&gt;a printed guide&lt;/li&gt;
&lt;li&gt;a USB-C to USB-C cable and charging block&lt;/li&gt;
&lt;li&gt;a Crosscall X-BLOCKER (which I have no use for yet, so I won&amp;rsquo;t mention it any more)&lt;/li&gt;
&lt;li&gt;three different sizes of earbud tips&lt;/li&gt;
&lt;li&gt;&lt;em&gt;no&lt;/em&gt; headphones or earbuds&lt;/li&gt;
&lt;li&gt;&lt;em&gt;no&lt;/em&gt; lanyard&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are first impressions, and there are &lt;em&gt;first impressions&lt;/em&gt;. I knew beforehand that it would be bigger and heavier than most phones I have used in the past. This thing is a beast.&lt;/p&gt;
&lt;p&gt;It doesn&amp;rsquo;t just have bezels. It has a chin &lt;em&gt;and&lt;/em&gt; a forehead. And a notch camera too. It is thick. There are buttons. Many buttons! But, most of all, it is heavy and quite solid feeling.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/review-crosscall-core-z5//images/crosscall1/inside.jpg&#34; alt=&#34;inside the Crosscall CORE-Z5&#34;&gt;
    &lt;figcaption&gt;Inside the CORE-Z5: the magnesium chassis keeps things safe, and heavy&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;(&lt;a href=&#34;https://yewtu.be/watch?v=x0o7aW7wSNo&#34;&gt;source&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Around the sides of the phone there are 7 (seven!) buttons. Two are for the volume rocker, one is the power button (which doubles as a fingerprint scanner). On the top there is a single red button, and on the left side there are three buttons &amp;mdash; these buttons can be configured with two functions each. This is a rugged device, so the headphone jack and USB port are protected.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/review-crosscall-core-z5//images/crosscall1/buttons.png&#34; alt=&#34;image showing the position of the buttons on the Crosscall CORE-Z5&#34;&gt;
    &lt;figcaption&gt;Button placement on the Crosscall CORE-Z5&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;The body is made of polycarbonate and thermoplastic elastomer, the screen is Gorilla Glass 5. I find the device to be rather slippery. On the back we have a camera (a single camera!), a speaker, and a &lt;a href=&#34;https://magconn.co.kr/&#34;&gt;Magconn&lt;/a&gt; connection (Crosscall X-LINK).&lt;/p&gt;
&lt;p&gt;Overall, I like the physical design of the device. I do wish Crosscall had used the rubbery elastomer on the back as well, for comfort and to make it easier to hold.&lt;/p&gt;
&lt;h2 id=&#34;getting-to-the-core-of-it&#34;&gt;Getting to the CORE of it&lt;/h2&gt;
&lt;p&gt;What&amp;rsquo;s inside this unit?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;OS: Android 12&lt;/li&gt;
&lt;li&gt;Display: 1560 x 720, 6.1&amp;quot;&lt;/li&gt;
&lt;li&gt;Processor: Octa-core CPU @2.6GHz&lt;/li&gt;
&lt;li&gt;SoC: Qualcomm QCM6490 (ARMv8)&lt;/li&gt;
&lt;li&gt;GPU: Qualcomm Adreno 643&lt;/li&gt;
&lt;li&gt;RAM: 4 GB&lt;/li&gt;
&lt;li&gt;Camera: 48MP (f/1.8) and 8MP (f/2)&lt;/li&gt;
&lt;li&gt;Video: 4K 30fps capable&lt;/li&gt;
&lt;li&gt;Sensors, etc.: accelerometer, altimeter, Bluetooth, cameras, compass, GPS, gyroscope, light sensor, NFC, pedometer, proximity sensor, and Wi-Fi&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Performance-wise, I don&amp;rsquo;t have much to complain about, nor to compare with. Aside from a quick in-store test, I have never used a high-end flagship phone. That said, I find it fast enough to do what I do most: work. From quick emails to large, multi-tab, spreadsheets, the CORE-Z5 has made me realize how people are able to accomplish so much on their devices. I decided to run some tests on the phone and they confirm what I experienced: The phone is faster than what I was used to.&lt;/p&gt;
&lt;figure&gt;&lt;embed type=&#34;image/svg+xml&#34; src=&#34;https://bbbhltz.codeberg.page/../images/crosscall1/geekbench.svg&#34; /&gt;&lt;figcaption&gt;Benchmark Comparison (interactive chart)&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;The comparison chart above shows how the CORE-Z5 matches up against several other phones. The Nokia 5.3 (my previous phone), three phones that I considered buying (the Teracube 2e, the Murena One, and the Fairphone 4), and a recent flagship device (the Pixel 7 Pro). I won&amp;rsquo;t claim to understand these tests, but I am pleased to see that the &lt;a href=&#34;https://benchmarks.ul.com/pcmark-android&#34;&gt;PCMark Work&lt;/a&gt; test nearly doubled the results of my former phone. The &lt;a href=&#34;https://www.geekbench.com/&#34;&gt;Geekbench&lt;/a&gt; benchmark was probably the most user-friendly of the tests that I ran, in case you are also looking to benchmark your phone and, like me, you have no idea where to begin.&lt;/p&gt;
&lt;p&gt;Additionally, I ran the &lt;a href=&#34;https://gfxbench.com/&#34;&gt;GFXBench test&lt;/a&gt; on the CORE-Z5. I don&amp;rsquo;t game on my phone, but for those who are interested, here are the results:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GFXBench Results&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;OpenGL Aztec Ruins High Tier&lt;/strong&gt;: 3034 Frames (47.2 Fps)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OpenGL 4K Aztec Ruins High Tier Offscreen&lt;/strong&gt;: 490 Frames (7.6 Fps)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OpenGL Aztec Ruins High Tier Offscreen&lt;/strong&gt;: 1086 Frames (16.9 Fps)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OpenGL Aztec Ruins Normal Tier&lt;/strong&gt;: 3844 Frames (59.8 Fps)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OpenGL Aztec Ruins Normal Tier Offscreen&lt;/strong&gt;: 2728 Frames (42.4 Fps)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vulkan Aztec Ruins High Tier&lt;/strong&gt;: 3188 Frames (49.6 Fps)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vulkan 4K Aztec Ruins High Tier Offscreen&lt;/strong&gt;: 523 Frames (8.1 Fps)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vulkan Aztec Ruins High Tier Offscreen&lt;/strong&gt;: 1155 Frames (18.0 Fps)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vulkan Aztec Ruins Normal Tier&lt;/strong&gt;: 3844 Frames (59.8 Fps)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vulkan Aztec Ruins Normal Tier Offscreen&lt;/strong&gt;: 3131 Frames (48.7 Fps)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;connectivity&#34;&gt;Connectivity&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Note: I do not have 5G&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I tested the connectivity of the device on my home and work Wi-Fi networks, on 4G, and using it as a hotspot. Here are the results:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Upload&lt;/th&gt;
&lt;th&gt;Download&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://librespeed.org/results/?id=0znhlx6&#34;&gt;Wi-Fi Home&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;16.4 Mbps&lt;/td&gt;
&lt;td&gt;0.96 Mbps&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://librespeed.org/results/?id=0vn8ke0&#34;&gt;Wi-Fi Work&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;104 Mbps&lt;/td&gt;
&lt;td&gt;89.1 Mbps&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://librespeed.org/results/?id=0zselh6&#34;&gt;4G&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;82.9 Mbps&lt;/td&gt;
&lt;td&gt;23.8 Mbps&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;https://librespeed.org/results/?id=0zjpcu2&#34;&gt;Hotspot (4G)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;59.5 Mbps&lt;/td&gt;
&lt;td&gt;6.61 Mbps&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;photography&#34;&gt;Photography&lt;/h2&gt;
&lt;p&gt;In a world where most phones have at least two cameras on the back, the CORE-Z5 stands out. It has just one. It is listed as a 48MP camera, but the default in the camera app is set to 12MP &amp;ldquo;Fusion&lt;sup&gt;4&lt;/sup&gt;&amp;rdquo;. Crosscall brands this as Fusion&lt;sup&gt;4&lt;/sup&gt; technology, but what is happening here is &lt;a href=&#34;https://www.androidauthority.com/what-is-pixel-binning-966179/&#34;&gt;pixel binning&lt;/a&gt;. The default photo app is in need of a little upgrade, and is missing options like panorama altogether, and hides common options in the settings (timers, exposure, white balance, etc.)&lt;/p&gt;
&lt;p&gt;The results are fine for me. If you love to take and share photos, you will be let down. A rugged phone is not meant for shutterbugs.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/review-crosscall-core-z5//images/crosscall1/camera-app.png&#34; alt=&#34;in-app preview of Kup action figure from Transformers&#34;&gt;
    &lt;figcaption&gt;Kup has a face, and the phone detects it&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/review-crosscall-core-z5//images/crosscall1/photo-test.jpg&#34; alt=&#34;photo of Kup action figure from Transformers&#34;&gt;
    &lt;figcaption&gt;Bokeh achieved? (3000x4000 / 4.7mm focal length / 1/25 shutter speed / 1.8 aperture / ISO 834 / no flash)&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;While this isn&amp;rsquo;t the best example, it is realistic. One does not stage every photo, we do hope for things to turn out a little clearer. Even more so given that the product page for the CORE-Z5 states: &amp;ldquo;Accurate photos, even in low lighting.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;daily-driving&#34;&gt;Daily driving&lt;/h2&gt;
&lt;p&gt;Weight and size notwithstanding, this is an easy device to use. I don&amp;rsquo;t know why more phone-makers haven&amp;rsquo;t put more programmable buttons on their devices. It makes the experience better.&lt;/p&gt;
&lt;p&gt;My button layout looks like this:&lt;/p&gt;
&lt;p&gt;(long/triple-tap)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Button 1: answer call / torch&lt;/li&gt;
&lt;li&gt;Button 2: camera / emergency&lt;/li&gt;
&lt;li&gt;Button 3: OSMAnd~ / Total Commander&lt;/li&gt;
&lt;li&gt;Button 4: Silent toggle / Vibration toggle&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Out of the box, you have Android 12 and a minimal, near-vanilla, experience. Crosscall has added a few apps (that cannot be removed &amp;mdash; &lt;em&gt;booooo!&lt;/em&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;X-STORY: an app for making video montages&lt;/li&gt;
&lt;li&gt;X-Sensors: a neat little app that does nothing but show you that the sensors are working (the compass is nice)&lt;/li&gt;
&lt;li&gt;X-SAFE: a shortcut to the phone&amp;rsquo;s emergency settings&lt;/li&gt;
&lt;li&gt;X-CAMP: a sort of social network&lt;/li&gt;
&lt;li&gt;X-Talk: a PTT / walkie-talkie app (&lt;em&gt;&lt;em&gt;I deactivated this one because I have no use for it, and&lt;/em&gt; it maintained a constant network connect &amp;mdash; &lt;em&gt;yuck&lt;/em&gt;&lt;/em&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/review-crosscall-core-z5//images/crosscall1/xcamp.png&#34; alt=&#34;screenshot of Crosscall X-Camp app showing where the users are&#34;&gt;
    &lt;figcaption&gt;Screenshot of Crosscall X-CAMP app: not so international...&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note: the phone is only available in 14 countries (&lt;a href=&#34;https://bbbhltz.codeberg.page/images/crosscall1/map.jpg&#34;&gt;see map&lt;/a&gt;)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Many of the close-to-vanilla Android devices can make the same claim: decent battery life. I have squeezed up to two days of moderate use from the CORE-Z5, three days of light use. I never need to worry about taking the charger. The phone itself can act as a charger, too, and I have used it to recharge my DAP while on the go.&lt;/p&gt;
&lt;p&gt;I also purchased a USB hub for it, so I can output via HDMI and connect other USB devices to it. It worked perfectly, and I was able to give a lecture that included slides and a video. On another occasion, I corrected 25 homework assignments and entered the grades in a spreadsheet. Work-wise, I am very content. Additionally, I am more than impressed with the fingerprint sensor and the ability to use the phone while it is wet.&lt;/p&gt;
&lt;h2 id=&#34;conclusion-and-complaints&#34;&gt;Conclusion and Complaints&lt;/h2&gt;
&lt;p&gt;A review without complaints is not a review. I have complaints, and here they are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Let us remove those Crosscall apps &amp;mdash; bloatware, even cool bloatware, is still bloatware.&lt;/li&gt;
&lt;li&gt;The X-CAMP app is neat, but users need a forum, a FAQ, and a wiki.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;A high percentage of the questions on the app are about storage space and Bluetooth issues &amp;mdash; give the users a place to refer to when those problems are encountered.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The X-CAMP map is provided by &lt;a href=&#34;https://www.mapbox.com/&#34;&gt;Mapbox&lt;/a&gt;, which relies on OpenStreetMap, but OSM is not credited in the app itself &amp;mdash; this should be rectified.&lt;/li&gt;
&lt;li&gt;The X-Talk app needs an easy option for deactivation for those who do not wish to use it.&lt;/li&gt;
&lt;li&gt;Update the camera app and add additional modes, like panorama.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I have many positive remarks about this phone. Some are mentioned above (battery life, usefulness of the buttons, performance) while others fit into the category of &amp;ldquo;I forgot how much I missed that&amp;rdquo;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Programmable buttons&lt;/li&gt;
&lt;li&gt;LED notifications&lt;/li&gt;
&lt;li&gt;Magconn charging&lt;/li&gt;
&lt;li&gt;Ruggedness&lt;/li&gt;
&lt;li&gt;Powerful torch&lt;/li&gt;
&lt;li&gt;Speaker volume&lt;/li&gt;
&lt;li&gt;Precise GPS (good enough for &lt;a href=&#34;https://www.mapillary.com/app/?pKey=680665076873078&amp;amp;lat=49.440399899998&amp;amp;lng=1.0982517999972&amp;amp;z=17&amp;amp;focus=photo&#34;&gt;Mapillary&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I am not even close to the target market for this type of phone (no sports, not outdoorsy, etc.) and I can certainly see myself using it for the next five years, or more. Especially since it has a 5-year warranty and promises 10-year availability for parts and a high repairability score. Despite the many good things, I cannot give this phone a score higher than &lt;strong&gt;3/5&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Crosscall CORE-Z5 takes things somewhat beyond my expectations, but still falls short of exceptional.&lt;/strong&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Claws Mail</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/01/claws-mail/</link>
      <pubDate>Fri, 06 Jan 2023 10:42:46 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/01/claws-mail/</guid><description>&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;&lt;em&gt;The following is neither a review nor a recommendation. It is a brief look at one of my &lt;a href=&#34;https://bbbhltz.codeberg.page/software&#34;&gt;most used pieces of software&lt;/a&gt;.&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;You turn on your computer. There is work to be done. Work sometimes requires communication, and despite all the amazing ways we have to communicate, email is still here.&lt;/p&gt;
&lt;p&gt;I do not lament the persistence of email; it is my preferred method of communication. I like how an email is just &lt;em&gt;there&lt;/em&gt;. Do you want to reply to it now? It doesn&amp;rsquo;t matter. Email can wait awhile.&lt;/p&gt;
&lt;h2 id=&#34;client-conundrum&#34;&gt;Client Conundrum&lt;/h2&gt;
&lt;p&gt;Desktop email clients come in several varieties, or flavours:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;All Dressed&lt;/li&gt;
&lt;li&gt;Gourmet (think Sea Salt &amp;amp; Malt Vinegar)&lt;/li&gt;
&lt;li&gt;Plain Salted&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While some of you may have never heard of &lt;a href=&#34;https://en.wikipedia.org/wiki/All-dressed&#34;&gt;All Dressed&lt;/a&gt;, I am using it here to refer to email software that is, in fact, &lt;a href=&#34;https://en.wikipedia.org/wiki/Personal_information_manager&#34;&gt;Personal Information Management&lt;/a&gt;, or &lt;strong&gt;PIM&lt;/strong&gt;, software. PIM software is what we are used to when we think of &amp;ldquo;email software.&amp;rdquo; It includes email, but also an address book, calendar, alerts, scheduling, and even RSS sometimes. Outlook and Thunderbird are the two most popular examples (forgive me, I have never used a Mac, so I am likely ignoring an obvious example).&lt;/p&gt;
&lt;p&gt;Your Gourmet clients may have some elements of PIM software, but their focus is more on the visual panache; an attempt at adding zest to the bland potato that is email. These are the &amp;ldquo;minimal&amp;rdquo; clients that look a little nicer and newer, like &lt;a href=&#34;https://wiki.gnome.org/Apps/Geary&#34;&gt;Geary&lt;/a&gt; or &lt;a href=&#34;https://github.com/Foundry376/Mailspring&#34;&gt;Mailspring&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Finally, we have the plain salted variety. This is where &lt;strong&gt;Claws Mail&lt;/strong&gt; is found. It does email. It &lt;em&gt;can&lt;/em&gt; do some other things, but really, it is all about email.&lt;/p&gt;
&lt;h2 id=&#34;why-use-claws&#34;&gt;Why Use Claws?&lt;/h2&gt;
&lt;p&gt;Claws was always on my radar, and I had tried it out multiple times. Two years ago, however, it started becoming easier to have a desktop email client. The number of employers providing email addresses began to grow, and they all insisted on using Office365. My workflow was thrown off.&lt;/p&gt;
&lt;p&gt;Traditionally, I use the browser-based webmail client for all emails. They are generally just as quick to access, and they provide notifications. No problem. That is, until you have three different employers using Office365, and it becomes challenging to stay logged into several accounts at once! There are workarounds for this, but why bother?&lt;/p&gt;
&lt;p&gt;And so, along came the &lt;em&gt;need&lt;/em&gt; for a desktop email client. It goes without saying that I tried Thunderbird, Evolution, KMail, and the rest. Thunderbird worked the best, but it is an absolute behemoth. It is a &lt;em&gt;suite&lt;/em&gt; of integrated software. At the time I was testing these out, my desktop was actually a Raspberry Pi 400, and Thunderbird was not friendly with that device &amp;mdash; even when running from an SSD.&lt;/p&gt;
&lt;p&gt;This also coincided with moving my personal email away from Gmail and transferring emails over to Mailbox.org. The decision to move away from that service was part of a bigger personal project: &lt;a href=&#34;../low-friction-introduction-to-digital-privacy/&#34;&gt;digital privacy&lt;/a&gt;. Furthermore, there was a growing frustration on my behalf with HTML emails; it seemed as though all of my employers decided that adding multiple images and graphics to their signatures was a great idea.&lt;/p&gt;
&lt;p&gt;Therefore, a low-end computer, a multiplication of employers using Office365, and a distaste for &amp;ldquo;fancy&amp;rdquo; emails put me on the path to Claws.&lt;/p&gt;
&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;
&lt;p&gt;Claws Mail is, in their own words, &lt;em&gt;&amp;ldquo;user-friendly, lightweight, and fast&amp;rdquo;&lt;/em&gt;. There are the &lt;a href=&#34;https://www.claws-mail.org/features.php&#34;&gt;features&lt;/a&gt; you&amp;rsquo;d expect, along with a few extras. Something that might surprise users coming from other desktop clients is the appearance. Although similar to modern clients, there is a nostalgia present as well &amp;mdash; in a good way.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/claws-mail//images/claws/basic-claws2.png&#34; alt=&#34;screenshot of Claws Mail in standard view with 3 panes&#34;&gt;
    &lt;figcaption&gt;Keeping it simple&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;There are all the panes one would expect to find: lists, columns, messages, etc. And there are the familiar buttons to check, send, reply, delete, and so on. There isn&amp;rsquo;t a calendar (although it can be done using a plugin) but there is an address book. Diving into some of the preferences, it is apparent that some degree of personalization is available. There are a few themes, folder colours can be changed, signatures can be edited, and you can sign and encrypt emails. Nothing out of the ordinary, in other words. A set of &lt;a href=&#34;https://www.claws-mail.org/plugins.php&#34;&gt;plugins&lt;/a&gt; is available too, and with them, you can extend Claws Mail and use it as an RSS newsfeed reader, have access to some calendars, deal with spam, digitally sign and encrypt emails, and even show avatars.&lt;/p&gt;
&lt;h2 id=&#34;does-it-work&#34;&gt;Does it work?&lt;/h2&gt;
&lt;p&gt;The short answer is, yes, it works wonderfully. It does require flexibility on the part of the user, though. There are methods to sync your address book &lt;a href=&#34;https://vdirsyncer.readthedocs.io/en/stable/tutorials/claws-mail.html&#34;&gt;using Vdirsyncer&lt;/a&gt; (read-only!). There is a plugin for calendars. I was convinced that lack of a calendar and synchronized contacts would be a deal-breaker. It turns out that it isn&amp;rsquo;t a big deal.&lt;/p&gt;
&lt;p&gt;I postponed synchronizing my contacts for a week or so, before realizing that it doesn&amp;rsquo;t matter. Most of the time I reply to messages, sometimes I write messages. The messages that I write for my work are generally to the same people. It is quite rare that I need to have more than 25 email addresses in my address book. Claws lets you right-click &amp;gt; &amp;ldquo;Add contact&amp;rdquo; so that issue solved itself.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Claws Mail is an email client aiming at being fast, easy-to-use and powerful. It is mostly desktop-independent, but tries to integrate with your desktop as best as possible. The Claws Mail developers try hard to keep it lightweight, so that it should be usable on low-end computers without much memory or CPU power.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&amp;mdash; Claws Mail Documentation&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;To answer the question with some more detail, Claws is user-friendly. There is a familiarity to the functions. There might be a speed-bump here or there when adding accounts (what&amp;rsquo;s the SMTP port for Office365 again?), but many desktop clients require manual adjustments for certain types of accounts.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/claws-mail//images/claws/performance.png&#34; alt=&#34;screenshot of KDE system monitor&#34;&gt;
    &lt;figcaption&gt;Less than text editor while idling&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Claws is fast. That is true. RAM usage is low, it starts quickly, it quits quickly. There are moments of lag. For example, if I happen to try and do several operations at once at the same moment it tries to synchronize all of my accounts. It has never once crashed, however. Neither has it locked up for more than a few seconds. This is quite different from my experience with KMail and even Thunderbird.&lt;/p&gt;
&lt;p&gt;Claws Mail is an &lt;em&gt;effective&lt;/em&gt; piece of software, which is a sign of power. The &lt;a href=&#34;https://www.claws-mail.org/theteam.php&#34;&gt;small team&lt;/a&gt; behind the project has done a great job putting nearly everything a perfect email client needs in a small package.&lt;/p&gt;
&lt;h2 id=&#34;favourite-extra-features&#34;&gt;Favourite Extra Features&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Minimize to tray&lt;/strong&gt;: email needs to be put in the corner sometimes.&lt;br&gt;
&lt;em&gt;Claws Mail has a &lt;a href=&#34;https://www.claws-mail.org/plugin.php?plugin=notification&#34;&gt;notification plugin&lt;/a&gt; with a good number of options.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Themes&lt;/strong&gt;: a little visual flourish doesn&amp;rsquo;t hurt.&lt;br&gt;
&lt;em&gt;A small &lt;a href=&#34;https://www.claws-mail.org/themes.php&#34;&gt;set of themes is available&lt;/a&gt;. And sometimes you can find ones in the wild, like the &lt;a href=&#34;https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme&#34;&gt;Papirus theme&lt;/a&gt;.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fancy HTML Plugin&lt;/strong&gt;: for when you do receive HTML email.&lt;br&gt;
&lt;em&gt;Can be configured to use custom CSS, disable JavaScript, images, etc.&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;With a little effort, switching from the web frontend to a desktop client was painless. (If you are wondering, I do handle contacts and calendars with &lt;a href=&#34;https://github.com/lucc/khard&#34;&gt;khard&lt;/a&gt;, &lt;a href=&#34;https://github.com/pimutils/khal&#34;&gt;khal&lt;/a&gt;, and &lt;a href=&#34;https://github.com/pimutils/vdirsyncer&#34;&gt;vdirsyncer&lt;/a&gt;. I keep &lt;a href=&#34;https://codeberg.org/bbbhltz/dotfiles/src/branch/main/configs&#34;&gt;some config files for them in my repo&lt;/a&gt;). Claws Mail gets the job done, is fast, and is &lt;a href=&#34;https://useplaintext.email/&#34;&gt;plaintext&lt;/a&gt;-friendly.&lt;/p&gt;
&lt;h2 id=&#34;links&#34;&gt;Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.claws-mail.org/index.php&#34;&gt;Claws Mail Homepage&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Adding Featured Images to My Hugo Blog</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/01/adding-featured-images-to-my-hugo-blog/</link>
      <pubDate>Mon, 02 Jan 2023 12:30:00 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/01/adding-featured-images-to-my-hugo-blog/</guid><description>&lt;p&gt;It is funny how little I understand the tools that make this blog work. Sure, I can (sort of) read HTML, and I can guess my way through CSS and JavaScript. But, when it came to making this blog, I just picked Hugo and stuck with it. I followed Mogwai&amp;rsquo;s &lt;a href=&#34;https://mogwai.be/creating-a-simple.css-site-with-hugo/&#34;&gt;Creating a simple.css Site with Hugo&lt;/a&gt; guide and pushed it to the web and called it a day. Then I followed another guide, Simone Silvestroni&amp;rsquo;s &lt;a href=&#34;https://simonesilvestroni.com/blog/build-a-human-readable-rss-with-jekyll/&#34;&gt;A human-readable RSS feed with Jekyll&lt;/a&gt;, in order to add a &lt;a href=&#34;https://bbbhltz.codeberg.page/rss.xml&#34;&gt;slightly different RSS feed&lt;/a&gt; to my page. Then, &lt;a href=&#34;http://boundedinfinity.github.io/2017/09/admonitions-in-hugo/&#34;&gt;yet another guide&lt;/a&gt; for adding admonitions.&lt;/p&gt;
&lt;p&gt;I would call it a &lt;em&gt;Frankenblog&lt;/em&gt;, but that would imply that I am some sort of scientist who knows what&amp;rsquo;s going on. It is a lot of guesswork, and it is fun, and when I screw up there is &lt;kbd&gt;CTRL+Z&lt;/kbd&gt;. The last guide mentioned above, on admonitions, is a good example of how things go for me. Do you think I knew what an &lt;em&gt;admonition&lt;/em&gt; was before I happened across that blog post? No, I did not. And today it happened again, for I didn&amp;rsquo;t know what to call the &amp;ldquo;Featured Image&amp;rdquo; that appears on social media when I share my blog. I really didn&amp;rsquo;t care about it, and I still don&amp;rsquo;t, but it looks nice and turns out that once you know what you are looking for, the answers are out there.&lt;/p&gt;
&lt;p&gt;I came across &lt;a href=&#34;https://metatags.io/&#34;&gt;https://metatags.io/&lt;/a&gt; which is &lt;em&gt;a tool to debug and generate meta tag code for any website&lt;/em&gt;. I plugged one of my blog entries into it and&amp;hellip;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/adding-featured-images-to-my-hugo-blog//images/featured/metatags.png&#34; alt=&#34;screenshot from metatags.io showing a lack of featured images&#34;&gt;
    &lt;figcaption&gt;missing something...&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&amp;hellip;it looks a little dull.&lt;/p&gt;
&lt;p&gt;From there I searched and quickly found the guide &amp;ldquo;&lt;a href=&#34;https://erinjeong.com/posts/metatags-hugo/&#34;&gt;Adding meta tags in Hugo blog&lt;/a&gt;&amp;rdquo; by Erin Jeong. It turns out that was what my blog was missing: meta tags!&lt;/p&gt;
&lt;p&gt;You can see for yourself that there isn&amp;rsquo;t much to it, and in my case I only needed to modify two files:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;head.html&lt;/code&gt; in &lt;code&gt;/layout/partials&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;my &lt;code&gt;config.toml&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here is the line added to &lt;code&gt;head.html&lt;/code&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-go&#34; data-lang=&#34;go&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;{{ &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; .&lt;span style=&#34;color:#a6e22e&#34;&gt;Param&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;featured_image&amp;#34;&lt;/span&gt; }}&amp;lt;&lt;span style=&#34;color:#a6e22e&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;property&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;og:image&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ .Param &amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;featured_image&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34; | absURL }}&amp;#34;&lt;/span&gt;&amp;gt;{{ &lt;span style=&#34;color:#66d9ef&#34;&gt;else&lt;/span&gt; }}&amp;lt;&lt;span style=&#34;color:#a6e22e&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;property&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;og:image&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ $.Site.Params.Avatar | absURL }}&amp;#34;&lt;/span&gt;&amp;gt;{{ &lt;span style=&#34;color:#a6e22e&#34;&gt;end&lt;/span&gt; }}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Here is what I added to my &lt;code&gt;config.toml&lt;/code&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-go&#34; data-lang=&#34;go&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;[&lt;span style=&#34;color:#a6e22e&#34;&gt;params&lt;/span&gt;]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#a6e22e&#34;&gt;avatar&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Avatar1024.png&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;As an experiment, I modified an older post that already had images in it. Returning to the Meta Tags site, it now shows a &amp;ldquo;card&amp;rdquo; with an image. That is what I was hoping for.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/adding-featured-images-to-my-hugo-blog//images/featured/newcc.png&#34; alt=&#34;screenshot from metatags.io showing featured images on an article&#34;&gt;
    &lt;figcaption&gt;success!&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Using post validation tools from LinkedIn and Facebook confirms that it should work!&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/adding-featured-images-to-my-hugo-blog//images/featured/fb.png&#34; alt=&#34;Facebook post validation tool screenshot&#34;&gt;
    &lt;figcaption&gt;Facebook Sharing Debugger&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2023/01/adding-featured-images-to-my-hugo-blog//images/featured/linkedin.png&#34; alt=&#34;LinkedIn post validation tool screenshot&#34;&gt;
    &lt;figcaption&gt;LinkedIn Post Inspector&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;(I decided to add the other meta tags to my blog while writing, for Twitter cards and Description)&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Using Bitwarden CLI to Create Login Items</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/01/using-bitwarden-cli-to-create-login-items/</link>
      <pubDate>Sun, 01 Jan 2023 21:25:14 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/01/using-bitwarden-cli-to-create-login-items/</guid><description>&lt;p&gt;I read the docs for the &lt;a href=&#34;https://bitwarden.com/help/cli/&#34;&gt;Bitwarden CLI&lt;/a&gt;. All straightforward enough. But, I am not always clear-headed. Having, as I tend to do, skipped a step I was stalled for about 45 minutes trying to figure this out.&lt;/p&gt;
&lt;p&gt;I use the Bitwarden CLI regularly through a qutebrowser userscript (and rofi &amp;mdash; &lt;a href=&#34;https://github.com/qutebrowser/qutebrowser/blob/master/misc/userscripts/qute-bitwarden&#34;&gt;link to script&lt;/a&gt;) to log in to websites. I tend to never use it to create login items. It honestly looked like a pain. This morning, though, coffee in hand and new calendar on the wall, I decided to take a look at it. As I just mentioned, I managed to bork it up, and then decided to make it easier on myself.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t know how to make Bash scripts, but the magic of search engines resulted in this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;#!/usr/bin/env bash
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;read -p &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;New Item Name: &amp;#34;&lt;/span&gt; name
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;read -p &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;New Item URI: &amp;#34;&lt;/span&gt; uriname
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;read -p &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;New Item Username: &amp;#34;&lt;/span&gt; username
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;read -sp &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;New Item Password: &amp;#34;&lt;/span&gt; secret
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;echo &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{\&amp;#34;organizationId\&amp;#34;:null,\&amp;#34;collectionIds\&amp;#34;:null,\&amp;#34;folderId\&amp;#34;:null,\&amp;#34;type\&amp;#34;:1,\&amp;#34;name\&amp;#34;:\&amp;#34;&lt;/span&gt;$name&lt;span style=&#34;color:#e6db74&#34;&gt;\&amp;#34;,\&amp;#34;notes\&amp;#34;:\&amp;#34;\&amp;#34;,\&amp;#34;favorite\&amp;#34;:false,\&amp;#34;fields\&amp;#34;:[],\&amp;#34;login\&amp;#34;:{\&amp;#34;uris\&amp;#34;:[{\&amp;#34;match\&amp;#34;: null,\&amp;#34;uri\&amp;#34;: \&amp;#34;&lt;/span&gt;$uriname&lt;span style=&#34;color:#e6db74&#34;&gt;\&amp;#34;}],\&amp;#34;username\&amp;#34;:\&amp;#34;&lt;/span&gt;$username&lt;span style=&#34;color:#e6db74&#34;&gt;\&amp;#34;,\&amp;#34;password\&amp;#34;:\&amp;#34;&lt;/span&gt;$secret&lt;span style=&#34;color:#e6db74&#34;&gt;\&amp;#34;,\&amp;#34;totp\&amp;#34;:\&amp;#34;\&amp;#34;},\&amp;#34;secureNote\&amp;#34;:null,\&amp;#34;card\&amp;#34;:null,\&amp;#34;identity\&amp;#34;:null,\&amp;#34;reprompt\&amp;#34;:0}&amp;#34;&lt;/span&gt; &amp;gt; tmpItem.json
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;clear
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;encodedItem&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;$(&lt;/span&gt;cat tmpItem.json | bw encode&lt;span style=&#34;color:#66d9ef&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;bw create item $encodedItem
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;rm tmpItem.json
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This is just the basics. It only gets four things needed to create the login item: the name of the item, a single URI, a username, and a password. Those variables are thrown into a JSON file, encoded by Bitwarden, and transformed into a login item. The JSON file is deleted after.&lt;/p&gt;
&lt;p&gt;Now, I am not a security expert either. But, this gets the job done. I also use &lt;code&gt;bw generate -usln&lt;/code&gt; to make my passwords, so that helps. &lt;strong&gt;AND 2FA&lt;/strong&gt;. Don&amp;rsquo;t forget the 2FA.&lt;/p&gt;
&lt;p&gt;You can go complain about my naïve understanding of how Bash scripts and privacy work here on Codeberg: &lt;a href=&#34;https://codeberg.org/bbbhltz/newbw&#34;&gt;bbbhltz/newbw&lt;/a&gt;. I do hope this helps other beginners like myself.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>2022 in Review</title>
      <link>https://bbbhltz.codeberg.page/blog/2023/01/2022-in-review/</link>
      <pubDate>Sun, 01 Jan 2023 01:00:00 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2023/01/2022-in-review/</guid><description>&lt;p&gt;Hello out there, people of the World Wide Web!&lt;/p&gt;
&lt;p&gt;It is now 2023 here is France. I am wide awake and ready to write about 2022.&lt;/p&gt;
&lt;p&gt;2022 ripped by at warp speed, but my Millennial brain has managed to pick out a few titbits. This is a very unstructured flyover of those titbits.&lt;/p&gt;
&lt;p&gt;I warn you in advance, though, I might swear a little.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s get this show on the road!&lt;/p&gt;
&lt;h2 id=&#34;music&#34;&gt;Music&lt;/h2&gt;
&lt;p&gt;I listen to a lot of music. Most of the time on my DAP, but sometimes on my computer. You can get a better idea of my tastes over on &lt;a href=&#34;https://listenbrainz.org/user/pasdechance/&#34;&gt;ListenBrainz&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Despite my preference for all things electronic, IDM, Industrial, Metal, and such, my stand-out album of the year was from nerd-core hip-hop genius, &lt;strong&gt;Wordburglar&lt;/strong&gt;. I, too, hail from Canada&amp;rsquo;s ocean playground, and when I saw that Burgie dropped some tunes I stopped what I was doing and got my headphones out.&lt;/p&gt;
&lt;p&gt;First, check out that artwork. Gorgeous. Every track is a gem. Lyrically splendiferous songs about CDs and Sega and using the word &amp;ldquo;like.&amp;rdquo;&lt;/p&gt;
&lt;iframe style=&#34;border: 0; width: 350px; height: 786px;&#34; src=&#34;https://bandcamp.com/EmbeddedPlayer/album=3400171870/size=large/bgcol=333333/linkcol=ffffff/transparent=true/&#34; seamless&gt;&lt;a href=&#34;https://propsdept.bandcamp.com/album/burgonomic-2&#34;&gt;Burgonomic by Wordburglar&lt;/a&gt;&lt;/iframe&gt;
&lt;h2 id=&#34;films&#34;&gt;Films&lt;/h2&gt;
&lt;p&gt;I didn&amp;rsquo;t watch that many films this year, and I have a tendency to like everything I see. Whatever. Here are some films that I remember seeing.&lt;/p&gt;
&lt;h3 id=&#34;absolute-surprise-glad-i-didnt-see-the-trailers&#34;&gt;Absolute surprise, glad I didn&amp;rsquo;t see the trailers&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;These are films that I either had low expectations for, or no idea about before pressing play. &lt;strong&gt;Nope&lt;/strong&gt; was probably the most surprising.&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chip &amp;lsquo;N Dale: Rescue Rangers&lt;/li&gt;
&lt;li&gt;Everything Everywhere All at Once&lt;/li&gt;
&lt;li&gt;Nope&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;great-would-watch-again&#34;&gt;Great, would watch again&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;Films that were not horrible and lived up to the hype.&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Glass Onion
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;I know, lots of people were a little fed up with this one, but the actors did a great job.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Prey&lt;/li&gt;
&lt;li&gt;The Bob&amp;rsquo;s Burgers Movie&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;passable-with-caution&#34;&gt;Passable with caution&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;Meh.&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Doctor Strange in the Multiverse of Madness&lt;/li&gt;
&lt;li&gt;Pinocchio&lt;/li&gt;
&lt;li&gt;Sonic 2&lt;/li&gt;
&lt;li&gt;Thor: Love and Thunder&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;tv&#34;&gt;TV&lt;/h2&gt;
&lt;p&gt;I watched a lot more TV that I did films. Way too much, in fact. I would say that I have a great year of TV. I was hooked on the &lt;strong&gt;January 6th Hearings&lt;/strong&gt;. I was confused by &lt;strong&gt;Raised by Wolves&lt;/strong&gt; (and then confused again when it was cancelled) and &lt;strong&gt;Undone&lt;/strong&gt;. I laughed at the violence and vulgarity of &lt;strong&gt;Peacemaker&lt;/strong&gt;, &lt;strong&gt;The Pentaverate&lt;/strong&gt;, &lt;strong&gt;Human Resources&lt;/strong&gt;, and &lt;strong&gt;The Boys&lt;/strong&gt;. I was committed to &lt;strong&gt;Julia&lt;/strong&gt; and her butter. &lt;strong&gt;House of the Dragon&lt;/strong&gt; and &lt;strong&gt;The Rings of Power&lt;/strong&gt; were both great shows. I even liked &lt;strong&gt;Wednesday&lt;/strong&gt;. And, fuck the haters, &lt;strong&gt;Obi-Wan Kenobi&lt;/strong&gt; was perfectly fine.&lt;/p&gt;
&lt;p&gt;Every single &lt;strong&gt;Star Trek&lt;/strong&gt; series was great. Every one. &lt;strong&gt;Brave New Worlds&lt;/strong&gt; got off to a good start, &lt;strong&gt;Discovery&lt;/strong&gt; hasn&amp;rsquo;t lost strength, &lt;strong&gt;Lower Decks&lt;/strong&gt; developed story arks and characters, &lt;strong&gt;Prodigy&lt;/strong&gt; found its place too. Obviously &lt;strong&gt;Picard&lt;/strong&gt; had me breathless. Seeing John de Lancie on screen again with Sir Patrick Steward and Whoopie Goldberg, Brent Spiner killing it, and a cameo by Wil Wheaton. I was in tears at times and I cannot wait to see season three!&lt;/p&gt;
&lt;p&gt;And then there was &lt;strong&gt;Better Call Saul&lt;/strong&gt;. What can be said about that show? It was better than &lt;strong&gt;Breaking Bad&lt;/strong&gt;. A true experience. I was all set to call it the best of 2022 until&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ANDOR&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Holy. Fucking. Shit.&lt;/p&gt;
&lt;p&gt;I mean. Fuck. What a triumph. Every scene, character, angle; the music; the actors; the plots, subplots, and intrigue. Touching, thrilling, loaded with emotion. I even said, out loud, to my partner, &amp;ldquo;I don&amp;rsquo;t know how they can make it better.&amp;rdquo; And what did they do? Do you know what they did? Andy Fucking Serkis is what they did! Barefoot and bearded, portraying Kino Loy, and stealing the show. And, then&amp;hellip; &amp;ldquo;I can&amp;rsquo;t swim.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Holy. Fucking. Shit.&lt;/p&gt;
&lt;p&gt;Gut-wrenching. Brutal. Beautiful.&lt;/p&gt;
&lt;h2 id=&#34;some-tech-notes&#34;&gt;Some tech notes&lt;/h2&gt;
&lt;p&gt;I bought a &lt;a href=&#34;https://pine64.com/product/pinetime-smartwatch-sealed/&#34;&gt;PineTime&lt;/a&gt; this year. Absolutely zero regrets. It does what it is supposed to do. I admit that I didn&amp;rsquo;t see the draw to having a smartwatch of any kind, but I get it now. And the PineTime works very well. It might not be as fancy as other watches, but it is a worthwhile investment.&lt;/p&gt;
&lt;p&gt;I think the most useful tool in my tech box this year was &lt;a href=&#34;https://syncthing.net/&#34;&gt;Syncthing&lt;/a&gt;. I have been using it for quit awhile now (like, 2 or 3 years&amp;hellip;), but this year it really came through. It came through for me professionally and personally. Lifesaver, easy, free, open. All good.&lt;/p&gt;
&lt;p&gt;Finally, in the tech category, there is a video game series that I need to mention. There were no new releases in this series in 2022, but this series was my summer. &lt;strong&gt;Mega Man&lt;/strong&gt;. I bought 4 collections and &lt;strong&gt;Mega Man 11&lt;/strong&gt; on PlayStation. I would recommend them to anyone, young or old, looking for a nice, worry-free, challenge. I don&amp;rsquo;t know if I would recommend all the &lt;strong&gt;X&lt;/strong&gt; series, but definitely the first collection. The challenge is just right, the music is awesome, and it is a classic franchise that everyone should have a go at.&lt;/p&gt;
&lt;h2 id=&#34;the-news&#34;&gt;The News&lt;/h2&gt;
&lt;p&gt;I regularly read and collect news articles (using &lt;a href=&#34;https://wallabag.org/&#34;&gt;wallabag&lt;/a&gt;) to have on hand in class. I like to use them for debate, but also for reading (I am an ESL teacher) as students tend to have something to say about social networks and technology. Here are some of the articles I &lt;em&gt;wallabag&amp;rsquo;d&lt;/em&gt; this year. You will notice a theme: social networks and abusive technology. You will also notice that 2022 started off with a bit of an &lt;em&gt;oh my, is FB going to die?&lt;/em&gt; attitude. It did not.&lt;/p&gt;
&lt;p&gt;Furthermore, you will see that many these articles tend to come from similar sources (The Atlantic, The Guardian, The Globe and Mail, The Economist). This is not by design. I do not go hunting on sites for these articles. They are articles that come up on Mastodon, HN, Lobsters, et al. It makes me question just what kind of filter-bubble I am living in.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;: I did not search for alternative sources for these articles. I know I should be sharing non-paywalled links.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2022.01.02 - &lt;a href=&#34;https://privsec.dev/posts/android/f-droid-security-issues/&#34;&gt;F-Droid Security Issues&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.01.02 - &lt;a href=&#34;https://www.theguardian.com/science/2022/jan/02/attention-span-focus-screens-apps-smartphones-social-media&#34;&gt;Your attention didn&amp;rsquo;t collapse. It was stolen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.01.15 - &lt;a href=&#34;https://trungphan.substack.com/p/why-is-linkedin-so-cringe&#34;&gt;Why is LinkedIn so cringe? by Trung Phan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.02.08 - &lt;a href=&#34;https://ez.substack.com/p/mark-zuckerberg-is-a-liar-and-hes&#34;&gt;Mark Zuckerberg Is A Liar, And He&amp;rsquo;s Lying To You About The Metaverse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.02.24 - &lt;a href=&#34;https://www.theguardian.com/commentisfree/2022/feb/24/ive-been-waiting-15-years-for-facebook-to-die-im-more-hopeful-than-ever&#34;&gt;I&amp;rsquo;ve been waiting 15 years for Facebook to die. I&amp;rsquo;m more hopeful than ever by Cory Doctorow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.03.14 - &lt;a href=&#34;https://www.npr.org/2022/03/24/1088343332/tiktok-lawsuit-content-moderators?t=1648220484526&#34;&gt;Former TikTok moderators sue over emotional toll of &amp;rsquo;extremely disturbing&amp;rsquo; videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.03.17 - &lt;a href=&#34;https://www.npr.org/2022/03/27/1088140809/fake-linkedin-profiles?t=1648486318800&#34;&gt;The latest marketing tactic on LinkedIn: AI-generated faces&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.04.06 - &lt;a href=&#34;https://www.theguardian.com/us-news/2022/apr/06/gorilla-chicago-zoo-screen-time&#34;&gt;US zoo fears teen gorilla&amp;rsquo;s exposure to phones is behind anti-social behavior&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.04.15 - &lt;a href=&#34;https://arstechnica.com/tech-policy/2022/04/tiktok-under-us-government-investigation-on-child-sexual-abuse-material/&#34;&gt;TikTok under US government investigation over child sexual abuse material&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.04.18 - &lt;a href=&#34;https://lithub.com/the-digital-age-is-destroying-us/&#34;&gt;The Digital Age is Destroying Us&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.05.13 - &lt;a href=&#34;https://www.economist.com/leaders/2022/05/13/how-a-new-age-of-surveillance-is-changing-work&#34;&gt;How a new age of surveillance is changing work&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.05.20 - &lt;a href=&#34;https://www.profgalloway.com/tiktok-boom/&#34;&gt;TikTok Boom by Scott Galloway&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.05.25 - &lt;a href=&#34;https://www.hrw.org/report/2022/05/25/how-dare-they-peep-my-private-life/childrens-rights-violations-governments&#34;&gt;“How Dare They Peep into My Private Life?”: Children&amp;rsquo;s Rights Violations by Governments that Endorsed Online Learning During the Covid-19 Pandemic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.05.29 - &lt;a href=&#34;https://www.washingtonpost.com/technology/2022/05/29/molly-white-crypto/&#34;&gt;Molly White is becoming the crypto world&amp;rsquo;s biggest critic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.06.03 - &lt;a href=&#34;https://www.newyorker.com/culture/annals-of-inquiry/we-know-less-about-social-media-than-we-think&#34;&gt;How Harmful Is Social Media?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.06.12 - &lt;a href=&#34;https://www.devever.net/~hl/ruthlessness&#34;&gt;Computers are an inherently oppressive technology&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.06.14 - &lt;a href=&#34;https://www.nytimes.com/2022/06/14/style/log-off-movement-emma-lembke.html&#34;&gt;A New Student Movement Wants You to Log Off&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.06.16 - &lt;a href=&#34;https://jacobin.com/2022/06/internet-privatization-profit-centralization-democracy&#34;&gt;The Privatized Internet Has Failed Us&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.06.19 - &lt;a href=&#34;https://ravivyas.com/2022/06/19/web-3-is-flawed&#34;&gt;Web 3 is Flawed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.07.03 - &lt;a href=&#34;https://www.theguardian.com/global/2022/jul/03/is-your-smartphone-ruining-your-memory-the-rise-of-digital-amenesia&#34;&gt;Is your smartphone ruining your memory? A special report on the rise of ‘digital amnesia&amp;rsquo;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.07.29 - &lt;a href=&#34;https://uxdesign.cc/i-was-on-tiktok-for-30-days-it-is-manipulative-addictive-and-harmful-to-privacy-9e25445a9122&#34;&gt;I was on TikTok for 30 days: it is manipulative, addictive, and harmful to privacy by Luiza Jarovsky&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.08.09 - &lt;a href=&#34;https://adguard.com/en/blog/smart-tv-ad-blocking.html&#34;&gt;The downfall of smart TVs: From promises of seamless viewing to ad tool on steroids&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.08.16 - &lt;a href=&#34;https://www.npr.org/2022/08/16/1117650184/twitch-streamers-burnout-video-games?t=1660717645954&#34;&gt;Twitch Streamers are burning out and logging off&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.08.22 - &lt;a href=&#34;https://stockapps.com/blog/google-tracks-39-types-of-private-data-the-highest-among-big-tech-companies/&#34;&gt;Google Tracks 39 Types of Private Data, the Highest Among Big Tech Companies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.08.23 - &lt;a href=&#34;https://arstechnica.com/tech-policy/2022/08/privacy-win-for-students-home-scans-during-remote-exams-deemed-unconstitutional/&#34;&gt;Scanning students&amp;rsquo; homes during remote testing is unconstitutional, judge says&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.08.26 - &lt;a href=&#34;https://www.theglobeandmail.com/business/article-nft-market-value-collapse/&#34;&gt;How much would you pay for this? NFT market in the dumps after exploding in popularity last year&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.08.29 - &lt;a href=&#34;https://www.theatlantic.com/family/archive/2022/08/nude-beaches-denmark-france-popularity/671275/&#34;&gt;Is the Internet Killing the Nude Beach?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.09.19 - &lt;a href=&#34;https://www.businessinsider.com/gen-z-uses-tiktok-over-google-but-videos-contain-misinformation-2022-9?r=US&amp;amp;IR=T&#34;&gt;Gen Z Uses TikTok Over Google but 20% of Videos Contain Misinformation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.09.19 - &lt;a href=&#34;https://www.businessinsider.com/social-media-costing-children-one-night-sleep-study-2022-9?r=US&amp;amp;IR=T&#34;&gt;Social Media May Be Costing Children 1 Night of Sleep a Week: Study&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.10.14 - &lt;a href=&#34;https://mattlabash.substack.com/p/a-neo-luddites-lament&#34;&gt;A Neo-Luddite&amp;rsquo;s Lament&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.10.31 - &lt;a href=&#34;https://www.businessinsider.com/facebook-has-hidden-tool-to-delete-your-phone-number-email-2022-10?r=US&amp;amp;IR=T&#34;&gt;Facebook Has a Hidden Tool to Delete Your Phone Number, Email&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.11.27 - &lt;a href=&#34;https://www.psypost.org/2022/11/smartphone-addiction-linked-with-lower-cognitive-abilities-less-self-control-and-worse-psychological-well-being-64400&#34;&gt;Smartphone addiction linked with lower cognitive abilities, less self-control, and worse psychological well-being&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.11.29 - &lt;a href=&#34;https://www.marketwatch.com/story/it-was-not-sustainable-or-real-tech-layoffs-approach-great-recession-levels-11669741730&#34;&gt;Tech layoffs approach Great Recession levels: &amp;lsquo;It was not sustainable or real&amp;rsquo;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.12.09 - &lt;a href=&#34;https://eiara.nz/posts/2022/Dec/09/a-case-study-on-raspberry-pis-incident-on-the-fediverse/&#34;&gt;A Case Study on Raspberry Pi&amp;rsquo;s Incident on the Fediverse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.12.16 - &lt;a href=&#34;https://www.wired.com/story/digital-nomad-village-madeira-portugal/#intcid=_wired-verso-hp-trending_70a55423-5cb1-4462-a3a3-809a5ae6b7bc_popular4-1&#34;&gt;Welcome to Digital Nomadland&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.12.19 - &lt;a href=&#34;https://www.nbcnewyork.com/investigations/face-recognition-tech-gets-girl-scout-mom-booted-from-rockettes-show-due-to-her-employer/4004677/&#34;&gt;MSG&amp;rsquo;s Facial Recognition at Radio City Gets Girl Scout Mom Kicked Out&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.12.19 - &lt;a href=&#34;https://www.theatlantic.com/technology/archive/2022/12/kmart-yahoo-partnership-gen-x-e-business/672506/&#34;&gt;The Internet Is Kmart Now&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.12.20 - &lt;a href=&#34;https://www.economist.com/christmas-specials/2022/12/20/the-new-tech-worldview&#34;&gt;The new tech worldview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;2022.12.22 - &lt;a href=&#34;https://crookedtimber.org/2022/12/22/no-laptops-no-phones/&#34;&gt;No laptops, no phones.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Coolpad Cool S</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/11/coolpad-cool-s/</link>
      <pubDate>Wed, 30 Nov 2022 21:50:00 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/11/coolpad-cool-s/</guid><description>&lt;p&gt;I am in the market for a new phone.&lt;/p&gt;
&lt;p&gt;One of the phones I nearly purchased is the &lt;a href=&#34;https://murena.com/shop/smartphones/brand-new/murena-one/&#34;&gt;Coolpad Cool S&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Wait.&lt;/p&gt;
&lt;p&gt;Sorry.&lt;/p&gt;
&lt;p&gt;That link isn&amp;rsquo;t right.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This&lt;/em&gt; is the &lt;a href=&#34;https://www.gsmarena.com/coolpad_cool_s-10685.php&#34;&gt;Coolpad Cool S&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You &lt;em&gt;might&lt;/em&gt; have noticed a striking similarity between these devices.&lt;/p&gt;
&lt;p&gt;Look. See?&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/coolpad-cool-s//images/coolpad/coool.png&#34; alt=&#34;Phone comparison&#34;&gt;
    &lt;figcaption&gt;Are you seeing it?&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Moving on.&lt;/p&gt;
&lt;p&gt;I did not buy that &lt;strike&gt;rectangle&lt;/strike&gt; phone, nor did I buy the phone that is not that phone.&lt;/p&gt;
&lt;p&gt;Why am I not saying the name of the phone that is not the Coolpad Cool S. Well, for one, they are not &lt;em&gt;exactly&lt;/em&gt; the same. It looks like one has a bigger battery than the other. The other reason I don&amp;rsquo;t want to explicitly type out the name of the company that makes the phone that is not the Coolpad Cool S is because they are trying to take things in the right direction. They really are. If it gets people thinking outside of the Android/iOS box, that cannot be a bad thing.&lt;/p&gt;
&lt;p&gt;You might have also seen a pricing difference. I was uncertain, so I did the math:&lt;/p&gt;
&lt;p&gt;$$\because \newline 350 - 160 = 190 \newline \therefore \newline 350 &amp;gt; 160$$&lt;/p&gt;
&lt;p&gt;Why pay more, right?&lt;/p&gt;
&lt;p&gt;Moving on, &lt;em&gt;iterum&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;We are not all so naïve. I&amp;rsquo;m sure that many of you have seen a phone exactly like you own, but with a different logo on it. I have. It is abundantly clear that many &lt;abbr title=&#34;Original Equiment Manufacturer&#34;&gt;OEM&lt;/abbr&gt;s sell us devices that they did not concoct in their secret labs. This is where &lt;abbr title=&#34;Original Design Manufacturer&#34;&gt;ODM&lt;/abbr&gt;s come into play.&lt;/p&gt;
&lt;p&gt;I only just learned about this in the last few hours. Clicking around the web, as one does at work, I came across an &lt;a href=&#34;https://old.reddit.com/r/Android/comments/ky9xkh/rise_of_thirdparty_phone_designs_odms/&#34;&gt;old-ish post on Reddit&lt;/a&gt; which linked to &lt;a href=&#34;https://nokiamob.net/2021/01/17/large-number-of-modern-phones-including-nokia-are-designed-by-odm-companies/&#34;&gt;an article on Nokiamob.net&lt;/a&gt; which states that&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;in 2019, some 9% of Samsung phones were designed by ODM companies, 17% of Huawei devices, 49% of LG devices, and most importantly 54% of Nokia devices. In 2020, the percentage rose and now some 22% of Samsung devices, 18% of Huawei, 74% of Xiaomi, 89% of Lenovo, and 88% of Nokia phones are designed outside of the house. This means that the brand OEM is just tuning the details, but companies like Wingtech is doing all the rest.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/coolpad-cool-s/https://i0.wp.com/nokiamob.net/wp-content/uploads/2021/01/Nokia-Out-of-the-house-Design.jpg&#34; alt=&#34;Table comparing OEM to ODM showing rise in use of ODMs&#34;&gt;

&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;After that, I thought I would look up one of the phones I was considering. It was as easy as heading over to &lt;a href=&#34;https://www.gsmarena.com&#34;&gt;GSMArena&lt;/a&gt; and using their &amp;ldquo;Phone Finder&amp;rdquo; tool to look up devices with the same processor, a fingerprint scanner on the side, a 48MP camera, etc. and &lt;em&gt;poof&lt;/em&gt;, there it was: a near identical match the phone I was looking into purchasing.&lt;/p&gt;
&lt;p&gt;Well. It pays to look around and do your research. I do hope that the next phone from the company that does not sell the Coolpad Cool S is worth the price they ask for it.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Crosscall</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/11/crosscall/</link>
      <pubDate>Sun, 27 Nov 2022 22:00:00 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/11/crosscall/</guid><description>&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;I do not own any of the devices mentioned below. While searching for new phone I came across a brand that I have known about for some time, but never considered as I am not a target customer. I was, however, wowed by the presentation of their website and repairability promises. The more I read, the more I found myself convinced by this French brand. I am strongly considering becoming their next customer.&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/LOGO.svg&#34; alt=&#34;&#34;&gt;

&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Crosscall&lt;/strong&gt; is an ethical mobile device manufacturer that targets segments of the population who need something more rugged than a regular black rectangle. This French company stands out from the crowd with its devices and commitments in different fields. There is strong competition in the sector globally, and the market for such devices is growing. &lt;strong&gt;Crosscall&lt;/strong&gt; will soon be one of the few manufacturers making phones in France instead of China.&lt;/p&gt;
&lt;p&gt;By sticking to their commitments, &lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s customer base will likely grow. Innovation in their field should remain their constant, and more presence on social networks (even alternative ones) to share these innovations would be a plus.&lt;/p&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Shopping for a new smartphone is only as hard as you make it. Looking closely at the details of each device, while ignoring their similar exteriors, is easy for consumers, but hard for shoppers. The difference being that consumers are generally well-informed, until they are confronted with an overwhelming number of similar products as a shopper. Smartphones are all very similar in appearance &amp;mdash; ubiquitous black rectangles &amp;mdash; with some exceptions: the somewhat recent arrival of foldable smartphones, and the &amp;ldquo;rugged&amp;rdquo; phones.&lt;/p&gt;
&lt;p&gt;This is a brief report on the French company, &lt;strong&gt;Crosscall&lt;/strong&gt;, and their smartphone offer (using their latest device, the Core-Z5, as an example). We will look at the company, their products, their competition, and overall presentation. That will be followed up with a conclusion and recommendations. The goal of this report is to underline that &amp;mdash; despite outward appearances, limited target market, and high prices &amp;mdash; &lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s range of devices deserves consideration when shopping for a new smartphone.&lt;/p&gt;
&lt;h2 id=&#34;details&#34;&gt;Details&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Crosscall&lt;/strong&gt; was founded in 2009 by &lt;a href=&#34;https://www.linkedin.com/in/cyril-vidal-94712020/&#34;&gt;Cyril Vidal&lt;/a&gt;. Since then, they have designed &lt;a href=&#34;https://www.crosscall.com/en_FR/userguides/&#34;&gt;over 25 different mobile devices along with 20 different accessories&lt;/a&gt;. They have (or have had) contracts with &lt;strong&gt;Decathlon&lt;/strong&gt;, the &lt;strong&gt;SNCF&lt;/strong&gt;, the &lt;strong&gt;French Ministry of the Interior&lt;/strong&gt; and &lt;a href=&#34;https://www.crosscall.com/en_FR/nos-references.html&#34;&gt;many others&lt;/a&gt;. One of their devices, the &lt;a href=&#34;https://www.crosscall.com/en_FR/action-x5-1001020701220.html&#34;&gt;Action-X5&lt;/a&gt;, &lt;a href=&#34;https://ifdesign.com/en/winner-ranking/project/action-x5/350158&#34;&gt;won the &lt;strong&gt;iF Design&lt;/strong&gt; award&lt;/a&gt; for telecommunications product in 2022. The current VP, David Eberlé, is the former president of Samsung Electronics France.&lt;/p&gt;
&lt;p&gt;This company, one of the few French mobile phone brands (Kapsys, Wiko, Archos, Murena, and Thomson are a few others), sets itself apart in more than one way. The first being that they are &lt;a href=&#34;https://www.lefigaro.fr/societes/crosscall-va-produire-ses-premiers-smartphones-en-france-20221125&#34;&gt;moving production from China to France in 2023&lt;/a&gt;, a unique endeavour.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The brand had the choice between &amp;ldquo;doubling its workforce in Asia to ensure quality control or relocating the facility and strengthening the value chain.&amp;rdquo; An industrial choice, but also a societal one. The company is following the trend of promoting projects aimed at restoring France&amp;rsquo;s digital and industrial sovereignty.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The other unique features of the company are their promises and the very devices they make.&lt;/p&gt;
&lt;h3 id=&#34;fundamental-uniqueness&#34;&gt;Fundamental Uniqueness&lt;/h3&gt;
&lt;p&gt;It is so common for a company to make promises regarding the 3Ps (people, planet, and profit; the foundation of Corporate Social Responsibility) that we take it for granted. Most companies have a page on their website dedicated to this purpose. &lt;strong&gt;Crosscall&lt;/strong&gt; does not differ here. Their promises do, however.&lt;/p&gt;
&lt;p&gt;Manufacturers of any device tend to propose warranties. &lt;strong&gt;Crosscall&lt;/strong&gt; one-ups this trend by offering a 5-year warranty and 10 years of replacement parts (on their most recent 5-series). This is an effort to fight against planned obsolescence they refer to as their &amp;ldquo;greatest promise:&amp;rdquo;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;As well as reflecting the durability of our products, this warranty could make a real difference on the telephony market, where the duration of manufacturers&amp;rsquo; warranties for the majority of phones is still only two years. At Crosscall we strive to design devices that last, so that we can move away from the current cycle of feverish smartphone replacement, which is much too fast and bad for the planet.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And, naturally, &lt;strong&gt;Crosscall&lt;/strong&gt; guarantees 3 years of security patches and one major Android update.&lt;/p&gt;
&lt;p&gt;Their other commitments are detailed in their CSR report (&lt;a href=&#34;https://www.crosscall.com/en_FR/engagements-rse.html&#34;&gt;download at the bottom of this page&lt;/a&gt;) where they talk about offsetting the environmental impact of production through a &amp;ldquo;second life&amp;rdquo; program (refurbished phones) and contributing to sustainable development goals by providing spare parts. They use packaging without plastic and plant-based inks. Sea-based transportation methods are used. They also train all employees in cybersecurity.&lt;/p&gt;
&lt;p&gt;The fundamental uniqueness behind these buzzwords is the 5-year warranty, availability of spare parts, and the right to repair your own device. This is in contrast to other big brands that glue their phones shut. The most recent model, the Core-Z5, can be disassembled and repaired using a single Phillips-head screwdriver.&lt;/p&gt;
&lt;h3 id=&#34;smartphones-and-accessories&#34;&gt;Smartphones and Accessories&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s range of consumer products &amp;mdash; which includes &lt;a href=&#34;https://www.crosscall.com/en_FR/mobiles/smartphones/&#34;&gt;smartphones&lt;/a&gt;, &lt;a href=&#34;https://www.crosscall.com/en_FR/mobiles/mobiles/&#34;&gt;feature phones&lt;/a&gt;, &lt;a href=&#34;https://www.crosscall.com/en_FR/mobiles/tablet/&#34;&gt;tablets&lt;/a&gt; and a growing collection of &lt;a href=&#34;https://www.crosscall.com/en_FR/accessories/&#34;&gt;accessories&lt;/a&gt; &amp;mdash; are all designed around &amp;ldquo;rising to the challenge&amp;rdquo; and durability, while &amp;ldquo;prioritising [their] users&amp;rsquo; needs&amp;rdquo;. A clear visual identity is observed across the range. The naming scheme is consistent as well.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/devices.png&#34; alt=&#34;Crosscall Devices&#34;&gt;
    &lt;figcaption&gt;Selecton of Crosscall devices, clockwise from top left, Core-S4, Core-T5, Core-X5, Core-Z5, Action-X5, X-Vibes&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;A universal sign of durability in 2022 is the &lt;a href=&#34;https://bbbhltz.codeberg.page/images/crosscall/IPRatings.jpg&#34;&gt;IP rating&lt;/a&gt; and meeting the &lt;a href=&#34;https://mil810.com/versions/mil-std-810-h/&#34;&gt;MIL-STD-810 H&lt;/a&gt; military standards &amp;mdash; the eighth version of the test standard most commonly used to determine if a product can withstand the effects of difficult environmental conditions. All of &lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s devices have an IP rating, and most of their mobile devices meet the military standards.&lt;/p&gt;
&lt;p&gt;These ratings are important because of &lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s target market: extreme sports enthusiasts, military, police, firefighters, paramedics, and anyone who works or plays in harsh conditions. Communicating with their target market is done mostly through ambassadors and events (&lt;em&gt;as far as I can tell&lt;/em&gt;). A person needing this kind of device would likely go to them out of need for a rugged device. As such, finding reviews of their products is not as easy as finding a review for a recent model by more popular brands. &lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s website is well-designed and up-to-date compared to some of their &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall/#competitors&#34;&gt;competitors&lt;/a&gt; and their &lt;a href=&#34;https://yewtu.be/channel/UCXr5t3EKnRyuXHCLe18yZ4g&#34;&gt;YouTube channel&lt;/a&gt; is slowly filling with informative videos, interviews, unboxings, events, and the like.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s devices are built upon a magnesium chassis with an I-beam inspired shape, inside a polycarbonate and thermoplastic elastomer body. As can be expected, the screens are usually &lt;em&gt;Corning Gorilla Glass&lt;/em&gt; that allow for glove- and wet-touch. The devices are tested in &lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s own lab in an effort to confirm the device will last 5 years: e.g. 300 1.2-metre drops on concrete, heat, cold, immersion in water, scratches, etc.&lt;/p&gt;
&lt;p&gt;Additionally, a feature of &lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s devices is their compatible with a collection of accessories that leverage Magconn™ technology for recharging. They call it &lt;strong&gt;X-LINK&lt;/strong&gt; and combine it with a clip called the &lt;strong&gt;X-BLOCKER&lt;/strong&gt; to secure your device to an external battery, car or bicycle attachments, selfie-sticks, armbands, chest harnesses, and a docking station. This is an attractive and unique proposition in a world where purchasing accessories made by 3&lt;sup&gt;rd&lt;/sup&gt; parties can (somehow) void warranties or damage your device.&lt;/p&gt;
&lt;h3 id=&#34;the-rugged-phones-market&#34;&gt;The Rugged Phones Market&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Crosscall&lt;/strong&gt; faces both direct and indirect competition. Direct competitors focus on rugged devices and target a similar segment of the population. American manufacturer &lt;strong&gt;Caterpillar&lt;/strong&gt;, like &lt;strong&gt;Crosscall&lt;/strong&gt;, targets logistics, health, agriculture, construction, security and production industries. China&amp;rsquo;s &lt;strong&gt;Ulefone&lt;/strong&gt; targets those same segments as well as the extreme sports enthusiasts that &lt;strong&gt;Crosscall&lt;/strong&gt; also targets. There are additional direct competitors, like &lt;strong&gt;Blackview&lt;/strong&gt;, that make rugged devices as well as non-rugged smartphones.&lt;/p&gt;
&lt;p&gt;Both &lt;strong&gt;Caterpillar&lt;/strong&gt; and &lt;strong&gt;Ulefone&lt;/strong&gt; include &lt;abbr title=&#34;Forward-looking infrared&#34;&gt;FLIR&lt;/abbr&gt; in their devices, making them more suited to certain industries than others.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/tabler-icon-device-mobile.svg&#34; alt=&#34;Phone Icon&#34;&gt;

&lt;br&gt;Phone&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/tabler-icon-shield.svg&#34; alt=&#34;Shield Icon&#34;&gt;

&lt;br&gt;IP rating&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/tabler-icon-dimensions.svg&#34; alt=&#34;Screen Size Icon&#34;&gt;

&lt;br&gt;Screen&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/tabler-icon-device-camera-phone.svg&#34; alt=&#34;Camera Icon&#34;&gt;

&lt;br&gt;Camera&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/tabler-icon-cpu.svg&#34; alt=&#34;CPU Icon&#34;&gt;

&lt;br&gt;Chipset&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/tabler-icon-device-mobile-charging.svg&#34; alt=&#34;Battery Icon&#34;&gt;

&lt;br&gt;Battery&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/tabler-icon-receipt-2.svg&#34; alt=&#34;Price Icon&#34;&gt;

&lt;br&gt;Price&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/CoreZ5_01.png&#34; alt=&#34;Photo of Crosscall Core Z5&#34;&gt;

&lt;br&gt;Crosscall Core Z5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;IP68&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6.08&amp;quot;&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;48 MP&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Qualcomm QCM6490&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;4,950 mAh&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;€800&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/CatS53.png&#34; alt=&#34;Photo of CAT S53&#34;&gt;

&lt;br&gt;CAT S53&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;IP68/IP69K&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6.5&amp;quot;&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;48 MP&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Qualcomm SM4350 Snapdragon 480&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;5,500 mAh&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;€530&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/Ulefone18t.png&#34; alt=&#34;Photo of Ulefone Armor 18T&#34;&gt;

&lt;br&gt;Ulefone Power Armor 18T&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;IP68/IP69K&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;6.58&amp;quot;&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;108 MP&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;MediaTek Dimensity 900&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;9,600 mAh&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;€640&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Crosscall&lt;/strong&gt;&amp;rsquo;s screen, battery, and camera are less impressive than the others above, but comes with a (slightly) newer SoC (the QCM6490 was announced 6 months later than the Snapdragon 480 &amp;mdash; 7 June 2021 and 4 January 2021, respectively; the Dimensity 900 was announced in May 2020).&lt;/p&gt;
&lt;p&gt;The market for rugged phones is growing, so the list of competitors will likely grow as well. This is due to growth in the &amp;ldquo;oil &amp;amp; gas, aerospace, automotive, transportation, telecommunications, and logistics [industries, and] owing to the fact that rugged phones are water-resistant, dust-proof, and can operate against shock and extreme temperatures.&amp;rdquo;&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall//images/crosscall/rugged-phones-market.png&#34; alt=&#34;Rugged Phones Market, Source: Research and Markets&#34;&gt;
    &lt;figcaption&gt;Rugged Phone Market Growth, Source: Markets and Reseearch&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;CNET reported in June 2021 that rugged phones have &amp;ldquo;gone from oddball to mainstream&amp;rdquo;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;No matter how elaborate or expensive a phone you buy, the manufacturer generally assumes you&amp;rsquo;ll take it upon yourself to immediately swaddle it in an after market case, so it can survive daily use. There&amp;rsquo;s no other consumer electronic product that leaves the factory so not ready for the real world.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;They also pointed out that it is not just the &lt;em&gt;ruggedness&lt;/em&gt; and lack of need for a case that draw users to these devices, but the presence of other niche features like programmable buttons, thermal imaging cameras, dual SIM card trays, and replaceable batteries.&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;In addition to the companies mentioned above, other competitors in this sector are Kyocera, DOOGEE, OUKITEL, Juniper Systems, AGM Mobile, Sonim, Zebra, and Unitech Electronics.&lt;/p&gt;
&lt;h3 id=&#34;price-range-and-availability&#34;&gt;Price Range and Availability&lt;/h3&gt;
&lt;p&gt;The number of phones in the same price range as the Core-Z5 &amp;mdash; ~€800 &amp;mdash; is limitless. Many shops (&lt;em&gt;in France&lt;/em&gt;) dedicate the most space on the shelves to two brands: Samsung and Xiaomi. These devices, due to their price, are indirect competitors. Some customers tend to buy with their wallets and may, when presented with the option, put their money on a more well-known device and name brand, like the &lt;a href=&#34;https://www.gsmarena.com/samsung_galaxy_s21_fe_5g-10954.php&#34;&gt;&lt;strong&gt;Samsung Galaxy S21 FE 5G&lt;/strong&gt;&lt;/a&gt; and the &lt;a href=&#34;https://www.gsmarena.com/xiaomi_12t_pro-11887.php&#34;&gt;&lt;strong&gt;Xiaomi 12T Pro&lt;/strong&gt;&lt;/a&gt;, which can be purchased in-store more readily than &lt;strong&gt;Crosscall&lt;/strong&gt; devices.&lt;/p&gt;
&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;Based solely on personal observation, it can be said that &lt;strong&gt;Crosscall&lt;/strong&gt; devices are not easy to test hands-on. Even here in France, home of the brand, stores generally do not keep the devices on display. In my area, the main electronic shops do not have any models in stock.&lt;/div&gt;
&lt;/div&gt;

&lt;h3 id=&#34;overall-presentation&#34;&gt;Overall Presentation&lt;/h3&gt;
&lt;p&gt;Aside from a handful of English errors (typos really), the only thing negative that can be said about the &lt;strong&gt;Crosscall&lt;/strong&gt; website is that it is &lt;em&gt;not&lt;/em&gt; lite. Similar to other rugged phone manufacturers, &lt;strong&gt;Crosscall&lt;/strong&gt; has opted to give as much information as possible, in the shiniest way possible. Scrolling down the product page for the &lt;a href=&#34;https://www.crosscall.com/en_FR/core-z5-1001011601265.html&#34;&gt;Core-Z5&lt;/a&gt; reveals animations and videos. The photos of the device are &lt;a href=&#34;https://bbbhltz.codeberg.page/images/crosscall/bigZ5.png&#34;&gt;large enough to make out the details&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The entire website is designed to give you more than enough information to make your decision. The company comes off as proud, trustworthy, and transparent. With great detail, however, comes great resources. &lt;a href=&#34;https://www.websitecarbon.com/website/crosscall-com/&#34;&gt;Website Carbon Calculator&lt;/a&gt; rates their website as &amp;ldquo;dirtier than 65% of the web pages tested&amp;rdquo; but also states the website is running on sustainable energy. &lt;a href=&#34;https://ecograder.com/report/h4R373LsNKYGoE4PBGI3Tj3N&#34;&gt;Ecograder&lt;/a&gt; gives the site a 78/100 with some points of improvement. &lt;a href=&#34;https://gtmetrix.com/reports/www.crosscall.com/rIvyFmOH/&#34;&gt;GTmetrix&lt;/a&gt; gives the site a D ranking with an uncompressed size of 6.69MB.&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Crosscall&lt;/strong&gt; is a serious company that will likely branch out into other sectors. Their consumer devices that come with guarantees and repairability promises make them excellent choices, and the company&amp;rsquo;s focus on CSR and transparency does not go unnoticed.&lt;/p&gt;
&lt;p&gt;While the style and design of the objects are not what the average smartphone customers are accustomed to, they are necessary in order to achieve durability and ratings, such as the IP ratings.&lt;/p&gt;
&lt;p&gt;In conclusion, &lt;strong&gt;Crosscall&lt;/strong&gt; is undeserving of being under the radar, but does have to keep on eye on their competitors who have different ratings and features, pricing, and communication strategies.&lt;/p&gt;
&lt;h2 id=&#34;recommendations&#34;&gt;Recommendations&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Crosscall&lt;/strong&gt; must maintain its visual identity. Changing would be a mistake. An optimistic recommendation would be to push into other sectors and create a less angular device, but other telephone manufacturers tried changing their style, and &lt;a href=&#34;https://bgr.com/general/worst-smartphone-ever-blackberry-storm/&#34;&gt;we have not forgetten the BlackBerry Storm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Without a doubt, &lt;strong&gt;Crosscall&lt;/strong&gt; must continue making devices that go beyond the call of duty. Why have an IP68 rating when there are competitors with IP69 ratings? With each device, they must do something better than the competition as they have done in the past.&lt;/p&gt;
&lt;p&gt;A small suggestion would be a price breakdown of a device on their blog. Not one of the recent devices, but perhaps one of the discontinued models. Give us the transparency provided throughout the website. What was the cost of the device? How much time went into design? How many prototypes before finding the right balance? These are things consumers need to know in order to accept paying the price for these devices. The prices are, however, acceptable.&lt;/p&gt;
&lt;p&gt;Communication needs a small boost. &lt;strong&gt;Crosscall&lt;/strong&gt; has ambassadors, and is present at events, but finding reviews online is not easy, nor is finding a store where the device is on display. YouTube has some video reviews, and there are written reviews on different sites, but consumers need to have more than Amazon reviews to rely upon. If &lt;strong&gt;Crosscall&lt;/strong&gt; is opposed to &lt;em&gt;oversharing&lt;/em&gt; on social media, perhaps considering an alternative social network, like Mastodon, would be an option. An area where less would certainly be more is the website: Perhaps a &amp;ldquo;lite&amp;rdquo; version is in order for 2023.&lt;/p&gt;
&lt;h2 id=&#34;links&#34;&gt;Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.crosscall.com/en_FR/&#34;&gt;CROSSCALL Homepage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.linkedin.com/company/crosscall/&#34;&gt;CROSSCALL on LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://nitter.lacontrevoie.fr/crosscallmobile&#34;&gt;CROSSCALL on Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://yewtu.be/channel/UCXr5t3EKnRyuXHCLe18yZ4g&#34;&gt;CROSSCALL on YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.facebook.com/crosscall/&#34;&gt;CROSSCALL on Facebook&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.prnewswire.com/news-releases/worldwide-rugged-phones-industry-to-2027---rising-5g-deployments-to-complement-the-growth-are-driving-the-market-301248461.html&#34;&gt;Worldwide Rugged Phones Industry to 2027 - Rising 5G Deployments to Complement the Growth are Driving the Market&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.cnet.com/tech/mobile/rugged-phones-used-to-be-clunky-bricks-now-theyre-the-cool-sleeper-choice/&#34;&gt;These are rugged times, here are the best rugged phones for them&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/11/crosscall/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>A New Phone, or, Overthinking Future Purchases</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/11/a-new-phone-or-overthinking-future-purchases/</link>
      <pubDate>Thu, 17 Nov 2022 17:50:00 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/11/a-new-phone-or-overthinking-future-purchases/</guid><description>&lt;h2 id=&#34;the-quest-begins&#34;&gt;The Quest Begins&lt;/h2&gt;
&lt;p&gt;It pains me to even think about embarking on this quest. There is nothing &lt;em&gt;wrong&lt;/em&gt; with my phone. I will keep it until it honestly and truly bites the dust. A series of things have led me to once again start thinking about replacing it. The first being that it looks like the phone is bent. I cannot tell if the battery is swelling, or if my son damaged it when he tossed it across the room (not to break it, he did one of those, &amp;ldquo;here daddy, catch&amp;rdquo; things&amp;hellip;and I have the reaction speed of a sloth). The second is the battery. Only a week ago, by battery lasted up to four days. Even with lots of browsing. For me, battery life is one of the key aspects of a mobile device. Then, an upgrade was pushed to the device and that was that. Battery life is breakfast until lunch now. Quite a pain, to be honest.&lt;/p&gt;
&lt;p&gt;I spend a lot of time pre-buying. I keep track of new devices and read reviews regularly, in the event that my phone dies. It is quite an ordeal if you even care a little about one or two features.&lt;/p&gt;
&lt;p&gt;Do I want a phone with a nice camera? Should I try out an iPhone? Is there a screen size I want? What&amp;rsquo;s my budget? Do I need a headphone jack?&lt;/p&gt;
&lt;p&gt;All of this is confounded in certain countries with &lt;a href=&#34;https://en.wikipedia.org/wiki/SIM_lock&#34;&gt;SIM locking&lt;/a&gt;. Or how some models of phones will not work with some carriers. How can this be a thing? I know that this is the situation for some people in North America. I cannot imagine getting a new device only to find out it will not work with my carrier. It makes my blood boil thinking about it.&lt;/p&gt;
&lt;p&gt;Luckily, there is a thing called &lt;em&gt;the Internet&lt;/em&gt; and some kind people keep track of this on sites like &lt;a href=&#34;https://willmyphonework.net/&#34;&gt;https://willmyphonework.net/&lt;/a&gt; in order to take the hassle out of things and leave the question of &amp;ldquo;&lt;a href=&#34;https://en.wikipedia.org/wiki/Cellular_frequencies&#34;&gt;what is a band?&lt;/a&gt;&amp;rdquo; to searchable databases.&lt;/p&gt;
&lt;p&gt;This is something that I haven&amp;rsquo;t needed to worry about for a long time, though. Where I live I can walk down to a shop and test drive several dozen different phones. Well, they are all in demo mode, but at least I can have an idea.&lt;/p&gt;
&lt;p&gt;I know I am digressing, but I want to underline again how different the purchasing experience can be with another example. Where I am from in Canada, many of the people I know simply get their phone through their carrier. They tell me that it is &amp;ldquo;free,&amp;rdquo; but they pay for it over two years on their bill. Worst of all, the lack of choice. My mother, an elderly person who uses her phone for &lt;em&gt;phoning&lt;/em&gt; was talked into a flagship Samsung after being offered a selection of three Samsung devices.&lt;/p&gt;
&lt;p&gt;Now, back to it&amp;hellip;&lt;/p&gt;
&lt;h2 id=&#34;whats-my-thing&#34;&gt;What&amp;rsquo;s my thing?&lt;/h2&gt;
&lt;p&gt;Photo quality? Screen size? Removable battery? I already mentioned that battery life is important to me, so we can add that to my list of requirements. Despite being &lt;em&gt;versed&lt;/em&gt; (notice I didn&amp;rsquo;t say &lt;em&gt;well-versed&lt;/em&gt;) in the worlds of phones, I am ignorant to many things&amp;hellip;&lt;/p&gt;
&lt;p&gt;Take, for example, &lt;a href=&#34;https://www.cnet.com/tech/mobile/samsung-galaxy-s22-ultra-review/&#34;&gt;this review of a phone&lt;/a&gt;, where it states:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Galaxy S22 Ultra runs on Qualcomm&amp;rsquo;s Snapdragon 8 Gen 1 processor in the US and Samsung&amp;rsquo;s Exynos processors in some other regions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You cannot see me, and reading a stranger&amp;rsquo;s words on a blog like this tells you very little about the person. But, if you could see me, you would be able to tell by the neutral expression on my face that I don&amp;rsquo;t know what that means.&lt;/p&gt;
&lt;p&gt;Who is that review even for? I would love to make one of those hidden camera videos with an elderly person being sent into a store to buy a phone and see the reaction of the salesperson when grandpa says, &amp;ldquo;I want the newest Snapdragon, not that Exynos rubbish!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I saved myself the trouble and didn&amp;rsquo;t bother reading that review. I don&amp;rsquo;t want a flagship smartphone. That is not my thing.&lt;/p&gt;
&lt;p&gt;My thing, for the moment, lies somewhere within the Venn diagram of &lt;em&gt;green&lt;/em&gt;, &lt;em&gt;ethical&lt;/em&gt;, &lt;em&gt;reparable&lt;/em&gt;, &lt;em&gt;private&lt;/em&gt;, and bonus points for &lt;em&gt;different&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;My ideal phone was the BlackBerry. How awesome was the BlackBerry? The Hub &amp;mdash; a simple feature presenting all messages and notifications in a single feed &amp;mdash; was all I needed. There was nothing of note in the App Store on BlackBerry. Notifications could be customized. Shortcuts added to the keys. Touchscreen was there. The &lt;em&gt;BlackBerry Classic&lt;/em&gt; was a great device, and before that the &lt;em&gt;Bold&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Right now, there are two paths that I can take:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Order a phone online.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Avoid shipping costs, CO&lt;sub&gt;2&lt;/sub&gt; and pollution, and walk down to the shop and buy a phone in person.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Ordering online opens the possibility to &lt;em&gt;green&lt;/em&gt; and &lt;em&gt;ethical&lt;/em&gt; options like &lt;a href=&#34;https://myteracube.com/&#34;&gt;Teracube&lt;/a&gt; and their sustainable model with a warranty, &lt;a href=&#34;https://www.fairphone.com/en/&#34;&gt;Fairphone&lt;/a&gt; and their reparable devices, and &lt;a href=&#34;https://murena.com/&#34;&gt;Murena&lt;/a&gt;&amp;rsquo;s deGoogled devices. I could also acquire an oddity like the &lt;a href=&#34;https://www.unihertz.com/en-fr/products/jelly-2e&#34;&gt;Jelly 2E&lt;/a&gt; and its 3-inch screen (&lt;em&gt;gotta admit, I am tempted to have one, just because&lt;/em&gt;) or a device with a &lt;a href=&#34;https://www.unihertz.com/en-fr/products/titan-slim&#34;&gt;keyboard&lt;/a&gt;!&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/11/a-new-phone-or-overthinking-future-purchases/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Going down to the store limits me. I need limits. I even like limits. The world is bigger than Samsung, Apple and Xiaomi. I know which brand has a reputation for battery life, and it also meets another criteria I have yet to mention: &lt;strong&gt;Bloatware&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The Samsung phones I&amp;rsquo;ve tested come with extra apps that are baked into the device; they cannot be removed. And, it is not just Samsung that does this. This takes up space, and if you don&amp;rsquo;t use the apps, the most you can do is disable them. &lt;em&gt;Motorola&lt;/em&gt;, for example, comes with the standard Google suite of apps, and very little extra. Nokia, Sony, and Asus also remain close to Stock Android. So, I would likely buy a recent Motorola model if my phone were to die, and I needed a swift replacement.&lt;/p&gt;
&lt;h2 id=&#34;the-dilemma&#34;&gt;The Dilemma&lt;/h2&gt;
&lt;p&gt;My phone still works. I will let it charge again, and then restart it a few times. It is said that after an update it is worth a try when problems are encountered. In a perfect world I would root the device and install &lt;a href=&#34;https://divestos.org/&#34;&gt;DivestOS&lt;/a&gt; or &lt;a href=&#34;https://lineageos.org/&#34;&gt;LineageOS&lt;/a&gt;. Alas, my cheap Nokia has an annoying locked bootloader and, while not impossible, rooting this device to run an alternative OS is a pain I am unwilling to endure. I do so want a deGoogled device, or a device that would force me to use my phone less. &lt;strong&gt;Murena&lt;/strong&gt; seems like a logical choice, and I have tried /e/ on another device and the experience was not a problem. I would love to try it again, especially since I live in France and the founder of Murena (as well as /e/ and Mandrake Linux) is French.&lt;/p&gt;
&lt;p&gt;I recently read &lt;a href=&#34;https://www.lemonde.fr/pixels/article/2022/11/12/un-smartphone-android-sans-google-c-est-possible-qu-en-pensent-les-utilisateurs_6149559_4408996.html&#34;&gt;an article&lt;/a&gt; (in French) that includes user testimony (not just of Murena) that at first seems negative.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sophie&amp;rsquo;s phone switched itself off in areas with poor coverage. Matthieu&amp;rsquo;s suddenly lost the folder structure. Ilario&amp;rsquo;s banking applications do not work. Neither does Julien&amp;rsquo;s wide-angle camera nor the payment options from within applications &amp;mdash; he even had to resort to an old smartphone to do that. Many have found workarounds, but not Anne-Sophie, an English teacher, whose phone keeps turning off without warning.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The article follows up with positive notes,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I was afraid I wouldn&amp;rsquo;t understand, but it works like a charm,&amp;rdquo; says Hervé.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;before doubling down on the geekspeak talking about &lt;em&gt;frequent updates&lt;/em&gt;, &lt;em&gt;NewPipe&lt;/em&gt;, &lt;em&gt;F-Droid&lt;/em&gt;, &lt;em&gt;Aurora&lt;/em&gt;, and &lt;em&gt;MicroG&lt;/em&gt; (all without providing links to the projects, mind you!):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I tried to do without MicroG for a fortnight, it was unbearable,&amp;rdquo; says Pierre. &amp;ldquo;Notifications didn&amp;rsquo;t go through, location didn&amp;rsquo;t work, applications wouldn&amp;rsquo;t start&amp;hellip; I gave up, I&amp;rsquo;m not a fan.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;and finally concludes with pessimism:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s annoying and worrying to see that a 100% alternative solution is so complicated to implement,&amp;rdquo; regrets Emilie. &amp;ldquo;I wonder if people aren&amp;rsquo;t idealizing the benefits of deGoogled Android,&amp;rdquo; wonders Gregory [&amp;hellip;]. The vast majority of users interviewed, however, are quite comfortable with these limitations. &amp;ldquo;Yes, there are contradictions,&amp;rdquo; admits Matthieu. &amp;ldquo;But, being 100% free would mean cutting yourself off from others. I prefer to take small steps.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;It remains to be seen whether Google will continue to tolerate Aurora and MicroG, which are essential to many users, if by any chance the popularity of /e/ or Iodé grows. &amp;ldquo;Google did shut down Vanced this year, an application that broadcast YouTube videos without ads,&amp;rdquo; notes Julien, for whom it is not impossible that the American giant will one day decide to ban these two valuable bricks. When asked about this, the company did not respond.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Right there is the question, isn&amp;rsquo;t it? A company promises a warranty lasting &lt;em&gt;x&lt;/em&gt; years, but will the company be around in &lt;em&gt;x&lt;/em&gt; years? My current phone was promised five years of updates, I don&amp;rsquo;t know if the poor thing will make it now.&lt;/p&gt;
&lt;p&gt;Having typed all this out, a third path may have revealed itself:&lt;/p&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Become a tech journalist; obtain a free phone to test; keep that phone.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;or wait for the creator of the Pebble to start making his &lt;a href=&#34;https://smallandroidphone.com/&#34;&gt;small Android phone!&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/11/a-new-phone-or-overthinking-future-purchases/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>I have a PineTime</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/10/i-have-a-pinetime/</link>
      <pubDate>Fri, 21 Oct 2022 11:50:00 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/10/i-have-a-pinetime/</guid><description>&lt;p&gt;&lt;em&gt;It has been long enough since my last update that I honestly forgot how to add a new post&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This is going to be a bit of a &lt;a href=&#34;https://tasteofnovascotia.com/recipes/hodge-podge/&#34;&gt;hodgepodge&lt;/a&gt; of information and updates.&lt;/p&gt;
&lt;h1 id=&#34;pinetime&#34;&gt;PineTime&lt;/h1&gt;
&lt;p&gt;After a short exchange over on Fosstodon, I needed little convincing to buy a PineTime. For starters, this is the exact type of &amp;ldquo;end-user-geek&amp;rdquo; gadget that I love. The setup and updating is easy, though not as direct as other smartwatches may be.&lt;/p&gt;
&lt;p&gt;I bought it for one reason, and you might think that reason is privacy. That is a benefit of using the PineTime, though not the feature that I wanted it for. I just wanted a cheap heart rate monitor that does not require sharing my info with a company. So, I suppose the final deciding factor was the benefit of privacy. Maybe you were right.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/10/i-have-a-pinetime//images/pinetime/gb1.png&#34; alt=&#34;Screenshoot: Gadgetbridge homescreen showing InfiniTime connected&#34;&gt;
    &lt;figcaption&gt;Gadgetbridge homescreen showing InfiniTime connected&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;I had already used the companion app, &lt;a href=&#34;https://www.gadgetbridge.org/&#34;&gt;Gadgetbridge&lt;/a&gt; with my hybrid Fossil Q. So, it made sense for me to continue using that. Installing the latest firmware or update was pretty clear, and fast. You just need to navigate to the &lt;a href=&#34;https://github.com/InfiniTimeOrg/InfiniTime/releases/tag/1.11.0&#34;&gt;releases page on GitHub&lt;/a&gt;, download an archive, open it with Gadgetbridge and wait.&lt;/p&gt;
&lt;p&gt;The latest update did require an extra step. To give you an idea of how easy this was, the entire process, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;turning on my laptop,&lt;/li&gt;
&lt;li&gt;installing &lt;a href=&#34;https://gitea.arsenm.dev/Arsen6331/itd&#34;&gt;the InfiniTime Daemon&lt;/a&gt; and figuring out how to connect to my watch,&lt;/li&gt;
&lt;li&gt;downloading the archive containing resources,&lt;/li&gt;
&lt;li&gt;and launching the command &lt;br&gt;
&lt;code&gt;itctl res load infinitime-resources-1.10.0.zip&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;was all over and done with in less than 6 minutes.&lt;/p&gt;
&lt;p&gt;I do, however, maintain one of my principal gripes with smartwatches: charging. Smartwatches are not the &lt;a href=&#34;https://fosstodon.org/web/tags/casio&#34;&gt;Casios&lt;/a&gt; of yore. The battery does not last 5 or even 10 years. My worries, while confirmed, are not actually that much of a problem. I won&amp;rsquo;t be taking my PineTime on holiday with me, because I don&amp;rsquo;t want to travel with the charging dongle, but I haven&amp;rsquo;t succeeded in draining the battery to 0 yet.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/10/i-have-a-pinetime//images/pinetime/gb2.png&#34; alt=&#34;Screenshoot: Gadgetbridge battery data&#34;&gt;
    &lt;figcaption&gt;Gadgetbridge battery log&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h1 id=&#34;always-learning&#34;&gt;Always Learning&lt;/h1&gt;
&lt;p&gt;There is always some new thing to deal with, and opportunity to learn. Since the last update I &lt;em&gt;finally&lt;/em&gt; completed the &lt;a href=&#34;https://cs50.harvard.edu/python/2022/&#34;&gt;CS50P Introduction to Python&lt;/a&gt; course. I also had to figure out some basic ImageMagick commands, and wrap my head around something that should be clearer than it is.&lt;/p&gt;
&lt;p&gt;The two following &amp;ldquo;tricks&amp;rdquo; I am putting here &amp;mdash; so I don&amp;rsquo;t forget them.&lt;/p&gt;
&lt;h2 id=&#34;imagemagick&#34;&gt;ImageMagick&lt;/h2&gt;
&lt;p&gt;I had a stupid simple thing I needed to do. Place two images side-by-side, with labels and a title; and one of the images needed to be resized. There was nothing to this. ImageMagick is a tool that I use from time to time and I have always managed to find the solutions I need through search engines. I was surprised by the results this time around. I think it turned out OK.&lt;/p&gt;
&lt;p&gt;The solution I needed is a combination of the &lt;a href=&#34;https://imagemagick.org/script/montage.php&#34;&gt;Montage&lt;/a&gt; command and &lt;a href=&#34;https://imagemagick.org/Usage/text/&#34;&gt;Text to Image Handling&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;montage -label A -resize &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;x800&amp;#39;&lt;/span&gt; crime-real-manip.png -label B crime-real.png -tile 2x1 -geometry +20+20 -background none -shadow -title &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;Real and Better&amp;#39;&lt;/span&gt; -pointsize &lt;span style=&#34;color:#ae81ff&#34;&gt;30&lt;/span&gt; -font Humor-Sans real-better.png
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;
  &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/10/i-have-a-pinetime//images/pinetime/real-better.png&#34; alt=&#34;Montage of 2 line graphs side-by-side&#34;&gt;

&lt;/p&gt;
&lt;p&gt;I added the shadow for good measure.&lt;/p&gt;
&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;&lt;p&gt;You can find the name of the font you want to use by running:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;identify -list font | grep &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Humor&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;where &amp;ldquo;Humor&amp;rdquo; would be the name of the font you are looking for.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;h2 id=&#34;digitally-sign-a-document-in-okular&#34;&gt;Digitally sign a document in Okular&lt;/h2&gt;
&lt;p&gt;This should be presented in a user-friendly manner, or streamlined somehow. I mean, once I found the commands and zipped through the &lt;a href=&#34;https://www.mankier.com/1/certutil&#34;&gt;man page&lt;/a&gt;, all the information was there. There were even examples and step-by-step instructions. But, for some reason my searches lead me down overcomplicated, winding paths.&lt;/p&gt;
&lt;p&gt;The solution was simple.&lt;/p&gt;
&lt;p&gt;This is all there was to it.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;First, install &lt;code&gt;certutil&lt;/code&gt;. On my Debian install, you need to run &lt;code&gt;sudo apt install libnss3-tools&lt;/code&gt; to have this binary.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a directory; &lt;code&gt;cd&lt;/code&gt; into it.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;mkdir newcert
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;cd newcert/
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Run two commands.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;certutil -N -d ~/newcert/ &lt;span style=&#34;color:#75715e&#34;&gt;# creates new databases&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;certutil -S -s &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;CN=name,O=organisation,E=email&amp;#34;&lt;/span&gt; -n examplecert -x -t &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;CT,C,C&amp;#34;&lt;/span&gt; -v &lt;span style=&#34;color:#ae81ff&#34;&gt;120&lt;/span&gt; -m &lt;span style=&#34;color:#ae81ff&#34;&gt;1234&lt;/span&gt; -d ~/newcert/ &lt;span style=&#34;color:#75715e&#34;&gt;# creates the certificate we need&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You will be asked for a password. Don&amp;rsquo;t forget it. I did.&lt;/p&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Add the certificate to the Okular backend by changing the &amp;ldquo;Certificate Database&amp;rdquo; location.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/10/i-have-a-pinetime//images/pinetime/okular1.png&#34; alt=&#34;Screenshot of Okular Backends settings&#34;&gt;
    &lt;figcaption&gt;Settings &amp;gt; Configure Backends&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Sign your life away.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/10/i-have-a-pinetime//images/pinetime/okular2.png&#34; alt=&#34;Screenshot of Okular Digitally Sign menu&#34;&gt;
    &lt;figcaption&gt;Tools &amp;gt; Digitall Sign...&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/10/i-have-a-pinetime//images/pinetime/okular3.png&#34; alt=&#34;Screenshot of Okular Digital Signature&#34;&gt;
    &lt;figcaption&gt;It ain&amp;#39;t pretty, but it works!&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;As always, if you see mistakes that need fixing, let me know.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m off to get my steps in.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Time Well Wasted</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/09/time-well-wasted/</link>
      <pubDate>Thu, 01 Sep 2022 15:40:00 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/09/time-well-wasted/</guid><description>&lt;p&gt;Let&amp;rsquo;s keep this short, shall we?&lt;/p&gt;
&lt;p&gt;As a professor, I am privileged with some time off that other professions do not enjoy.&lt;/p&gt;
&lt;p&gt;One would expect&amp;mdash;and some hope&amp;mdash;that I would spend that time on holiday, or practising a hobby.&lt;/p&gt;
&lt;p&gt;That is not my bag.&lt;/p&gt;
&lt;p&gt;First, I do not get four, three, or even two months of holiday. I am not complaining. I have about six weeks off. It is paid. Sort of. Anyway.&lt;/p&gt;
&lt;p&gt;After finishing up a collection of interviews and report corrections, the plan was to head to Canada. That did not happen for a few reasons. None of those reasons are stories worth telling. I decided that I must make my holiday worthwhile by mixing time-wasting behaviour with some personal development.&lt;/p&gt;
&lt;h2 id=&#34;personal-development&#34;&gt;Personal Development&lt;/h2&gt;
&lt;p&gt;Personal development, for me, is not what others would call personal development. I decided to return to my attempts at learning Python. I signed up for the [free version of] &lt;a href=&#34;https://cs50.harvard.edu/python/2022/&#34;&gt;Harvard CS50P course&lt;/a&gt;. I am very close to finishing it up, and I highly recommend it to anyone who wants to learn some programming in an enjoyable manner.&lt;/p&gt;
&lt;p&gt;Normally, personal development would also include some reading. I love reading. I did not read enough this summer. &lt;a href=&#34;https://bookwyrm.social/user/bbbhltz/books/read&#34;&gt;I only read four books this summer&lt;/a&gt;, and two of them were novelettes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;&lt;a href=&#34;https://bookwyrm.social/book/248725/s/a-prayer-for-the-crown-shy&#34;&gt;A Prayer for the Crown-Shy&lt;/a&gt;&amp;rdquo; by Becky Chambers: Highly recommended series, fun, enchanting, buzzwords, etc.&lt;/li&gt;
&lt;li&gt;&amp;ldquo;&lt;a href=&#34;https://bookwyrm.social/book/404281/s/upgrade&#34;&gt;Upgrade&lt;/a&gt;&amp;rdquo; by Blake Crouch: Very good.&lt;/li&gt;
&lt;li&gt;&amp;ldquo;&lt;a href=&#34;https://bookwyrm.social/book/131805/s/master-of-the-revels&#34;&gt;Master of the Revels&lt;/a&gt;&amp;rdquo; by Nicole Galland: Excellent. I wrote a little comment about this book &lt;a href=&#34;https://bookwyrm.social/user/bbbhltz/review/316806/s/surprising-suspenseful#anchor-316806&#34;&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&amp;ldquo;&lt;a href=&#34;https://bookwyrm.social/book/238054/s/unlocked&#34;&gt;Unlocked&lt;/a&gt;&amp;rdquo; by John Scalzi: I had previously read first book in this series, this is a prequel. Interesting read. I particularly liked the number of times it was mentioned how excellent the health infrastructure of the United States is for dealing with a pandemic.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;absolute-wastes-of-time-that-i-will-never-regret&#34;&gt;Absolute wastes of time that I will never regret&lt;/h2&gt;
&lt;p&gt;I am very proud of this next one. Insanely proud. It brings tears to my eyes just thinking about it.&lt;/p&gt;
&lt;p&gt;I finally binge-watched all 13 seasons of &lt;em&gt;King of the Hill&lt;/em&gt;. Excellent series. Incredibly prescient at times. Crazy good. 11/10. Would watch again, I tell you hwat.&lt;/p&gt;
&lt;p&gt;Finally, I played games. I have been a casual gamer since the late 80s when the NES and Game Boy came to my house. So, when my friend came by with his Switch and showed my the Mega Man Legacy Collections, that was it. Sold! The next day I shelled out €60 for a bundle containing:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Mega Man Legacy Collection Vol. 1&lt;/li&gt;
&lt;li&gt;Mega Man Legacy Collection Vol. 2&lt;/li&gt;
&lt;li&gt;Mega Man X Legacy Collection Vol. 1&lt;/li&gt;
&lt;li&gt;Mega Man X Legacy Collection Vol. 2&lt;/li&gt;
&lt;li&gt;Mega Man 11&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I spent any and all spare moments getting through those games. My son, who is five, enjoys watching because I fall (a lot) and say many colourful things. He prefers the X collection. So far I have beaten Mega Man 1, 2, 3, and 11 as well as Mega Man X, X2, X3, X4, X5, and X6. I enjoy all the mainline games, but really lost interest in the X series. The first three games in the X series are perfect. X4 is very good. But, I found the addition of certain gameplay elements in X5 and X6 made the games less fun. X7 adds 3D sequences, and I won&amp;rsquo;t get into that.&lt;/p&gt;
&lt;h2 id=&#34;results-and-ramifications-of-sitting-on-my-rump&#34;&gt;Results and ramifications of sitting on my rump&lt;/h2&gt;
&lt;p&gt;It became noticeable in a short period of time that my physical activity had dwindled, because my physical appearance had dilated. After just one week of programming, TV, and video games I had managed to gain about 4 or 5 kilos. That is not really a guess. I had a doctor&amp;rsquo;s appointment just at the beginning of the holiday, and one week later I was much heavier. So, I bit the bullet and made a promise to do some sport.&lt;/p&gt;
&lt;p&gt;Every day. Every day I did about one hour of sport. I did cardio and weight lifting. I did resistance training. I tried an app one day. I kept up the routine for five weeks.&lt;/p&gt;
&lt;p&gt;I did not lose a single kilo. Not one.&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;It was all worth it!&lt;/p&gt;
&lt;p&gt;As always, feel free to contact me via email or on Mastodon. I will answer.&lt;/p&gt;
&lt;p&gt;Peace.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>We Have a Winner</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/07/we-have-a-winner/</link>
      <pubDate>Tue, 12 Jul 2022 00:00:00 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/07/we-have-a-winner/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;FOR IMMEDIATE RELEASE&lt;/strong&gt;&lt;/p&gt;
&lt;h1 id=&#34;we-have-a-winner&#34;&gt;We Have a Winner&lt;/h1&gt;
&lt;p&gt;SEATTLE, Washington &amp;mdash; We are happy to announce that we have a winner to our yearly lottery draw. As with our previous draws, the winner was randomly selected in the presence of the CEO and the board of directors. The winner has yet to claim their prize, and due to anonymity laws we are unable to divulge the name, location, or any other personal data about the individual.&lt;/p&gt;
&lt;p&gt;As a reminder, in order for the winner to claim their prize, the individual must meet the following requirements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Be at least 18 years of age.&lt;/li&gt;
&lt;li&gt;Have made at least one purchase on the site or through one of the partners in the last 12 months.&lt;/li&gt;
&lt;li&gt;Have a completed profile, including confirmed postal address.&lt;/li&gt;
&lt;li&gt;Have scanned and uploaded their palm print in one of our physical stores.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This year&amp;rsquo;s winner has yet to upload their palm print.&lt;/p&gt;
&lt;p&gt;We urge all users who have yet to complete this step to make their way to one of our physical stores.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You might be the world&amp;rsquo;s next billionaire!&lt;/strong&gt;&lt;/p&gt;
&lt;center&gt;###&lt;/center&gt;
&lt;p&gt;&lt;strong&gt;OneStop.shop&lt;/strong&gt; has been the world&amp;rsquo;s leading online and physical shopping experience since 1995. Lead by billionaire philanthropist and innovator, Gina Troy, we make the world a better place by giving you the best deal.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;ldquo;The press release is live.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Do we know who the user is?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Ma&amp;rsquo;am, we can find out, but we would violate our own privacy policy.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Who is it?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Are you sure?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Damn you, just tell me!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;The personal information cannot be decrypted. User a55o-omah-UyaU-9Ggh-fuAj-9aUM is the winner.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Online activity?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;They made one purchase this year: a pack of 24 BIC ballpoint pens and a notepad, $16.48. The account was created on the same day as the order. Payment via gift voucher purchased at a physical store. They haven&amp;rsquo;t even connected to the site since to use the remainder of the balance.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;And the winner is&amp;hellip;somebody who still uses pens and paper?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Ma&amp;rsquo;am?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Make sure nobody can tell we looked this up. I&amp;rsquo;m going home to drink wine and forget about the fact that somebody who spent less than what I spend a day on coffee is going to be a billionaire.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;centerbreakfastcenter&#34;&gt;&lt;center&gt;Breakfast&lt;/center&gt;&lt;/h2&gt;
&lt;p&gt;The news is blaring in the kitchen. Day 17 of the lottery watch. It has been a slow month. Do we really idolize wealth that much? Someone might be rich! Oh! la la!&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Can you turn it down?&amp;rdquo; I yell.&lt;/p&gt;
&lt;p&gt;Mouth full of food, they answer back with an onomatopoeia best transcribed as, &amp;ldquo;yeahmmu&amp;rsquo;,&amp;rdquo; which I guess is &amp;ldquo;yeah, mum.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I complain about it, but I am a hypocrite. I was online watching the draw when it happened. &lt;strong&gt;THANKS FOR PLAYING! TRY AGAIN NEXT YEAR!&lt;/strong&gt; is burned into my eyes. I see it when I blink. Time to put on the good mum face. Time to pretend like we aren&amp;rsquo;t drowning under debt. &amp;ldquo;Plans today?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;They swallow, take a breath, and with an eye roll reply, &amp;ldquo;Job search. Yippee!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Adolescent sarcasm still prevalent at 18. Maybe I did baby them too much. Too long with the dummy when they were young? Too lenient? At least they aren&amp;rsquo;t some tweaker sleeping on the street, and they clean up after themselves. &amp;ldquo;So, you&amp;rsquo;ll be here all day?&amp;rdquo; I ask.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Nope. Gonna hit the streets. Walk in. Face to face cold-call!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;You&amp;rsquo;re kidding!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;To be a fly on the wall to watch them walk in the door &amp;mdash; piercings, candyfloss coloured hair, torn jeans, and chewing gum &amp;mdash; and announce they are looking for a job! The thought lightens my mood. &amp;ldquo;Can&amp;rsquo;t wait to hear about it! Fingers crossed!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I bet,&amp;rdquo; they smirk back at me.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Love you.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Yup. Love you too mum.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Pain in the ass that they are, I know they&amp;rsquo;re sincere when they say that.&lt;/p&gt;
&lt;h2 id=&#34;centerlunchcenter&#34;&gt;&lt;center&gt;Lunch&lt;/center&gt;&lt;/h2&gt;
&lt;p&gt;Get a job; get money; help mum. Easy-peasy. Belly is full enough to get to lunch without fainting. Been in America for several generations and mum still maintains that &amp;ldquo;stiff upper lip&amp;rdquo; thing, but she can&amp;rsquo;t fool anyone. She&amp;rsquo;s been wearing the same clothes for the past five years. She shines her shoes and mends her stockings like we&amp;rsquo;re living in&amp;hellip; a long time ago. I make a note of the food I eat, what she pays for my clothes, my hair, my medication. I&amp;rsquo;ll pay her back. Just need a job.&lt;/p&gt;
&lt;p&gt;Here we go. Alix goes job hunting. Round one. Fast food. Shouldn&amp;rsquo;t be too hard. They hire everyone, right?&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Did you fill out the form online?&amp;rdquo; says the person who I assume is a manager (they have a grey short-sleeved shirt on and a black tie).&lt;/p&gt;
&lt;p&gt;I clear my throat, &amp;ldquo;Form?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;All applicants must apply using the online form.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Oh? No. I thought I could&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;He&amp;rsquo;s shaking his head, &amp;ldquo;Sorry kid. I don&amp;rsquo;t decide who works here. You gotta apply online, and the AI does the rest.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Thanks, I guess.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Well, nobody gets a job on their first try. Right? I mean. I guess I could have asked around how people get jobs. Or at least paid closer attention in class. An enterprising young person should be enough, or so I thought. Die and retry, like in the games. Into the next overpriced, neon-signed, burger joint we go.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;All openings are announced on our social.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;hellip;and the next.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;We are managed remotely. I&amp;rsquo;m not even from here, I was relocated after training.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Again and again. The same answers. Mum might have had a point, but I don&amp;rsquo;t like using social or the net for that matter. I know mum has to pay, so I keep it simple.&lt;/p&gt;
&lt;p&gt;Clothing stores next? It isn&amp;rsquo;t even lunch, and I have already been shut down about 9 times. What&amp;rsquo;s a little more humiliation?&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Hi! I was wondering if you were hiring?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The girl behind the counter lifts her glasses and looks at me from head to toe, and then again from toe to head. &amp;ldquo;No,&amp;rdquo; she states. &amp;ldquo;If you don&amp;rsquo;t plan on buying anything, I&amp;rsquo;m gonna have to ask you to leave.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Okay. Early lunch it is. And I know just the place.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;My man with the frying pan! Whaddya got for me today?&amp;rdquo; I blurt out as I hop over the mat at the entrance. That damn &lt;em&gt;ding-dong&lt;/em&gt; sound annoys me to no end.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Ah, my worst customer who won&amp;rsquo;t even tell me their name. You have money today?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Come on, some kind soul must have paid something forward today! And that isn&amp;rsquo;t nice. I&amp;rsquo;m not your worst customer. I&amp;rsquo;d have to pay in order to be a customer!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&amp;lsquo;Come on,&amp;rsquo; they say. I say, &amp;lsquo;come on and pay me for once.&amp;rsquo; You clean. Have place to live. Pink and blue hair; not cheap. You buy someday?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Someday, but not today, my man! Soon, though. Out looking for a job, and I need &lt;em&gt;sustenance&lt;/em&gt;.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I give you grilled cheese. To go!  But first, I need laugh. Say something with that funny accent.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;You&amp;rsquo;re one to talk! You sound like a racist stereotype, ha!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;This? &lt;em&gt;This&lt;/em&gt; character, kid. Talk like &lt;em&gt;this&lt;/em&gt; just for customers. Come on. Just a word.&amp;rdquo; He looks around and points at a large roll of thin shiny metal hanging near the kitchen entrance, &amp;ldquo;you call this what?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Aluminium,&amp;rdquo; I say, the way my mum says it, the way her parents said it, the way many people from outside of America said it back when.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;ALUMINEEEEYUUUM! Hahaha! That&amp;rsquo;s good. Classy. Not like American accent. They all talk like they have hot food in their mouths. &lt;em&gt;Aluminum&lt;/em&gt;. Ha!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Oooookay. You got your laugh. Hit me up with some hot carbs and casein. Gotta hit the streets.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Here. And, if you get job, I give you free dessert with first purchase!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I walk out the door as he changes the &amp;ldquo;Open&amp;rdquo; sign to &amp;ldquo;Be Back in 30 Minutes&amp;rdquo; and head on my merry way. Maybe I should ask him his name. I make a note in my journal of the free grilled cheese. A block later I am done eating and decide on a little digestive rest on a bench. Cars zip by silently. People walk carrying bags. A couple strolls by carrying armloads of produce in a small wooden crate. That&amp;rsquo;s different. I look down that street and see a fruit and vegetable stand at the very end of the block.&lt;/p&gt;
&lt;p&gt;Could be worth a shot.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Hi. Nice, uh, stuff,&amp;rdquo; I say to the lady behind the stand.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Thanks. Do you want some of this &lt;em&gt;stuff&lt;/em&gt;?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;No glasses. No watch. This looks promising.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I was actually wondering if you were looking for help? Like, hiring?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;You wanna to work for me? &lt;em&gt;Here&lt;/em&gt;?&amp;rdquo; she says incredulously.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I mean. I need a job. I&amp;rsquo;ve asked around, but it isn&amp;rsquo;t my lucky day. I just need a little money to help my mum out.&amp;rdquo; Emotional manipulation might work on someone other than my mum, right?&lt;/p&gt;
&lt;p&gt;&amp;ldquo;If you&amp;rsquo;re serious &amp;mdash; &lt;em&gt;If you are really serious&lt;/em&gt; &amp;mdash; be here tomorrow morning, 5:30. At 5:31, I leave, and you won&amp;rsquo;t get a second chance.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Do you need anything? Like, an online application? Because, I don&amp;rsquo;t have any of that. I don&amp;rsquo;t even use social. I don&amp;rsquo;t even have a résumé.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;A bank account is all you need for this job. And don&amp;rsquo;t wear anything nice. We don&amp;rsquo;t just sell, you know? We pick it ourselves.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Holy crap!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This is a job.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I got a job. I can&amp;rsquo;t wait to tell mum.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So caught up in the moment that I was, I didn&amp;rsquo;t see the person walking towards me carrying an armload of groceries. I walked smack into them. Everything fell on the ground. &amp;ldquo;Oh no! I&amp;rsquo;m so sorry! Let me help you,&amp;rdquo; I say without even thinking.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No problem. I live right here,&amp;rdquo; said the man while pointing at the door of the building we were standing in front of.&lt;/p&gt;
&lt;p&gt;I picked up some things and followed him as he used a badge to unlock the door. I took a step inside and felt a prick on the side of my neck. My knees. Something&amp;hellip;is&amp;hellip;wrong&amp;hellip; &amp;ldquo;I need to thit down&amp;hellip;&amp;rdquo; &lt;em&gt;Was that my voice?&lt;/em&gt; My mouth is numb. There are two men standing over me.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Look what I caught us, Ronnie,&amp;rdquo; says the grocery guy to the other man.&lt;/p&gt;
&lt;p&gt;The other man, Ronnie, starts to sign something back.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;OK then. This is how we do this,&amp;rdquo; Ronnie is crouched down beside me, holding my face. &amp;ldquo;You&amp;rsquo;re gonna give us your money, and in a few hours you&amp;rsquo;ll be all better. Nobody gets hurt.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Don&amp;rsquo;t&amp;hellip;got&amp;hellip;money&amp;hellip;&amp;rdquo; I manage to mumble.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No money! Everyone has money. Where&amp;rsquo;s your phone?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Ronnie and grocery guy&amp;rsquo;s hands start patting me down. They&amp;rsquo;re looking in my bag.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;A pen and a book?&amp;rdquo; exclaims grocery guy, shocked.&lt;/p&gt;
&lt;p&gt;Ronnie is signing something back to him.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Well, Ronnie. I didn&amp;rsquo;t know you were into that sort of thing. This here&amp;rsquo;s just a boy if you didn&amp;rsquo;t notice. If you wanna do that, well, I won&amp;rsquo;t be watching your back.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Ronnie signs again. Points at me.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What? A woman? What do you mean?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Grocery guy leans in closer, &amp;ldquo;Well&amp;hellip;fuck me! I must be higher than I thought, ha! This here is a girl. And not no kid either. Ain&amp;rsquo;t much of a looker, though.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Here I am, completely doped out of my gourd, about to be &lt;em&gt;who-knows-whated&lt;/em&gt;, and I decide to correct two cretins about my desired pronouns: &amp;ldquo;They,&amp;rdquo; I squeak out.&lt;/p&gt;
&lt;p&gt;The two men are looking down at me. I can&amp;rsquo;t do much more than blink and breathe. I feel a tear roll out of my left eye, down my temple, and into my ear. Blurry-eyed, I look up at them, hoping that there is a thread of empathy that I can latch onto.&lt;/p&gt;
&lt;p&gt;I hear something crunch. I can&amp;rsquo;t lift me head. Did they just break my leg?&lt;/p&gt;
&lt;p&gt;No.&lt;/p&gt;
&lt;p&gt;Light.&lt;/p&gt;
&lt;p&gt;A bang.&lt;/p&gt;
&lt;p&gt;Someone just came in the door.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Thefuck&amp;hellip;&amp;rdquo; says grocery guy.&lt;/p&gt;
&lt;p&gt;A third person is standing over me. Ronnie, or grocery guy &amp;mdash; who knows &amp;mdash; throws a punch. Door guy &amp;mdash; or girl?&amp;hellip; Door person seems to swat the punch away. I hear a slight &lt;em&gt;ping&lt;/em&gt; as he blocks it.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Oh fuck dude! My hand! You broke my hand. You&amp;rsquo;re gonna get it! Ronnie!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Why are they all still standing over me? Can&amp;rsquo;t they take this outside? Ronnie has a knife now. Maybe? Ronnie has something shiny, and he is pointing it at door person.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Be smart or be dead,&amp;rdquo; says door person. Man&amp;rsquo;s voice. Sounds familiar.&lt;/p&gt;
&lt;p&gt;I see Ronnie cock his arm back. He takes an awkward swing. Door person catches the knife with his hand. In his hand? Whatever they drugged me with is good. Is this tripping? I think I am tripping. I wish my mum were here.&lt;/p&gt;
&lt;p&gt;Door person is holding Ronnie&amp;rsquo;s hand in his. I hear a crunch. Ronnie groans and whimpers, falls back out my my field of vision.&lt;/p&gt;
&lt;p&gt;Now grocery guy is up behind door person. He grabs him around the neck. Door person reaches up and grabs his arm. Another snap, followed by screaming and swearing. Then door person turns around and clocks him in the head. I hear his body slump on the ground.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I&amp;rsquo;m taking them. Don&amp;rsquo;t even try to follow me.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I feel an arm slide under my shoulders, another under my knees. Door person is picking me up.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Let&amp;rsquo;s get you to a clinic. Closest isn&amp;rsquo;t far. Can you walk a little?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Who&amp;hellip;?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;John. I&amp;rsquo;m John.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Alix.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Nice to finally know your name, Alix. Job hunt going well?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&amp;hellip;grilled cheese?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Yes. I made you the grilled cheese.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&amp;hellip;alu&amp;hellip;minium&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;They really drugged you good. The clinic is just across the street.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No money.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I know. But, we&amp;rsquo;ll deal with that after.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;They carry me through the door. I see the logo. It is one of OneStop.shop&amp;rsquo;s clinics. This is going to be expensive. Someone is putting my hand on a palm reader. Then I am on a stretcher. I let myself fall asleep.&lt;/p&gt;
&lt;h2 id=&#34;centerdinner--dessertcenter&#34;&gt;&lt;center&gt;Dinner &amp;amp; Dessert&lt;/center&gt;&lt;/h2&gt;
&lt;p&gt;Awake.&lt;/p&gt;
&lt;p&gt;I look around the room.&lt;/p&gt;
&lt;p&gt;Someone is here with me. I wipe my eyes. It is&amp;hellip;the guy from the restaurant!&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What the&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Oh good. You&amp;rsquo;re awake. I can get back to work.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;How?&amp;rdquo; I say, while making punching and chopping motions.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Oh? Yeah. Titanium prosthetic.&amp;rdquo; He holds up one hand and spreads the rip in the prosthetic skin to reveal shiny metal bits. &amp;ldquo;Accident with a door a few years back. Long story. I was walking back from my lunch break when I saw those guys grab you.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Your&amp;hellip;voice.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I told you. Just marketing. My name is John, and you&amp;rsquo;re Alix. Your mom should be here soon. You were only out for 30 minutes. They flushed your system. The miracles of modern medicine, I guess.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;How much?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;How much what? Money? I don&amp;rsquo;t know. They didn&amp;rsquo;t ask for payment; said it was taken care of. They found your photo in the system and scanned you in. No questions asked.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;This is confusing. My account has about $12 on it. I hear shoes clip-clopping down the hall. Unmistakable shoes. My mum&amp;rsquo;s five-year-old shoes.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Oh sweetie! I was so scared!&amp;rdquo; she walks in, ignoring John, and throws herself onto me with more hugs than I could have ever imagined. &amp;ldquo;And you,&amp;rdquo; she says looking at John. &amp;ldquo;Thank you, thank you, thank you.&amp;rdquo; She looks back at me, &amp;ldquo;tell me what happened.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;John excuses himself and walks out, nodding to me.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I got a job, and then some guys grabbed me,&amp;rdquo; I answer. &amp;ldquo;Then John &amp;mdash; the old guy that was here &amp;mdash; found me and brought me here. I&amp;rsquo;m sorry, mum. I just wanted to help. How much is the bill?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What bill?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;For the clinic.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I guess they&amp;rsquo;ll tell us when we leave.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;We chitchat some. I tell her about the bad morning of job hunting, and the fruit and vegetable stand, and how I need to be up early tomorrow. A nurse passes by and takes out the IV.&lt;/p&gt;
&lt;p&gt;We head to the reception and ask for the bill. We&amp;rsquo;re told there is no bill. That it was paid.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;By whom?&amp;rdquo; asks mum.&lt;/p&gt;
&lt;p&gt;The answer: &amp;ldquo;By your daughter.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;We look at each other. She looks as confused as I am. Her head swivels around, and she grabs my arm &amp;mdash; the arm that had the IV in it &amp;mdash; hauling me toward a OneStop.shop banking machine.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Ouch.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Sorry honey&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;She puts me in front of the machine.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I&amp;rsquo;ve never used one of these,&amp;rdquo; I tell her.&lt;/p&gt;
&lt;p&gt;She takes my hand and slaps it on the palm reader.&lt;/p&gt;
&lt;p&gt;A loading screen and then&amp;hellip;&lt;strong&gt;CONGRATULATIONS! YOU ARE OUR WINNER!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What the hell did I win?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;You won&amp;hellip;the draw,&amp;rdquo; she whispers to me.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I won the &amp;ndash;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Shhh! Be quiet. You won the yearly draw. The big one. It was you. You won&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The notification fades away, and I see my balance: $999,999,275.35.&lt;/p&gt;
&lt;p&gt;My eyes fill with tears. I reach into my bag and pull out my notebook. Mum is shivering. Speechless.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What are you doing?&amp;rdquo; asks mum.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Taking care of business,&amp;rdquo; I reply.&lt;/p&gt;
&lt;p&gt;I set up a transfer and then grab her hand and slap it on the palm reader.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Alix, no! Stop! You don&amp;rsquo;t have to.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No, mum. I do. Besides, what I owe you is a drop in the bucket.&amp;rdquo; And then, I look at my watch.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I&amp;rsquo;m getting hungry. Are you hungry? My treat. I know a &lt;em&gt;great&lt;/em&gt; place that owes me a free dessert. Let&amp;rsquo;s get you some new shoes along the way.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;centerindigestioncenter&#34;&gt;&lt;center&gt;Indigestion&lt;/center&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Bzzzz-bzzzz-bzzzz&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Gina Troy picks up her phone and answers. &amp;ldquo;Yes?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Ma&amp;rsquo;am. We have a winner.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Please tell me that it&amp;rsquo;s not some idiot druggy that&amp;rsquo;s gonna get themselves killed.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No. I think this will play out well. Winner is 18 years old. Low income. Very low income family. Lots of debt. Found out they were the winner in one of our clinics where she was dropped off after being attacked.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Do we have video?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Yes.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Can we use it?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I&amp;rsquo;ll let you decide. Sending it to you now.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&amp;hellip; Pink and blue hair? Cute-ish. Maybe she will agree to be in promotional material. I almost feel good about being a &lt;em&gt;philanthropist&lt;/em&gt;.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;They go by &amp;rsquo;they,&amp;rsquo; I&amp;rsquo;ll start getting the press&amp;mdash;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Wait!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Ma&amp;rsquo;am?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Who brought them in? Who is &lt;em&gt;that man&lt;/em&gt;? Do we have ID?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Uh&amp;hellip;no. We have a clear shot of him leaving though. Sending now.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Motherfu&amp;mdash; Get the press release ready. I trust you. Just send it as soon as you can. You don&amp;rsquo;t need my approval. I have other business. Keep in touch.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Gina ends the call and pulls a small notepad from the bottom drawer of her desk. After a few pages of flipping she finds what she needs. She gets another phone from the same place she found the notepad and dials a number. Someone answers after just one ring.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Yes?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s me. Tell him I found &lt;em&gt;him&lt;/em&gt;. I found &lt;em&gt;John&lt;/em&gt;. He can meet me at our usual spot.&amp;rdquo;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Homework</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/07/homework/</link>
      <pubDate>Sat, 02 Jul 2022 12:00:00 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/07/homework/</guid><description>&lt;p&gt;&amp;ldquo;Dinner time!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Coming, mom!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What were you doing in your room? You were being very quiet for once.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;What was I doing in my room?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Homework.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What subject?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&amp;hellip;history?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Is that a question, or an answer?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Just tired, mom. History. Not done yet. Can I eat in my room?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Yeah, sure. But bring the plate out when you&amp;rsquo;re done. Your room smells bad enough!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Ha ha, you are &lt;em&gt;so&lt;/em&gt; funny.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Now, where was I?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; truthseeker29: When I was a kid I saw a guy with no gear. Freaked me out.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; unblinded99: yeah right i call bs&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Fuckin&amp;rsquo; chatroom trolls.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; truthseeker29: fu you don&#39;t know me, I saw the dude, the one who the police say fucked up the restaurant owner that time, I was like 6 or 7.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; unblinded99: this one [link]?&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;OK, still a troll, but at least they reply quickly.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;h2 id=&#34;police-save-restaurant-owner-from-deranged-man&#34;&gt;Police save restaurant owner from deranged man&lt;/h2&gt;
&lt;p&gt;WASHINGTON &amp;ndash; Time and place were on the side of the law today, when a deranged individual was arrested while attacking a restaurant owner.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;He came in my restaurant, and I told him I could not accept cash or card, he needed to use the app like everyone else,&amp;rdquo; said the owner, John Hu. &amp;ldquo;Not a second later he grabbed me and started hitting my hand with a hammer he had with him.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Luckily for the owner, three off-duty officers were in the vicinity and heard the commotion. Without hesitation, they raced into action and apprehended the individual.&lt;/p&gt;
&lt;p&gt;Once in custody, they determined that the perpetrator had been cited for previous violations of disturbing the peace. He was taken into custody pending trial.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I&amp;rsquo;m just so thankful that those officers were nearby. Once my hand is healed, I would love to shake theirs,&amp;rdquo; says John.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;After his arrest the perpetrator of this heinous act was evaluated in a psychiatric facility. There, it was quickly determined that due to prolonged disconnection from social networks, he had fallen into a deep depression. This depression exacerbated his anti-social behaviour which eventually lead to a mental break with reality.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;It is important to remain in touch with friends and relatives as much as possible. To deprive oneself of a technology used by most of the developed world is to open the door to grave consequences,&amp;rdquo; says Dr. Phil Framer, psychiatrist at UMHW.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; unblinded99: done?&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; truthseeker29: fuck&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; truthseeker29: no way that dude had a hammer, my mom was there 2, she looked right at him&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; unblinded99: no way you remember if he had a hammer or not, i bet you didnt see shit&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; truthseeker29: how can you be so fuckin stupid to believe in this shit tho?&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; truthseeker29: you really think that ungeared ppl are all crazy?&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; unblinded99: open your eyes @truthseeker29&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;gt; unblinded99: you came here a normie, now you learn the truth, i gtg&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;# @unblinded99 has left the chat&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;# @truthseeker29 has left the chat&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;No fuckin&amp;rsquo; way did that dude have a hammer. I can&amp;rsquo;t deal with that level of crazy.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Mom?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Done your homework?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Uh, yeah, can I ask you somethin&amp;rsquo;?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Shoot.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Do you remember when I was little, and we saw that ungeared guy get arrested?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&lt;em&gt;Michael&amp;hellip;&lt;/em&gt;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;His name was Michael, we went to school together, until we were about 13.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Why didn&amp;rsquo;t you tell me?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Why would I? You never asked?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;So, do you think he was crazy?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What? No! Not him. He was just a bit&amp;hellip;different.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;So, you don&amp;rsquo;t think he attacked the restaurant owner?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What do you mean?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Look, someone sent me this article.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Honey, where did you get that? That isn&amp;rsquo;t even a real news site.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Huh?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Here, look, first, no author. And, I bet that that doctor, isn&amp;rsquo;t a doctor, or doesn&amp;rsquo;t exist. And look at the other junk on that site. Do you really think that there is some sort of global conspiracy to take over the world,&amp;rdquo; she said sarcastically, wiggling her fingers in the air like she was casting a spell, &amp;ldquo;that people without implants spread diseases, that the president rigged the votes? Look at that one! This is an article about how billionaires and film stars are cannibals! Fuck off &amp;mdash; &lt;em&gt;Are they still going on about Pizzagate?&lt;/em&gt;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Mom stopped reading and looked at me, tilting her head to the side little. &amp;ldquo;Paul,&amp;rdquo; she began, &amp;ldquo;my mother told me stories her mother told her. I know that you are smart and mature, but even smart people can get sucked into Internet fantasies. Back when social networks were still figuring things out, there were lots of problems with them. Many people were sucked into believing things that were just not true, or real, or&amp;hellip; Some of it was make-believe, like, obvious nonsense, and even when they found out who was doing it, people still believed it.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I am not going to police you on the net. I don&amp;rsquo;t want to know what you&amp;rsquo;re looking at anyway,&amp;rdquo; she stopped to smile at me.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Don&amp;rsquo;t be weird, mom.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Just&amp;hellip;don&amp;rsquo;t believe everything you read.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;So, what am I? Gullible? Stupid? I&amp;rsquo;ll show that little troll&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;John Hu still owns the restaurant. I just have to swing by tomorrow and ask if he has seen Michael lately, that my mom and him are old friends.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;DIIIINGDOOONNG&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;A little bell rings as I step into the restaurant. It smells like any other restaurant in the city: fusion! Burgers and fries, vinegar, tofu, fish, sweet, sour&amp;hellip;and sweat. Behind the counter is the man from the article, John Hu. I bring up the ordering app on my glasses and pick two cheap items and a drink. I stand at the counter and wait for him to bring my order. I decide to send a quick message to that little dipshit to let him know what I&amp;rsquo;m doing. Before I can hit send, though&amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Order up! This one for you kid?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Uh, yes. Yes. For me. Um, hey&amp;hellip;little, uh, question. My mom wanted to know if her friend still comes around here?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;That depends. What&amp;rsquo;s friend&amp;rsquo;s name?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Michael.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Are&amp;hellip;you OK?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Michael still comes in. Now you get out. Customers waiting. Go tell your mom he comes by almost every day.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Oh. Thanks.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Every day! I could just wa&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Hey John, how&amp;rsquo;s it going?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Michael! Just talking about you. With that boy. Your order almost ready. You two talk. He says his &lt;em&gt;momma&lt;/em&gt; wants to meet you, haha!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Michael looked at me. I might be 17, but I suddenly felt a lot younger. It wasn&amp;rsquo;t often that I looked at people so closely. He had the connected glasses and watch, but was for sure the guy I saw when I was a child. Before he could say anything, verbal diarrhoea kicked in.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;We saw you. My mom and I, I mean. We saw you the day that you came here&amp;hellip;with the police. She knows you. My mom went to school with you.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;He didn&amp;rsquo;t flinch. &amp;ldquo;Follow me,&amp;rdquo; he grunted. &amp;ldquo;John! Can I use the restroom?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I say &amp;rsquo;no&amp;rsquo; you do it anyway.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I followed him behind the counter. We went through the kitchen and down a hallway. He stopped and I nearly ran into him.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;We can talk here. White zone. What do you want?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I told him. I told him about when I was a kid, what I saw, and what the news says happened. He told me what happened, for real.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;But, you still come in here?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Of course, John is my friend. He was hurt, but we know who was to blame. Who is to blame.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;The cops!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No. They were just being jerks. Violent and dangerous jerks. I hate those cops, but not all cops.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;So, who? The government?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;A little, but the problem is a little bigger and harder to explain. &lt;em&gt;They&lt;/em&gt; are to blame.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&lt;em&gt;They&lt;/em&gt;?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;You know? &lt;em&gt;They&lt;/em&gt;. Sure, the government is partially to blame. The companies that made all this garbage we have to wear. They are some true fuckers. But &lt;em&gt;they&lt;/em&gt; did this when &lt;em&gt;they&lt;/em&gt; gave up.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I am totally lost here. Maybe this guy is crazy. How do I get outta here?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Back when, you know, before my grandparents&amp;rsquo; time and all that. Like, early 2000s,&amp;rdquo; he began, clearly seeing my confusion, &amp;ldquo;the tech companies and the government and advertisers and all that were up to some unethical stuff. People, some NGOs and stuff, they started to push back. But then, &lt;em&gt;poof&lt;/em&gt;, no more pushing. The people fighting for our rights just&amp;hellip;gave up. People called them retro-nerds, and neo-Luddites, and the media convinced everyone that what they were doing was a trend or something.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;&lt;em&gt;They&lt;/em&gt; were the government, and the monopolies, but &lt;em&gt;they&lt;/em&gt; were also the people, like us, that were just so complacent.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;That&amp;rsquo;s&amp;hellip;a lot&amp;hellip;to believe.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Yup. And you shouldn&amp;rsquo;t believe it, I wish it weren&amp;rsquo;t like that. But, I know what happened to me, and I can tell you one thing. That story you read? It didn&amp;rsquo;t happen like that. Other things that people say? Lots of bullshit. The Internet is like a dog park after a nice sunny day.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;A what?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s full of shit. Mainstream news? They just want viewership. They spin it, they make it spectacular. They are a business, hard to blame them sometimes. But, just the walking path through the dog park. &lt;em&gt;Alternative news sites&lt;/em&gt;,&amp;rdquo; he said making air-quotes, &amp;ldquo;is all half-truths, falsities, misinformation, and omissions preying on weak-minded people for the same thing: likes and clicks. Today, &lt;em&gt;they&lt;/em&gt; make what I do hard. Tall grass, you know? Might be safe, might be full of shit.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;And, what &lt;em&gt;do&lt;/em&gt; you &lt;em&gt;do&lt;/em&gt;?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I recruit people.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;To do&amp;hellip;what?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I could tell you, or I could give you a little job to do for me, and you can find out for yourself.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Like&amp;hellip;homework?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;His eyebrows raised behind his glasses. He smiled a little.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Sure, kid, like homework. I&amp;rsquo;ll be in touch. Get out of here, before John throws a hissy fit.&amp;rdquo;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Teach(p)ing</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/06/teachping/</link>
      <pubDate>Mon, 13 Jun 2022 12:24:07 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/06/teachping/</guid><description>&lt;p&gt;Another notification, &lt;br&gt;
What could it be? &lt;br&gt;
Click this, open that, &lt;br&gt;
Why was this sent to me?&lt;/p&gt;
&lt;p&gt;An email from my manager &lt;br&gt;
To say I need to check Teams. &lt;br&gt;
Let&amp;rsquo;s install another app &lt;br&gt;
And choose from one of six themes.&lt;/p&gt;
&lt;p&gt;Come navigate this list of groups &lt;br&gt;
And help me find my way. &lt;br&gt;
It&amp;rsquo;s not like I have something to do, &lt;br&gt;
I only have to teach today.&lt;/p&gt;
&lt;p&gt;There. We found it. &lt;br&gt;
Ah, a file to download. &lt;br&gt;
Fill out this spreadsheet, &lt;br&gt;
Log into to Moodle and upload.&lt;/p&gt;
&lt;p&gt;Now, time to go to work. &lt;br&gt;
Teaching is what I like best, &lt;br&gt;
Not Yammer this and Doodle that, &lt;br&gt;
Not another software to beta test.&lt;/p&gt;
&lt;p&gt;Turn on the laptop. &lt;br&gt;
Plug it in. &lt;br&gt;
Connect to WiFi. &lt;br&gt;
Why can&amp;rsquo;t I log in?&lt;/p&gt;
&lt;p&gt;Down for maintenance, &lt;br&gt;
Yet again. &lt;br&gt;
The hours on OneDrive, &lt;br&gt;
The weeks of eyestrain.&lt;/p&gt;
&lt;p&gt;A training session for Slack, &lt;br&gt;
Do we really need that? &lt;br&gt;
Yes, it is the same but different. &lt;br&gt;
A lot of effort for group chat.&lt;/p&gt;
&lt;p&gt;Reply all. &lt;br&gt;
Out of office. &lt;br&gt;
What to do? &lt;br&gt;
I&amp;rsquo;m nauseous.&lt;/p&gt;
&lt;p&gt;How many accounts must we use &lt;br&gt;
Just to prove we&amp;rsquo;ve gone digital? &lt;br&gt;
This feels like more work, &lt;br&gt;
Not a little bit paradisiacal.&lt;/p&gt;
&lt;p&gt;Listen here, administrators: &lt;br&gt;
Nothing about this is streamlined. &lt;br&gt;
The teachers are run ragged, &lt;br&gt;
They&amp;rsquo;ve lost all peace of mind.&lt;/p&gt;
&lt;p&gt;Technological progress in the name of efficiency &lt;br&gt;
Creates more work in the long run. &lt;br&gt;
If the teachers are all exhausted, &lt;br&gt;
Our school won&amp;rsquo;t be number one.&lt;/p&gt;
&lt;p&gt;Do you want to make things easier? &lt;br&gt;
Do you want a suggestion? &lt;br&gt;
It would be easier to teach &lt;br&gt;
Without all this interruption.&lt;/p&gt;
&lt;p&gt;Stop sending me messages. &lt;br&gt;
I don&amp;rsquo;t want another app. &lt;br&gt;
Don&amp;rsquo;t take it the wrong way, &lt;br&gt;
But it&amp;rsquo;s all a load of crap.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll still do my work &lt;br&gt;
Without this DX. &lt;br&gt;
You&amp;rsquo;ll still be happy &lt;br&gt;
As you cash all those cheques.&lt;/p&gt;
&lt;p&gt;You want to be innovative, &lt;br&gt;
But you just copy the rest. &lt;br&gt;
I would give you a zero &lt;br&gt;
If you did that on a test.&lt;/p&gt;
&lt;p&gt;So, turn off those screens. &lt;br&gt;
Time to disconnect. &lt;br&gt;
It&amp;rsquo;s the only way I know &lt;br&gt;
To teach the present perfect.&lt;/p&gt;
&lt;p&gt;I have spoken, &lt;br&gt;
You have heard. &lt;br&gt;
Please don&amp;rsquo;t make me remember &lt;br&gt;
Another password.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Children&#39;s Cartoons</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/</link>
      <pubDate>Wed, 25 May 2022 11:00:00 +0200</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/</guid><description>&lt;p&gt;The 1980s were a wonderful time for children&amp;rsquo;s cartoons. No questions were asked, it seems. It gave birth to things that today would have no chance of survival against television censors and parents&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;. Sure, there were rules about violence, but they were fundamentally long-form toy ads, and some of them were great.&lt;/p&gt;
&lt;p&gt;My childhood was &lt;em&gt;Transformers&lt;/em&gt;, &lt;em&gt;GI Joe&lt;/em&gt;, &lt;em&gt;ThunderCats&lt;/em&gt;, &lt;em&gt;SilverHawks&lt;/em&gt;, &lt;em&gt;M.A.S.K&lt;/em&gt;, &lt;em&gt;The Masters of the Universe&lt;/em&gt;, and the like. Most of the time, the premise was straightforward: Good versus Evil. And nearly all of them had kick-ass opening credits, that were often &lt;em&gt;very&lt;/em&gt; similar&amp;hellip;&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/HcGNqrAtsgg&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;ThunderCats Opening Credits&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;ThunderCats Opening Credits&lt;/figcaption&gt;&lt;/center&gt;

&lt;p&gt;Interesting, no? Let&amp;rsquo;s try again&amp;hellip;&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/EqsgLxuMhLE&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;SilverHawks Opening Credits&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;SilverHawks Opening Credits&lt;/figcaption&gt;&lt;/center&gt;

&lt;p&gt;OK, &lt;em&gt;amazingly&lt;/em&gt; similar. And these cartoons were produced &lt;em&gt;after&lt;/em&gt; the toys&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;So, as a fan of cartoons (and toys) I was delighted and filled with joy by the idea of watching cartoons with my son. Now, I know, TV is bad for children. No screens before three years old and all that. I read the studies and I promised myself I would try not to overload him with TV.&lt;/p&gt;
&lt;p&gt;I failed&amp;hellip;&lt;/p&gt;
&lt;p&gt;I knew, though, that things would not be like in the 80s and 90s. The shows for younger children are not like before. There is a little less action, things are a little less scary, the vocabulary is &lt;em&gt;subdued&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I did not know I would be up against literal crack for kids&amp;hellip;&lt;/p&gt;
&lt;h2 id=&#34;paw-patrol&#34;&gt;PAW Patrol&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Guru Studio &amp;amp; Spin Master Entertainment&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;PAW Patrol should need no introduction. It is a TV show designed to sell merchandise, there is no doubt about that. It took some great ideas from the past, and diluted them into an addictive slurry for young minds.&lt;/p&gt;
&lt;p&gt;Don&amp;rsquo;t get me wrong, I let my son watch it and I have seen every single episode, special, and film. I can say, based on my hundreds of hours of watching TV since the 1980s, that this show is a drug for kids.&lt;/p&gt;
&lt;p&gt;Before we get into this, I recommend watching &lt;a href=&#34;https://yewtu.be/watch?v=wybGz0ykjSk&#34;&gt;The Science of Cute&lt;/a&gt;. Skip to around the 9 minute 39 second mark.&lt;/p&gt;
&lt;p&gt;This mini-documentary is about why we find puppies cute. In the video, Julie Hecht says:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Cuteness is incredibly important for us as a human species [&amp;hellip;]. Konrad Loranz &amp;mdash; one of the ethologists, people that study animal behaviour &amp;mdash; introduced the idea that there might be certain physical features that are particularly cute and endearing that we are attracted to.&lt;/p&gt;
&lt;p&gt;They would have a high and protruding forehead, very big eyes, [and] big cheeks. [They would have] a little nose, and a little mouth. And they have short, pudgy, extremities.&lt;/p&gt;
&lt;p&gt;[A]ll of these features would essentially elicit our attraction [&amp;hellip;]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Shortly after this explanation, an artist draws the definition of &lt;em&gt;cute&lt;/em&gt;. It is a puppy that is similar to the pups in PAW Patrol:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons//images/cartoons/puppy.jpg&#34; alt=&#34;Screenshot from &amp;amp;ldquo;The Science of Cute&amp;amp;rdquo;: An artists uses digital painting software to sketch a puppy with big eyes&#34;&gt;
    &lt;figcaption&gt;Screenshot from &amp;#34;The Science of Cute&amp;#34;&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons//images/cartoons/rocky.png&#34; alt=&#34;Rocky, from PAW Patrol. The grey mixed-breed recycling pup&#34;&gt;
    &lt;figcaption&gt;Rocky the recycling pup&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;PAW Patrol takes one of the animals that we find the cutest, puppies, and creates exaggeratedly cute versions of them as heroes. Even the humans follow the description given above. The whole concept is excellent. And they can&amp;rsquo;t be blamed for wanting profit, but they can be blamed for cutting corners!&lt;/p&gt;
&lt;p&gt;The CGI animation used in this show is awfully basic. Over the course of nine seasons, not a whisker has been changed. As little detail as possible is used. Yes, they have added &lt;em&gt;new characters&lt;/em&gt;, and &lt;em&gt;new vehicles&lt;/em&gt;. Yes, just in case you didn&amp;rsquo;t know, the PAW Patrol have the OG vehicles, dog houses that transform into themed vehicles, as well as a slew of others: sea patrol vehicles, city vehicles, race cars, motorcycles, planes, knights&amp;rsquo; chariots, dinosaur themed vehicles, superhero vehicles, and &amp;ldquo;ultimate rescue&amp;rdquo; vehicles. You need to have something new to sell, right? But, they have never updated the quality of the animation.&lt;/p&gt;
&lt;p&gt;The content of the show, on the surface, seems fine. The pups rescue people in danger and teach kids to be careful. There are attempts at inclusivity as well &amp;mdash; one of the pups has physical handicap that doesn&amp;rsquo;t prevent him from being a hero, another is supposed to be hyperactive, one of them speaks Spanish, and there is even a cat who occasionally helps out. But, if you look at something like &lt;em&gt;Blue&amp;rsquo;s Clues&lt;/em&gt; and then watch this, you will immediately notice that the pacing is off:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A problem occurs in town, so The PAW Patrol is called. Sure, there is an entire sequence involved with pups getting HQ to receive their orders, but &lt;em&gt;there is no invitation to the audience to guess which pups will be called upon to solve this problem&lt;/em&gt;. This sequence is very similar to the one used in M.A.S.K., so I must ask you watch the opening credits.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/o2Z1yLO9C-Q&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;M.A.S.K. Opening Credits&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;M.A.S.K. Opening Credits&lt;/figcaption&gt;&lt;/center&gt;

&lt;p&gt;Want further comparison? I have been thinking about this for years now, so you will have to bear with me. Both shows have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;transforming vehicles&lt;/li&gt;
&lt;li&gt;themed heroes (e.g. water specialist, flying, etc.)&lt;/li&gt;
&lt;li&gt;specialized equipment (helmets in M.A.S.K., backpacks (&amp;ldquo;Pup-Packs&amp;rdquo;) in PAW Patrol)&lt;/li&gt;
&lt;li&gt;a villain with a moustache who also has access to innovative technology
&lt;ul&gt;
&lt;li&gt;no explanation as to where said technology comes from&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;a robot&lt;/li&gt;
&lt;li&gt;occasional non-hero characters that help out&lt;/li&gt;
&lt;li&gt;a &amp;ldquo;get to HQ&amp;rdquo; sequence&lt;/li&gt;
&lt;li&gt;a &amp;ldquo;get your costumes on&amp;rdquo; sequence&lt;/li&gt;
&lt;li&gt;catchy opening credits&lt;/li&gt;
&lt;li&gt;an attempt at providing a moral for younger children&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the end, PAW Patrol is essentially very cheap eye-candy, but, you might think that there is a moral of some sort? Nope. No moral. The major protagonist, Mayor Humdinger (voiced by the wonderful &lt;a href=&#34;https://en.wikipedia.org/wiki/Ron_Pardo&#34;&gt;Ron Pardo&lt;/a&gt;) is never punished for his wrongdoings. The &lt;a href=&#34;https://pawpatrol.fandom.com/wiki/Sid_Swashbuckle_the_Pirate&#34;&gt;pirate&lt;/a&gt; who steals stuff always gets away. The villains clean up their messes, and they go home.&lt;/p&gt;
&lt;p&gt;Also, the adults in the show are awful. The safety of a town, the nearby city, the &lt;a href=&#34;https://pawpatrol.fandom.com/wiki/The_jungle&#34;&gt;jungle&lt;/a&gt;, the Kingdom of &lt;a href=&#34;https://pawpatrol.fandom.com/wiki/Barkingburg&#34;&gt;Barkingburg&lt;/a&gt;, the oceans and the skies is left in the hands of a 10-year-old boy and some puppies. The adults are clumsy and inept, incapable of taking care of a &lt;a href=&#34;https://pawpatrol.fandom.com/wiki/Chickaletta&#34;&gt;chicken&lt;/a&gt; in some instances. The only ones with any sense are the children and the pups. What message is this for children?&lt;/p&gt;
&lt;p&gt;Finally, it is confusing. Really confusing. Children like stories, but this show has no story really. There are no parents in the main town, but there is a child, &lt;a href=&#34;https://pawpatrol.fandom.com/wiki/Alex_Porter&#34;&gt;Alex&lt;/a&gt;, who lives with his grandfather. There are two other kids that come visit their aunt. The main character is 10 years old, but never says anything about his parents. Where did these people come from?&lt;/p&gt;
&lt;p&gt;PAW Patrol is not the only show like this. Off the top of my head I can say that PJ Masks is on the same level. Cheap animation, no morals, designed to sell toys.&lt;/p&gt;
&lt;p&gt;Speaking of toys, PAW Patrol managed to botch this too. Whether it is by design or some other reason, it is quite difficult to find toys of the human characters. They &lt;em&gt;were&lt;/em&gt; produced, but have since been discontinued. Your kid can be addicted to the show, and get a truckload of toys, and imagine their hearts away, but, they will have nobody to save and nobody to save them from &amp;mdash; they will have multiple versions of the pups in their different vehicles, and maybe a dragon.&lt;/p&gt;
&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;&lt;p&gt;I feel it important to note that I do not &lt;em&gt;hate&lt;/em&gt; this show. I just think it can be better. The PAW Patrol movie shows that: better animation style, a story that provides some background for a main character, a lesson for children on overcoming fears, and so on. Ryder, though, is freakin&amp;rsquo; creepy looking in the movie:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/https://image.tmdb.org/t/p/original/ic0intvXZSfBlYPIvWXpU1ivUCO.jpg&#34; alt=&#34;Poster for PAW Patrol: The Movie - logo in the centre, vehicles underneath, characters above, Ryder centre&#34;&gt;
    &lt;figcaption&gt;PAW Patrol: The Movie Poster&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;And, I am looking forward to the movie sequel &lt;em&gt;and&lt;/em&gt; the spin-off series in the works. I can&amp;rsquo;t help it, I am hooked now too.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;h2 id=&#34;two-can-play&#34;&gt;Two Can Play&lt;/h2&gt;
&lt;p&gt;It has not been as easy as it should have been to find TV shows that my son likes &lt;em&gt;and&lt;/em&gt; that I would call &lt;em&gt;good&lt;/em&gt;. Shows that have an educational side, a funny side, or an emotional side that demonstrate an effort from the creators to make something &lt;em&gt;good&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I want to talk about five of these shows. You will notice that some of these shows have taken advantage of the &amp;ldquo;big head, big eyes, small body&amp;rdquo; science mentioned earlier. The difference is that these shows go the extra mile. Sometimes in terms of content and message, sometimes in the quality of the presentation, sometimes both.&lt;/p&gt;
&lt;h3 id=&#34;tumble-leaf&#34;&gt;Tumble Leaf&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Amazon Studios&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The first big hit in our household, before PAW Patrol, was &lt;em&gt;Tumble Leaf&lt;/em&gt;. This show was beautiful to watch, and the creators were nice enough to give it an emotional finale. The stories were perfect for kids and follow the same premise: Fig the fox finds an object and must use that object to have fun. This is what kids do. A mirror can be a play thing. A drumstick can be more than a drumstick. A tool can be used more than one way. The overall message: go play!&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/9Bo3UFSmvcs&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Tumble Leaf Teaser&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;Tumble Leaf Teaser&lt;/figcaption&gt;&lt;/center&gt;

&lt;p&gt;Furthermore, the show is calm. It is soft, and quiet, and subtle. There are no screeching characters, or overly anxiety-inducing scenes. While this is not the case of my son, I am aware that some kids are sensitive to sounds and action scenes. This is a show that you could let your children watch unattended, but you won&amp;rsquo;t, because it is too gorgeous. You will also be happy to know that there is no merchandise available. That means you will not be buying toys or stuffed animals or lunch boxes or anything like that to please you children.&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/p6IxAakLyzM&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Tumble Leaf Making of Featurette&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;Tumble Leaf Making of Featurette&lt;/figcaption&gt;&lt;/center&gt;

&lt;p&gt;I did play my cards wrong. &lt;em&gt;Tumble Leaf&lt;/em&gt; is a great show for children of all ages, but I should have started with something like &lt;em&gt;Daniel Tiger&amp;rsquo;s Neighborhood&lt;/em&gt; that is explicitly for very young children. I do occasionally propose an episode of &lt;em&gt;Tumble Leaf&lt;/em&gt;&lt;/p&gt;
&lt;h3 id=&#34;daniel-tigers-neighborhood&#34;&gt;Daniel Tiger&amp;rsquo;s Neighborhood&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Fred Rogers Productions, 9 Story Media Group, 9 Story USA&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Daniel Tiger&lt;/em&gt; is the continuation of &lt;em&gt;Mr. Rogers&amp;rsquo; Neighborhood&lt;/em&gt;. That is all you need to know. Appearance and content-wise, this is the most childish of the shows in this list. It is for 3- and 4-year-old children, after all.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The series centers around Daniel Tiger [&amp;hellip;]. Two 11-minute segments are linked by a common socio-emotional theme, such as disappointment and sadness or anger and thankfulness. The theme also uses a musical motif phrase, which the show calls &amp;ldquo;strategy songs,&amp;rdquo; to reinforce the theme and help children remember the life lessons. Many of the &amp;ldquo;strategy songs&amp;rdquo; are available in albums or as singles under the artist name &amp;ldquo;Daniel Tiger&amp;rsquo;s Neighborhood.&amp;rdquo; The program is targeted at preschool-aged children; it teaches emotional intelligence, kindness, and human respect. Its content follows a curriculum based on Fred Rogers&amp;rsquo; teaching and new research into child development. &lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In short, this is a safe show for children.&lt;/p&gt;
&lt;h3 id=&#34;hey-duggee&#34;&gt;Hey Duggee&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Studio AKA&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This one is just as entertaining for parents as it is for children. It is silly and loud, but educational. It is a show that gets the audience involved through the use of a narrator, and teaches things in the same way that something like &lt;em&gt;Sesame Street&lt;/em&gt; does.&lt;/p&gt;
&lt;p&gt;The concept is that question kids ask all the time, &lt;em&gt;what are we going to do today?&lt;/em&gt; And while doing that thing, we learn. We learn about tadpoles, elections, trains, kites, building, shapes, singing, whistling, water, being sick, being quiet, and, yes, &lt;a href=&#34;https://yewtu.be/watch?v=K05N2jqFHc8&#34;&gt;sticks&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The show is about a group of children at day camp. Their camp counsellor is Duggee, a dog, who always has ideas and seems to know about everything. The group of children is loud and colourful: There is a sensitive rhino named Tag; Norrie, a quiet and calm mouse; Betty, a know-it-all octopus; Happy, an alligator obsessed with water; and a loud, hyperactive, disruptive, but yoga-practicing hippo named Rolly. Of course, there are a series of other characters that they interact with.&lt;/p&gt;
&lt;p&gt;Adults will have no problem watching this show with their children, because there is always a little joke in there for them. Keep in mind, though, that some of these jokes do require a little knowledge of British culture &amp;mdash; note the reference to &lt;a href=&#34;https://en.wikipedia.org/wiki/Spaghetti-tree_hoax&#34;&gt;Spaghetti Trees&lt;/a&gt; in this episode:&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/CbQuAbGWBBg&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Hey Duggee - Gardening&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;Hey Duggee - Gardening&lt;/figcaption&gt;&lt;/center&gt;

&lt;h3 id=&#34;stillwater&#34;&gt;Stillwater&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Gaumont Animation &amp;amp; Scholastic Entertainment&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Calm and Zen; soft-spoken, but powerful. &lt;em&gt;Stillwater&lt;/em&gt; is visually beautiful to watch, and filled with detail that children&amp;rsquo;s shows normally ignore. As an example, the characters in this show have different outfits in nearly every episode. They have detailed expressions, and flowing hair, and fur. The environment is rich and there are different locations and weather events. Finally, each episode has a story within a story using a different animation style to present an anecdote in response to a problem.&lt;/p&gt;
&lt;p&gt;Stillwater is a panda, he lives next door to a family with three children who, as humans do, encounter difficulties. Jealousy, dismay about the outcome of a race, growing up, getting a haircut, and so on. The anecdotes used to help the children to find solutions to their problems are retellings of Zen Buddhist and Taoist stories, mostly, and use lots of metaphors and analogies.&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/zz1GkcvkT1g&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Stillwater Trailer&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;Stillwater Trailer&lt;/figcaption&gt;&lt;/center&gt;

&lt;p&gt;This series is based on a book, which is a good thing. It means that behind it there is an author, an &lt;a href=&#34;https://en.wikipedia.org/wiki/Intellectual_property&#34;&gt;IP&lt;/a&gt;, and a vision maintaining the course of the production. It isn&amp;rsquo;t something for your children to watch religiously when a new episode appears &amp;mdash; there are only 20 episodes containing two stories each. This is something that you can use like a story book for children, and say, &amp;ldquo;hey, how about a Stillwater?&amp;rdquo; And, like when you read a story to your child, there is a certain memorability to each episode and story that does stick.&lt;/p&gt;
&lt;h3 id=&#34;bluey&#34;&gt;Bluey&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Ludo Studio&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Bluey&lt;/em&gt; is pure, unfiltered, entertainment. It is a lesson for children and their parents. It is the source of roaring laughter in my house. It is all about play and creativity. In my opinion, Bluey represents the standard in children&amp;rsquo;s television programming. It is the ideal show to transition from the more &amp;ldquo;preschool&amp;rdquo;-style program &amp;mdash; think &lt;em&gt;Daniel Tiger&lt;/em&gt;, or shows that have a narrator like &lt;em&gt;Hey Duggee&lt;/em&gt; &amp;mdash; to something that reflects the psychological development that children experience at this time in their lives.&lt;/p&gt;
&lt;p&gt;As we grow, many of us use &lt;a href=&#34;https://en.wikipedia.org/wiki/Private_speech&#34;&gt;private speech&lt;/a&gt; during play. You will hear children muttering and telling stories with their toys. They &lt;em&gt;narrate&lt;/em&gt; the events, and ask themselves questions out loud. At some point, we grow out of this and begin using &lt;a href=&#34;https://en.wikipedia.org/wiki/Intrapersonal_communication&#34;&gt;inner speech&lt;/a&gt;. There are many scenes where we see the main characters of the show reflecting on what happened, but no narrator is there to help, and the character does not look at &lt;a href=&#34;https://en.wikipedia.org/wiki/Fourth_wall&#34;&gt;fourth wall&lt;/a&gt; and ask for guidance.&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/W3GpdLhgHVA&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Bluey: Hotel&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;Bluey: Hotel&lt;/figcaption&gt;&lt;/center&gt;

&lt;p&gt;&lt;em&gt;Bluey&lt;/em&gt; stands out in 2022. It has a very Saturday morning aesthetic, whereas many shows have taken a more 3D-CGI route. The characters have lives and jobs and backgrounds: Bluey is in a bit of an alternative school, she has a little sister named Bingo, a mother who works part-time, Chilli, and a father, Bandit, an archaeologist. There are aunts and uncles, babysitters, neighbours, teachers, friends, and even an episode dedicated to one of those friends. The production team spends about three months on each episode, after, the whole Ludo team gets together on a Friday to view the almost-finished product with friends and family, and their children &lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;. The children in the show also voiced by the children of the team. Finally, there is another minor twist.&lt;/p&gt;
&lt;p&gt;It goes without saying that many shows like to focus on the mother as the main caregiver in a family, and the father as the breadwinner. Doing the opposite was often seen as a gimmick, some little twist &amp;mdash; it is a show about a family, but &lt;em&gt;different&lt;/em&gt;. &lt;em&gt;Bluey&lt;/em&gt; does not feel like that at all. You hardly register the fact that in many episodes it is Bandit getting wrapped up in his daughters&amp;rsquo; strange games, trying to keep them entertained. It is this aspect that draws parents in, at least in my case. There is a realness to Bandit, and the rest of the characters, that when seen through the eyes of an adult does not register as &amp;ldquo;this is a silly kids&amp;rsquo; show&amp;rdquo;, but rather as &amp;ldquo;holy crap this is brilliant.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;It won&amp;rsquo;t come as a surprise to learn that I do feel some regret. My son has seen too many episodes of these shows. Time that could have been spent outside, playing, or being creative and actively learning was wasted on passive entertainment. Ideally, I would have known about these shows before my son was born, and therefore avoided the dreaded path of the PAW Patrol. I also would have changed the order: &lt;em&gt;Daniel Tiger&lt;/em&gt; first, then &lt;em&gt;Hey Duggee&lt;/em&gt;, followed by &lt;em&gt;Stillwater&lt;/em&gt;, &lt;em&gt;Tumble Leaf&lt;/em&gt;, and finally &lt;em&gt;Bluey&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;If you are a cartoon lover, or parent, I recommend that you watch these shows &amp;mdash; even PAW Patrol, because it is important to be ready when your son or daughter comes home from school and asks why they have never seen that show. I also recommend that you try and see TV shows from your own childhood.&lt;/p&gt;
&lt;p&gt;(I say this because it is amazing how things have changed. An innocuous little cartoon from our childhood, when seen through adult eyes, can be traumatic. &lt;a href=&#34;https://en.wikipedia.org/wiki/The_Animals_of_Farthing_Wood_(TV_series)&#34;&gt;The Animals of Farthing Wood&lt;/a&gt; is quite heavy, and just look at the synopsis for the first episode of &lt;em&gt;Capital Critters&lt;/em&gt;&lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt; which my mother let me watch: &lt;em&gt;&amp;ldquo;After Max the mouse&amp;rsquo;s family is murdered by pest control workers, he moves to Washington, D.C. to live with his cousin Berkley.&amp;rdquo;&lt;/em&gt;)&lt;/p&gt;
&lt;p&gt;Finally, always check the merchandise situation of a show before letting your children get hooked. PAW Patrol is a vector for toy sales, whereas the other programs mentioned above are not.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Read about the &amp;ldquo;Adult Story Line&amp;rdquo; and cancellation of &lt;em&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Captain_Power_and_the_Soldiers_of_the_Future#Adult_storyline&#34;&gt;Captain Power and the Soldiers of the Future&lt;/a&gt;&lt;/em&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;It may surprise you to know that the two examples above, &lt;em&gt;ThunderCats&lt;/em&gt; and &lt;em&gt;SilverHawks&lt;/em&gt;, were produced by &lt;a href=&#34;https://en.wikipedia.org/wiki/Rankin/Bass_Animated_Entertainment&#34;&gt;Rankin/Bass Animated Entertainment&lt;/a&gt; who were previously known for their stop-motion Christmas specials, like &lt;a href=&#34;https://yewtu.be/watch?v=VaPrGWlfvd4&#34;&gt;Rudolph the Red-Nosed Reindeer&lt;/a&gt;.&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Daniel_Tiger%27s_Neighborhood#Production&#34;&gt;Daniel Tiger&amp;rsquo;s Neighborhood - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.abc.net.au/news/2019-12-02/i-took-my-toddler-to-see-where-bluey-is-made-ludo-studio/11742386?nw=0&amp;amp;r=HtmlFragment&#34;&gt;I took my daughter to see how they make Bluey at Ludo Studios in Brisbane and it sort of blew her mind - ABC News (Australian Broadcasting Corporation)&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:5&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Capitol_Critters#Episodes&#34;&gt;Capitol Critters - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/05/childrens-cartoons/#fnref:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>In Search of Digital Natives</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/05/in-search-of-digital-natives/</link>
      <pubDate>Sat, 07 May 2022 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/05/in-search-of-digital-natives/</guid><description>&lt;p&gt;Promises were made, people. I&amp;rsquo;m not talking about flying cars, I&amp;rsquo;m talking about the people that were supposed to make those cars and the cool things to go along with them. We were promised a generation of &lt;em&gt;digital natives&lt;/em&gt;. Where are they?&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re reading this, there is a good chance you are one of those digital natives we were promised. You are everywhere. There are throngs of you across the globe. I have met many of you, and the things you can do! You programme and solder; you make robots; your front-ends are gorgeous, your back-ends robust; you are makers and tinkerers. But, we were told there would be an entire cohort of digital natives.&lt;/p&gt;
&lt;p&gt;The term was coined back in the 90s, but I have been teaching since the early 2000s and every year I hear students give the same speech. They say, &amp;ldquo;my generation is the first generation to grow up with the internet, we are digital natives.&amp;rdquo; Millennials, like myself, have also been saying the same thing.&lt;/p&gt;
&lt;p&gt;We experienced the joys of 300bps modems, dial-up, and broadband. The arrival of the World Wide Web, Amazon, eBay, and the first dating sites. There was ICQ, MSN, AOL, GeoCities, Rotten.com and Warez. We had floppies and diskettes and burned CDs. We had monochrome CRT monitors. We installed games that were distributed on multiple diskettes. The sneakernet was a thing! We had laptops that didn&amp;rsquo;t have Wi-Fi. We were friends with Tom. We used websites like AltaVista and Alt.box.sk.&lt;/p&gt;
&lt;p&gt;But, all along, were told that the next generation would be the real deal. Their level of digital literacy would dwarf ours. Everyone and their dog would be the next Zuckerberg. I must say that I am underwhelmed.&lt;/p&gt;
&lt;p&gt;Again, you will tell me they are everywhere. And, I will agree with you and nod my head, but follow up with a question: &lt;strong&gt;How is it that so many are so digitally illiterate?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Was it social media? It is definitely one of the factors. Was it because Google and Wikipedia took away their curiosity and willingness to learn? Could be. Did the smartphones make things so accessible within three clicks that they all decided they were hackers? I cannot say, and as this is meant to be a short blog post, some stream of consciousness, I am not going to stop and do the research to answer those questions.&lt;/p&gt;
&lt;p&gt;With each year that passes, my students become less and less adept when it comes to computers and technology. Obviously, where I work, I cannot expect to run into the prodigies that are self-caught programmers, but hell, would it kill them to learn a thing or two?&lt;/p&gt;
&lt;p&gt;My average student keeps all of their files on the desktop of their MacBook. They have at least three browsers installed, an upgrade warning, and 97 tabs open. I ask them to go to their webmail and watch in disbelief as they proceed:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open browser&lt;/li&gt;
&lt;li&gt;New tab&lt;/li&gt;
&lt;li&gt;Google search the school website&lt;/li&gt;
&lt;li&gt;Login&lt;/li&gt;
&lt;li&gt;Navigate to the link for outlook.office365.com&lt;/li&gt;
&lt;li&gt;Login again&lt;/li&gt;
&lt;li&gt;Scroll through screens if unread emails instead of searching&lt;/li&gt;
&lt;li&gt;Open email&lt;/li&gt;
&lt;li&gt;Figure out how to download the attachment&lt;/li&gt;
&lt;li&gt;Open the attachment from the browser&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Meanwhile, noises. The sounds of overlapping Facebook notifications. Because they have Facebook open in multiple tabs. Their €1,400 MacBook is revving up. It sounds like I&amp;rsquo;m standing under a wind turbine, but in reality I am in a classroom. It locks up. They look at me with one of those, &amp;ldquo;whatcha gonna do?&amp;rdquo; expressions.&lt;/p&gt;
&lt;p&gt;Another students steps in, but is also unable to present the work. Why? Because somehow, after three years of school, they do not have an adapter for their computer. Does someone have an adapter? Of course someone does. We are saved, but then comes a new horror.&lt;/p&gt;
&lt;p&gt;This student opens Facebook and asks the first student to send her the file through that platform. So, student A gets out their iPhone, downloads the attachment, and sends it over Facebook. Lo and behold, we have a PowerPoint&amp;hellip; but not.&lt;/p&gt;
&lt;p&gt;Because, unbeknownst to us, these students made their presentation with Canva and downloaded the PDF, which, clearly, would not contain videos and animations, right? A look of shock and panic, &amp;ldquo;Sir, can we try a different computer?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Up comes teammate #3, &amp;ldquo;The Maker.&amp;rdquo; Their computer has HDMI. Battery levels are optimal. They connect. Now six hands are jamming away to get the screen to stop extending in order to mirror the content. Success. Angels weep for my soul as I die a slow and agonizing death &amp;mdash; on the inside. There is no sound. There was no need for animations. They read, word-for-word, the text from their presentation.&lt;/p&gt;
&lt;p&gt;At the end, &amp;ldquo;The Maker&amp;rdquo; holds down the power button, forcing a hard shutdown.&lt;/p&gt;
&lt;p&gt;This is not a one-time thing. This is not bi-weekly. This is multiple times per class per week per semester. The digital natives I work with think PowerPoint is too hard. They don&amp;rsquo;t know how to turn on spellcheck or put page numbers on their documents. They copy and paste and submit Wikipedia articles as their own, &lt;em&gt;but leave in the hyperlinks and footnotes!&lt;/em&gt; They use their phones to take pictures of their computer screens. And, on their CVs, they proudly proclaim:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Computer Skills: &lt;em&gt;Proficient&lt;/em&gt; user, &lt;em&gt;Expert&lt;/em&gt; in Microsoft Office, Social Networks, Windows, and Mac.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I digress.&lt;/p&gt;
&lt;p&gt;Digital natives, what went wrong? You got off on the right foot: Powerful pocket-sized computers, high speed internet, streaming services, the cloud, laptops with batteries that last longer than two hours, but you can write a report faster with two thumbs on your 6-inch slab of plastic and glass than you can with 10 fingers and 105 keys. They mock you and call you &amp;ldquo;zoomers,&amp;rdquo; but many of you cannot seem to activate your microphones and cameras in order to use Zoom. I ask you to send me a file, you say it is too big for email, so you send it with WeTransfer, and it isn&amp;rsquo;t even 4 MB.&lt;/p&gt;
&lt;p&gt;Natives and immigrants of the digital age, you know in your hearts that I speak the truth. So, tell me, please, how can we bridge the gap? How can we teach you the skills you need? How can it be made interesting for your hyper-connected generation to learn the basics?&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>I like E-books</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/</link>
      <pubDate>Wed, 20 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/</guid><description>&lt;p&gt;No joke. I do, truly, like e-books. Of course, real books are better. It isn&amp;rsquo;t a cliché to say that. Most of the time, a real, printed, book makes more sense than reading an e-book.&lt;/p&gt;
&lt;p&gt;In many instances, the printed book may cost less, and, in a way is easier to transport and travel with. I say this because there is less concern about losing a book or having it stolen. If you lose a copy of a recent paperback, you lose a little money and one book. If you lose a brand-new e-reader, you lose a collection of books, the money used to purchase the e-reader and the books, and possibly some online credentials and banking info.&lt;/p&gt;
&lt;p&gt;The printed book can be handled, and mishandled. It can sit in the sun and be left in a glovebox, fall down, and even get a little wet. You can dog-ear the pages and take notes and write your name on it. Your copy of a printed book is yours.&lt;/p&gt;
&lt;p&gt;E-books are a different beast.&lt;/p&gt;
&lt;h2 id=&#34;how-i-wound-up-with-an-e-reader&#34;&gt;How I wound up with an e-reader&lt;/h2&gt;
&lt;p&gt;I have actually had three different e-readers. All of them are the same brand. All of them still work. Two of them were the same model.&lt;/p&gt;
&lt;p&gt;It all started well over 10 years ago. I wanted to get into reading again, but living in France, it isn&amp;rsquo;t always easy to have immediate access to new releases in English. Reading a translated version of a book does not interest me. I have no problem reading a French book, if that is the original language, and when I do want to read a French book, I still just buy the printed version.&lt;/p&gt;
&lt;p&gt;So, I bought a Kobo e-reader. I travelled to China with that device to visit someone, and they borrowed it. I never got it back. So, returning to France I went straight to the shop next to the train station and bought the same model.&lt;/p&gt;
&lt;h2 id=&#34;what-got-me-hooked-on-e-readers&#34;&gt;What got me hooked on e-readers?&lt;/h2&gt;
&lt;p&gt;That first year with an e-reader was wonderful. I read 12 books. That is nothing compared to hardcore book readers, but I didn&amp;rsquo;t think I would read more than five. It is certainly more than the one book (actually, a play) I had read the previous year.&lt;/p&gt;
&lt;p&gt;The two books that got me hooked were &lt;em&gt;1Q84&lt;/em&gt; by Haruki Murakami and &lt;em&gt;The Martian&lt;/em&gt; by Andy Weir. I don&amp;rsquo;t even remember how I ended up with copies of these books on my device. I know I didn&amp;rsquo;t buy them.&lt;/p&gt;
&lt;p&gt;Reading with the e-reader was &lt;strong&gt;motivating&lt;/strong&gt;. I like seeing numbers and knowing how many minutes are left in a chapter, or in the book. I could only estimate if reading a printed book. Not only that, but I also liked being in a bubble when I am on the metro: mp3 player plus e-book means nobody knows what I am listening to, or what I am reading.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/stats.png&#34; alt=&#34;Kobo Stats&#34;&gt;
    &lt;figcaption&gt;Reading Stats on Kobo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;There was also the aspect of &lt;strong&gt;reading at night&lt;/strong&gt;. My flat at the time was as awful as it was small. There was no way for me to have a night stand with a light. E-readers, with backlit screens, solved that problem. Also, I love reading and falling asleep mid-sentence. I could do that with an e-book, and it would shut down automatically, leaving me to sleep peacefully in the dark.&lt;/p&gt;
&lt;p&gt;Finally, there is a &lt;strong&gt;practical&lt;/strong&gt; side. Yes, your library can fit in your backpack, but you can also &lt;strong&gt;highlight sections and create annotations&lt;/strong&gt;. This is a function that I use on nearly every book I read. There is always a sentence, or a quote, or an entire page that needs to be highlighted for later use. This functionality, mixed with the other obvious functions, left me hooked on e-books.&lt;/p&gt;
&lt;h2 id=&#34;how-i-use-my-e-reader&#34;&gt;How I use my e-reader&lt;/h2&gt;
&lt;p&gt;Where do my books come from if I don&amp;rsquo;t buy them? I cannot tell you, but you can guess. Except for a few books, my collection is all &lt;a href=&#34;https://en.wikipedia.org/wiki/Sideloading&#34;&gt;sideloaded&lt;/a&gt; onto the device as EPUB files. This is why I bought a Kobo instead of a Kindle. I knew that I could get EPUB files from many places, usually the day of release. I did learn after that it is possible to accomplish the same thing with a Kindle.&lt;/p&gt;
&lt;p&gt;One can just drag and drop the files and be off to the beach for a long read. Or, one can use a piece of software called Calibre. Calibre is not a secret. Even people who have never dealt with e-books have caught wind of this beast.&lt;/p&gt;
&lt;p&gt;Since the point here is not a guide, I won&amp;rsquo;t go into getting the Kobo to work with Calibre. It is easy. There are plugins. There are guides. Everything you need to know is on the &lt;a href=&#34;https://www.mobileread.com/forums/forumdisplay.php?f=223&#34;&gt;MobileRead Forums&lt;/a&gt; It works like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;get an e-book&lt;/li&gt;
&lt;li&gt;open Calibre and import the e-book&lt;/li&gt;
&lt;li&gt;ask Calibre to get the metadata (cover, series info, tags) and save it to the file&lt;/li&gt;
&lt;li&gt;upload the file to your Kobo &amp;mdash; and if you have the right plugins, it will upload as a &amp;ldquo;kepub&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Managing your library is easy like this, and even allows for &lt;strong&gt;exporting annotations to your computer&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/annotations.png&#34; alt=&#34;Getting annotations with Calibre&#34;&gt;
    &lt;figcaption&gt;Getting annotions from a book with Calibre&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Kobo also has a &amp;ldquo;My Words&amp;rdquo; feature. It is just a list of words. It seems banal at first, but after some time you do amass a list of words that are not part of your working vocabulary.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/words.png&#34; alt=&#34;Screenshot: My Words&#34;&gt;
    &lt;figcaption&gt;My Words&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h2 id=&#34;tweaking-the-e-reader&#34;&gt;Tweaking the e-reader&lt;/h2&gt;
&lt;p&gt;Kobo has features that cannot be accessed easily. It is a pity, some of them are useful. Kobo e-readers come with several games, a web browser, a &amp;ldquo;dark mode&amp;rdquo;, and the ability to take screenshots. None of those features, other than the browser, can be accessed without some tweaks.&lt;/p&gt;
&lt;p&gt;While we can all understand the concept of &amp;ldquo;beta features&amp;rdquo;, it would be nice to be able to test them without going through a whole rigmarole of modifications. Luckily, there is &lt;a href=&#34;https://pgaskin.net/NickelMenu/&#34;&gt;&lt;strong&gt;NickelMenu&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NickelMenu&lt;/strong&gt; adds a custom menu to Kobo devices. It is quick and easy to install. Once again, I will spare you all the &amp;ldquo;how to&amp;rdquo; part of this. It is documented on the website and different forums.&lt;/p&gt;
&lt;p&gt;My NickelMenu config looks like this:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# NICKELMENU CONFIG

# Main Menu Items

menu_item : main : KOReader  : cmd_spawn : quiet : exec /mnt/onboard/.adds/koreader/koreader.sh
menu_item : main  :Unblock It :nickel_extras : unblock_it
menu_item : main  :Solitaire  :nickel_extras : solitaire
menu_item : main  :Sudoku     :nickel_extras : sudoku
menu_item : main  :Word Scramble :nickel_extras : word_scramble
menu_item : main  :Sketch Pad :nickel_extras : sketch_pad
menu_item : main: Screenshot : nickel_setting : toggle : screenshots

# Library Items
menu_item : library : Rescan Library : nickel_misc : rescan_books_full

# Reader Items
menu_item : reader : Screenshot : nickel_setting : toggle : screenshots
menu_item : reader : Dark Mode : nickel_setting : toggle : dark_mode
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/nm.png&#34; alt=&#34;NickelMenu&#34;&gt;
    &lt;figcaption&gt;NickelMenu on Kobo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;With it, I am able to access or toggle things like&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Solitaire&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/solitaire.png&#34; alt=&#34;Solitaire on Kobo&#34;&gt;
    &lt;figcaption&gt;Solitaire on Kobo: I have no clue why it is in colour&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sudoku&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/sudoku.png&#34; alt=&#34;Sudoku on Kobo&#34;&gt;
    &lt;figcaption&gt;Sudoku on Kobo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;A &lt;strong&gt;Sketchpad&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/sketch.png&#34; alt=&#34;Sketchpad on Kobo&#34;&gt;
    &lt;figcaption&gt;Sketchpad on Kobo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;(it saves as an svg)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Unblock It&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/unblock.png&#34; alt=&#34;Unblock It on Kobo&#34;&gt;
    &lt;figcaption&gt;Unblock It Game on Kobo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;A &amp;ldquo;Boggle&amp;rdquo; clone called &lt;strong&gt;Word Scramble&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/boggle.png&#34; alt=&#34;Word Scramnle on Kobo&#34;&gt;
    &lt;figcaption&gt;Word Scramble on Kobo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dark Mode&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/dm.png&#34; alt=&#34;Kobo Dark Mode&#34;&gt;
    &lt;figcaption&gt;Dark Mode on Kobo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h2 id=&#34;extending-the-e-reader-with-koreader&#34;&gt;Extending the e-reader with KOReader&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/koreader/koreader&#34;&gt;KOReader&lt;/a&gt; is a document viewer for E-Ink devices. It runs like an app on your Kobo. Essentially, it shuts down the Kobo software and launches a different, alternative, operating system. Installation is as easy as it sounds here: &lt;a href=&#34;https://github.com/koreader/koreader/wiki/Installation-on-Kobo-devices&#34;&gt;Installation on Kobo devices&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I have it installed, but don&amp;rsquo;t use it for reading everything. I use it for reading PDF files, accessing Wikipedia articles, and reading articles saved via Wallabag. You can also configure it to work wirelessly with Calibre.&lt;/p&gt;
&lt;p&gt;I recommend installing KOReader, even if you don&amp;rsquo;t think you will ever use it, just to have a better way to read PDF files.&lt;/p&gt;
&lt;h2 id=&#34;the-downsides-of-kobo&#34;&gt;The downsides of Kobo&lt;/h2&gt;
&lt;p&gt;According to &lt;a href=&#34;https://www.mobileread.com/forums/member.php?u=134071&#34;&gt;&lt;strong&gt;novou&lt;/strong&gt;&lt;/a&gt; on the MobileRead forums, usage data from your Kobo is sent to Google Analytics. Not a single person would ever be surprised by that.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;They don&amp;rsquo;t tie metrics to accounts and clear UID&amp;rsquo;s and unsent callbacks across sessions (meaning they don&amp;rsquo;t track devices across reboots.)&lt;/p&gt;
&lt;p&gt;But aiming to report each time you load the home-screen, or read a book for X minutes nonetheless seems like overkill to me. Their metrics are not super-invasive, and an extremely far cry from stuff like CarrierIQ, or individual menu button tracking.&lt;/p&gt;
&lt;p&gt;That said, for me at least, they still do cross the line into &amp;lsquo;creepy,&amp;rsquo; especially since the callbacks are being sent to Google, where those stats will be saved and analysed as a part of Google&amp;rsquo;s hoard of personal data. (If it were Kobo infrastructure, I&amp;rsquo;d still be concerned, but much less so. Kobo isn&amp;rsquo;t a business built on harvesting personal data.)&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You can disable Google Analytics by editing the &lt;code&gt;/etc/hosts&lt;/code&gt; file on your Kobo.&lt;/p&gt;
&lt;p&gt;The easiest way I have found to do that is to install KOReader, using the nice one-click method above, connect to your Wi-Fi, enable SSH, and just go change it by hand.&lt;/p&gt;
&lt;p&gt;My &lt;code&gt;/etc/hosts&lt;/code&gt; file:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;127.0.0.1 host localhost.localdomain localhost localhost localhost.localdomain # default
127.0.0.1 www.google-analytics.com ssl.google-analytics.com google-analytics.com # GA loopback
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The other thing about the Kobo is that it comes with several baked in features that I have come to dislike:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A system of badges that were once meant to be shared on social networks, like Facebook, but can no longer be shared. This is fun for about two minutes, but it is just cruft.&lt;/li&gt;
&lt;li&gt;When searching the web from a highlight, it defaults to searching with Google, and you need to accept the cookie policy every time.&lt;/li&gt;
&lt;li&gt;Pocket integration, which I did use for years, but which cannot be disabled. It didn&amp;rsquo;t sync some articles, like comics, either.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;the-state-of-e-books-e-readers-and-e-book-readers&#34;&gt;The state of e-books, e-readers, and e-book readers&lt;/h2&gt;
&lt;p&gt;Worldwide, the number of e-book readers is growing &amp;mdash; slowly, but surely &amp;mdash; but that growth will taper off in the coming years&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;. In terms of revenue, the same growth can be measured&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/worldwide.png&#34; alt=&#34;Bar chart showing the number of e-book readers worldwide 2017-2026 (in millions)&#34;&gt;
    &lt;figcaption&gt;Number of e-book readers worldwide 2017-2026 (in millions)&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books//images/kobo/revenue.png&#34; alt=&#34;Bar chart of the e-book market revenue worldwide 2017-2026 (in million U.S. dollars)&#34;&gt;
    &lt;figcaption&gt;E-book market revenue worldwide 2017-2026 (in million U.S. dollars)&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;In France, a country that is all about culture and supporting small independent libraries, Amazon has the majority of the market (63% as of May 2020, Kobo had 33%&lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;), e-books are not that popular. They have managed to get some traction with the 20 to 29 year-olds &amp;mdash; 43% of which had read an e-book at least once, but the majority of French people do not read e-books (Statista, 2017&lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt;).&lt;/p&gt;
&lt;p&gt;The future of e-books, though, is colour&lt;sup id=&#34;fnref:6&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fn:6&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;6&lt;/a&gt;&lt;/sup&gt; and more functionalities:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/https://www.eink.com/uploads/files/Kaleido%20Plus%20%28%E5%B7%A6%29%E8%88%87Kaleido%203%28%E5%8F%B3%29%E6%AF%94%E8%BC%83.jpg&#34; alt=&#34;Example of colour e-ink screen&#34;&gt;
    &lt;figcaption&gt;Rich colour on e-ink screen (E-Ink)&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://pocketbook.ch/en-ch/catalog/color/color-ch&#34;&gt;PocketBook&lt;/a&gt; is already selling colour devices.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.vivlio.com/en/home/&#34;&gt;Vivlio&lt;/a&gt; makes e-readers with flexible software that can even play audio files.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bookeen.com/en&#34;&gt;Bookeen&lt;/a&gt; has a rather stylish, but chunky, e-reader as well as other e-ink devices for note-taking.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;final-words&#34;&gt;Final words&lt;/h2&gt;
&lt;p&gt;E-readers are developing quickly. Almost quickly enough that an e-reader you buy today could be obsolete in two years. This is as good as it is bad. New features mean that consumers will feel the need to buy a new device. Hesitant consumers may buy a newer device, one of the colour e-readers, for example, and find themselves disappointed with the experience. We all know that e-waste is a growing problem, and this type of situation is one that could lead to even more waste.&lt;/p&gt;
&lt;p&gt;As someone who enjoys reading e-books, I do want to see some development in the sector, but there is no way I will ever replace my e-reader every two years. An ideal e-reader for me would be something a little more flexible, in terms of configuration, or perhaps something more open and privacy-centric. I would purchase a &amp;ldquo;bare e-reader&amp;rdquo;, if such a thing existed, so I could control what kind of software went on it.&lt;/p&gt;
&lt;p&gt;Now, back to reading!&lt;/p&gt;
&lt;h2 id=&#34;call-to-action&#34;&gt;Call to action&lt;/h2&gt;
&lt;p&gt;If you have made it this far, you should consider joining one of the &lt;a href=&#34;https://joinbookwyrm.com/instances/&#34;&gt;BookWyrm instances&lt;/a&gt;. These are social networks for book lovers. If you know what Goodreads is, but don&amp;rsquo;t want to use another service owned by Amazon, give BookWyrm a shot.&lt;/p&gt;
&lt;p&gt;Also, add me to your contacts while you are there: &lt;a href=&#34;https://bookwyrm.social/user/bbbhltz&#34;&gt;bbbhltz on BookWyrm&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.mobileread.com/forums/showthread.php?t=162713&#34;&gt;Touch KT&amp;rsquo;s Google Analytics integration, and how to disable it. - MobileRead Forums&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;Statista. (February 3, 2022). Number of e-book readers worldwide 2017-2026 (in millions) [Graph]. In Statista. Retrieved April 11, 2022, from &lt;a href=&#34;https://www-statista-com.library.ez.neoma-bs.fr/forecasts/1294239/number-of-ebook-users-global&#34;&gt;https://www-statista-com.library.ez.neoma-bs.fr/forecasts/1294239/number-of-ebook-users-global&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;Statista. (March 4, 2022). E-book market revenue worldwide 2017-2026 (in million U.S. dollars) [Graph]. In Statista. Retrieved April 11, 2022, from &lt;a href=&#34;https://www-statista-com.library.ez.neoma-bs.fr/forecasts/1294207/ebook-market-revenue-worldwide&#34;&gt;https://www-statista-com.library.ez.neoma-bs.fr/forecasts/1294207/ebook-market-revenue-worldwide&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;Foxintelligence. (June 16, 2020). E-reading market share of the most popular digital e-reader brands in France between March and May 2020 [Graph]. In Statista. Retrieved April 11, 2022, from &lt;a href=&#34;https://www-statista-com.library.ez.neoma-bs.fr/statistics/1147874/online-market-share-of-e-readers-by-brand-france/&#34;&gt;https://www-statista-com.library.ez.neoma-bs.fr/statistics/1147874/online-market-share-of-e-readers-by-brand-france/&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:5&#34;&gt;
&lt;p&gt;Statista. (juillet 1, 2017). Fréquence de lecture d&amp;rsquo;e-books par les consommateurs français en 2017, selon l&amp;rsquo;âge des répondants [Graphique]. In Statista. Retrieved avril 11, 2022, from &lt;a href=&#34;https://fr-statista-com.library.ez.neoma-bs.fr/statistiques/761557/media-technologie-frequence-lecture-ebooks-france-selon-age/&#34;&gt;https://fr-statista-com.library.ez.neoma-bs.fr/statistiques/761557/media-technologie-frequence-lecture-ebooks-france-selon-age/&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fnref:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:6&#34;&gt;
&lt;p&gt;E Ink&amp;rsquo;s New Color Electronic Paper Is Fast Enough for Video – &lt;a href=&#34;https://gizmodo.com/e-inks-new-color-electronic-paper-is-fast-enough-for-vi-1848768109&#34;&gt;https://gizmodo.com/e-inks-new-color-electronic-paper-is-fast-enough-for-vi-1848768109&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/04/i-like-e-books/#fnref:6&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Low Friction Introduction to Digital Privacy</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/</link>
      <pubDate>Thu, 24 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/</guid><description>&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;&lt;p&gt;This guide is not meant to be a list of suggestions and recommendations in the traditional &amp;ldquo;you should do this&amp;rdquo; sense. It is up to each individual person to contemplate their needs and how far they are willing to go to achieve them. Your privacy, security, and anonymity matter. The decisions to take should not be decided by a stranger on the Internet. When the wording in this guide implies suggestion, it should be understood as &amp;ldquo;several websites and individuals on the Internet suggest,&amp;rdquo; and not &amp;ldquo;if you don&amp;rsquo;t do this you are doing it wrong.&amp;rdquo; Take your time. You will need it. Find your own sources too. Don&amp;rsquo;t hesitate to send me a message to tell me how wrong I am about things.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t talk about &amp;ldquo;big A&amp;rdquo; in this guide. I have no idea what the deal is vis-à-vis security, privacy or anonymity when it comes to the &amp;ldquo;fruit company&amp;rdquo;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;h2 id=&#34;contents&#34;&gt;Contents&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#introduction&#34;&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#basics&#34;&gt;Basics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#tough-choices&#34;&gt;Tough Choices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#communicating&#34;&gt;Communicating&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#browsing&#34;&gt;Browsing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#the-cloud&#34;&gt;The Cloud&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#your-phone&#34;&gt;Your Phone&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#review-your-work&#34;&gt;Review Your Work&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#next&#34;&gt;Next Steps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#further&#34;&gt;Further Reading&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#terms&#34;&gt;Terms&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Several years ago, my interest in digital privacy and security ballooned. While I had been interested in some time, I found myself digging deeper, constantly changing settings. I became a little obsessed. The thing is, I am not an expert. I was putting the horse before the cart, so to speak. I made extreme choices that lead to lots of friction that could have been avoided had I taken my time.&lt;/p&gt;
&lt;p&gt;This guide, which will hopefully be brief and light on opinion, is my attempt at proposing various things that most people can do. The target audience for this guide would be someone who is also interested in the topic and is in a position where they can start making changes without too much &lt;em&gt;friction&lt;/em&gt;. The friction that I speak of is when the changes you make have unintended consequences on your digital life. An example would be switching to a new piece of software that none of your friends or family use, or forcing yourself to change phones and use something that you are neither happy, nor comfortable with as a device.&lt;/p&gt;
&lt;p&gt;The suggestions that I make below will not go as far as &lt;a href=&#34;https://en.wikipedia.org/wiki/Rooting_(Android)&#34;&gt;rooting your telephone&lt;/a&gt; or installing a new operating system on your computer. You will not need to spend too much time configuring. &lt;strong&gt;This guide will just be a taste, hopefully enough to give you an appetite&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Each suggestion below will be qualified by its level of friction.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:center&#34;&gt;&lt;strong&gt;Level of Friction&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;◆ &lt;br&gt; &lt;strong&gt;Little to no friction&lt;/strong&gt; &lt;br&gt; Your friends and family will not notice anything. You may need to install a new piece of software.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;◆ ◆ &lt;br&gt;&lt;strong&gt;Some friction&lt;/strong&gt; &lt;br&gt; You may lose access to some things that you have become used to, or need to configure some things.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:center&#34;&gt;◆ ◆ ◆ &lt;br&gt;&lt;strong&gt;Lots of friction&lt;/strong&gt; &lt;br&gt; Noticeable changes. Friends and family might begin asking questions.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Doing everything below will not make you 100% safe on the Internet, nor will it guarantee your privacy. It will only create a little more friction for the different actors (advertisers, hackers, etc.) to gain access to your &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#asset&#34;&gt;assets&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy//images/privacyguide/friction.svg&#34; alt=&#34;Friction for &amp;amp;ldquo;Hackers&amp;amp;rdquo;&#34;&gt;
    &lt;figcaption&gt;Example of &amp;#34;Friction&amp;#34;&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;The assets are anything we want to protect; a file, for example. We want to protect this file from a &lt;em&gt;bad actor&lt;/em&gt;. How likely will you be hacked? Well, it happens quite often, even if you think you have nothing to hide. What will happen if you don&amp;rsquo;t protect it? Perhaps you will lose access to your email accounts, or someone will make purchases on your Amazon account, or go as far as committing identity theft. Are you willing to make an effort to prevent this from happening? The answer to that is up to you. How much friction can you handle to create friction for the &lt;em&gt;bad actor&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Recommended viewing&lt;/strong&gt;: &lt;a href=&#34;https://invidious.fdn.fr/watch?v=pcSlowAhvUk&#34;&gt;Glenn Greenwald: Why privacy matters&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;basics&#34;&gt;Basics&lt;/h2&gt;
&lt;p&gt;These are not even suggestions. There isn&amp;rsquo;t a single computer user that would advise you against doing these. They are extremely easy and can be set up with little to no friction.&lt;/p&gt;
&lt;h3 id=&#34;using-a-password-manager-&#34;&gt;Using a Password Manager (◆)&lt;/h3&gt;
&lt;p&gt;This is something that a number of people don&amp;rsquo;t think about. You might be using Chrome or Firefox, you log into a site, you let your browser save the password. Cool. No problem, right? Admittedly, I did this for quite some time. I was very happy with Chrome, or Firefox, having my passwords synced across devices. Well, what if your Google account is compromised? Now you don&amp;rsquo;t just lose access to your email, but all of you accounts. Also, depending on how you use your computer, if someone steals your device from you while it is unlocked, they would also have access to all of your passwords.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy//images/privacyguide/bw-landing.png&#34; alt=&#34;Bitwarden Landing Page&#34;&gt;
    &lt;figcaption&gt;Bitwarden.com&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://bitwarden.com/&#34;&gt;&lt;strong&gt;Bitwarden&lt;/strong&gt;&lt;/a&gt; is a popular recommendation for password manager. There are many reasons for this. It works across many devices, it is open-source, and if you are willing to make the effort, you can even self-host your own server. The basic service is free and secure. They explain how to get your passwords from &lt;a href=&#34;https://bitwarden.com/help/import-from-chrome/&#34;&gt;Chrome&lt;/a&gt; and &lt;a href=&#34;https://bitwarden.com/help/import-from-firefox/&#34;&gt;Firefox&lt;/a&gt;, as well as other services. The whole process takes minutes to complete.&lt;/p&gt;
&lt;p&gt;After, you can install the app on your phone and the plugin for your browser (or use a standalone piece of software on your computer) and you are set. The only minor bit of friction is that you need to remember one master password. You can also access your passwords from an online vault.&lt;/p&gt;
&lt;p&gt;The perks of using a password manager are many. I am particularly fond of having access to a password generator.&lt;/p&gt;
&lt;p&gt;There are, obviously, &lt;a href=&#34;https://alternativeto.net/software/bitwarden--free-password-manager/&#34;&gt;many password managers&lt;/a&gt; to choose from if Bitwarden is not to your taste.&lt;/p&gt;
&lt;h3 id=&#34;using-an-authenticator--&#34;&gt;Using an Authenticator (◆ ◆)&lt;/h3&gt;
&lt;p&gt;Now that your passwords are a little safer, it is time to make account access more difficult for anyone who isn&amp;rsquo;t you!&lt;/p&gt;
&lt;p&gt;You may have seen people doing this. Or, you have heard people talking about &amp;ldquo;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#2FA&#34;&gt;two-factor authentication&lt;/a&gt;&amp;rdquo;. The process is actually easier than setting up a password manager. I do, however, rate this as a task that can result in some friction.&lt;/p&gt;
&lt;p&gt;Most people use 2FA for their most important online activities: email, social media accounts, banking, etc. If something stores your personal information, photos, emails, or any asset you want to keep to yourself, use of 2FA is generally a baked-in feature. Facebook and Google use it and recommend that their users take advantage of it.&lt;/p&gt;
&lt;p&gt;How does this cause friction? The friction comes from the perceived amount of time it takes to a) take out your phone, b) unlock your phone, c) launch the app on your phone, d) enter a pin, and finally e) type out the token on your computer or device. The process is fluid and fast, but for lots of people, it seems like a hassle.&lt;/p&gt;
&lt;p&gt;It is worth it though, for the piece of mind that comes from knowing that the target on my digital back is smaller.&lt;/p&gt;
&lt;p&gt;Like with password managers above, there are many apps to choose from. I ended up using &lt;a href=&#34;https://getaegis.app/&#34;&gt;&lt;strong&gt;Aegis Authenticator&lt;/strong&gt;&lt;/a&gt;, but before I also used the &lt;a href=&#34;https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&#34;&gt;Google Authenticator&lt;/a&gt;. If you have never seen the concept in action, it works like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to website and login&lt;/li&gt;
&lt;li&gt;You will be prompted to enter a token or pin&lt;/li&gt;
&lt;li&gt;You use your phone (or in some cases another device) to get the token&lt;/li&gt;
&lt;li&gt;You are connected&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You don&amp;rsquo;t have to set up every account on the same day. But, be sure to add it to any account that you may ever access on a computer that is not your own!&lt;/p&gt;
&lt;h3 id=&#34;using-an-ad-blocker-&#34;&gt;Using an Ad blocker (◆)&lt;/h3&gt;
&lt;p&gt;I suspect most people use an ad
blocker of some sort. Good on you. It goes without saying that browsing the web is awful when there are ads everywhere. The most highly recommended ad blocker that you can use is probably is &lt;a href=&#34;https://ublockorigin.com/&#34;&gt;&lt;strong&gt;uBlock Origin&lt;/strong&gt;&lt;/a&gt; (often referred to as uBO). uBO is light on resources, available on most devices and browsers, highly customizable, and &lt;a href=&#34;https://github.com/gorhill/uBlock&#34;&gt;open source&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There are many guides&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; for uBO on the web. This is because uBO is more than an ad blocker. It is a content filter. In addition to blocking ads, it can block JavaScript, frames, images, 3&lt;sup&gt;rd&lt;/sup&gt; party fonts, etc. It also helps prevent &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#tracking&#34;&gt;tracking&lt;/a&gt;. As such, this is the first tool presented in the guide that can increase your privacy while using the web.&lt;/p&gt;
&lt;p&gt;The default options are good, but you can try activating the different lists and filters and see if it interferes with your daily browsing. Or, activate everything just to see what the Internet would be like without cookies, JavaScript, trackers, or ads.&lt;/p&gt;
&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;There are many copies of uBlock Origin available. &lt;code&gt;ublock.org&lt;/code&gt; is not the same thing, despite looking very similar.&lt;/div&gt;
&lt;/div&gt;

&lt;h2 id=&#34;tough-choices&#34;&gt;Tough Choices&lt;/h2&gt;
&lt;p&gt;The next round of suggestions to increase your online privacy will cause friction. You will need to be thoughtful about your decisions and be prepared to make some tough choices.&lt;/p&gt;
&lt;h3 id=&#34;choosing-a-new-email-provider--&#34;&gt;Choosing a new Email Provider (◆ ◆)&lt;/h3&gt;
&lt;p&gt;Changing email providers is a hassle. Yes, nearly every alternative service provides some sort of migration guide, but it is still annoying. No matter what, you will need to activate some form of email forwarding on your old account, check it from time to time, or set up automatic replies. That said, there will be other friction-inducing moments as well.&lt;/p&gt;
&lt;div class=&#39;embed-container&#39; align=&#39;center&#39;&gt;
&lt;iframe src=&#34;https://mastodon.social/@gerowen/106978308085702358/embed&#34; class=&#34;mastodon-embed&#34; style=&#34;overflow: hidden; max-width: 100%; border: 0&#34; width=&#34;600&#34; height=&#34;560&#34;&gt;&lt;/iframe&gt;
&lt;figcaption&gt;Toot from @gerowen@mastodon.social regarding Gmail&lt;/figcaption&gt;
&lt;/div&gt;
&lt;p&gt;If you are a user of Gmail, then changing email providers means changing a lot of things: cloud services, bookmark syncing, password syncing, etc. If you are trying to increase your digital privacy and reduce your attack surface, moving away from the Google, Yahoo! and Microsoft is a good idea. There are plenty of choices. I will only talk about three here, because I have only used these three. Feel free to try all of them as well, as well as any other you come across.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://proton.me/&#34;&gt;&lt;strong&gt;ProtonMail&lt;/strong&gt;&lt;/a&gt; is generally the first stop. Using the clever tools of the public relations trade, they quickly made it on every list of alternative email providers. The keywords we are looking for are all there: independent, secure, encryption, 2FA, open source, Swiss. What&amp;rsquo;s more, it has a modern and &lt;em&gt;fast&lt;/em&gt; interface. According to their privacy policy,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Our overriding policy is to collect as little user information (personal data included) as possible to ensure a completely private user experience when using the Services. We do not have the technical means to access the content of your encrypted emails, files, and calendar events.&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;There is a calendar, a drive (if you pay), a VPN, and a free plan with 500 MB of storage. When I was originally looking to change email providers, Proton did not yet have a calendar, which was very important for me. Also, the free version does not let you access your emails from apps or clients like Thunderbird. That, for me, meant when I was testing I was unable to have a preview of all the features without spending money. Spending money causes friction.&lt;/p&gt;
&lt;p&gt;Since Proton did not have a calendar when I first looked at it, I had to look elsewhere. I landed on &lt;a href=&#34;https://mailbox.org/en/&#34;&gt;&lt;strong&gt;Mailbox.org&lt;/strong&gt;&lt;/a&gt;. I decided to stay there. There are some things that bother me about Mailbox, but they are very small things. They offer a free trial, which is great, because I wanted to see what it would be like to migrate from Google. They had the &lt;a href=&#34;https://mailbox.org/en/services#e-mail-account&#34;&gt;different features&lt;/a&gt; I was looking for and an extremely flexible pricing plan. Like several other alternative choices, they run on 100% green energy and publish yearly transparency reports. Almost everything about it was perfect for me. I say &lt;em&gt;almost&lt;/em&gt; because there are two things that bother me:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;I find the interface slow compared to Proton and Disroot.&lt;/li&gt;
&lt;li&gt;The servers are in Germany, and Germany is part of the 14-eyes Surveillance agreement&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&#34;https://disroot.org/en&#34;&gt;&lt;strong&gt;Disroot&lt;/strong&gt;&lt;/a&gt; is a community effort. Like with the previously mentioned alternatives, you get the whole kit and caboodle (2 GB cloud storage, online office, calendar, chat, video, etc.). If you are the rebellious type, and like to go out and protest or take part in actions that are socially good, Disroot may be your type of community.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Disroot aims to change the way people are used to interact on the web. We want to encourage and show them not only that there are open and ethical alternatives but also that it is the only possible way to break free from the walled gardens proposed and promoted by proprietary software and corporations, either through our platform, others that have similar values and goals or even their own projects.&lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The interface is quite fast, but lacks options that other services have. In the end, it is free, and you can test it easily. I have used this email address the least, so I cannot make any claims to how well it works.&lt;/p&gt;
&lt;p&gt;As this is a tough choice, it cannot be made for you by a list like this. Many articles and sites that propose &amp;ldquo;best alternatives&amp;rdquo; could be biased or misinformed, or be written by people like me (who have tested these services, but are not professionals). You should make a table. Decide how much you are willing to pay for email, and the services you would like with it. Also, consider the email address. The number of times I have had to correct people because my &lt;code&gt;@mailbox.org&lt;/code&gt; address was written down as &lt;code&gt;gmail&lt;/code&gt; or with a &lt;code&gt;.com&lt;/code&gt; or even as &lt;code&gt;@mèlboxe.org&lt;/code&gt;.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:right&#34;&gt;Feature&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;&lt;strong&gt;Proton&lt;/strong&gt;&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;&lt;strong&gt;Mailbox&lt;/strong&gt;&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;&lt;strong&gt;Disroot&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;Pricing&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Freemium&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Flexible&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Free&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;Calendar / Drive&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓ / ✓&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓ / ✓ &lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓ / ✓&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt; IMAP/SMTP&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;2FA&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;Open Source&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;Aliases&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;✓&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;Your criterium&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In addition to the services mentioned above, there are others:&lt;/p&gt;
&lt;details&gt;
  &lt;summary markdown=&#34;span&#34;&gt;A short list of Email Providers&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://ctemplar.com/&#34;&gt;CTemplar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://cock.li/&#34;&gt;Cock.li&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://countermail.com/&#34;&gt;CounterMail&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://dismail.de/&#34;&gt;Dismail&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://paranoid.email/&#34;&gt;Paranoid&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://posteo.de/&#34;&gt;Posteo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://riseup.net/&#34;&gt;RiseUp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://soverin.net/&#34;&gt;Soverin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://tutanota.com/&#34;&gt;Tutanota&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;
&lt;p&gt;If you do decide to switch email providers, then you will want to back up and maybe even import your old emails into your new email account. The entire process took several days for me, but I had been using Gmail since 2004 and Google Drive was where I kept &lt;em&gt;everything&lt;/em&gt;.&lt;/p&gt;
&lt;h3 id=&#34;quitting-or-cleaning-up-your-social-networks---&#34;&gt;Quitting or Cleaning up your Social Networks (◆ ◆ ◆)&lt;/h3&gt;
&lt;p&gt;Prepare for friction. Quitting social networks is hard.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Recommended viewing&lt;/strong&gt;: &lt;a href=&#34;https://invidious.fdn.fr/watch?v=3E7hkPZ-HTk&#34;&gt;Cal Newport: Quit social media&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you cannot imagine doing it, then possibly it is not for you. Just know, it can be done, with difficulty.&lt;/p&gt;
&lt;p&gt;Does everyone in your family use a certain social network? Your friends too? Well, you may just have to stay put. But, don&amp;rsquo;t be naive. Meta/&lt;a href=&#34;https://privacyspy.org/product/facebook/&#34;&gt;Facebook&lt;/a&gt;/&lt;a href=&#34;https://privacyspy.org/product/instagram/&#34;&gt;Instagram&lt;/a&gt; do not have a good history when it comes to privacy and personal data. Facebook has an &lt;a href=&#34;https://en.wikipedia.org/wiki/Criticism_of_Facebook&#34;&gt;entire Wikipedia entry on criticisms&lt;/a&gt;. Even social networks like &lt;a href=&#34;https://privacyspy.org/product/reddit/&#34;&gt;Reddit&lt;/a&gt; lack transparency. Everything you like, dislike, or comment on has value.&lt;/p&gt;
&lt;p&gt;If you are a social person, and you like to interact with strangers on the web about different subjects, there are alternatives. Here are some examples:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Network&lt;/th&gt;
&lt;th&gt;Alternative Frontend&lt;/th&gt;
&lt;th&gt;Alternative Network&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Facebook&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://friendi.ca/&#34;&gt;Friendica&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Twitter&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://nitter.net/&#34;&gt;Nitter&lt;/a&gt; (doesn&amp;rsquo;t work as well anymore)&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://joinmastodon.org/&#34;&gt;Mastodon&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Reddit&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://teddit.net/&#34;&gt;Teddit&lt;/a&gt; / &lt;a href=&#34;https://libreddit.spike.codes/&#34;&gt;Libreddit&lt;/a&gt; (no longer reliable)&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://join-lemmy.org/&#34;&gt;Lemmy&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Instagram&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://codeberg.org/ThePenguinDev/Proxigram/wiki/Instances&#34;&gt;Proxigram&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://pixelfed.org/how-to-join&#34;&gt;Pixelfed&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;YouTube&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://piped.kavin.rocks/&#34;&gt;Piped&lt;/a&gt; / &lt;a href=&#34;https://invidious.io/&#34;&gt;Indivious&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://joinpeertube.org/&#34;&gt;Peertube&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TikTok&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://tik.hostux.net/&#34;&gt;ProxiTok&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The alternative frontends let you access, and sometimes interact with, the social networks in a more privacy-friendly manner. Or, you could try out a different social network inspired by the original. It is a very hard choice, especially if that is how you stay in touch.&lt;/p&gt;
&lt;p&gt;An easier option is &amp;ldquo;spring-cleaning.&amp;rdquo; Take a few days to casually audit each social network you use. Do you need to follow so many brands? Do you need to like everything and always comment? Do those likes and comments need to stay there?&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s take Facebook as an example. While I know that many younger people are not that enthused by Facebook, it is an important social network. I did not delete my account. I just stopped using it. No, I did not deactivate it. I wanted to make sure that my face and name on Facebook are me, and not someone else. All I did was clean it up.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I &lt;em&gt;unliked&lt;/em&gt; and unfollowed anything that was not a friend or person that I had met in real life. Even music and TV shows.&lt;/li&gt;
&lt;li&gt;I painstakingly deleted every like and comment I left on other posts.&lt;/li&gt;
&lt;li&gt;I deleted all photos except my profile photo.&lt;/li&gt;
&lt;li&gt;I left every group except the Alumni group for my university (I needed to have a video meeting and show my diploma to get access. That was a lot of effort for something so useless.)&lt;/li&gt;
&lt;li&gt;I signed out of the chat.&lt;/li&gt;
&lt;li&gt;I removed personal information from my &amp;ldquo;About me&amp;rdquo; page.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So, now the account sits there, doing its thing. Nobody has contacted me in about a year. When I do visit, Facebook struggled with recommendations. Today I checked, and they were trying to sell me an online course for something ridiculous.&lt;/p&gt;
&lt;p&gt;But, I am not the average social media user. It was easy for me to walk away. I have never used Instagram or TikTok, and my Twitter account lasted about a year before I forgot about it. You will need to figure things out on your own or just accept that some companies and services will have information about you.&lt;/p&gt;
&lt;h2 id=&#34;communicating&#34;&gt;Communicating&lt;/h2&gt;
&lt;p&gt;Beyond email and social media, there are many ways to stay in touch.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://xkcd.com/1254/&#34;&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/https://imgs.xkcd.com/comics/preferred_chat_system.png&#34; alt=&#34;Obligatory xkcd&#34;&gt;
    &lt;figcaption&gt;Preferred Chat System via xkcd&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;email-clients-&#34;&gt;Email Clients (◆)&lt;/h3&gt;
&lt;p&gt;If you have already made the decision to step away from Gmail or Outlook, maybe it is time to change email clients too. For years, I ignored the existence of desktop clients. Outlook was never my cup of tea. If you like having a desktop client, for accessing multiple accounts maybe, you can look at some choices below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.thunderbird.net/&#34;&gt;&lt;strong&gt;Thunderbird&lt;/strong&gt;&lt;/a&gt;: Very similar to Outlook in functionality. This is another Mozilla product, like Firefox. There are loads of add-ons for it too for blocking ads and trackers. With some friction and time, this program can replace Outlook and even more.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.claws-mail.org/&#34;&gt;&lt;strong&gt;Claws Mail&lt;/strong&gt;&lt;/a&gt;: The extreme lightweight approach. Just email. The interface will seem dated, but there are themes and plugins to extend the functionality. I use this, but I haven&amp;rsquo;t even bothered syncing my contacts. Too much of a bother for the moment.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Android has some &lt;em&gt;great&lt;/em&gt; email clients. Two very similar options are K-9 and FairEmail.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://k9mail.app/&#34;&gt;&lt;strong&gt;K-9 Mail&lt;/strong&gt;&lt;/a&gt;: an open source email client focused on making it easy to chew through large volumes of email.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://email.faircode.eu/&#34;&gt;&lt;strong&gt;FairEmail&lt;/strong&gt;&lt;/a&gt;: fully featured, open source, privacy-oriented email app for Android.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;planning&#34;&gt;Planning&lt;/h3&gt;
&lt;p&gt;If you have decided to leave Gmail or Outlook, you may also be looking for a way to read your emails on your desktop without going through the web client. And, if you have also left Facebook, you might be looking to replace the Events feature. There are options for both.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Thunderbird&lt;/strong&gt;: Mozilla&amp;rsquo;s answer to Outlook has a calendar that lets your interact with different services. You can sync your contacts with various services as well.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://mobilizon.org/en/&#34;&gt;&lt;strong&gt;Mobilizon&lt;/strong&gt;&lt;/a&gt;: A platform for organizing events.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;messaging&#34;&gt;Messaging&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://xkcd.com/2365/&#34;&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/https://imgs.xkcd.com/comics/messaging_systems.png&#34; alt=&#34;second obligatory xkcd - messaging systems&#34;&gt;
    &lt;figcaption&gt;Messaging Systems via xkcd&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;WhatsApp and Messenger can be replaced too. &lt;strong&gt;Signal&lt;/strong&gt; quickly became the WhatsApp replacement during the pandemic. &lt;strong&gt;Telegram&lt;/strong&gt; too has a large fanbase. While I don&amp;rsquo;t use the latter, I can tell you that both are good examples of &amp;ldquo;drop-in replacements&amp;rdquo;. My 70-year-old mother switched to Signal without issue or help from anyone, and my partner&amp;rsquo;s entire family went on to Telegram.&lt;/p&gt;
&lt;p&gt;Here is a very short list of the many &amp;ldquo;instant messaging&amp;rdquo; / &amp;ldquo;group chat&amp;rdquo; services available:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://signal.org/download/&#34;&gt;&lt;strong&gt;Signal&lt;/strong&gt;&lt;/a&gt;: Edward Snowden&amp;rsquo;s messenger of choice.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://telegram.org/&#34;&gt;&lt;strong&gt;Telegram&lt;/strong&gt;&lt;/a&gt;: Another full-featured messenger.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://threema.ch/en/&#34;&gt;&lt;strong&gt;Threema&lt;/strong&gt;&lt;/a&gt; (never used this one, so I won&amp;rsquo;t even leave a comment or description)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://delta.chat/en/&#34;&gt;&lt;strong&gt;Delta Chat&lt;/strong&gt;&lt;/a&gt;: A different concept of chat &amp;mdash; one without central servers! It works through email accounts, so you don&amp;rsquo;t even need to even a new account.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;video-chat&#34;&gt;Video Chat&lt;/h3&gt;
&lt;p&gt;Zoom took over during the pandemic, but like Jedi and the Sith, there are always more. Some of them do not even require an account!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://meet.jit.si/&#34;&gt;&lt;strong&gt;Jitsi&lt;/strong&gt;&lt;/a&gt; is simple and secure, it doesn&amp;rsquo;t even require an app, it runs in the browser. No account is required. It has saved me a few times. Some other services mentioned here integrate with Jitsi (Mailbox provides a Jitsi instance).&lt;/p&gt;
&lt;p&gt;And, if you are a teacher, &lt;a href=&#34;https://bigbluebutton.org/&#34;&gt;&lt;strong&gt;BigBlueButton&lt;/strong&gt;&lt;/a&gt; has some excellent features. BBB is made for teachers, by a team that works with teachers. It is not a second-tier video chat, just &lt;a href=&#34;https://bigbluebutton.org/2022/01/19/bigbluebutton-2-4-learn-more-about-our-exciting-update/&#34;&gt;look at the features added in their last release&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;browsing&#34;&gt;Browsing&lt;/h2&gt;
&lt;p&gt;While browsing the web, cookies received from the different websites you visit are stored by the browser.&lt;/p&gt;
&lt;p&gt;Some of them contain login information or site preferences, and some are used for tracking user behaviour over long periods of time.&lt;/p&gt;
&lt;p&gt;This is why browsers are popular targets for hackers (and governments), who try to steal information, destroy files, and commit other malicious activities.&lt;/p&gt;
&lt;p&gt;The browser is probably the most used programs on your computer. For some, it is also one of the most used apps on your phone. Staying with the default browser is a choice that you can make. After all, in most cases, you cannot delete the browser, only disable it and ignore that it is there, taking up space. You do you.&lt;/p&gt;
&lt;h3 id=&#34;changing-your-browser--&#34;&gt;Changing your Browser (◆ ◆)&lt;/h3&gt;
&lt;p&gt;Why would you change your browser? It is a legitimate question. The short version is that by using the default browser, you are making it easier for corporations to track you. Chrome, the most used browser in the world, has some privacy features, but in the end Alphabet (Google) is a for-profit company. When a company gives something for free, that means you are the product.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Recommended viewing&lt;/strong&gt;: &lt;a href=&#34;https://invidious.fdn.fr/watch?v=LvZYwaQlJsg&#34;&gt;Richard Serra: Television Delivers People (1973)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Changing your browser creates some friction. It shouldn&amp;rsquo;t, but it does. The choices of browsers are many; the opinions on those browsers are strong. A given browser may indeed provide excellent protection against tracking and ads, but company or people behind the project may not be as transparent as they claim.&lt;/p&gt;
&lt;p&gt;As I have not had the Apple experience, I will make no attempt to provide specific advice about the options available for their users. Outside the fruit company&amp;rsquo;s offering, you will surely have come across the two main families of browsers: The Chromium Family and the Firefox Family.&lt;/p&gt;
&lt;p&gt;Chrome sits on their thrown with little to fear. So little, in fact, that the competition usually includes the Google search engine as one of the default options. There was a time when many hoped Firefox would overtake Chrome. It is unlikely that will happen. Why so few options? Simple. It is incredibly complicated, expensive, and time-consuming to build a new browser engine. Furthermore, most websites are built with Chrome in mind these days.&lt;/p&gt;
&lt;h4 id=&#34;google--chrome--chromium-family&#34;&gt;Google / Chrome / Chromium Family&lt;/h4&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy//images/privacyguide/chromium.svg&#34; alt=&#34;Chromium-based browsers&#34;&gt;
    &lt;figcaption&gt;The Chromium Family&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;The code upon which the Chrome browser is built is open source, so there are many browsers that are &lt;em&gt;copies&lt;/em&gt; of Chrome with modified features. Even Microsoft Edge is based on that code. In the logos above you might recognize Vivaldi, Brave, Opera, and the Android browser Bromite. There are more, but listing them here will not help you decide.&lt;/p&gt;
&lt;p&gt;If you have gone ahead with some steps above, you may have decided to change your email provider. If it was Gmail, and you have decided to begin distancing yourself from that giant, there is less reason to use Chrome, or even Chromium, and look at some other options.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://brave.com/&#34;&gt;&lt;strong&gt;Brave&lt;/strong&gt;&lt;/a&gt; is frequently presented as a great alternative. Opinions and &lt;a href=&#34;https://en.wikipedia.org/wiki/Brave_(web_browser)#Controversies&#34;&gt;controversies&lt;/a&gt; aside, Brave fairs quite well when &lt;a href=&#34;https://privacytests.org/&#34;&gt;put to the test&lt;/a&gt;. It comes with built-in ad blocking, too.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://vivaldi.com/&#34;&gt;&lt;strong&gt;Vivaldi&lt;/strong&gt;&lt;/a&gt; also makes the same claim, and also proposes a translation tool, a mail client, and &lt;a href=&#34;https://vivaldi.com/features/&#34;&gt;other features&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Conveniently, Brave and Vivaldi are both available on mobile. Some people like to use similar apps on their phone. It is a point to consider.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/bromite/bromite&#34;&gt;&lt;strong&gt;Bromite&lt;/strong&gt;&lt;/a&gt; is an Android-only affair. Similar to its cousins, it has ripped the Google stuff out of the code and added extra features and customizations.&lt;/p&gt;
&lt;p&gt;I do not want to rank anything in this guide, but if I were, I don&amp;rsquo;t know if I could give an unbiased opinion of these browsers. I have tried Vivaldi, Brave, Bromite, and another called &lt;a href=&#34;https://ungoogled-software.github.io/&#34;&gt;ungoogled-chromium&lt;/a&gt;. I used the latter two for the longest amount of time, and my current browser (&lt;a href=&#34;https://qutebrowser.org/&#34;&gt;qutebrowser&lt;/a&gt;) is based on Chromium.&lt;/p&gt;
&lt;h4 id=&#34;mozilla--firefox-family&#34;&gt;Mozilla / Firefox Family&lt;/h4&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy//images/privacyguide/FF.svg&#34; alt=&#34;&#34;&gt;
    &lt;figcaption&gt;The Firefox Family&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The year was 2002. Netscape had lost the &lt;a href=&#34;https://en.wikipedia.org/wiki/Browser_wars#First_Browser_War_(1995%E2%80%932001)&#34;&gt;browser war&lt;/a&gt;. From its ashes a new project was born. It would grow into &lt;strong&gt;Firefox&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Firefox is developed today by the Mozilla Foundation and Corporation. The Foundation is a non-profit that leads the open source Mozilla project, which was founded back in 1998. The Corporation is a subsidiary of the Foundation. The Corporation reinvests its profits in the Foundation.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;How Mozilla Operates&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mozilla is unique. Founded as a community open source project in 1998, Mozilla currently consists of two organizations: the 501(c)3 Mozilla Foundation, which backs emerging leaders and mobilizes citizens to create a global movement for the health of the internet; and its wholly owned subsidiary, the Mozilla Corporation, which creates products, advances public policy and explores new technologies that give people more control over their lives online, and shapes the future of the internet platform for the public good. Each is governed by a separate board of directors. The two organizations work in concert with each other and a global community of tens of thousands of volunteers under the single banner: Mozilla.&lt;/p&gt;
&lt;p&gt;Because of its unique structure, Mozilla stands apart from its peers in the technology and social enterprise sectors globally as one of the most successful social enterprises.&lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You might wonder where that profit comes from.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Today, the majority of Mozilla Corporation revenue is generated from global browser search partnerships, including the deal negotiated with Google in 2017 following Mozilla&amp;rsquo;s termination of its search agreement with Yahoo/Oath (which was the subject of litigation the parties resolved in 2019.)&lt;sup id=&#34;fnref1:5&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Google, and others, pay the Corporation to include their search engines by default in the browser. Also, since 2015, the proprietary service &lt;a href=&#34;https://getpocket.com&#34;&gt;Pocket&lt;/a&gt; has been integrated into Firefox (which is open source). These are points of controversy for many. The controversy has grown since 2017, when the Corporation acquired Pocket. If you have used Pocket, you may have noticed that suggests articles to users, which implies that user data is being accessed.&lt;/p&gt;
&lt;p&gt;Despite this, Firefox remains the &amp;ldquo;private&amp;rdquo; choice when compared to Chromium-based browsers. There are lots of add-ons and guides to help you harden your Firefox installation. And, it is possible to strip Pocket from Firefox, and disable the bookmark syncing service.&lt;/p&gt;
&lt;p&gt;Firefox is open source, there are a number of forks, and a number of ways to customize the way it works.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://librewolf.net/&#34;&gt;&lt;strong&gt;LibreWolf&lt;/strong&gt;&lt;/a&gt; is one of these forks. The elevator pitch is that they are &amp;ldquo;an independent fork of Firefox, with the primary goals of privacy, security and user freedom&amp;rdquo; with &lt;a href=&#34;https://librewolf.net/docs/features/&#34;&gt;a long list of features&lt;/a&gt;. Using LibreWolf with an add-on like uBO and the right filters would be a very easy way to access the web with little to no time spent configuring settings.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.waterfox.net/&#34;&gt;&lt;strong&gt;Waterfox&lt;/strong&gt;&lt;/a&gt; is a slightly better-known fork of Firefox has been around since 2011. Their pitch is similar, but there are some concerns:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Waterfox web browser has been sold to System1 recently, the same company that bought the Startpage search engine some time ago. To be precise, Startpage was bought by Privacy One Group Ltd which System1 owns. System1 is an advertising company that tries to &amp;ldquo;make advertising better and safer, while respecting consumer privacy&amp;rdquo;.&lt;sup id=&#34;fnref:6&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:6&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;On mobile, you can find &lt;a href=&#34;https://www.mozilla.org/en-US/firefox/browsers/mobile/focus/&#34;&gt;Focus&lt;/a&gt; by Mozilla, which is essentially Firefox with automatic tracking protection and ad blocking, and a project called &lt;strong&gt;Mull&lt;/strong&gt; (&lt;a href=&#34;https://gitlab.com/divested-mobile/mull-fenix&#34;&gt;Gitlab&lt;/a&gt;) which can be installed through &lt;a href=&#34;https://f-droid.org/en/packages/us.spotco.fennec_dos/&#34;&gt;F-Droid&lt;/a&gt;. Mull is a &amp;ldquo;privacy-oriented and deblobbed web browser&amp;rdquo; like the others, but with features borrowed from Tor and other sources.&lt;/p&gt;
&lt;h4 id=&#34;a-word-on-tor&#34;&gt;A word on Tor&lt;/h4&gt;
&lt;p&gt;&lt;a href=&#34;https://www.torproject.org/&#34;&gt;&lt;strong&gt;Tor&lt;/strong&gt;&lt;/a&gt; is another Firefox fork, with security enhancement allowing it to connect to the Tor network.&lt;/p&gt;
&lt;p&gt;I am not a Tor user. The Tor browser may very well apply to my &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#threatmodel&#34;&gt;threat model&lt;/a&gt;, but I have never bothered with it.&lt;/p&gt;
&lt;p&gt;Before downloading and using the Tor browser, though, it is in your interest to read &lt;a href=&#34;https://tb-manual.torproject.org/about/&#34;&gt;the &amp;ldquo;about&amp;rdquo; page from the Tor manual&lt;/a&gt; and look over the &lt;a href=&#34;https://community.torproject.org/training/resources/&#34;&gt;Tor training resources&lt;/a&gt;. Those two sources will give you an understanding on what Tor is all about. On many sites, you will likely come across a list of best practices regarding Tor that tend to include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Do not&lt;/strong&gt; install any other add-ons&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Avoid&lt;/strong&gt; resizing your window&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Do not&lt;/strong&gt; log into bookmark syncing services&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you like syncing bookmarks, or using particular add-ons, then maybe Tor is not for you.&lt;/p&gt;
&lt;p&gt;But, Tor is an important tool for people from &lt;a href=&#34;https://2019.www.torproject.org/about/torusers.html&#34;&gt;all walks of life&lt;/a&gt; (journalists, activists, human rights defenders, parents who want to protect their children while online, and people in abusive situations). There are many threats that need to be considered, like who may have access to your browser history, anybody you may have angered in the past, the software on your computer, corporations, data criminals, casual hackers, local law enforcement, private investigators, foreign and domestic intelligence agencies, etc. The list is very long.&lt;/p&gt;
&lt;p&gt;Think about what type of &lt;a href=&#34;https://www.wired.com/2017/12/digital-security-guide/&#34;&gt;digital security profile&lt;/a&gt; applies to you. Perhaps install Tor and just keep it up to date in case you need it, or, use it every day.&lt;/p&gt;
&lt;p&gt;The final decision of browser will be a matter of taste. If you like tweaking, there is something for you. If you are more of an &amp;ldquo;install and browse&amp;rdquo; person, there is also something for you.&lt;/p&gt;
&lt;h3 id=&#34;searching--&#34;&gt;Searching (◆ ◆)&lt;/h3&gt;
&lt;p&gt;Google Search is amazing. You cannot deny it. They have crawled so many pages, indexed them, and cross-referenced them. They know what you are looking for even if you cannot spell it. Prior to Google, there were many search engines. Since Google, many have tried to take their throne. They are the kings of the castle for a reason. It is the same reason why when Google Search launched when I was about 11 or 12 years old, that our IT teacher printed out a banner (dot matrix printers, you know) that read &amp;ldquo;USE GOOGLE.COM&amp;rdquo; and pinned it to the bulletin board: It works very well.&lt;/p&gt;
&lt;p&gt;It also increases your attack surface by providing data brokers with information about you and your preferences. Google Search knows things about you, and you can get away from them. You can do it right now.&lt;/p&gt;
&lt;p&gt;There are &lt;a href=&#34;https://www.searchenginemap.com/&#34;&gt;many alternative search engines&lt;/a&gt; that are more privacy focused than Google and Bing. We will look at three of them:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://start.duckduckgo.com/&#34;&gt;DuckDuckGo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.qwant.com/&#34;&gt;Qwant&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.mojeek.com/&#34;&gt;Mojeek&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;But first, you need to know something. DuckDuckGo and Qwant are &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#metasearch&#34;&gt;&lt;em&gt;metasearch engines&lt;/em&gt;&lt;/a&gt;. They both depend on Bing for their results (and Yandex in some instances). Bing is a &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#crawler&#34;&gt;&lt;em&gt;crawler&lt;/em&gt;&lt;/a&gt;. So are Google, Yandex, and a few others. Qwant and DuckDuckGo will return similar results. If you want a better and more detailed explanation of this, Seirdy has &lt;a href=&#34;https://seirdy.one/2021/03/10/search-engines-with-own-indexes.html&#34;&gt;an excellent post&lt;/a&gt; on his blog where he also talks about why someone would even bother using a non-mainstream search engine.&lt;/p&gt;
&lt;p&gt;I generally use DuckDuckGo. It seems to return what I am looking for most of the time. When it doesn&amp;rsquo;t, it provides an magnificent feature called &lt;a href=&#34;https://duckduckgo.com/bang&#34;&gt;Bangs&lt;/a&gt; that allow you to use shortcuts to search on other sites. All you need is a &lt;code&gt;!&lt;/code&gt;. At the moment, there are 13,565 bangs available. For example, starting your search with &lt;code&gt;!yt&lt;/code&gt; lets you search YouTube, &lt;code&gt;!g&lt;/code&gt; Google, &lt;code&gt;!reddit&lt;/code&gt; Reddit. If a site has a search function, &lt;abbr title=&#34;DuckDuckGo&#34;&gt;DDG&lt;/abbr&gt; has banged it. Using DDG as your default search engine means that you can search most of your favourite sites from a single place.&lt;/p&gt;
&lt;p&gt;DDG promotes itself as a privacy-oriented search alternative, just like Qwant, and they also promise not to track us. I don&amp;rsquo;t use Qwant that much. While it proposes many features, I mainly use Qwant for its &lt;a href=&#34;https://www.qwant.com/maps/&#34;&gt;maps&lt;/a&gt;. In the end, these two search engines will assist you in your mission to protect your private information online.&lt;/p&gt;
&lt;p&gt;But&amp;hellip;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[&amp;hellip;] The New York Times reviewed the top 20 search results on Google, Bing and DuckDuckGo for more than 30 conspiracy theories and right-wing topics. Search results can change over time and vary among users, but the comparisons provide a snapshot of what a single user might have seen on a typical day in mid-February.&lt;/p&gt;
&lt;p&gt;For many terms, Bing and DuckDuckGo surfaced more untrustworthy websites than Google did, when results were compared with website ratings from the Global Disinformation Index, NewsGuard and research published in the journal Science. (While DuckDuckGo relies on Bing&amp;rsquo;s algorithm, their search results can differ.)&lt;/p&gt;
&lt;p&gt;Search results on Google also included some untrustworthy websites, but they tended to be less common and lower on the search page.&lt;sup id=&#34;fnref:7&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:7&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Mojeek&lt;/strong&gt; is a different beast. It is a search engine with its own crawler. They are on a mission to build, slowly but surely, their own index. Mojeek has been working on this since 2006 and recently passed &amp;ldquo;7 billion pages indexed&amp;rdquo; mark&lt;sup id=&#34;fnref:8&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:8&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;8&lt;/a&gt;&lt;/sup&gt;. The scope of the mission is wide. There are the privacy promises (no cookies, no tracking, no selling of data, no outsourcing&lt;sup id=&#34;fnref:9&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:9&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;9&lt;/a&gt;&lt;/sup&gt;), the environmental (Mojeek is hosted and run from a green data centre&lt;sup id=&#34;fnref:10&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:10&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;10&lt;/a&gt;&lt;/sup&gt;), and governance.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[W]e would never intentionally manipulate our results to show any particular point of view. We don&amp;rsquo;t believe a search engine should have an agenda, whether political or otherwise, and returning as relevant but opposing views should be a goal.&lt;sup id=&#34;fnref:11&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:11&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;11&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This focus on &lt;abbr title=&#34;Environmental - Social - Governance&#34;&gt;ESG&lt;/abbr&gt;&lt;sup id=&#34;fnref:12&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:12&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;12&lt;/a&gt;&lt;/sup&gt; speaks to me, but finding the things I want on Mojeek requires patience. I have been using it daily now for about two weeks. Sometimes, I do give up and head back to DDG. Then I remember that when I first used DDG, the results were not always great either. Time will tell. I suggest that you at least bookmark Mojeek, because it is growing.&lt;/p&gt;
&lt;h3 id=&#34;general-recommendations-&#34;&gt;General Recommendations (◆)&lt;/h3&gt;
&lt;p&gt;This is short and easy. Just a few points.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/tips-for-students-the-browser#bookmarks&#34;&gt;&lt;strong&gt;Use bookmarks&lt;/strong&gt;&lt;/a&gt;: It saves time. Why do so many people search for something they use every day? Bookmarks are useful. Keep them organized.&lt;/li&gt;
&lt;li&gt;Avoid creating unnecessary accounts.&lt;/li&gt;
&lt;li&gt;Avoid &amp;ldquo;login with Google/Facebook/etc.&amp;rdquo; If you need that service, create an account. I myself accidentally created a Spotify account this way, and it still exists, but I cannot access it because the account I &amp;ldquo;logged in with&amp;rdquo; no longer exists.&lt;/li&gt;
&lt;li&gt;Avoid letting your browser save your passwords.&lt;/li&gt;
&lt;li&gt;Many email providers offer the option to create aliases and disposable accounts if you need to use your email somewhere sketchy.&lt;/li&gt;
&lt;li&gt;Don&amp;rsquo;t trust everything you read on random blogs.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;add-ons-&#34;&gt;Add-ons (◆)&lt;/h3&gt;
&lt;p&gt;In addition to uBlock Origin, you can use other add-ons and extensions to improve your privacy. The more you use, however, the more unique your &amp;ldquo;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#finger&#34;&gt;fingerprint&lt;/a&gt;&amp;rdquo; will be. Again, I am not suggesting you install everything listed below, but being aware of their existence is important.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://libredirect.github.io/&#34;&gt;LibRedirect&lt;/a&gt;: A web extension that redirects YouTube, Twitter, Instagram&amp;hellip; requests to alternative privacy-friendly frontends and backends.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.xbrowsersync.org/&#34;&gt;xBrowserSync&lt;/a&gt;: a free and open-source alternative to browser syncing tools offered by companies like Google, Firefox, Opera and others. The project was born out of a concern for the over-reliance on services provided by big tech, who collect as much personal data as they can and have demonstrated that they do not respect their user&amp;rsquo;s privacy.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;the-cloud&#34;&gt;The Cloud&lt;/h2&gt;
&lt;p&gt;Convenience comes at a cost. Services like Dropbox and Google Drive offer so much cloud storage for free, it almost feels like you &lt;em&gt;have&lt;/em&gt; to have an account.&lt;/p&gt;
&lt;p&gt;This category can create some friction. Here are two possible solutions to leaving Big Cloud.&lt;/p&gt;
&lt;h3 id=&#34;sharing-with-just-yourself--&#34;&gt;Sharing with just yourself (◆ ◆)&lt;/h3&gt;
&lt;p&gt;If you only need to share some files, maybe some photos, or some Excel documents, between the devices you own, you can avoid the Cloud altogether with &lt;a href=&#34;https://syncthing.net/&#34;&gt;&lt;strong&gt;Syncthing&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Syncthing keeps your information private and encrypted. It is easy, but I did give it a medium friction rating because it is not something many people are used to doing with their devices.&lt;/p&gt;
&lt;p&gt;With Syncthing, you would install it on the devices you plan to use and share between. As long as the device is on the same network, the file is shared between the device. This is how I sync my work between my home computer and my work computer. At home, I prepare. The files sync &lt;em&gt;to&lt;/em&gt; my phone. When I get to work, the files sync to the work computer &lt;em&gt;from&lt;/em&gt; my phone. I also sync my photos, but only to my personal computer.&lt;/p&gt;
&lt;h3 id=&#34;sharing-and-collaborating-with-others--&#34;&gt;Sharing and collaborating with others (◆ ◆)&lt;/h3&gt;
&lt;p&gt;This is where things can get rough. Collaborating on files is something we need to do regularly. If it is for work, you can use your work cloud and online office tools. But, what if we don&amp;rsquo;t have those? This is where &lt;a href=&#34;https://nextcloud.com/&#34;&gt;&lt;strong&gt;Nextcloud&lt;/strong&gt;&lt;/a&gt; comes to the rescue.&lt;/p&gt;
&lt;p&gt;Nextcloud is a service with features we sometimes need: file sharing, collaborative tools, groupware. You &lt;em&gt;can&lt;/em&gt; install this on your own and have your own personal cloud, if you have the time and will to host your own server. There are also &lt;a href=&#34;https://nextcloud.com/signup/&#34;&gt;free providers&lt;/a&gt;. Disroot, which we mentioned in the email section, uses Nextcloud. As do a few others.&lt;/p&gt;
&lt;h2 id=&#34;your-phone&#34;&gt;Your Phone&lt;/h2&gt;
&lt;p&gt;I see a few friends with these &amp;ldquo;cleaner&amp;rdquo; apps on their phones. I don&amp;rsquo;t want to cite names, because that is slander, but modern Android phones don&amp;rsquo;t really need them. Head over to &lt;a href=&#34;https://reports.exodus-privacy.eu.org/en/&#34;&gt;εxodus&lt;/a&gt; and look up some of the apps you use. For example, one of the famous &amp;ldquo;cleaner&amp;rdquo; apps contains more than a few trackers. Why would an app that clears out useless files need to send data to these companies? Your guess is as good as mine (actually, it is probably money).&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy//images/privacyguide/exodus.png&#34; alt=&#34;εxodus privacy screenshot&#34;&gt;
    &lt;figcaption&gt;Screenshot from εxodus&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Your phone is a pocket-sized tracking device combined with a wallet and a closet filled with secrets. It has your search history, your location history, your chats, your purchases, some health information, and photos, among other pieces of information you don&amp;rsquo;t want to share with the world.&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/M3mQu9YQesk&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Nothing to Hide (2017)&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;Nothing to Hide (2017)&lt;/figcaption&gt;&lt;/center&gt;

&lt;h3 id=&#34;cleaning-out-your-wallet---&#34;&gt;Cleaning Out Your Wallet (◆ ◆ ◆)&lt;/h3&gt;
&lt;p&gt;You need to take a moment to consider the apps on your device, and the accounts saved on your device. We have been spoiled over the years, and have taken shortcuts to completing tasks. Facebook has an app; do you &lt;em&gt;need&lt;/em&gt; to use it? Did you stop using Gmail? Disconnect your Google account on your phone (don&amp;rsquo;t worry, there are ways to stay up to date). In fact, if you want to create some real friction, reset your phone to factory settings and do not ever enter your Google information. Then start thinking about what you need on the phone and where you can get it without the Google Play Store.&lt;/p&gt;
&lt;p&gt;If you look at &lt;a href=&#34;https://f-droid.org/en/&#34;&gt;F-Droid&lt;/a&gt; or &lt;a href=&#34;https://github.com/NeoApplications/Neo-Store&#34;&gt;Droid-ify / NeoStore&lt;/a&gt; you will see that your can install many apps without Google!&lt;/p&gt;
&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;&lt;p&gt;As far as I know, there is nothing unsafe about using F-Droid. The app even tells you if there are trackers or if the app connects to other services. The apps on the store are audited in a way, and, in most cases, you can go see the code used in the apps. That said, some people are of the opinion that putting your trust in the hands of an individual is a preposterous idea, and that large companies, like Google and Facebook, are actually more trustworthy. This, like many things, will be your decision to make. I&amp;rsquo;m not saying &amp;ldquo;do your own research,&amp;rdquo; I am reminding you that you can have your own opinion.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you want to try other options there is &lt;a href=&#34;https://accrescent.app/&#34;&gt;Accrescent&lt;/a&gt; and &lt;a href=&#34;https://github.com/ImranR98/Obtainium&#34;&gt;Obtainium&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;However you feel, it won&amp;rsquo;t hurt to look and try some things out. Here are some examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Install a password manager (e.g. Bitwarden)&lt;/li&gt;
&lt;li&gt;Install an 2FA authentication app (e.g. Aegis)&lt;/li&gt;
&lt;li&gt;Install something to help block ads, trackers, and other Internet traffic (e.g. &lt;a href=&#34;https://f-droid.org/en/packages/org.blokada.fem.fdroid/&#34;&gt;Blokada 5&lt;/a&gt;, &lt;a href=&#34;https://f-droid.org/en/packages/pan.alexander.tordnscrypt.stable/&#34;&gt;InviZible Pro&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Install an email client (e.g. FairEmail)&lt;/li&gt;
&lt;li&gt;Install a calendar app (e.g. &lt;a href=&#34;https://github.com/Etar-Group/Etar-Calendar&#34;&gt;Etar&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Install something to watch YouTube content with (e.g. &lt;a href=&#34;https://f-droid.org/en/packages/org.schabi.newpipe/&#34;&gt;NewPipe&lt;/a&gt;, &lt;a href=&#34;https://f-droid.org/en/packages/com.github.libretube/&#34;&gt;LibreTube&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Install chat clients (e.g. Signal, Telegram)&lt;/li&gt;
&lt;li&gt;Install a different browser (e.g. &lt;a href=&#34;https://www.stoutner.com/privacy-browser-android/changelog/&#34;&gt;Privacy Browser&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;review-your-work&#34;&gt;Review Your Work&lt;/h2&gt;
&lt;p&gt;You can take a moment to see if your work is paying off.&lt;/p&gt;
&lt;p&gt;Below are some sites that test for ads, trackers, and other sneaky Internet trickery. Don&amp;rsquo;t worry about getting 100%. Browser fingerprinting is very tricky to avoid, especially if you want to use your computer or device without too much friction.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://d3ward.github.io/toolz/adblock.html&#34;&gt;Ad Blocker Test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://adblock-tester.com/&#34;&gt;AdBlock Tester&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://coveryourtracks.eff.org/&#34;&gt;Cover Your Tracks&lt;/a&gt; (ads, tracking, fingerprinting)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://browserleaks.com/&#34;&gt;BrowserLeaks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://abrahamjuliot.github.io/creepjs/&#34;&gt;CreepJS&lt;/a&gt; (JavaScript trickery)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://noscriptfingerprint.com/&#34;&gt;No-JavaScript fingerprinting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.experte.com/browser-privacy-check&#34;&gt;Browser Privacy Check by EXPERTE.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;next&#34;&gt;Next Step: The Main Course&lt;/h2&gt;
&lt;p&gt;All of this was just the starter &amp;mdash; the appetizer. If you have followed along, even just casually reading and checking out the links, you have only had a taste. Digital privacy is more complex than having a password generator, or avoiding Big Tech, or following a guide from a forum written by a guy with a tinfoil hat.&lt;/p&gt;
&lt;p&gt;If none of the above causes too much friction, don&amp;rsquo;t stop. Keep going. Here are a few more things you can try.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Begin using &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#pgp&#34;&gt;PGP&lt;/a&gt; for your emails.&lt;/li&gt;
&lt;li&gt;Stop using MS Office on your computer.&lt;/li&gt;
&lt;li&gt;Delete all social networks.&lt;/li&gt;
&lt;li&gt;Replace more apps on your phone. For example, you can replace the camera, the keyboard, the photo viewer, the maps, the SMS app, etc.&lt;/li&gt;
&lt;li&gt;Take a look at the different communities on &lt;a href=&#34;https://joinmatrix.org/&#34;&gt;Matrix&lt;/a&gt; or try out &lt;a href=&#34;https://xmpp.org/&#34;&gt;XMPP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Try out Linux&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt; on your computer (&lt;strong&gt;NB: installing Linux is not a magic shield that protects you &amp;mdash; Linux has malware and Linux can be hacked&lt;/strong&gt;), or &lt;a href=&#34;https://lineageos.org/&#34;&gt;LineageOS&lt;/a&gt; for your phone. If you have a Pixel phone, you can also try &lt;a href=&#34;https://grapheneos.org/&#34;&gt;GrapheneOS&lt;/a&gt; or &lt;a href=&#34;https://calyxos.org/&#34;&gt;CalyxOS&lt;/a&gt;. Another option is &lt;a href=&#34;https://e.foundation/&#34;&gt;/e/OS&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;further&#34;&gt;Further Reading and Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Agencies, Organizations, Associations&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.humanetech.com/&#34;&gt;Center for Humane Technology&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://ssd.eff.org/en&#34;&gt;EFF Surveillance Self-Defense&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://privacyspy.org/&#34;&gt;PrivacySpy: We track online privacy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://redecentralize.org/&#34;&gt;Redecentralize.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.chatons.org/en&#34;&gt;CHATONS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.laquadrature.net/en/&#34;&gt;La Quadrature du Net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.fdn.fr/&#34;&gt;FDN - French Data Network&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://lacontrevoie.fr/en/&#34;&gt;La Contre-Voie&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Guides and Lists&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.privacyguides.org/en/&#34;&gt;Privacy Guides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.freecodecamp.org/news/tor-signal-and-beyond-a-law-abiding-citizens-guide-to-privacy-1a593f2104c3&#34;&gt;Guide: How to encrypt your entire life in less than an hour&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://brainfucksec.github.io/a-good-privacy-list&#34;&gt;A Good Privacy List&lt;/a&gt; and &lt;a href=&#34;https://brainfucksec.github.io/android-foss-apps-list&#34;&gt;Android FOSS Apps List&lt;/a&gt; &lt;em&gt;by brainf+ck&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://degoogle.jmoore.dev/&#34;&gt;degoogle&lt;/a&gt; &lt;em&gt;A list of alternatives to Google products&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://privacytests.org/&#34;&gt;PrivacyTests.org: open-source tests of web browser privacy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/humanetech-community/awesome-humane-tech&#34;&gt;Awesome Humane Tech: Promoting Solutions that Improve Wellbeing, Freedom and Society&lt;/a&gt;
&lt;a href=&#34;https://github.com/nikitavoloboev/privacy-respecting&#34;&gt;Curated List of Privacy Respecting Services and Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/KevinColemanInc/awesome-privacy&#34;&gt;Awesome Privacy: Limiting personal data leaks on the internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/retiolus/privacysec&#34;&gt;PrivacySec&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/Lissy93/personal-security-checklist&#34;&gt;Lissy93/personal-security-checklist: 🔒 A curated checklist of 300+ tips for protecting digital security and privacy in 2022&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Search Engines&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://foliovision.com/2021/12/most-private-search-engine&#34;&gt;The Most Private Search Engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.mojeek.com/&#34;&gt;Mojeek&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://teclis.com/&#34;&gt;Teclis: Non-commercial Web Search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://kagi.com/&#34;&gt;Kagi Search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://spot.ecloud.global/&#34;&gt;Spot&lt;/a&gt; (Search engine based on &lt;a href=&#34;https://searx.github.io/searx/&#34;&gt;Searx&lt;/a&gt;, created by the &lt;a href=&#34;https://e.foundation/&#34;&gt;e Foundation&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Articles&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/dessalines/essays/blob/master/why_not_signal.md&#34;&gt;Why not Signal?&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=30872361&#34;&gt;Why Not Signal? | Hacker News&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://berty.tech/blog/decentralized-distributed-centralized/&#34;&gt;Centralized vs Decentralized vs Distributed Systems on Berty Technologies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://drewdevault.com/2022/03/29/free-software-free-infrastructure.html&#34;&gt;It is important for free software to use free software infrastructure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.ghacks.net/2022/04/17/videoconferncing-muting-may-not-prevent-apps-from-listening/&#34;&gt;Muting videoconferencing apps may not prevent them from listening - gHacks Tech News.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.theatlantic.com/magazine/archive/2022/05/social-media-democracy-trust-babel/629369/&#34;&gt;Why the Past 10 Years of American Life Have Been Uniquely Stupid - The Atlantic&lt;/a&gt; (Spoiler: Social media helped)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.wired.com/story/how-to-be-more-anonymous-online/&#34;&gt;How to Be More Anonymous Online - WIRED&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Videos&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://yewtu.be/watch?v=rTSEr0cRJY8&#34;&gt;You Should Check Out the Indie Web&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Tools&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/0x192/universal-android-debloater&#34;&gt;UAD: tool to debloat non-rooted android devices&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;terms&#34;&gt;Terms&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;2FA / two-factor authentication &amp;amp; OTP / one-time passwords&lt;/strong&gt; &lt;a id=&#34;2FA&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;(2FA) An electronic authentication method in which a user is granted access only after successfully presenting two or more &lt;em&gt;factors&lt;/em&gt; to an authentication mechanism&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/dd&gt;
&lt;dd&gt;(OTP) A password that is valid for only one login session or transaction, on a computer system or other digital device&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt;&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;asset&lt;/strong&gt; &lt;a id=&#34;asset&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Any piece of data or a device that needs to be protected&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;centralized&lt;/strong&gt; &lt;a id=&#34;centralized&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;When all information comes from one server&lt;/dd&gt;
&lt;dd&gt;e.g. Facebook&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;cookie&lt;/strong&gt; &lt;a id=&#34;cookie&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;A collection of information, usually including a username and the current date and time, stored on the local computer of a person using the web&lt;/dd&gt;
&lt;dd&gt;Used by websites to identify users who have previously registered or visited the site&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;crawler&lt;/strong&gt; &lt;a id=&#34;crawler&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;An Internet bot that systematically browses the web and that is typically operated by search engines for the purpose of indexing&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;decentralized&lt;/strong&gt; &lt;a id=&#34;decentralized&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;When information is distributed among multiple hubs&lt;/dd&gt;
&lt;dd&gt;e.g. &lt;a href=&#34;https://en.wikipedia.org/wiki/Mastodon_(software)&#34;&gt;Mastodon&lt;/a&gt;&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;fingerprinting&lt;/strong&gt; &lt;a id=&#34;finger&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;“Browser fingerprinting” is a method of tracking web browsers by the configuration and settings information they make visible to websites, rather than traditional tracking methods such as IP addresses and unique cookies&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt;&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;fork&lt;/strong&gt; &lt;a id=&#34;fork&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;A project fork is when developers take a copy of source code from one software package and start independent development on it, creating a distinct and separate piece of software&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;harden&lt;/strong&gt; &lt;a id=&#34;harden&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;To make less vulnerable to attack&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;metasearch engine&lt;/strong&gt; &lt;a id=&#34;metasearch&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;An online information retrieval tool that uses the data of a web search engine to produce its own results&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;open-source software&lt;/strong&gt; &lt;a id=&#34;open-source&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Open-source software is released under a licence in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose&lt;/dd&gt;
&lt;dd&gt;It may be developed in a collaborative public manner&lt;/dd&gt;
&lt;dd&gt;The ability to examine the code facilitates public trust in the software &lt;sup id=&#34;fnref:17&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:17&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;17&lt;/a&gt;&lt;/sup&gt;&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;PGP&lt;/strong&gt; &lt;a id=&#34;pgp&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Pretty Good Privacy (PGP) is an encryption program that provides cryptographic privacy and authentication for data communication &lt;sup id=&#34;fnref:18&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:18&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;18&lt;/a&gt;&lt;/sup&gt;&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;proprietary software&lt;/strong&gt; &lt;a id=&#34;proprietary&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Proprietary software, also known as non-free software or closed-source software, is computer software for which the software&amp;rsquo;s publisher or another person reserves some licensing rights to use, modify, share modifications, or share the software&lt;/dd&gt;
&lt;dd&gt;It is the opposite of open-source or free software &lt;sup id=&#34;fnref:19&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:19&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;19&lt;/a&gt;&lt;/sup&gt;&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;tracking&lt;/strong&gt; &lt;a id=&#34;tracking&#34;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;When operators of websites and third parties collect, store and share information about visitors&amp;rsquo; activities on the web &lt;sup id=&#34;fnref:20&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fn:20&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;20&lt;/a&gt;&lt;/sup&gt;&lt;/dd&gt;
&lt;/dl&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;One such guide is &lt;a href=&#34;https://12bytes.org/articles/tech/firefox/ublock-origin-suggested-settings/&#34;&gt;uBlock Origin Suggested Settings – 12Bytes.org&lt;/a&gt;. Doing everything in that guide will create a little more friction that you might desire.&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://proton.me/legal/privacy&#34;&gt;ProtonMail - Privacy Policy&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/UKUSA_Agreement#14_Eyes&#34;&gt;UKUSA Agreement - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://disroot.org/en/about&#34;&gt;About | Disroot&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:5&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.mozilla.org/en-US/foundation/annualreport/2018/&#34;&gt;The State of Mozilla: 2018 Annual Report — Mozilla&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref1:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:6&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.ghacks.net/2020/02/14/waterfox-web-browser-sold-to-system1/&#34;&gt;Waterfox web browser sold to System1 - gHacks Tech News&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:6&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:7&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.nytimes.com/2022/02/23/technology/duckduckgo-conspiracy-theories.html&#34;&gt;Fed Up With Google, Conspiracy Theorists Turn to DuckDuckGo - The New York Times&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:7&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:8&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://blog.mojeek.com/2023/08/mojeek-updates.html&#34;&gt;Mojeek Updates, August 2023 | Mojeek Blog&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:8&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:9&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.mojeek.com/about/privacy/&#34;&gt;Mojeek Privacy Policy&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:9&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:10&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://blog.mojeek.com/2018/07/mojeek-and-the-environment.html&#34;&gt;Doing what&amp;rsquo;s right, Mojeek and the environment | Mojeek Blog&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:10&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:11&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://teddit.net/r/IAmA/comments/apvfrj/were_building_mojeek_the_worlds_alternative/egbqo92/#c&#34;&gt;We&amp;rsquo;re building – Mojeek – the world&amp;rsquo;s alternative search engine which respects your privacy, and provides its own unique and unbiased results. Ask us anything. : IAmA&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:11&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:12&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Environmental,_social_and_corporate_governance&#34;&gt;Environmental, social and corporate governance - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:12&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:13&#34;&gt;
&lt;p&gt;I will not mention any specific distribution. Take a look around, you will find one to try on your own.&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:13&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:14&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Multi-factor_authentication&#34;&gt;Multi-factor authentication - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:14&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:15&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/One-time_password&#34;&gt;One-time password - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:15&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:16&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://coveryourtracks.eff.org/about#browser-fingerprinting&#34;&gt;Cover Your Tracks | About&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:16&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:17&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Open-source_software&#34;&gt;Open-source software - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:17&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:18&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Pretty_Good_Privacy&#34;&gt;Pretty Good Privacy - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:18&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:19&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Proprietary_software&#34;&gt;Proprietary software - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:19&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:20&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Web_tracking&#34;&gt;Web tracking - Wikipedia&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/low-friction-introduction-to-digital-privacy/#fnref:20&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>That Rabbit is Back</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back/</link>
      <pubDate>Thu, 10 Mar 2022 12:03:07 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back/</guid><description>&lt;p&gt;The escape from the &lt;a href=&#34;./the-privacy-security-rabbit-hole/&#34;&gt;rabbit hole&lt;/a&gt; left you stronger.&lt;/p&gt;
&lt;p&gt;It still beckons you from time to time. You are wise to the ways now, though. You can get close, and lean in, without fear of falling. You&amp;rsquo;re fine. You can so see what it wants.&lt;/p&gt;
&lt;p&gt;Ah, yes, of course. The same news as before, another comparison of browser privacy. Well, not just &lt;em&gt;another&lt;/em&gt;. &lt;a href=&#34;https://privacytests.org/&#34;&gt;This one is rather detailed&lt;/a&gt;. You share it with the strangers of the internet, and continue on your merry way.&lt;/p&gt;
&lt;p&gt;A voice&amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Hey! Get back here!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No. You can f-ck right off! I know how this deal works. I am not some journalist or researcher. I am not a hacker. I have my ad blocker, I block the invisible trackers, I use https, and I know my fingerprint is &lt;em&gt;not&lt;/em&gt; unique. I don&amp;rsquo;t like it, but I am &lt;em&gt;fine&lt;/em&gt; with it.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No&amp;hellip; Just&amp;hellip; Come on, take a look. It won&amp;rsquo;t take long.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;You have 5 minutes.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;just-a-peek&#34;&gt;Just a Peek&amp;hellip;&lt;/h2&gt;
&lt;p&gt;This rabbit hole goes on forever. Your time can be put to use elsewhere. The folks doing the work to inform are doing a great job. More and more people around you talk about &amp;ldquo;protecting their privacy online.&amp;rdquo; No need to go down, let&amp;rsquo;s sit on the edge of this deep dark hole and look.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If what you seek&lt;br&gt;
is to take a peek,&lt;br&gt;
then spend a week&lt;br&gt;
with&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/Green.png&#34; alt=&#34;Mojeek Logo&#34;&gt;
    &lt;figcaption&gt;Mojeek Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&amp;ldquo;That&amp;rsquo;s a search engine, not a browser.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Patience. You said I had 5 minutes.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Go on&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Our vision is to be the world&amp;rsquo;s alternative search engine; a search engine that does what&amp;rsquo;s right, that values and respects your privacy, whilst providing its own unique and unbiased search results.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;Mojeek&lt;/em&gt; is the result of years of work. The work of Marc Smith, to be precise. He began this project in 2004 and today employs six other team members. Mojeek is a &lt;em&gt;crawler based search engine&lt;/em&gt; with its very own index of web pages.&lt;/p&gt;
&lt;p&gt;On 8 March 2022, Mojeek announced that they had surpassed 5 Billion Pages indexed&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;figure&gt;&lt;embed type=&#34;image/svg+xml&#34; src=&#34;https://bbbhltz.codeberg.page/../images/privacybrowser/mojeek.svg&#34; /&gt;&lt;figcaption&gt;Mojeek Growth over time in billions&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;You agree. Mojeek is cool. &lt;a href=&#34;https://blog.mojeek.com/2018/07/mojeek-and-the-environment.html&#34;&gt;Their servers a &amp;ldquo;green&amp;rdquo;&lt;/a&gt;, they are &lt;a href=&#34;https://blog.mojeek.com/2018/08/independent-and-unbiased-search-results.html&#34;&gt;independent and unbiased&lt;/a&gt;, and they have a &lt;a href=&#34;https://buttondown.email/Mojeek&#34;&gt;tracker free newsletter and RSS feed&lt;/a&gt; and a &lt;a href=&#34;https://mastodon.social/@Mojeek&#34;&gt;Mastodon account&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Thanks for the info. See ya!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I still have a minute or two!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;What about a privacy-centric Android browser with Mojeek as the default search engine?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Send me the link. I&amp;rsquo;ll give it a shot. I&amp;rsquo;m out!&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;fun-with-privacy-browser&#34;&gt;Fun with Privacy Browser&lt;/h2&gt;
&lt;p&gt;Venturing away from the rabbit hole feels good. Your phone beeps. It is a link:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.stoutner.com/privacy-browser-android/&#34;&gt;Privacy Browser Android&lt;/a&gt; (&lt;strong&gt;The only way to prevent data from being abused is to prevent it from being collected in the first place.&lt;/strong&gt;)&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/Privacy-Browser.png&#34; alt=&#34;Privacy Browser Logo&#34;&gt;
    &lt;figcaption&gt;Privacy Browser Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;You bite. It is on &lt;a href=&#34;https://f-droid.org/packages/com.stoutner.privacybrowser.standard/&#34;&gt;F-Droid&lt;/a&gt;, so, why not?&lt;/p&gt;
&lt;p&gt;Everything checks out&amp;hellip;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Open source&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Blocks ads, JavaScript, cookies, and DOM storage by default&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Easy to switch user agents&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Default search engine is &lt;a href=&#34;https://www.stoutner.com/switching-from-startpage-to-mojeek/&#34;&gt;Mojeek&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Other search engines must pass &lt;a href=&#34;https://www.stoutner.com/requirements-for-a-search-engine-to-be-included/&#34;&gt;Requirements&lt;/a&gt; to be included&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Dev is on &lt;a href=&#34;https://fosstodon.org/@privacybrowser&#34;&gt;Fosstodon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Oh, that&amp;rsquo;s different: &amp;ldquo;uses Android&amp;rsquo;s built-in WebView to render web pages&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s give it a (screen)shot.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Ah. OK. Now we&amp;rsquo;re talking. You cannot even screenshot the app without going into the settings to turn that on&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Take two.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/pbhome.png&#34; alt=&#34;Privacy Browser home&#34;&gt;
    &lt;figcaption&gt;Privacy Browser Home&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;After a quick load, Privacy Browser takes you to Mojeek. From here you discover that there is a left menu and a right menu.&lt;/p&gt;
&lt;p&gt;The left menu takes you to navigation and global controls.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/pblmenu.png&#34; alt=&#34;Privacy Browser Menu&#34;&gt;
    &lt;figcaption&gt;Settings Menu&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;The right menu takes you to page and domain settings, as well as sharing and bookmarks.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/pbrmenu.png&#34; alt=&#34;Privacy Browser Menu&#34;&gt;
    &lt;figcaption&gt;Page Menu&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/pbmarks.png&#34; alt=&#34;Privacy Browser Bookmarks&#34;&gt;
    &lt;figcaption&gt;Bookmarks&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Domain settings inherit from global settings, but can make the experience for certain sites better. Many sites with drop down menus need JavaScript.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/pbdsettings.png&#34; alt=&#34;Privacy Browser Domain Settings&#34;&gt;
    &lt;figcaption&gt;Domain Settings&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;I leave this as default, but there are a good number of preconfigs here.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/pbua.png&#34; alt=&#34;Privacy Browser User Agent&#34;&gt;
    &lt;figcaption&gt;User Agent Settings&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Finally, just to show how pervasive JavaScript is. This very blog. There is one post that requires JavaScript to render maths. Without JavaScript, I suppose it is still human-readable. But, I did spend about 10 minutes getting Katex working (don&amp;rsquo;t worry, it is only needed for that post) so I hope you have JS on for that post.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/pblottonojs.png&#34; alt=&#34;Privacy Browser My Site with no JS&#34;&gt;
    &lt;figcaption&gt;My site without JS&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/pblottojs.png&#34; alt=&#34;Privacy Browser My Site with JS&#34;&gt;
    &lt;figcaption&gt;My site with JS&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can I work with this browser?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;That really is my only requirement. I need the browser for one specific thing: Accessing my schedule. In order to get to it, I needed to make domain settings for &lt;code&gt;*.microsoftonline.*&lt;/code&gt; and &lt;code&gt;*.myworkdomain.*&lt;/code&gt; and activate JavaScript, Cookies, and DOM storage. A minor annoyance.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can I waste time with this browser?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Yes. But, sometimes mobile pages don&amp;rsquo;t load automagically. Not a big problem. Apparently, different user agents return different pages.&lt;/p&gt;
&lt;p&gt;Something that I do like is the &amp;ldquo;save as&amp;rdquo; functionality.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back//images/privacybrowser/saveas2.png&#34; alt=&#34;PB save notification&#34;&gt;
    &lt;figcaption&gt;Save as notification&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Instead of the standard UX, Privacy Browser has a nice little progress notification at the bottom (a &amp;ldquo;snackbar&amp;rdquo;, not in the Android menu). There is &lt;strong&gt;no&lt;/strong&gt; persistent notification in the Android menu. According to the dev,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;[T]here are a couple of things about Android&amp;rsquo;s download manager that are unsatisfactory. First, it doesn&amp;rsquo;t provide a mechanism to specify a proxy. Second, it doesn&amp;rsquo;t work at all on Android 7.0 when a VPN is enabled.&amp;rdquo;&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You are also able to edit the URL before you download. All of this is very nice. I, for one, do not need any more notifications on my device, nor do I want anyone seeing what I have been downloading (for clarity, it is mostly PDF files of articles and magazines from my school&amp;rsquo;s library).&lt;/p&gt;
&lt;p&gt;And, very important, even for me, is the ability to clear cache and cookies when exiting. This is on my default.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is there a future?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Yes! It looks like this project will continue and expand to desktop. Android&amp;rsquo;s WebView will be swapped out for Privacy WebView (a fork of the former with added privacy features). There will be Linux, Windows and macOS browsers.&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back/#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;h2 id=&#34;silly-rabbit&#34;&gt;Silly Rabbit&lt;/h2&gt;
&lt;p&gt;Well, it seems the little rabbit was right: This was worth my time. I should go thank him&amp;hellip;&lt;/p&gt;
&lt;p&gt;No.&lt;/p&gt;
&lt;p&gt;Not falling for that again. Both of these new tools are good enough for now.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://blog.mojeek.com/2022/03/five-billion-pages.html&#34;&gt;Mojeek Surpasses 5 Billion Pages | Mojeek Blog&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.stoutner.com/privacy-browser-3-4/&#34;&gt;Privacy Browser 3.4 – Stoutner&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.stoutner.com/3-x-series-roadmap/&#34;&gt;3.x Series Roadmap – Stoutner&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/that-rabbit-is-back/#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Switching Desktops</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/03/switching-desktops/</link>
      <pubDate>Wed, 09 Mar 2022 11:02:11 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/03/switching-desktops/</guid><description>&lt;p&gt;&amp;ldquo;Variety is the spice of life&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;The more, the merrier&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Too much is better than too little&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Look up from your phone, or computer, for a moment. Are you alone? If not, and the person near has their phone or computer out, take a quick look. No! Not at what they&amp;rsquo;re doing. Just look to see their screen, whether it is their phone screen or their computer screen.&lt;/p&gt;
&lt;p&gt;There is a very good chance that you will see the &amp;ldquo;out-of-the-box&amp;rdquo; default. I have noticed that many Android users, for example, just use their phone as-is. There is nothing wrong with that, even though some phones come with bloatware on the home screen. My mother&amp;rsquo;s phone, a Samsung, has icons for Facebook, Twitter, and an NHL app on the home screen. None of those are useful to her, but she leaves them be and instructed me not to delete them.&lt;/p&gt;
&lt;p&gt;I do not know that many iPhone users, but from the few that I see, they tend to leave some defaults in place, in terms of app placement and also choice. My students are nearly all Mac users these days. While there is some variety, I tend to see a large collection of icons on the desktop, Safari, sometimes Chrome, and a small collection of defaults in the dock.&lt;/p&gt;
&lt;p&gt;Windows users are in the same boat. They have a set of quick launch buttons, or launchers in the start menu, that they like to leave in place. Who can blame them? When I was handed my work computer, it came with Edge, Firefox, and Chrome. All three browsers were in the quick launch bar.&lt;/p&gt;
&lt;p&gt;When I was a student, things were not like this. Oh, no. We were a different breed. Call us kitsch or cliché, but when you don&amp;rsquo;t have all the streaming services and social networks, you get to wandering through menus and testing different options. At least, that is what we did when I was at university.&lt;/p&gt;
&lt;p&gt;You need to remember that back in those days, everything came with &amp;ldquo;skins&amp;rdquo;. Many of your favourite applications were skinable. &lt;a href=&#34;https://en.wikipedia.org/wiki/Winamp&#34;&gt;Winamp&lt;/a&gt; had a &lt;a href=&#34;https://archive.org/details/winampskins&#34;&gt;ridiculous number of skins&lt;/a&gt; to choose from. Just too many, really, if there is such a thing. The idea of letting users customize the appearance of programs was fuelled by Windows&amp;rsquo; boring appearance compared to the simplistic beauty of Apple interfaces.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/switching-desktops//images/archiveorgwinamp.png&#34; alt=&#34;Winamp Screenshot&#34;&gt;
    &lt;figcaption&gt;Screenshop from Archive.org&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Wired&lt;/em&gt; magazine even wrote about this phenomenon in October 2000 in an article called &lt;a href=&#34;https://12ft.io/proxy?q=https%3A%2F%2Fwww.wired.com%2F2000%2F10%2Fskins%2F&#34;&gt;&amp;ldquo;GUIs Just Want to Have Fun&amp;rdquo;&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The faceless interface is dead. Long live skins, the hyper-personal edge of desktop computing.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The article goes on to cite the names of dozens of skinable programs, as well as software that still exists today. I won&amp;rsquo;t soon forget the time I spent tweaking Windows, from the vendor logo, the loading and login screens, and the shell itself. The article mentions Litestep and WindowBlinds, both of which I used and enjoyed. It was just the way we did things. We all had similar looking devices, we needed to make the screen look a little different at least.&lt;/p&gt;
&lt;p&gt;The madness of skinning did die down, I think, but not before Apple got a little upset.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There&amp;rsquo;s no better example than Russ Schwenkler&amp;rsquo;s desktop. On one hand, it&amp;rsquo;s a thing of striking beauty. On the other, you practically need a walking tour to understand how it works. It starts with a Windows extension called NextStart and adds a suite of matching skins for more than a dozen programs. Instead of the standard Windows taskbar, it features a docking area where icon aliases can be shuffled in and out; Schwenkler adds a skinned version of the Launchkaos program manager. Custom minitools include audio playback controls, a hexadecimal calculator, system meters, and file viewers. A WindowBlinds skin holds it all together.&lt;/p&gt;
&lt;p&gt;The aesthetic, Schwenkler says, is &amp;ldquo;tailored, with lots of attention to detail. I use a variety of surfaces that work together visually, along with lights, shadows, and highlights - things a button that&amp;rsquo;s just a dot or a big broad X isn&amp;rsquo;t going to give you.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Schwenkler became an instant skins celebrity this past January when WinAqua, his WindowBlinds-based clone of MacOS X, hit the streets before the beta release of Apple&amp;rsquo;s operating system. Posted on skinz .org, WinAqua was downloaded more than 10,000 times in a single day before the site pulled it at the request of Apple attorneys.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I have rarely seen a customized desktop outside the Linux world. But, the reason for that is simple. Linux&amp;rsquo;s users are blessed with an abundance of options. And it isn&amp;rsquo;t just a question of skins, Linux users can, and have the habit of, customizing the entire interface of their desktop to pixel-perfect precision. And, if for some reason that &lt;em&gt;one thing&lt;/em&gt; they want to change cannot be changed, well, they pack up their dotfiles and head on to newer pastures: a different desktop &lt;em&gt;environment&lt;/em&gt;.&lt;/p&gt;
&lt;h2 id=&#34;paradox-of-choice&#34;&gt;Paradox of Choice&lt;/h2&gt;
&lt;p&gt;Just when you are starting to feel comfortable, like you have everything you need, you look over at your neighbour, and his grass seems greener. This was my conundrum very recently. For at least three years, I was happy in my environment. But, things started to get in the way. There was a lack of flexibility. I looked and looked for solutions to this minor problem. And, the solution I found was to change.&lt;/p&gt;
&lt;p&gt;For about three years, like I said, I was comfortable. LXDE and LXQt were all I required. I could work and play. But, I started to get an itch. I just wanted to take a look at something new. Looking is OK, right?&lt;/p&gt;
&lt;p&gt;While at first it may seem like you are limited, it is not the case. You can have a DIY minimal keyboard-controlled tiled window manager, with no theming whatsoever, a slick modern Mac-like desktop, or a traditional desktop with a panel and a start menu.&lt;/p&gt;
&lt;p&gt;The obvious choices when changing desktops are the big players: KDE, Gnome, Xfce along with some forks like Cinnamon and MATE. After a terse look, and to cut to the chase, I chose KDE.&lt;/p&gt;
&lt;h2 id=&#34;kde-the-winamp-of-desktops&#34;&gt;KDE: The Winamp of Desktops&lt;/h2&gt;
&lt;p&gt;The last time I used KDE was on &lt;a href=&#34;https://www.netrunner.com/netrunner-overview/&#34;&gt;Netrunner&lt;/a&gt;. I think it was on a netbook. It used KDE 4. While I didn&amp;rsquo;t hate it, it was not adapted to the device. Also, I had no interest in widgets and customizing at the time. I found it clunky, and it really slogged along on that Eeepc.&lt;/p&gt;
&lt;p&gt;(I did dabble with ricing and tiling window managers later, but it is not my thing)&lt;/p&gt;
&lt;p&gt;KDE Plasma is not KDE 4. Things are faster, integrated, and can be fine-tuned. Even the default layout is agreeable to use, down to the wallpaper. The thing that many people would enjoy is that you can make it work the way you want.&lt;/p&gt;
&lt;p&gt;As a very basic example, I have added buttons to the text editor, Kate, that launch a spelling/grammar checker in an external terminal. There are also buttons to help me convert files to different formats without opening up a terminal and typing in an entire command.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/switching-desktops//images/katetools.png&#34; alt=&#34;Kate custom tools&#34;&gt;
    &lt;figcaption&gt;Custom External Tools in Kate&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Once things are working the way you want, you can make things look different, and here is where things become very flexible. All forms of colours and shapes can be modified and tweaked. Just like with Winamp, there are &lt;a href=&#34;https://store.kde.org/browse/&#34;&gt;stores filled with scores of themes, icons, widgets, decorations and scripts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The recent version of KDE Plasma comes with a great overview mode too, which is something that I was missing during my years of LXDE/Qt usage.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/switching-desktops//images/overview.png&#34; alt=&#34;KDE Overview Mode&#34;&gt;
    &lt;figcaption&gt;KDE Overview Mode&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;There is far too much to see and do. This is not a bad thing, but if you like this sort of thing, it can be a massive time suck. No matter how you look at it, though, it is a prime example of the &amp;ldquo;hyper-personal&amp;rdquo; desktop that Wired talked about.&lt;/p&gt;
&lt;h2 id=&#34;konqlusion&#34;&gt;Konqlusion&lt;/h2&gt;
&lt;p&gt;Blissfully ignorant to what KDE can do, my several days of rediscovery have reminded me that when you own a computer, you shouldn&amp;rsquo;t be confined to the default appearance and functionality. Your device should work the way you want it. It was one of my reasons for abandoning Windows all those years ago.&lt;/p&gt;
&lt;p&gt;KDE is a mature and powerful desktop environment that could convince most people that Linux is not all command lines and clunky interfaces. It has quickly surpassed all my expectations. If you haven&amp;rsquo;t taken KDE for a spin in the past few years, it is worth your time.&lt;/p&gt;
&lt;p&gt;As is the custom when talking about this sort of thing, I shall do like those who have come before me and include a screenshot, à la &lt;a href=&#34;https://teddit.net/r/unixporn&#34;&gt;/r/unixporn&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/03/switching-desktops//images/kdescreen.png&#34; alt=&#34;&#34;&gt;
    &lt;figcaption&gt;A Generic Screenshot&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Info&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Nearly all default settings (Breeze Dark)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/PapirusDevelopmentTeam/papirus-icon-theme&#34;&gt;Papirus Icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/vinceliuice/Qogir-kde&#34;&gt;Qogir Window Decorations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Random wallpaper&lt;/li&gt;
&lt;li&gt;Neofetch&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/karlstav/cava&#34;&gt;cava&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.strawberrymusicplayer.org/&#34;&gt;Strawberry&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>A Quick Look at Distro Rankings</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/03/a-quick-look-at-distro-rankings/</link>
      <pubDate>Sat, 05 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/03/a-quick-look-at-distro-rankings/</guid><description>&lt;p&gt;I&amp;rsquo;m afraid I have the distrohop bug again. But, luckily for my sanity and my family, I will not be doing that anytime soon. My partner has seen what happens when that happens. I disappear for the better part of a day. Thinking about it is a nice exercise, though, and it allows me to learn what&amp;rsquo;s going on in the world of Linux distributions.&lt;/p&gt;
&lt;p&gt;I am a &amp;ldquo;desktop Linux user&amp;rdquo;. I don&amp;rsquo;t program anything, and it has been months since I&amp;rsquo;ve had to build a package that is not available in the Debian package repository. If something doesn&amp;rsquo;t work, I just star it on GitHub or forget about it. Like many desktop users, I have the habit of taking a peek at DistroWatch from time to time. I tend to glance at the &lt;a href=&#34;https://distrowatch.com/dwres.php?resource=popularity&#34;&gt;DistroWatch page rankings&lt;/a&gt; at least once a month.&lt;/p&gt;
&lt;p&gt;I was first told about DistroWatch in 2002. When I was at university, my good friend was a Linux user. I believe he used Slackware at the time. His desktop was confusing and interesting at the same time. Since then, I look at the site. It is truly very useful, if only for knowing what distros are &lt;a href=&#34;https://distrowatch.com/search.php?basedon=Ubuntu%20(LTS)#simple&#34;&gt;based on Ubuntu LTS&lt;/a&gt; and getting little updates about releases. I can only assume that a good number of people use that site as well.&lt;/p&gt;
&lt;p&gt;I also like to see the difference between the page hit rankings, the &lt;a href=&#34;https://distrowatch.com/dwres.php?resource=ranking&#34;&gt;visitor ratings&lt;/a&gt;, and the &lt;a href=&#34;https://distrowatch.com/dwres.php?resource=trending&#34;&gt;trends&lt;/a&gt;. This is how I got to writing this post. Do these rankings actually mean anything? What are the true &amp;ldquo;mainstream&amp;rdquo; distros?&lt;/p&gt;
&lt;h2 id=&#34;ranking-comparison&#34;&gt;Ranking Comparison&lt;/h2&gt;
&lt;p&gt;As I had some free time today, I started making comparisons. I chose a not-very-reliable method. I took the top 21 distros from DistroWatch&amp;rsquo;s page hit rankings from the last six months (to include Arch) and compared those to the global rankings from SimilarWeb. SimilarWeb is an alternative to &lt;a href=&#34;alexa.com&#34;&gt;Alexa.com&lt;/a&gt;, which will soon shut down. As I write this, I realize that I should have used just one country, and not the global rankings. But, the end results works out well.&lt;/p&gt;
&lt;p&gt;The table below lists the distros by DistroWatch rank. The rightmost column is the global ranking from SimilarWeb.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://distrowatch.com/dwres.php?resource=trending&#34;&gt;DistroWatch Page Hit Ranking Trends&lt;/a&gt; vs &lt;a href=&#34;https://www.similarweb.com&#34;&gt;SimilarWeb Rankings&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;(information gathered 2022-03-05)&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th style=&#34;text-align:right&#34;&gt;DW Rank&lt;/th&gt;
&lt;th style=&#34;text-align:center&#34;&gt;Distro&lt;/th&gt;
&lt;th style=&#34;text-align:right&#34;&gt;SW Rank&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;1&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;MX Linux&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;123,888&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;2&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;EndeavourOS&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;69,927&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;3&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Mint&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;19,755&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;4&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Manjaro&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;28,875&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;5&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Pop!_0S&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;75,268 &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/a-quick-look-at-distro-rankings/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;6&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Ubuntu&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;8,959&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;7&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Garuda&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;107,654&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;8&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Debian&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;22,133&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;9&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Fedora&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;57,025&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;10&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;elemantary&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;128,442&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;11&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Zorin&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;46,294&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;12&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;openSUSE&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;68,228&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;13&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Slackware&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;288,450&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;14&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;antiX&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;404,101&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;15&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;KDE Neon&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;40,615 &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/a-quick-look-at-distro-rankings/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;16&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Lite&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;200,193&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;17&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Solus&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;199,704&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;18&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Kali&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;21,201&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;19&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;PCLinuxOS&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;357,687&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;20&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Kubuntu&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;217,700&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&#34;text-align:right&#34;&gt;21&lt;/td&gt;
&lt;td style=&#34;text-align:center&#34;&gt;Arch&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;16,512&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;There are no surprises here. The top six SimilarWeb rankings are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Ubuntu&lt;/li&gt;
&lt;li&gt;Arch&lt;/li&gt;
&lt;li&gt;Mint&lt;/li&gt;
&lt;li&gt;Kali&lt;/li&gt;
&lt;li&gt;Debian&lt;/li&gt;
&lt;li&gt;Manjaro&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The top six distros include what we expect. User-friendly choices Ubuntu, Mint and Manjaro, &lt;a href=&#34;teddit.net/r/unixporn&#34;&gt;Unixporn&lt;/a&gt; favourite Arch, and old man Debian. Kali might not seem like a top choice, but it has become synonymous with &amp;ldquo;ethical hacking&amp;rdquo;, and received a significant boost being featured on the TV Series &lt;em&gt;Mr. Robot&lt;/em&gt;.&lt;/p&gt;
&lt;figure&gt;&lt;embed type=&#34;image/svg+xml&#34; src=&#34;https://bbbhltz.codeberg.page/../images/mrrobot.svg&#34; /&gt;&lt;figcaption&gt;Google Trends: Mr. Robot vs Kali&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;The first season of the series ran from 24 June 2015 to 2 September 2015. Season 2 from 13 July to 21 September 2016. Season 3 from 11 October to 13 December 2017. The final season ran from 6 October to 22 December 2019. You&amp;rsquo;ll need to zoom in a little, but there are tiny upticks for Kali Linux coinciding with each season of Mr. Robot. As people lost interest in the series, during a hiatus between seasons, there was also a slight loss in interest for Kali. I have just now realized that I did not watch that final season.&lt;/p&gt;
&lt;h2 id=&#34;sentiment&#34;&gt;Sentiment&lt;/h2&gt;
&lt;p&gt;Social media plays an important role in everything, so I decided to take a look at the &amp;ldquo;social buzz&amp;rdquo; of those six distros. I used &lt;a href=&#34;https://www.social-searcher.com&#34;&gt;Social Searcher&lt;/a&gt; for this. This is not the perfect solution, as it does not really take into account things like forums or Mastodon, but the numbers are interesting to look at.&lt;/p&gt;
&lt;p&gt;With Social Searcher, it is possible to have a general look at the &amp;ldquo;sentiment&amp;rdquo; users have towards these distros.&lt;/p&gt;
&lt;figure&gt;&lt;embed type=&#34;image/svg+xml&#34; src=&#34;https://bbbhltz.codeberg.page/../images/comparison.svg&#34; /&gt;&lt;figcaption&gt;Comparison of sentiment toward Linux Distributions&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;You can see that for the most part, people are quite neutral in their opinion. Kali seems to win in the &amp;ldquo;Positive Sentiment&amp;rdquo; category, with Manjaro coming in a close second. Ubuntu proves that the more users/customers that you have, the more complaints. If there were a way to search across more sources, I am sure we could paint a better picture.&lt;/p&gt;
&lt;p&gt;Not wanting to leave MX without its fair due, I took a look. And I was a little surprised.&lt;/p&gt;
&lt;figure&gt;&lt;embed type=&#34;image/svg+xml&#34; src=&#34;https://bbbhltz.codeberg.page/../images/mxsent.svg&#34; /&gt;&lt;figcaption&gt;Sentiment towards MX Linux&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;MX appears to have a low percentage of negative sentiment shared on social networks. A very low percentage! Positive opinion is off the charts. &lt;em&gt;Is it the lack of systemd?&lt;/em&gt; Having used MX in the past, I can agree that I was very happy with that distro. It was great for my old computer.&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;The main conclusion I can draw from these numbers is that &lt;strong&gt;Arch is far more mainstream than its users make it out to be&lt;/strong&gt;. Either that, or its users need to visit the site so often to look for direction that it boosts the distro&amp;rsquo;s global page ranking. Also, Ubuntu needs to do something to increase the positive sentiment. As the door to the world of Linux for many users, the experience should be more positive. Finally, it might be worth noting that many Linux websites are less than inviting. As Matt from The Linux Cast pointed out recently, &lt;a href=&#34;https://yewtu.be/watch?v=q_BfVvHZV1Q&#34;&gt;Linux has a website problem&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Arch has things down with access to documentation, MX has lots of YouTube videos posted by the devs, Mint gives us an easy to find download button and instructions, but Ubuntu has company logos everywhere and a variety of choices for download (do I want LTS or the newest version?). Debian&amp;rsquo;s website has a big download button, but it is for the version without non-free firmware, meaning that users could spend time installing something that may not work, and a new user would not understand why (I know, I&amp;rsquo;ve been there).&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;The URL to the distro was not ranked, I used the domain.&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/a-quick-look-at-distro-rankings/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;The URL to the distro was not ranked, I used the domain.&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/03/a-quick-look-at-distro-rankings/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>The Joys of Being a Beginner</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/02/the-joys-of-being-a-beginner/</link>
      <pubDate>Tue, 22 Feb 2022 14:14:09 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/02/the-joys-of-being-a-beginner/</guid><description>&lt;p&gt;Have you ever player &lt;em&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Stardew_Valley&#34;&gt;Stardew Valley&lt;/a&gt;&lt;/em&gt;? It is a sort of idle game, an improved version of &lt;em&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Harvest_Moon_(2007_video_game_series)&#34;&gt;Harvest Moon&lt;/a&gt;&lt;/em&gt;, about farming and fishing, among other things. When you first play the game, you want nothing more than to advance. You want to have a bigger house, a horse, visit the areas that you couldn&amp;rsquo;t at the start of the game. The further you progress, the more there is to do. Very quickly, you will find yourself rushing around without an idle moment. You will wake up, check calendars and weather reports, tend to the garden, go to town, go to the mines, go fishing, and realize that you need to get back home before time runs out. The fun remains, but there is also a nostalgia for that first day. To be able to roll out of bed, water a few parsnips and not really worry about the rest. This is the joy of being a new player. The joy of being a beginner.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;A certain number of years ago, I was a student. I absolutely enjoyed being a student. There were some classes that I just couldn&amp;rsquo;t get my head around. One of those was beginner programming. Much like when I started playing &lt;em&gt;Stardew Valley&lt;/em&gt; a few years back, I was fed up with the beginner stuff. I wanted more. When the exams came, I was not ready. I took my bad grades, and decided that programming was not something for me.&lt;/p&gt;
&lt;p&gt;Reflecting on this part of my life, I am now certain the professors were doing an excellent job teaching the subject. I was just not ready to be a beginner. Western culture wants us to be &lt;em&gt;experts&lt;/em&gt; and &lt;em&gt;proficient&lt;/em&gt;. We need to be &lt;em&gt;fast learners&lt;/em&gt; with &lt;em&gt;high uptake bandwidth&lt;/em&gt; with innate logic and &lt;em&gt;critical thinking&lt;/em&gt; skills. Just being &lt;em&gt;literate&lt;/em&gt; is not enough. Would you even bother putting a skill on your CV/résumé if you were only a &lt;em&gt;novice&lt;/em&gt; at that task?&lt;/p&gt;
&lt;p&gt;Since those days, much of which I have now concluded were focused on &lt;em&gt;learning to learn&lt;/em&gt;, I have, in fact, become slightly more proficient at learning. It is a recent development, though, as far as I can tell. Perhaps it was learning little things related to computers, or living in another country, or meeting new people, or having different jobs with different tasks. Whatever the reason, whenever it happened, the joys of being a beginner have revealed themselves to me.&lt;/p&gt;
&lt;p&gt;Plenty of pompous people produce pithy posts parleying the pros of practising self-improvement and the perfectionment of one&amp;rsquo;s cognitive processes. &lt;em&gt;Learning is life, life is learning&lt;/em&gt;, yadda yadda yadda. Rarely do they stop to remind us that, when we were children, we enjoyed learning something new. Learning to ride a bike, learning to play badminton, learning to swim. Toddlers look like they are having fun just learning to walk! But, those same toddlers, once they become proficient, find themselves bored with the activity and demand to be carried.&lt;/p&gt;
&lt;p&gt;If I were to describe my current skill level in programming, I would likely use the term &lt;em&gt;sub-toddler&lt;/em&gt;. I would say it with a large smile. The last time I have had this much fun was when I was first learning about Linux, but this is more akin to when I was learning French at age 12. Each day, there is a new thing, and it is great. It is learning to walk, and water parsnips.&lt;/p&gt;
&lt;p&gt;Take for example what I learned this morning:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/02/the-joys-of-being-a-beginner/../images/turtle.gif&#34; alt=&#34;Turtle/Frogger&#34;&gt;
    &lt;figcaption&gt;Frogger in Python/Turtle&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;That is a &lt;em&gt;game&lt;/em&gt; made using Python with the Turtle module. I don&amp;rsquo;t think I need to tell many of you, but just in case, this is the description of Turtle:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzeig, Seymour Papert and Cynthia Solomon in 1967. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/02/the-joys-of-being-a-beginner/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Notice that is something meant for &lt;em&gt;introducing programming to kids&lt;/em&gt;. I am not a &lt;em&gt;kid&lt;/em&gt;, and &lt;em&gt;kid&lt;/em&gt; is not even considered academic English where I teach. When I saw the exercise I was meant to work on, I thought to myself, &amp;ldquo;really?&amp;rdquo; How will this teach me anything? I have been slowly plodding along learning some Python basics, and now I am drawing shapes like I use to on my calculator in high school?&lt;/p&gt;
&lt;p&gt;It only took me 10 minutes to realize that &lt;mark&gt;&lt;strong&gt;I could do this all day&lt;/strong&gt;&lt;/mark&gt;. It is akin to learning how to use a &lt;a href=&#34;https://en.wikipedia.org/wiki/Bescherelle&#34;&gt;Bescherelle&lt;/a&gt;. It is dry, it is not intrinsically &lt;em&gt;fun&lt;/em&gt;, you would never brag about it, but it gives you some fundamental skills that allow you to progress. Most importantly, though, it is &lt;em&gt;novel&lt;/em&gt; when you have no skill whatsoever. This is one of the most captivating things I have done with a computer since getting a Raspberry Pi, or flashing a new ROM to my phone. The steps are few. The requirements are low. But, there is a little voice asking if it will work; when I click the button, a moment of anxiety as it starts to load; and a spark of joy upon seeing shapes and colours on the screen.&lt;/p&gt;
&lt;p&gt;Of course, I won&amp;rsquo;t be able to dork around with Turtle forever. In a few weeks, I will have likely forgotten how I managed to solve the problem and get things to work per the instructions, but I will not soon forget how &lt;em&gt;wonderful&lt;/em&gt; it is to spend a &lt;em&gt;little&lt;/em&gt; more time than necessary on the beginner exercises.&lt;/p&gt;
&lt;p&gt;Would it be cliché to end with a call to action to &lt;em&gt;never stop learning&lt;/em&gt;? To say &lt;em&gt;learning is fun&lt;/em&gt;? What about a little, &lt;em&gt;if I can do this, so can you&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;Yes, yes, and yes.&lt;/p&gt;
&lt;p&gt;It should, however, go without saying that being a &lt;em&gt;beginner&lt;/em&gt; is not to be frowned upon. In a few weeks &amp;mdash; if I continue down my path of trying to expand my skills, and these beginner exercises get further behind me &amp;mdash; I suspect the quale of the experience shall remain present.&lt;/p&gt;
&lt;p&gt;Now, back to drawing shapes.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.python.org/3/library/turtle.html&#34;&gt;turtle — Turtle graphics — Python 3.10.2 documentation&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/02/the-joys-of-being-a-beginner/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Learning about the Lottery</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/02/learning-about-the-lottery/</link>
      <pubDate>Sun, 06 Feb 2022 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/02/learning-about-the-lottery/</guid><description>&lt;p&gt;&lt;em&gt;I had a busy week. It seems that the busier the week, the easier it is to get distracted by everything.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;As is the case with nearly every person I have ever met, my head is filled with information that, albeit &lt;em&gt;cool&lt;/em&gt;, is less than useful on a daily basis. I remember a large quantity of the dialogue from &lt;em&gt;Transformers: The Movie&lt;/em&gt; (1986), and bits and pieces of my high school AP math classes, for example.&lt;/p&gt;
&lt;p&gt;This week, a student asked about the chances of randomly guessing their way to a perfect score on a multiple choice test. I don&amp;rsquo;t know why they would ask the English teacher, but my brain gave them the answer:&lt;/p&gt;
&lt;p&gt;If there are 200 multiple choice questions with 4 options each&amp;hellip;&lt;/p&gt;
&lt;p&gt;$$\frac{1}{4^{200}} = \frac{1}{2.58224987809e+120}$$&lt;/p&gt;
&lt;p&gt;That is a big number, and it put them on the path to studying.&lt;/p&gt;
&lt;p&gt;Unfortunately, it put me on the path to thinking about the lottery.&lt;/p&gt;
&lt;p&gt;I come from the &lt;a href=&#34;https://en.wikipedia.org/wiki/The_Maritimes&#34;&gt;Maritimes&lt;/a&gt;, in Canada. We have a lottery there called &lt;a href=&#34;https://en.wikipedia.org/wiki/Lotto_6/49&#34;&gt;Lotto 6/49&lt;/a&gt;. As the name suggests, you choose 6 numbers out of 49 possible numbers.&lt;/p&gt;
&lt;p&gt;So, I sat with my calculator (i.e. computer) and started figuring things out with a little help from the web&amp;hellip;&lt;/p&gt;
&lt;h2 id=&#34;calculating-chances-and-combinations&#34;&gt;Calculating Chances and Combinations&lt;/h2&gt;
&lt;p&gt;The formula for calculating chances looks like this:&lt;/p&gt;
&lt;p&gt;$$C(n,r) = \frac{n!}{r!(n-r)!}$$&lt;/p&gt;
&lt;p&gt;This might be called the &lt;em&gt;r-combination&lt;/em&gt; or &lt;em&gt;&amp;ldquo;n choose r&amp;rdquo;&lt;/em&gt; or the &lt;em&gt;binomial coefficient&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The formula gives us the number of ways a sample of &lt;strong&gt;r&lt;/strong&gt; elements can be obtained from a larger set of &lt;strong&gt;n&lt;/strong&gt; distinguishable objects, where order does not matter and repetitions are not allowed.&lt;/p&gt;
&lt;h3 id=&#34;using-all-49-numbers&#34;&gt;Using all 49 numbers&lt;/h3&gt;
&lt;p&gt;$$\begin{align*}C(n,r) &amp;amp;= \frac{49!}{6!(49-6)!} \cr &amp;amp;=13,983,816\end{align*}$$&lt;/p&gt;
&lt;p&gt;There are 13,983,816 possible combinations. You would have &lt;strong&gt;one chance in 13,983,816&lt;/strong&gt; of guessing this number.&lt;/p&gt;
&lt;h3 id=&#34;using-only-odd-numbers&#34;&gt;Using only Odd Numbers&lt;/h3&gt;
&lt;p&gt;There are 25 odd numbers between 1 and 49, so there are 177,100 possible combinations.&lt;/p&gt;
&lt;p&gt;$$\begin{align*}C(n_\text{odd},r) &amp;amp;= \frac{25!}{6!(25-6)!} \cr &amp;amp;=177,100\end{align*}$$&lt;/p&gt;
&lt;p&gt;13,983,816 (total possible combinations) - 177,100 (possible combinations with odd numbers) = &lt;strong&gt;13,806,716 losing combinations!&lt;/strong&gt; That doesn&amp;rsquo;t bode well.&lt;/p&gt;
&lt;h3 id=&#34;using-only-even-numbers&#34;&gt;Using only Even Numbers&lt;/h3&gt;
&lt;p&gt;There are 24 even numbers, so, 134,596 possible combinations.&lt;/p&gt;
&lt;p&gt;$$\begin{align*}C(n_\text{even},r) &amp;amp;= \frac{24!}{6!(24-6)!} \cr &amp;amp;=134,596\end{align*}$$&lt;/p&gt;
&lt;p&gt;That leaves us &lt;strong&gt;13,849,220 losing combinations&lt;/strong&gt;. Again, not great.&lt;/p&gt;
&lt;h3 id=&#34;using-3-odds-and-3-evens&#34;&gt;Using 3 Odds and 3 Evens&lt;/h3&gt;
&lt;p&gt;According to &lt;a href=&#34;https://lotterycodex.com/lotto-649/&#34;&gt;How to Win the Lotto 6/49 According To Math&lt;/a&gt;, you can choose 3 odd and 3 even numbers to up your chances.&lt;/p&gt;
&lt;p&gt;The author states there are 4,655,200 ways to win.&lt;/p&gt;
&lt;p&gt;While I can see that that number is the product of these r-combinations:&lt;/p&gt;
&lt;p&gt;$$\begin{align*} \frac{25!}{3!(25-3)!} \times \frac{24!}{3!(24-3)!} = 4,655,200\end{align*}$$&lt;/p&gt;
&lt;p&gt;I am unsure of the logic here. I believe it, but I admit that I lost some interest at this point.&lt;/p&gt;
&lt;p&gt;And&amp;hellip; my interest went in another direction.&lt;/p&gt;
&lt;h2 id=&#34;how-long-would-it-take-to-win&#34;&gt;How long would it take to win?&lt;/h2&gt;
&lt;p&gt;(and what would it cost?!)&lt;/p&gt;
&lt;p&gt;Lotto 6/49 has two draws per week. A single &amp;ldquo;line&amp;rdquo; or chance costs $3.00 CAD.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s imagine I will play one line per draw and play the same numbers for both of those draws.&lt;/p&gt;
&lt;p&gt;And, let&amp;rsquo;s also imagine that the payout never changes and is based on the payout from &lt;a href=&#34;https://www.alc.ca/content/alc/en/our-games/lotto/lotto-6-49.html?date=2022-01-29&#34;&gt;29 January 2022&lt;/a&gt;:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Match&lt;/strong&gt;&lt;/th&gt;
&lt;th style=&#34;text-align:right&#34;&gt;&lt;strong&gt;Prize&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;6 Mains&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;$7,102,956.40&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5 Mains + Bonus&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;$60,724.30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5 Mains&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;$2,595.10&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4 Mains&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;$87.10&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3 Mains&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;$10.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2 Mains + Bonus&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;$5.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2 Mains&lt;/td&gt;
&lt;td style=&#34;text-align:right&#34;&gt;Free Play (=$3.00)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;I slapped together some sloppy Python, which I am only in the process of learning, so be kind:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;import&lt;/span&gt; random
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;import&lt;/span&gt; babel.numbers
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# 6/49 ASK FOR 6 NUMBERS BETWEEN 1 AND 49 (Inclusive)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;YOURNUMBERS &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; []
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;YOURBONUS &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;print(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Choose 6 numbers between 1 and 49&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;x &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;while&lt;/span&gt; x &lt;span style=&#34;color:#f92672&#34;&gt;!=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;7&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    CHOICE &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; input(&lt;span style=&#34;color:#e6db74&#34;&gt;f&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Number &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;x&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;/6: &amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; int(CHOICE) &lt;span style=&#34;color:#f92672&#34;&gt;&amp;lt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;49&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;and&lt;/span&gt; CHOICE &lt;span style=&#34;color:#f92672&#34;&gt;not&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;in&lt;/span&gt; YOURNUMBERS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        YOURNUMBERS&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;append(CHOICE)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        x &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;else&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#66d9ef&#34;&gt;pass&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# Get a Bonus&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;while&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;True&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    RANDOM49 &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; random&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;randint(&lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;, &lt;span style=&#34;color:#ae81ff&#34;&gt;49&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; RANDOM49 &lt;span style=&#34;color:#f92672&#34;&gt;not&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;in&lt;/span&gt; YOURNUMBERS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        YOURBONUS &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; RANDOM49
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#66d9ef&#34;&gt;break&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;else&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#66d9ef&#34;&gt;continue&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;print(&lt;span style=&#34;color:#e6db74&#34;&gt;f&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Your Bonus is &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;YOURBONUS&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# Payout Calculations&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;WINNING_BONUS &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;PURCHASES &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;0.0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;WINNING_NUMBERS &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; []
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;MATCHES &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; []
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;while&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;!=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;6&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    MATCHES&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;clear()
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    WINNING_NUMBERS&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;clear()
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    y &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;while&lt;/span&gt; y &lt;span style=&#34;color:#f92672&#34;&gt;!=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;7&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        CHOICE &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; random&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;randint(&lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;, &lt;span style=&#34;color:#ae81ff&#34;&gt;49&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; str(CHOICE) &lt;span style=&#34;color:#f92672&#34;&gt;not&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;in&lt;/span&gt; WINNING_NUMBERS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            WINNING_NUMBERS&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;append(str(CHOICE))
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            y &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;while&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;True&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        RANDOM49 &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; random&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;randint(&lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;, &lt;span style=&#34;color:#ae81ff&#34;&gt;49&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; RANDOM49 &lt;span style=&#34;color:#f92672&#34;&gt;not&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;in&lt;/span&gt; WINNING_NUMBERS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            WINNING_BONUS &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; RANDOM49
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            &lt;span style=&#34;color:#66d9ef&#34;&gt;break&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#66d9ef&#34;&gt;else&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            &lt;span style=&#34;color:#66d9ef&#34;&gt;continue&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;for&lt;/span&gt; num &lt;span style=&#34;color:#f92672&#34;&gt;in&lt;/span&gt; WINNING_NUMBERS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; num &lt;span style=&#34;color:#f92672&#34;&gt;in&lt;/span&gt; YOURNUMBERS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;            MATCHES&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;append(num)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;0&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;2&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;and&lt;/span&gt; YOURBONUS &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; WINNING_BONUS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;5&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;2&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;and&lt;/span&gt; YOURBONUS &lt;span style=&#34;color:#f92672&#34;&gt;!=&lt;/span&gt; WINNING_BONUS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;3&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;3&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;10&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;4&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;87.10&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;5&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;and&lt;/span&gt; YOURBONUS &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; WINNING_BONUS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;2_595.10&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;5&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;and&lt;/span&gt; YOURBONUS &lt;span style=&#34;color:#f92672&#34;&gt;!=&lt;/span&gt; WINNING_BONUS:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;60_724.30&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; len(MATCHES) &lt;span style=&#34;color:#f92672&#34;&gt;==&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;6&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;7_102_956.40&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    PURCHASES &lt;span style=&#34;color:#f92672&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#75715e&#34;&gt;# print(PLAYS)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;TOTALCOST &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; babel&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;numbers&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;format_currency(PURCHASES &lt;span style=&#34;color:#f92672&#34;&gt;*&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;3&lt;/span&gt;, &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;CAD&amp;#34;&lt;/span&gt;, locale&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;en_CA&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;GROSS &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; babel&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;numbers&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;format_currency(WINNINGS, &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;CAD&amp;#34;&lt;/span&gt;, locale&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;en_CA&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;NET &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; babel&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;numbers&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;format_currency(WINNINGS &lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt; PURCHASES &lt;span style=&#34;color:#f92672&#34;&gt;*&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;3&lt;/span&gt;, &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;CAD&amp;#34;&lt;/span&gt;, locale&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;en_CA&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;WINNING_NUMBERS&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;sort()
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;YOURNUMBERS&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;sort()
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;print(
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#e6db74&#34;&gt;f&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&amp;#34;&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;My Numbers &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39; - &amp;#39;&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;join(YOURNUMBERS)&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt; + &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;YOURBONUS&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Winning Numbers &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39; - &amp;#39;&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;join(WINNING_NUMBERS)&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt; + &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;WINNING_BONUS&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;You would have to buy &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;PURCHASES&lt;span style=&#34;color:#e6db74&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;,&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt; tickets before winning the grand prize.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;The cost of playing would be &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;TOTALCOST&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;You would GROSS &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;GROSS&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;Your NET winnings would be &lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;{&lt;/span&gt;NET&lt;span style=&#34;color:#e6db74&#34;&gt;}&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;.&amp;#34;&amp;#34;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And went about playing with it.&lt;/p&gt;
&lt;p&gt;As I am writing, I just received this output:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Choose 6 numbers between 1 and 49
Number 1/6: 2
Number 2/6: 20
Number 3/6: 42
Number 4/6: 7
Number 5/6: 33
Number 6/6: 49
Your Bonus is 36

My Numbers 2 - 20 - 33 - 42 - 49 - 7 + 36
Winning Numbers 2 - 20 - 33 - 42 - 49 - 7 + 25
You would have to buy 15,731,789 tickets before winning the grand prize.
The cost of playing would be $47,195,367.00.
You would GROSS $35,228,605.40.
Your NET winnings would be -$11,966,761.60.
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I have run this script about 20 times. On one occasion I had a positive net win. But, as you can see, I would have to play more times than possible in a lifetime.&lt;/p&gt;
&lt;h2 id=&#34;the-takeaway&#34;&gt;The Takeaway&lt;/h2&gt;
&lt;p&gt;It is much more interesting to save $6 every week, or only play from time to time just for fun, than it is to try the same numbers every week. I suppose I could also try playing a random set of numbers every week. That might improve my chances.&lt;/p&gt;
&lt;h2 id=&#34;the-next-distraction&#34;&gt;The Next Distraction&lt;/h2&gt;
&lt;p&gt;Adding &lt;a href=&#34;https://katex.org/docs/browser.html#download--host-things-yourself&#34;&gt;KaTeX&lt;/a&gt; to my blog&amp;hellip; which I will write about in a future post.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>A Month of Python</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/01/a-month-of-python/</link>
      <pubDate>Sat, 22 Jan 2022 22:48:14 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/01/a-month-of-python/</guid><description>&lt;p&gt;&lt;em&gt;A month ago today, I &lt;a href=&#34;https://fosstodon.org/web/@bbbhltz/107487475756207610&#34;&gt;began pondering&lt;/a&gt; what to do with my time off. My schedule from now until the end of the school year has provided me with a day off. In contrast to previous years, when I would have gone out and found another employer, I wanted to learn something.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;teaching-the-teacher&#34;&gt;Teaching the Teacher&lt;/h2&gt;
&lt;p&gt;My employer provides us with training. We just have to ask for it and convince our manager, and it is approved (most of the time, if it isn&amp;rsquo;t too ridiculous). Personally, I have nothing against learning something new. I was &amp;ldquo;school smart&amp;rdquo;, and I really enjoyed my studies. On more than one occasion, I have signed up for training. Three times, in fact. Three times I took the same course: Spanish.&lt;/p&gt;
&lt;p&gt;The first year started out fine, and I felt some progress, until my schedule changed, and I was unable to continue attending the class. The next year, the same thing. The following year, I took a Spanish course online. It was a disaster. A total joke. Many language courses start off with a test to determine your level, and very good online training software uses computerized adaptive testing to continuously evaluate the learner. The online course I took did not have this option, and the initial test was a multiple choice test about colours and numbers. It was determined that I have an excellent level of Spanish, which is not the case. I completed the 20 hours. It was confusing and difficult, and I learned nothing that I can use in daily conversation.&lt;/p&gt;
&lt;p&gt;Learning Spanish is on the back burner for now.&lt;/p&gt;
&lt;p&gt;I dove deep into the available options. I had several options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Take a course provided by my employer&lt;/li&gt;
&lt;li&gt;Take a course available through the &amp;ldquo;&lt;a href=&#34;https://fr.wikipedia.org/wiki/Compte_personnel_de_formation&#34;&gt;Compte personnel de formation&lt;/a&gt;&amp;rdquo; (a French financing scheme for training)&lt;/li&gt;
&lt;li&gt;Take a course and pay for it myself&lt;/li&gt;
&lt;li&gt;Learn by myself&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Taking courses through my employer is an exceptional idea, but I missed a deadline. I began preparing a shortlist on my CPF. There are too many courses to even think about, but I managed to find quite a few that met my criteria (hours, cost). I searched for courses that were not available through the first two options, but found it hard to determine which training courses were reputable, worth my money, or total scams.&lt;/p&gt;
&lt;p&gt;I hesitated even thinking about learning my myself. As mentioned above, I was &amp;ldquo;school smart&amp;rdquo;, but the context is different now. I am not a student, I don&amp;rsquo;t have deadlines or homework. Would I even bother? Hard to say.&lt;/p&gt;
&lt;p&gt;Then, while doing my research and preparing my lists and weighing my choices, something dawned on me. I liked being a student, and I need that regular (weekly) dose of learning to maintain a sense of progress. I know from my job that it takes more than an hour or two per week to progress. Finally, learning something new by myself is not that crazy. It is what teachers and professors do regularly when given a new subject to teach.&lt;/p&gt;
&lt;p&gt;So, that is what I have been doing the past three weeks.&lt;/p&gt;
&lt;p&gt;I am trying to learn Python.&lt;/p&gt;
&lt;p&gt;How? By preparing a lesson plan, creating my own exercises (so I feel less inclined to give up and just go look at the answers), and &lt;a href=&#34;https://codeberg.org/bbbhltz/learningpython&#34;&gt;presenting it as a course that I would teach&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Yes, I am aware that the &lt;em&gt;beginner teaching beginner&lt;/em&gt; thing is very cliché. I cannot argue with results, though.&lt;/p&gt;
&lt;h2 id=&#34;a-month-of-python&#34;&gt;A Month of Python&lt;/h2&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2022/01/a-month-of-python/../images/LearningPython.png&#34; alt=&#34;Screenshot: https://codeberg.org/bbbhltz/learningpython&#34;&gt;
    &lt;figcaption&gt;Screenshot of https://codeberg.org/bbbhltz/learningpython&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;These past few weeks have been very enjoyable. I have not enjoyed sitting in front of a screen this much since I first installed Linux. I have been making slow, but steady, progress.&lt;/p&gt;
&lt;p&gt;The last time I tried programming was over 15 years ago at university. It was Java. This is a summary of how it went:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Excellent in-class experience with great professors&lt;/li&gt;
&lt;li&gt;Great labs with good projects and fun TAs&lt;/li&gt;
&lt;li&gt;Challenging, but not impossible, homework assignments&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Exams that made me think I sat down at the wrong table!&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I still remember leaving an exam, going back to my dorm room, and looking through my notes. The last lesson was easy. So, &lt;em&gt;how&lt;/em&gt; did we get from &amp;ldquo;Make an input box that asks for your birthday and prints your age&amp;rdquo; to &amp;ldquo;Make Tetris&amp;rdquo;? A mystery for sure, and a very low grade. Second semester, it was the same. The exam was far more difficult than the class, but I was ready. I did not produce anything close to a program. I just wrote out everything we had learned in class, and made sure to comment it to prove I knew what I was doing, but didn&amp;rsquo;t know how to get all those things to work together. I got a B+ and decided that programming wasn&amp;rsquo;t for me.&lt;/p&gt;
&lt;p&gt;Clearly, I have been putting this off for too long &amp;mdash; both learning Python, and publicly keeping track of that learning.&lt;/p&gt;
&lt;h2 id=&#34;lesson-building&#34;&gt;Lesson Building&lt;/h2&gt;
&lt;p&gt;A favourite class when I was a student was learning about teaching. There was a lot of theory, which is what one would expect. At the time there was a lot of talk about online learning (this was around 2002), and the approach to online learning was meant to be the same as what was applied in face-to-face learning (i.e. instructional design). There are variations on these methods. The one I always found easiest to apply was &lt;strong&gt;ADDIE&lt;/strong&gt; model.&lt;/p&gt;
&lt;p&gt;ADDIE &amp;mdash; analyse, design, develop, implement, evaluate &amp;mdash; dictates that I (paraphrasing here) look at my needs first. Well, that is easy. Close to zero programming know-how, so, I start at the beginning. Then, I would need to design and develop. So, I looked at a rather nice collection of books, comparing their table of contents and proposed learning paths to see a common thread. I also looked at what MOOCs recommended, along with the previously mentioned courses provided by my employer and other services.&lt;/p&gt;
&lt;p&gt;I didn&amp;rsquo;t follow the model to the letter here. I did not sit down like I would when preparing my real lessons. I did no storyboarding. I prepared no definitive bibliography. A lot is based on the work of others.&lt;/p&gt;
&lt;p&gt;Currently, I am in the implementation phase: doing the actual work. I have had to backtrack a few times due to unfamiliar concepts that required me to review fundamentals.&lt;/p&gt;
&lt;p&gt;My personal learning path can be broken down as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pre-requisites (not actual Python, but computer science notions that I stop and look into)&lt;/li&gt;
&lt;li&gt;Fundamentals (basics, but the easiest of basics)&lt;/li&gt;
&lt;li&gt;Basics (where things become more challenging, still in progress)&lt;/li&gt;
&lt;li&gt;Intermediate&lt;/li&gt;
&lt;li&gt;Advanced&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While I know what I will be doing in the latter sections, I don&amp;rsquo;t know how I will feel about it. I do need to go back and review the previous sections and think of different exercises to test myself.&lt;/p&gt;
&lt;h2 id=&#34;early-success&#34;&gt;Early Success&lt;/h2&gt;
&lt;p&gt;Without even getting beyond the beginner chapters, there are already a few things of which I am particularly proud. They are not beautiful, colourful, or elegant. They work, and they made me think.&lt;/p&gt;
&lt;h3 id=&#34;the-witch-the-what&#34;&gt;The Witch (the what?!)&lt;/h3&gt;
&lt;p&gt;If you have ever played the &lt;a href=&#34;https://www.barnonedrinks.com/games/w/witch-410.html&#34;&gt;Witch Drinking Game&lt;/a&gt;, you know what this is about. If you haven&amp;rsquo;t, it doesn&amp;rsquo;t matter. The game is not as hard as it appears.&lt;/p&gt;
&lt;p&gt;What I enjoy about this game is not the drinking. It is an example that I use in class with my students. I have them do this game as an icebreaker. What happens when I describe it is confusion. My students are not native speakers, so they initially think they misunderstood something. Then, when they play, it all makes sense.&lt;/p&gt;
&lt;p&gt;Learning Python is analogous to this, for me at least. I read, I try, I doubt my understanding, I try again, and things turn out fine.&lt;/p&gt;
&lt;p&gt;So, &lt;a href=&#34;https://codeberg.org/bbbhltz/learningpython/src/branch/main/content/2.2-Basics2.md#practice-13&#34;&gt;I gave myself a challenge&lt;/a&gt;. It is just a script that generates a dialogue, and I found a solution that works. It is very motivating. Initially, I did not think I understood, or would be able to do it. Then it started working. At the end, I smiled and laughed. Much like my students. A tiny success; an immeasurable win.&lt;/p&gt;
&lt;h2 id=&#34;month-two&#34;&gt;Month Two&lt;/h2&gt;
&lt;p&gt;As I continue learning, I continue having new ideas. And, accordingly, the idea that I have requires what I planned on working on next. I like the challenge, and what it highlights: despite being relatively good with computers, there are notions that are foreign to me.&lt;/p&gt;
&lt;p&gt;The goal of learning this is coming into view. If I continue down this path, I will be able to put this tool to work at my job and automate a few tasks. Alternatively, I can show what I have learned to my managers, and they may allow me to develop a course that I can teach. Who knows? Personally, and professionally, I can see how learning one of the most popular programming languages will help me in the future.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Computer Know-how</title>
      <link>https://bbbhltz.codeberg.page/blog/2022/01/computer-know-how/</link>
      <pubDate>Thu, 13 Jan 2022 18:18:37 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2022/01/computer-know-how/</guid><description>&lt;p&gt;Discussions with my colleagues and students regarding computers and knowing how to use them are both similar and different. We have the colleagues on one side who complain, among other things, that the students are useless and lacking in creativity when put in front of a computer. On the opposing side, the students, who proudly claim on their CVs (which I have the honour of reviewing and correcting on occasion), that they are not just &amp;ldquo;proficient&amp;rdquo; with computers, but in some cases &amp;ldquo;expert&amp;rdquo; users of certain software.&lt;/p&gt;
&lt;p&gt;Now, those same colleagues, who are teachers, mind you, consider themselves to be pretty decent computer users. You can probably imagine what my young students think of their teachers&amp;rsquo; computer skills. Spoiler: They are not impressed.&lt;/p&gt;
&lt;p&gt;Recently, I had the pleasure of coming across an article, titled &lt;em&gt;Who is the target user?&lt;/em&gt;, in which the author discusses the skills of the average computer user &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/01/computer-know-how/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;. He immediately brings up a table-top role-playing game and the skills one could acquire within the game regarding computers.&lt;/p&gt;
&lt;p&gt;Below is the table (paraphrased):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Skill Level Table&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;This knowledge represents the ability to operate and program computers, as well as the savvy to keep up with the latest technology.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;SKILL LEVEL&lt;/th&gt;
&lt;th&gt;DESCRIPTION&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;●&lt;/td&gt;
&lt;td&gt;POINT AND CLICK&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;● ●&lt;/td&gt;
&lt;td&gt;PROCESS DATA WITH RELATIVE EASE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;● ● ●&lt;/td&gt;
&lt;td&gt;DESIGN SOFTWARE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;● ● ● ●&lt;/td&gt;
&lt;td&gt;MAKE A LIVING AS A CONSULTANT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;● ● ● ● ●&lt;/td&gt;
&lt;td&gt;BLEEDING EDGE&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;I cannot claim to know what the students know, but I have a strong hunch based on years of watching students struggle through basic tasks, that (with the exception of my engineering students) they do not get beyond a two-dot score. On the other hand, I can make some claims about what my colleagues know. I know this because I asked them. It was fun because the results turned out much like we could have imagined.&lt;/p&gt;
&lt;p&gt;Several years ago, one of my employers decided to play catch up and carry out a much-talked-about digital transformation. People were hired. VR headsets were bought. Good times. Things were changing, and teachers were tasked with participating in this change. So, we were divided into groups. One of the groups was tasked with the technology side of things.&lt;/p&gt;
&lt;p&gt;It was put forward that training was needed. Training in what, though? &amp;ldquo;At least Office and a few other basics&amp;rdquo;, said I.&lt;/p&gt;
&lt;p&gt;Questionnaires were sent out. We asked about their knowledge of things on this list: &amp;ldquo;&lt;a href=&#34;https://www.educatorstechnology.com/2012/06/33-digital-skills-every-21st-century.html&#34;&gt;The 20 Digital Skills Every 21st Century Teacher should Have&lt;/a&gt;&amp;rdquo;. They provided answers, claiming training was not necessary. They were OK!&lt;/p&gt;
&lt;p&gt;That is exactly what was expected. Much like our students, we consider ourselves to be more proficient than we actually are. How are we to know better? So, more questionnaires were sent out. We asked them to describe their skills as &lt;em&gt;weak&lt;/em&gt;, &lt;em&gt;intermediate&lt;/em&gt;, or &lt;em&gt;very good&lt;/em&gt;. Most ranked themselves as intermediate and very good with Word and PowerPoint, Excel had some weaker users.&lt;/p&gt;
&lt;p&gt;We then asked specific questions about the software. Things like, &amp;ldquo;Do you know how to include a Table of Contents automatically?&amp;rdquo; (65% no) and &amp;ldquo;Do you know how to include a bibliography in a document?&amp;rdquo; (77% no). Excel, being the most difficult and least used, had mostly negative responses. PowerPoint got off easy.&lt;/p&gt;
&lt;p&gt;The other questions highlighted the obvious. My colleagues were, for the most part, unable to create or edit audio or video files, and certainly had no idea how to share large files on the Internet. Screencasting was probably a mean question to ask too.&lt;/p&gt;
&lt;p&gt;Almost 60% of my colleagues were still using DVDs in class!&lt;/p&gt;
&lt;p&gt;I could go on. I will sum up the pages and pages of questionnaires and responses and analysis for you: &lt;strong&gt;they all asked for training&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;They were (and might still be) somewhere between one and two dots on our skill assessment chart above.&lt;/p&gt;
&lt;p&gt;My students, the next generation, the Zeds, are supposed to be &amp;ldquo;digital natives&amp;rdquo; (that term is one of my pet peeves, by the way), but, study after study proves that it means nothing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;You&amp;rsquo;ve heard it before: Today&amp;rsquo;s kids are “digital natives,” raised in a world of technology that they know like the back of their hand. As it turns out, that&amp;rsquo;s not necessarily true about Generation Z (the demographic cohort following the millennials born in the mid- to late 1990s).&lt;br&gt;
Results were recently released from the International Computer and Information Literacy 2018 study, and they were sobering: Only 2 percent of students scored at the highest levels implied by digital native status, and only another 19 percent of the 42,000 students assessed in 14 countries and educational systems could work independently with computers as information-gathering and management tools. &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/01/computer-know-how/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The &amp;ldquo;&lt;a href=&#34;https://nces.ed.gov/surveys/icils/icils2018/theme1.asp?tabontop&#34;&gt;International Computer and Information Literacy 2018 study&lt;/a&gt;&amp;rdquo; mentioned above is a fascinating read.&lt;/p&gt;
&lt;p&gt;Now, back to the dots&amp;hellip;&lt;/p&gt;
&lt;h2 id=&#34;those-dots&#34;&gt;Those dots&lt;/h2&gt;
&lt;p&gt;I am maybe a two-dot user. I am &lt;a href=&#34;https://codeberg.org/bbbhltz/learningpython&#34;&gt;working on&lt;/a&gt; getting to three. I know this fact. I have only met two people in my life who are four- or five-dot users. They are scary when it comes to computers. So scary. Finding that table, with the dots, and the accompanying article felt so nice. But, it also affirmed an overwhelming idea: many of my students will not get beyond one-dot. They struggle with any software that doesn&amp;rsquo;t give them a template to work with, they don&amp;rsquo;t bother looking through menus to see what the software can do. They don&amp;rsquo;t use their computers for more than typing and Netflix.&lt;/p&gt;
&lt;p&gt;The nice part is what I want to focus on to wrap things up.&lt;/p&gt;
&lt;p&gt;I have always liked computers. When I was younger it was the buttons and screen combination. Press a button, see a result. Just typing out things that didn&amp;rsquo;t need to be typed out was pleasing when I was young. Too bad I had to wait until I was 15 or 16 to have a computer in my house! I didn&amp;rsquo;t imagine I would ever bother with programming after university, but, as I mentioned above, it is something I am working on.&lt;/p&gt;
&lt;p&gt;What if I get to three-dots?&lt;/p&gt;
&lt;p&gt;Well, that&amp;rsquo;s the neat part. &lt;strong&gt;There are still more dots to get&lt;/strong&gt;.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;See Nate. &amp;ldquo;Who Is the Target User?&amp;rdquo; Adventures in Linux and KDE. November 30, 2021. &lt;a href=&#34;https://pointieststick.com/2021/11/29/who-is-the-target-user/&#34;&gt;https://pointieststick.com/2021/11/29/who-is-the-target-user/&lt;/a&gt;.&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/01/computer-know-how/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;See Strauss, V. &amp;ldquo;Today&amp;rsquo;s kids might be digital natives — but a new study shows they aren&amp;rsquo;t close to being computer literate&amp;rdquo; The Washington Post. 19 November, 2018. &lt;a href=&#34;https://www.washingtonpost.com/education/2019/11/16/todays-kids-may-be-digital-natives-new-study-shows-they-arent-close-being-computer-literate/&#34;&gt;https://www.washingtonpost.com/education/2019/11/16/todays-kids-may-be-digital-natives-new-study-shows-they-arent-close-being-computer-literate/&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2022/01/computer-know-how/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>2021</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/12/2021/</link>
      <pubDate>Fri, 31 Dec 2021 12:06:38 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/12/2021/</guid><description>&lt;p&gt;Satisfied.&lt;/p&gt;
&lt;p&gt;I feel satisfied.&lt;/p&gt;
&lt;p&gt;Did I do everything I planned?&lt;/p&gt;
&lt;p&gt;No. Far from it.&lt;/p&gt;
&lt;p&gt;What do I feel satisfied?&lt;/p&gt;
&lt;p&gt;Because. That&amp;rsquo;s why. Just, because.&lt;/p&gt;
&lt;p&gt;2021 felt like the fastest year ever. It flew by. I gave myself different things to do. I didn&amp;rsquo;t fully complete them, but I had a good time learning about these things.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;But first!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I am a music person. I like listening to new music whenever I have the chance. So, I will start off with my&amp;hellip;&lt;/p&gt;
&lt;h2 id=&#34;music-recommendations&#34;&gt;Music Recommendations&lt;/h2&gt;
&lt;p&gt;Off the top of my head, here are a few albums that I listened to a lot this year:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Archspire - Bleed the Future (&lt;a href=&#34;https://archspire.bandcamp.com/album/bleed-the-future&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Aquilus - Bellum I (&lt;a href=&#34;https://aquilus.bandcamp.com/album/bellum-i&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;BADBADNOTGOOD - Talk Memory (&lt;a href=&#34;https://badbadnotgoodofficial.bandcamp.com/album/talk-memory&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;The Bug - Fire (&lt;a href=&#34;https://thebugmusic.bandcamp.com/album/fire-2&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;The Bug feat. Williamson, Jason - Treetop (&lt;a href=&#34;https://thebugmusic.bandcamp.com/album/treetop&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Ekulu - Unscrew My Head (&lt;a href=&#34;https://ekulu.bandcamp.com/album/unscrew-my-head&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hollywood Burns - The Age of the Saucers (&lt;a href=&#34;https://hollywoodburns.bandcamp.com/album/the-age-of-the-saucers/&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;IDLES - CRAWLER (&lt;a href=&#34;https://idlesband.bandcamp.com/album/crawler&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Ishihara, Shigeru - TEWARI (&lt;a href=&#34;https://hakunakulala.bandcamp.com/album/tewari/&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;The Masamune - The Masamune (&lt;a href=&#34;https://ohmresistance.bandcamp.com/album/the-masamune&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Mastodon - Hushed and Grim (&lt;a href=&#34;https://open.qobuz.com/album/keuwse9iojstc?lf=30bf7d09bd3d7eb9f1ddf15dae068789&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Necrofier - Prophecies of Eternal Darkness (&lt;a href=&#34;https://necrofier.bandcamp.com/album/prophecies-of-eternal-darkness&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;박혜진 (Park, Hye-jin) - Before I Die (&lt;a href=&#34;https://parkhyejin.bandcamp.com/album/before-i-die&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Parquet Courts - Sympathy for Life (&lt;a href=&#34;https://parquetcourts.bandcamp.com/album/sympathy-for-life&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Radiohead - KID A MNESIA (&lt;a href=&#34;https://radiohead.bandcamp.com/album/kid-a-mnesia&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Sleaford Mods - Spare Ribs (&lt;a href=&#34;https://sleafordmods.bandcamp.com/album/spare-ribs&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Tipper - Insolito (&lt;a href=&#34;https://tipper.bandcamp.com/album/insolito&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Youth Code / King Yosef - A Skeleton Key in the Doors of Depression (&lt;a href=&#34;https://youthcode.bandcamp.com/album/a-skeleton-key-in-the-doors-of-depression&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;ZillaKami - DOGBOY (&lt;a href=&#34;https://www.qobuz.com/fr-fr/album/dog-boy-zillakami/s90wmi9j9c2la&#34;&gt;Link&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Most of these albums can be found on &lt;a href=&#34;https://bandcamp.com/&#34;&gt;Bandcamp&lt;/a&gt;. Consider waiting until the next Bandcamp Friday, so you can support the artist.&lt;/p&gt;
&lt;h2 id=&#34;things-i-tried&#34;&gt;Things I tried&lt;/h2&gt;
&lt;h3 id=&#34;the-fediverse&#34;&gt;The Fediverse&lt;/h3&gt;
&lt;p&gt;Not being the most social person in the world does not mean I don&amp;rsquo;t need some sort of social network.&lt;/p&gt;
&lt;p&gt;Upon discovering Mastodon, and the different instances, I jumped on the Fosstodon instance. I will probably stay put there. I haven&amp;rsquo;t looked at other instances, but there might be one that makes more sense for me.&lt;/p&gt;
&lt;p&gt;Furthermore, I made an account on Bookwyrm, but still haven&amp;rsquo;t left Goodreads. I like their recommendations feature, and knowing when new books by my favourite authors are released.&lt;/p&gt;
&lt;p&gt;I haven&amp;rsquo;t bothered with Pixelfed yet, but I might next year.&lt;/p&gt;
&lt;h3 id=&#34;blogging-hosting-etc&#34;&gt;Blogging, Hosting, etc.&lt;/h3&gt;
&lt;p&gt;I got out an old Raspberry Pi and, with much help, got Nginx serving a Hugo blog. Then I paid a couple Euros for a domain name.&lt;/p&gt;
&lt;p&gt;That domain will expire in about a month, and I won&amp;rsquo;t renew. I don&amp;rsquo;t blog enough, and srht has a nice hosting solution.&lt;/p&gt;
&lt;p&gt;I fiddled with the Gemini protocol. Awesome fun. Easy too. For now, since I have unplugged my Pi, the server is gone. Maybe I will bring it back to life in 2022.&lt;/p&gt;
&lt;h3 id=&#34;time-wasting&#34;&gt;Time Wasting&lt;/h3&gt;
&lt;p&gt;I read some books. Not as many as previous years. I could probably make a very short book list. Right now, I recommend Andy Weir&amp;rsquo;s &lt;em&gt;Project Hail Mary&lt;/em&gt; and Martha Wells&amp;rsquo; &lt;em&gt;Fugitive Telemetry&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I tried to watch all of &lt;em&gt;King of the Hill&lt;/em&gt;. Mike Judge&amp;rsquo;s amazing animated series from the 90s. I laughed so hard. The jokes still work today. I haven&amp;rsquo;t finished it yet. It is 13 seasons and a few bonus episodes. Some of the subjects he touches on are still debated today.&lt;/p&gt;
&lt;p&gt;I used a Raspberry Pi 400 as my main computer for the better part of a year. It lead me to find new ways to waste time, like recreating my dozens of PPT lessons as Beamer slides. Totally worth it, except now I need to figure out LaTeX. Pandoc is awesome, but there are some occasions when I need a little more flexibility.&lt;/p&gt;
&lt;p&gt;Excellent time-wasting indeed!&lt;/p&gt;
&lt;h2 id=&#34;whats-next&#34;&gt;What&amp;rsquo;s next?&lt;/h2&gt;
&lt;p&gt;It is time to learn something. After making a longlist, and a shortlist, I have decided that 2022 is the year for me to learn a little programming.&lt;/p&gt;
&lt;p&gt;The &amp;ldquo;how to learn&amp;rdquo; part came to me in a discussion with some colleagues, when they asked me how I know about [something]. I responded that I had to learn it to be able to teach it, because that is my job. That was the lightbulb moment.&lt;/p&gt;
&lt;p&gt;In order for me to learn, I am going to pretend that I have to teach the subject.&lt;/p&gt;
&lt;p&gt;The subject is Python.&lt;/p&gt;
&lt;p&gt;In order to keep things organized, I have started doing something over on &lt;del&gt;framagit&lt;/del&gt; codeberg.&lt;/p&gt;
&lt;p&gt;If you click on over to &lt;a href=&#34;https://codeberg.org/bbbhltz/learningpython&#34;&gt;my &amp;ldquo;Learning Python&amp;rdquo; project&lt;/a&gt; you will get my full name, and a look at my personal learning path for Python. Once things really get rolling, I will probably come bother the Fediverse for some original challenges.&lt;/p&gt;
&lt;p&gt;The goal of this is purely personal, but if I can also put something on my CV, why not, right?&lt;/p&gt;
&lt;p&gt;Happy New Year to everyone who made it this far.&lt;/p&gt;
&lt;p&gt;Be safe, and have fun.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Making my CV with Markdown didn&#39;t turn out as expected...</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/12/making-my-cv-with-markdown-didnt-turn-out-as-expected.../</link>
      <pubDate>Sun, 19 Dec 2021 21:11:08 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/12/making-my-cv-with-markdown-didnt-turn-out-as-expected.../</guid><description>&lt;p&gt;You&amp;rsquo;ve been there.&lt;/p&gt;
&lt;p&gt;If you haven&amp;rsquo;t, you will be.&lt;/p&gt;
&lt;p&gt;A lead on a job! Hurrah! Get out the old CV (or résumé) and drag and drop, and Bob&amp;rsquo;s your uncle.&lt;/p&gt;
&lt;p&gt;Alas, a minor error is noted. Easy fix. Open up the file in your favourite word processor, no muss, no fuss.&lt;/p&gt;
&lt;p&gt;The file loads and&amp;hellip; That&amp;rsquo;s not right. Everything is out of place. It was just a few weeks ago that I changed this. No major updates have occurred since. Why is &lt;em&gt;that&lt;/em&gt; like &lt;em&gt;&lt;strong&gt;that&lt;/strong&gt;&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why can&amp;rsquo;t we just send plain text files as CVs?&lt;/strong&gt; They are just going to be fed into some &lt;a href=&#34;https://en.wikipedia.org/wiki/Applicant_tracking_system&#34;&gt;Applicant tracking system&lt;/a&gt; anyway.&lt;/p&gt;
&lt;p&gt;And so begins the easiest thing. Making a CV using a text editor.&lt;/p&gt;
&lt;h2 id=&#34;an-attempt-was-made&#34;&gt;AN ATTEMPT WAS MADE&lt;/h2&gt;
&lt;p&gt;Right. Open the old text editor, throw in some words and dates, put a little Pandoc spin on it, and share the PDF.&lt;/p&gt;
&lt;p&gt;Markdown and Pandoc are the two things I use the most on my computer. Sad, really, that I haven&amp;rsquo;t even tried to do some of the more advanced things Pandoc is capable of. But, also lucky. After spending the better part of this past year remaking all of my course material as Markdown files, I have searched enough and seen enough that I saw the problems before they hopped up and bit me.&lt;/p&gt;
&lt;p&gt;The content of the CV is easy enough, the layout is the little bump in the road.&lt;/p&gt;
&lt;p&gt;I will be in need of &lt;strong&gt;columns&lt;/strong&gt;, and I will need to be able to flush right certain elements.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/12/making-my-cv-with-markdown-didnt-turn-out-as-expected...//images/cv/header.png&#34; alt=&#34;CV Header&#34;&gt;
    &lt;figcaption&gt;Two columns with alignment&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/12/making-my-cv-with-markdown-didnt-turn-out-as-expected...//images/cv/exp.png&#34; alt=&#34;CV Experience&#34;&gt;
    &lt;figcaption&gt;Work experience example&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;This calls for the &lt;a href=&#34;https://www.ctan.org/pkg/multicol&#34;&gt;multicol package&lt;/a&gt;. That means I will have to deal with some LaTeX. In fact, it means that my CV will be some Frankenstein hodgepodge of a Markdown file.&lt;/p&gt;
&lt;h3 id=&#34;the-header&#34;&gt;THE HEADER&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\begin&lt;/span&gt;{multicols}{2}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\begin&lt;/span&gt;{huge}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\textbf&lt;/span&gt;{FIRST LAST}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\end&lt;/span&gt;{huge}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Title
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\vfill\null&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\columnbreak&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Begin&lt;/span&gt;{flushright}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Address 1 &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Address 2
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;phone number &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;email address &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;website or linkedin
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\End&lt;/span&gt;{flushright}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\end&lt;/span&gt;{multicols}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;So far, so good. I have my basic info at the top of the page.&lt;/p&gt;
&lt;h3 id=&#34;experience-and-education&#34;&gt;EXPERIENCE AND EDUCATION&lt;/h3&gt;
&lt;p&gt;Originally, I started out with something like this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\textbf&lt;/span&gt;{Company Name} &lt;span style=&#34;color:#66d9ef&#34;&gt;\hfill&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;\textbf&lt;/span&gt;{City, Country}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\textit&lt;/span&gt;{Job Title} &lt;span style=&#34;color:#66d9ef&#34;&gt;\hfill&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;\textit&lt;/span&gt;{MMM YYYY -- Present}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Details, details, details. &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;But, it dawned on me that that is a lot of effort. So, I added this to the front matter:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\newcommand&lt;/span&gt;{&lt;span style=&#34;color:#66d9ef&#34;&gt;\xp&lt;/span&gt;}[5]{&lt;span style=&#34;color:#66d9ef&#34;&gt;\textbf&lt;/span&gt;{#1}&lt;span style=&#34;color:#66d9ef&#34;&gt;\hfill\textbf&lt;/span&gt;{#2} &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;\textit&lt;/span&gt;{#3}&lt;span style=&#34;color:#66d9ef&#34;&gt;\hfill\textit&lt;/span&gt;{#4} &lt;span style=&#34;color:#66d9ef&#34;&gt;\ \textendash&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;\ \textit&lt;/span&gt;{#5}}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This let me achieve the same results with fewer keystrokes:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\xp&lt;/span&gt;{A Company}{A City}{A Job Title}{JAN 2020}{SEP 2021}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Details &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;skills&#34;&gt;SKILLS&lt;/h3&gt;
&lt;p&gt;I am lucky. My skills are&amp;hellip; Let&amp;rsquo;s just say it doesn&amp;rsquo;t take up much space. I have lots of transferable skills, and I definitely know what I am doing. But, how can I, a language teacher, give some proof that I am OK with computers? Public speaking? I don&amp;rsquo;t do conferences. I don&amp;rsquo;t publish. As such, I am able to squeeze the necessary into a few lines.&lt;/p&gt;
&lt;h2 id=&#34;getting-distracted&#34;&gt;GETTING DISTRACTED&lt;/h2&gt;
&lt;p&gt;I did it. It didn&amp;rsquo;t take long. It isn&amp;rsquo;t exactly beautiful to look at, but it is what I wanted: a CV made with a plain text file.&lt;/p&gt;
&lt;p&gt;I was wrapping things up, and sorting out things in my &lt;code&gt;Downloads&lt;/code&gt; folder, when I came across the manual for &lt;a href=&#34;https://www.ctan.org/pkg/tcolorbox&#34;&gt;tcolorbox&lt;/a&gt;, another LaTeX package that &lt;em&gt;provides an environment for coloured and framed text boxes with a heading line&lt;/em&gt;. Pretty soon I was on page 200-and-some, and the notion of a 10-minute CV rewrite was risible.&lt;/p&gt;
&lt;h2 id=&#34;the-result&#34;&gt;THE RESULT&lt;/h2&gt;
&lt;h3 id=&#34;front-matter&#34;&gt;FRONT MATTER&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;---
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;documentclass&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;letter&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;lang&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;en-GB&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;geometry&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;- &lt;span style=&#34;color:#ae81ff&#34;&gt;margin=1.5cm&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;mainfont&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;FreeSans&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;fontsize&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;11pt&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;papersize&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;A4&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;header-includes&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\usepackage{multicol, tcolorbox}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\tcbuselibrary{skins}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\newcommand{\xp}[5]{\textbf{#1}\hfill\textbf{#2} \\ \textit{#3}\hfill\textit{#4} \ \textendash \ \textit{#5}}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\newcommand{\hideFromPandoc}[1]{#1}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\hideFromPandoc{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#ae81ff&#34;&gt;\let\Begin\begin&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#ae81ff&#34;&gt;\let\End\end&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      }
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;---
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;body&#34;&gt;BODY&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\pagestyle&lt;/span&gt;{empty}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\begin&lt;/span&gt;{multicols}{2}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\begin&lt;/span&gt;{huge}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\textbf&lt;/span&gt;{FIRST LAST}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\end&lt;/span&gt;{huge}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Title
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\vfill\null&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\columnbreak&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Begin&lt;/span&gt;{flushright}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Address 1 &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Address 2
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;phone number &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;email address &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;website or linkedin
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\End&lt;/span&gt;{flushright}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\end&lt;/span&gt;{multicols}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\begin&lt;/span&gt;{tcolorbox}[colback=white,sharp corners,colframe=black,title=Experience,fonttitle=&lt;span style=&#34;color:#66d9ef&#34;&gt;\Large\bfseries&lt;/span&gt;]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\xp&lt;/span&gt;{A Company}{A City}{A Job Title}{JAN 2020}{SEP 2021}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Details &lt;span style=&#34;color:#66d9ef&#34;&gt;\\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\xp&lt;/span&gt;{A Company}{A City}{A Job Title}{JAN 2020}{SEP 2021}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Details
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\tcblower&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\begin&lt;/span&gt;{small}&lt;span style=&#34;color:#66d9ef&#34;&gt;\color&lt;/span&gt;{gray}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\xp&lt;/span&gt;{Old Company}{Old City}{Old Job Title}{MAY 1999}{OCT 2020}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Did some stuff
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\end&lt;/span&gt;{small}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\end&lt;/span&gt;{tcolorbox}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\begin&lt;/span&gt;{tcolorbox}[colback=white,sharp corners,colframe=black,title=Education,fonttitle=&lt;span style=&#34;color:#66d9ef&#34;&gt;\Large\bfseries&lt;/span&gt;]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\xp&lt;/span&gt;{Univeristy of X}{Shitty Town}{Expensive Degree}{2000}{2004}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\end&lt;/span&gt;{tcolorbox}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\begin&lt;/span&gt;{tcolorbox}[colback=white,sharp corners,colframe=black,title=Skills,fonttitle=&lt;span style=&#34;color:#66d9ef&#34;&gt;\Large\bfseries&lt;/span&gt;]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\textbf&lt;/span&gt;{Language}:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\textbf&lt;/span&gt;{Computer}:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\end&lt;/span&gt;{tcolorbox}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;output&#34;&gt;OUTPUT&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/12/making-my-cv-with-markdown-didnt-turn-out-as-expected...//images/cv/output.png&#34; alt=&#34;A Dull CV&#34;&gt;
    &lt;figcaption&gt;That took longer than 10 minutes&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;CONCLUSION&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;A weekend well wasted!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I was able to apply to some different jobs. I will make it look a little &lt;em&gt;nicer&lt;/em&gt; once inspiration strikes. Not only that, but I will have to get around to learning LaTeX for real. Is that something teachers put on their CVs?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Skills: LaTeX &lt;br&gt;
Hobbies: Latex&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Nuance is everything.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Freak</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/12/freak/</link>
      <pubDate>Fri, 10 Dec 2021 19:33:10 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/12/freak/</guid><description>&lt;p&gt;&amp;ldquo;Momma, look!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;A little boy is trying to get his mother&amp;rsquo;s attention. She is staring off into space.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;MOMMA!&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Honey! What is it? Mommy&amp;rsquo;s busy, sweetie.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Momma, look, the man!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I look over to see the mother slide her glasses down and look over them at me. She could be the same age as me. Perhaps younger. Too far away to tell for sure. Close enough, though, that I see her expression. She makes one of those, &amp;ldquo;huh, would you look at that&amp;rdquo; faces. She knows why her son is staring and pointing at me. A can feel other eyes on me, so I know that attention has been drawn.&lt;/p&gt;
&lt;p&gt;It doesn&amp;rsquo;t take heightened situational awareness. Just experience. Going out in public means eyes on me. Some younger and less accepting individuals have called me names since I was in my teens. &amp;ldquo;Freak&amp;rdquo; is the most common.&lt;/p&gt;
&lt;p&gt;The mother puts her glasses back into their position and continues ignoring her son, who, from the corner of my eye, is also staring off into space. I continue on my freaky way. Hunger beats humiliation and public shaming. There aren&amp;rsquo;t too many places for people like me now, and walking is a little less humiliating than taking the bus.&lt;/p&gt;
&lt;p&gt;The sound of boots on pavement catch my attention. Ahead and to my left, I see three police officers jogging in my direction. Like most people, freak or not, I am tempted to glance over my shoulder to see what could be the reason for their speedy response. Having just passed through the square, I know there is nothing that would merit their attention. Well, almost nothing.&lt;/p&gt;
&lt;p&gt;I stop in my tracks and take my hands out of my pockets.&lt;/p&gt;
&lt;p&gt;The police officers slow down. One walks around behind me. Another approaches me head on. The third stays back, mumbling something into her radio.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Hello, sir. We&amp;rsquo;ve received several reports that someone fitting your description has been disturbing the peace. We need to ask you a few questions.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Go ahead.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Do you have any identification on you?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I do not. Sorry.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Nothing at all?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No. I only have my wallet with me. I am going for lunch across town.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The officer closest to me holds up his phone and points the camera at me. He looks at his partners and shakes his head.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;You&amp;rsquo;ll have to come with us, sir. And, you will need to be restrained.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I understand.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;For freaks like me, this is life.&lt;/p&gt;
&lt;p&gt;Their van isn&amp;rsquo;t far away. Once we are seated inside, they remove the restraints.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;So, sir, are we going to the station or the store?&amp;rdquo; asks the officer who stayed in the back with me. She takes off her hat and looks at me, sincerely, because she already knows what I will say.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Sorry, officer. But, I think we might have to do the paperwork again.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;It doesn&amp;rsquo;t have to be this hard. We can help you. We can&amp;rsquo;t stop you every week because people are afraid of you. Everyone is losing here. Just let us take you to the store.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I don&amp;rsquo;t see how this can be a crime. Being different used to me celebrated. Now, I am treated like a freak. All because I don&amp;rsquo;t want to give my money to a company? Because I don&amp;rsquo;t want their damn glasses and phones and watches? Because I can walk down the street with two free hands and see things through my own eyes?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Right. So&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;She huddles up with her partners for a moment.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Where&amp;rsquo;s lunch?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Pardon me, officer?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Where are you going for lunch&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;The café, near the museum.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;We&amp;rsquo;ll drop you off.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Before I can speak, the vehicle is moving, silently and swiftly, in the direction of the café. In a matter of minutes, we are there. The officers hop out. I move to follow, getting ready to thank them.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Oh, no. You can stay here. Watch this.&amp;rdquo; Says the third officer.&lt;/p&gt;
&lt;p&gt;The three officers walk into the café and come out almost immediately, dragging the owner behind them.&lt;/p&gt;
&lt;p&gt;They slide the door of the van open and place the café owner&amp;rsquo;s hand on the latch.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;We&amp;rsquo;ll ask again. Do you want to go to the store, or not?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Confused, and taken aback, I hesitate. Too long. They slam the door on the owner&amp;rsquo;s hand.&lt;/p&gt;
&lt;p&gt;Blood splatters across the inside of the van, and across my face. The owner screams. He looks at me, then the police officers.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;He&amp;rsquo;s not welcome in my café. None of those freaks are allowed any more! I promise! Please, let me go!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Let you go? But, our friend here hasn&amp;rsquo;t answered yet&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;p&gt;They force his other hand onto the latch.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Well, freak, what&amp;rsquo;ll it be? Will we go to the store, or will we charge you with assault and take you to the station?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Four sets of eyes stare at me. All hateful, but one also pleading.&lt;/p&gt;
&lt;p&gt;I hang my head. &amp;ldquo;The store,&amp;rdquo; I say.&lt;/p&gt;
&lt;p&gt;Today is the day I stop being a freak, and become a sheep.&lt;/p&gt;
&lt;div class=&#34;admonition note&#34;&gt;
    &lt;div class=&#34;title&#34;&gt;Note(s)&lt;/div&gt;
    &lt;div class=&#34;content&#34;&gt;&lt;strong&gt;Jw&lt;/strong&gt; wrote a piece inspired by this story on his blog, &lt;em&gt;so1o&lt;/em&gt;: &lt;a href=&#34;https://so1o.xyz/blog/a-question-of-price&#34;&gt;A Question of Price&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

</description>
    </item>
    
    <item>
      <title>Using Markdown and Pandoc to make a simple invoice</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/11/using-markdown-and-pandoc-to-make-a-simple-invoice/</link>
      <pubDate>Tue, 23 Nov 2021 21:38:44 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/11/using-markdown-and-pandoc-to-make-a-simple-invoice/</guid><description>&lt;p&gt;For the past few years I have had a reasonable solution for my invoicing needs: a spreadsheet. LibreOffice Calc, in my case, is really all you need. I only have to send a single invoice per month, 8 months of the year. You don&amp;rsquo;t need a spreadsheet to do that math.&lt;/p&gt;
&lt;p&gt;I had looked into using LaTeX or Markdown to make my invoice before, and decided it was not worth the time. I saw that there were lots of templates available, some of them even looked nice. And, again, I felt that it was too much hassle for something I can do in a spreadsheet.&lt;/p&gt;
&lt;p&gt;Then I came across &lt;a href=&#34;https://plaintextproject.online/index.html&#34;&gt;The Plain Text Project&lt;/a&gt; by &lt;a href=&#34;https://scottnesbitt.net/&#34;&gt;Scott Nesbitt&lt;/a&gt;. Inspired by all of the different links, I decided it was time to see what I had learned over the past few months.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I have not learned LaTeX, so things may get a little bumpy. You will notice that a good portion of this document is made up of LaTeX commands.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;requirements-for-my-invoice&#34;&gt;Requirements for my invoice&lt;/h2&gt;
&lt;p&gt;I use my invoices for billing one of my employers, a school, as an &lt;em&gt;auto-entrepreneur&lt;/em&gt; or &lt;em&gt;micro-entrepreneur&lt;/em&gt;. It sounds a little cooler than it is, trust me.&lt;/p&gt;
&lt;p&gt;The invoices that an auto-entrepreneur uses in France must contain certain information. The pictures and the Markdown that I will use in this example are in French, but you will get the idea.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Addresses of the recipient and the sender&lt;/li&gt;
&lt;li&gt;Date&lt;/li&gt;
&lt;li&gt;Breakdown of the payment (name of good or service, dates, quantity, rate, total)&lt;/li&gt;
&lt;li&gt;Bank information (in a box)&lt;/li&gt;
&lt;li&gt;Some legalese&lt;/li&gt;
&lt;li&gt;An invoice number (in a box)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I wanted to present this information as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;My contact information: Left column, top of page&lt;/li&gt;
&lt;li&gt;The company&amp;rsquo;s contact information: Right column, top of page&lt;/li&gt;
&lt;li&gt;Invoice number and dates: Right column, top of page, above recipient address&lt;/li&gt;
&lt;li&gt;Breakdown below columns&lt;/li&gt;
&lt;li&gt;Legalese below breakdown&lt;/li&gt;
&lt;li&gt;Vertical fill until bank information&lt;/li&gt;
&lt;li&gt;Bank information&lt;/li&gt;
&lt;li&gt;Small footer in a box containing invoice number and a page number (this might be important if I ever make a two-page invoice)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;invoice-frontmatter&#34;&gt;Invoice Frontmatter&lt;/h2&gt;
&lt;p&gt;The YAML frontmatter for Pandoc is fairly complete (&lt;a href=&#34;https://pandoc.org/MANUAL.html&#34;&gt;see manual&lt;/a&gt;), combined with the fact that some LaTeX can be incorporated, a basic invoice should be easy enough (it also helps to be able to search for things on the Internet, because I wouldn&amp;rsquo;t have had the patience to guess my way through some of this).&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;---
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;lang&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;fr-FR&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;geometry&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;margin=1.5cm&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;documentclass&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;letter&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;mainfont&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;FreeSans&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;monofont&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;Hack&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;fontsize&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;12pt&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;header-includes&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\newcommand{\facture}{2021-001}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\usepackage{multicol}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\usepackage{tcolorbox}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\newcommand{\hideFromPandoc}[1]{#1}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    - &lt;span style=&#34;color:#ae81ff&#34;&gt;\hideFromPandoc{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#ae81ff&#34;&gt;\let\Begin\begin&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        &lt;span style=&#34;color:#ae81ff&#34;&gt;\let\End\end&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      }
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;---
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;From top to bottom:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sets document language to French (use &lt;code&gt;en-GB&lt;/code&gt; for English)&lt;/li&gt;
&lt;li&gt;Sets the margins to 1.5 cm&lt;/li&gt;
&lt;li&gt;Sets the type of document to &amp;ldquo;letter&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Sets a font&lt;/li&gt;
&lt;li&gt;Sets another font&lt;/li&gt;
&lt;li&gt;Adds some LaTeX commands to the header during conversion
&lt;ul&gt;
&lt;li&gt;creates a new command called &amp;ldquo;facture,&amp;rdquo; which means &amp;ldquo;invoice,&amp;rdquo; changing that number changes it throughout the document&lt;/li&gt;
&lt;li&gt;lets Pandoc use the &amp;ldquo;multicol&amp;rdquo; package for columns&lt;/li&gt;
&lt;li&gt;lets Pandoc use the &amp;ldquo;tcolorbox&amp;rdquo; package for the grey boxes&lt;/li&gt;
&lt;li&gt;makes a minor modification (I don&amp;rsquo;t know if I actually need this?)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It is possible that you will need to install something to make all of this work. On Debian, I haven&amp;rsquo;t found myself unable to perform conversions, but it is possible that having installed many of the &lt;code&gt;texlive&lt;/code&gt; packages helps with that.&lt;/p&gt;
&lt;h2 id=&#34;creating-two-columns&#34;&gt;Creating two columns&lt;/h2&gt;
&lt;p&gt;We will use the &lt;code&gt;multicol&lt;/code&gt; package to acheive this.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Begin&lt;/span&gt;{multicols}{2}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Left column content
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\columnbreak&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Right columns content
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\End&lt;/span&gt;{multicols}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To get everything lined up nicely, in the vertical sense, we will need an extra command or two.&lt;/p&gt;
&lt;p&gt;By calling the &lt;code&gt;\vfill\null&lt;/code&gt; command between the last line of the address and &lt;code&gt;\columnbreak&lt;/code&gt; we can avoid a tiny issue: without that function, the second paragraph of the contact information, if there is any, will align with the bottom of the column. I don&amp;rsquo;t want that. So, the columns now look like this (again, sorry for the French, I might make an English version later):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Begin&lt;/span&gt;{multicols}{2}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;**BBBHLTZ** &lt;span style=&#34;color:#66d9ef&#34;&gt;\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;**SIREN** : 987654321
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;321 rue Une &lt;span style=&#34;color:#66d9ef&#34;&gt;\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;99000 CITY &lt;span style=&#34;color:#66d9ef&#34;&gt;\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Tél : 06.06.99.99.99&lt;span style=&#34;color:#66d9ef&#34;&gt;\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;bbbhltz@mailbox.org
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\vfill\null&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\columnbreak&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Begin&lt;/span&gt;{tcolorbox}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Begin&lt;/span&gt;{center}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;**Facture Client**
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;**n°** &lt;span style=&#34;color:#66d9ef&#34;&gt;\textbf&lt;/span&gt;{&lt;span style=&#34;color:#66d9ef&#34;&gt;\facture&lt;/span&gt;{}}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;05/12/2021
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\End&lt;/span&gt;{center}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\End&lt;/span&gt;{tcolorbox}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Begin&lt;/span&gt;{center}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;**novembre 2021** &lt;span style=&#34;color:#66d9ef&#34;&gt;\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;01/11/2021 → 30/11/2021
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\End&lt;/span&gt;{center}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;**COMPANY** &lt;span style=&#34;color:#66d9ef&#34;&gt;\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;123 rue Deux &lt;span style=&#34;color:#66d9ef&#34;&gt;\&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;99000 City
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\End&lt;/span&gt;{multicols}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;You will also notice that I used &lt;code&gt;\tcolorbox&lt;/code&gt;. That just adds a grey box around that section.&lt;/p&gt;
&lt;h2 id=&#34;the-table&#34;&gt;The table&lt;/h2&gt;
&lt;p&gt;Using Markdown, we can make a five-column table showing the required information. The first column will be aligned left, the others right.&lt;/p&gt;
&lt;p&gt;The titles can be bold, and before the total we can add a blank line.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-md&#34; data-lang=&#34;md&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| &lt;span style=&#34;font-weight:bold&#34;&gt;**Désignation**&lt;/span&gt;                  |      &lt;span style=&#34;font-weight:bold&#34;&gt;**Dates**&lt;/span&gt; | &lt;span style=&#34;font-weight:bold&#34;&gt;**Qté**&lt;/span&gt; |   &lt;span style=&#34;font-weight:bold&#34;&gt;**PU HT**&lt;/span&gt; | &lt;span style=&#34;font-weight:bold&#34;&gt;**TOTAL HT**&lt;/span&gt; |
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| :------------------------------- | -------------: | ------: | ----------: | -----------: |
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| Class or Lesson                  | 24/11/2021     | 3,5     | 46,00 €     | 161,00 €     |
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;|                                  | 25/11/2021     | 1,5     | 46,00 €     |  69,00 €     |
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;|                                  |                |         |             |              |
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;|                                  |                |         | &lt;span style=&#34;font-weight:bold&#34;&gt;**TOTAL HT**&lt;/span&gt;| &lt;span style=&#34;font-weight:bold&#34;&gt;**230,00 €**&lt;/span&gt; |
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;some-small-print&#34;&gt;Some small print&lt;/h2&gt;
&lt;p&gt;It is a requirement that my invoice contain a sentence about taxes, late fees, and method of payment. I have decided to put these all in small print, but they look fine at normal size as well.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Begin&lt;/span&gt;{center}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\tiny&lt;/span&gt; TVA non applicable, art. 293 B du CGI ◦
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;En cas de retard de paiement, indemnité forfaitaire légale pour frais de recouvrement : 40,00 € ◦
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Mode de paiement : Virement
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\End&lt;/span&gt;{center}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The only thing left to do is the bank account information. Before we do that, we need to tell the document to put it at the bottom of the page using &lt;code&gt;\vfill&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;bank-information&#34;&gt;Bank information&lt;/h2&gt;
&lt;p&gt;The last bit is also in a coloured box, and I wanted it to be monospaced as well. No explanation required here.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;**Coordonnées bancaires**
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Begin&lt;/span&gt;{tcolorbox}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;```
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Bénéficiaire MR BBBHLTZ
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;RIB          NUMBERS BANK
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;IBAN         NUMBERS
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;BIC          NUMBERS
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;```
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\End&lt;/span&gt;{tcolorbox}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\pagestyle&lt;/span&gt;{empty}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To finish things off, I tell the document to have no page number with the &lt;code&gt;\pagestyle{empty}&lt;/code&gt; command. If my invoice is ever over one page, I can change that easily.&lt;/p&gt;
&lt;p&gt;If all goes well, a quick &lt;code&gt;pandoc --pdf-engine=xelatex invoice.md -o invoice.pdf&lt;/code&gt; so give us something like this:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/11/using-markdown-and-pandoc-to-make-a-simple-invoice//images/Invoice-1.png&#34; alt=&#34;Invoice, autoentrepreneur, pandoc, markdown&#34;&gt;
    &lt;figcaption&gt;A simple invoice, made with Pandoc and Markdown&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;You can download the Markdown file &lt;a href=&#34;https://bbbhltz.codeberg.page/bbbhltz-2021-001.md&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;links&#34;&gt;Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://pandoc.org/index.html&#34;&gt;Pandoc&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://daringfireball.net/projects/markdown/&#34;&gt;Markdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>The Eco-Conscious Tech Sham</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/</link>
      <pubDate>Sat, 20 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/</guid><description>&lt;p&gt;It is our responsibility, as humans, as earthlings, to do as much as we can to prevent disaster. Companies have been reminding us of that fact for around 50 years now. They claim to hold up one end of the bargain, and have grafted the buzzword du jour, &lt;em&gt;sustainable&lt;/em&gt;, to every concept of their business. We must hold up our end, and do our part, for example, by monitoring our carbon footprints and controlling our consumer habits.&lt;/p&gt;
&lt;h2 id=&#34;the-tip-of-the-iceberg&#34;&gt;The tip of the iceberg&lt;/h2&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham//images/eco/statistic_valuable-technology-brands-2021.png&#34; alt=&#34;&#34;&gt;
    &lt;figcaption&gt;Values of the top 20 technology brands worldwide in 2021 (billion USD) via Statista&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Jutting out of the ocean of tech is the tip of an iceberg. It is a majestic thing. &lt;em&gt;Get your camera, take a picture, when will you get the chance to see one again, right?&lt;/em&gt; Most of us learn at some point that little factoid about how we can only see 10% of the iceberg, so we keep our distance and marvel at these companies.&lt;/p&gt;
&lt;p&gt;Apple, a company started in a garage. Google, two guys with an idea to organise information. Microsoft, another garage. Facebook, a bitter college student. Amazing. They grew and grew. Now, they have so many eyes on them, they must make an effort to appease their loyal clients.&lt;/p&gt;
&lt;p&gt;They have given us the things we want. Sometimes, they even do it for free with their search engines and social networks. They exchanged goods and services, and reap the profit. Profit is one of several bottom lines in today&amp;rsquo;s world. There are also people and a planet involved. Customers must remain loyal, and employees must not leave. The planet should be taken care of as well. Corporate social responsibility, a not-so-new notion, has been a bane and a boon for these behemoths of the tech world.&lt;/p&gt;
&lt;p&gt;So, what&amp;rsquo;s a company to do when they are told to clean up their act? Make promises, of course, answer to the shareholders, try harder, do better. They all have a plan, those companies. Most of them have come up with the same solution:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Be carbon neutral&lt;/li&gt;
&lt;li&gt;Use sustainable energy&lt;/li&gt;
&lt;li&gt;Recycle something&lt;/li&gt;
&lt;li&gt;Invest in carbon removal&lt;/li&gt;
&lt;li&gt;Reduce water usage, save trees&lt;/li&gt;
&lt;li&gt;Make products last longer&lt;/li&gt;
&lt;li&gt;Reduce e-waste&lt;/li&gt;
&lt;li&gt;Be part of the circular economy&lt;/li&gt;
&lt;li&gt;Fight climate change at every turn&lt;/li&gt;
&lt;li&gt;Use ethical labour and ethical sources&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We could go on. All of those are mentioned somewhere on &lt;a href=&#34;https://www.apple.com/environment/&#34;&gt;Apple&amp;rsquo;s Environment page&lt;/a&gt;. We know similar promises can be found on Google&amp;rsquo;s corporate page, and Microsoft&amp;rsquo;s, and the other company sites as well. They have the financial flexibility to do these things, and it is in their interest to be transparent. Can we trust them? That&amp;rsquo;s not the focus here. Opinions vary on the subject, and we know that shareholders can make things happen, &lt;a href=&#34;https://www.theverge.com/2021/11/17/22787336/apple-right-to-repair-self-service-diy-reason-microsoft&#34;&gt;like they did with Apple very recently&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the sake of this post, we will give them the benefit of the doubt. We will say they are, at least, doing everything they can, and at most, honestly giving it their best. The rest is up to us.&lt;/p&gt;
&lt;h2 id=&#34;what-lies-below&#34;&gt;What lies below&lt;/h2&gt;
&lt;p&gt;In 1971, we were given the gift of &amp;ldquo;&lt;a href=&#34;https://yewtu.be/watch?v=j7OHG7tHrNM&#34;&gt;The Crying Indian&lt;/a&gt;.&amp;rdquo; An ad, brought to us by Keep America Beautiful, a non-profit, told us that, “Some people have a deep abiding respect for the natural beauty that was once this country. And some people don&amp;rsquo;t.” We were left with a call to action, &lt;mark&gt;&lt;strong&gt;People start pollution. People can stop it.&lt;/mark&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Pure genius. Pollution is not the fault of the producer, but rather that of the consumer. Problem solved, for both parties. In an alternate reality, that would have been the end of it, but as Finis Dunaway tells us in &lt;em&gt;Seeing Green&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[KAB was founded] in 1951 by the American Can Company and the Owens-Illinois Glass Company, a corporate roster that later included the likes of Coca-Cola and the Dixie Cup Company, KAB gained the support of the Advertising Council, the nation&amp;rsquo;s pre-eminent public service advertising organization.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Luckily, for the companies, that sort of news doesn&amp;rsquo;t stir up consumers as much as a new flavour of some drink, or the newest flagship device from Apple or Samsung. In fact, the play-book was passed around. Such a deceptive PR stunt cannot be wasted, no, it must be reused and recycled.&lt;/p&gt;
&lt;p&gt;In 2004, the good folks at &lt;strong&gt;BP&lt;/strong&gt; (the company formerly known as &lt;strong&gt;The British Petroleum Company&lt;/strong&gt;) decided it was time for &lt;em&gt;us&lt;/em&gt; to go on a low-carbon diet, and began using the term &amp;ldquo;carbon footprint&amp;rdquo;, and gave us the first &amp;ldquo;carbon footprint calculator.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;In 2021, this is laughable. We are too aware now, just slightly less naïve, to fall for that garbage. In 2004, those who saw through the deception didn&amp;rsquo;t have the platforms we have today. And so, once again, the blame was placed on the consumer.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;BP wants you to accept responsibility for the globally disrupted climate. Just like beverage industrialists wanted people to feel bad about the amassing pollution created by their plastics and cans, or more sinisterly, tobacco companies blamed smokers for becoming addicted to addictive carcinogenic products. We&amp;rsquo;ve seen this manipulative play-book before, and BP played it well.&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;!-- We have now given enough of our earnings to the aforementioned tech companies, and their shareholders and investors, that they are able to lean towards being green. Some of them can sleep well at night because, if anyone raises their voice, they can clear their throats, lean into the mic and say, &#34;renewable this... solar that... something something clean...&#34; Others are still troubled. --&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham//images/eco/statistic_barriers-to-sustainable-investing.png&#34; alt=&#34;Barriers to sustainable investing bar chart&#34;&gt;
    &lt;figcaption&gt;Main barriers to sustainable investing... via Statista&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;For the consumer, at least a mildly eco-conscious one, sleep deprivation might be setting in.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you&amp;rsquo;ve ever tried doing your own taxes, think back to that convoluted task and multiply it by 10. That is carbon accounting, a practice so mind-bogglingly complex that it is hard to imagine anyone but the Big Four consultancy firms, or cloud giants like Salesforce Inc. and SAP SE, doing it properly.&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We have been beguiled by 50 years of propaganda, targeted at the average consumer, leading us to believe that we are the problem. We get a gadget, they get money; that&amp;rsquo;s totally fair. And two years later, they release a gadget again. If we take the argument made by Keep America Beautiful and British Petrol, it means (in a way) that by buying the new device, we are dropping the ball. Our end of the deal is not being upheld. They are doing green things, and we just created waste. Why couldn&amp;rsquo;t we wait five years? Why couldn&amp;rsquo;t we buy a reconditioned phone if we wanted something new? Why are we destroying the planet?&lt;/p&gt;
&lt;h2 id=&#34;the-twilight-zone&#34;&gt;The twilight zone&lt;/h2&gt;
&lt;p&gt;This dive is getting a little deep, we are well below the iceberg. The ocean twilight zone is full of curious creatures. The world of tech as well.&lt;/p&gt;
&lt;p&gt;There are a few beacons of light. There are companies giving us options. &lt;a href=&#34;https://www.fairphone.com/en/&#34;&gt;Fairphone&lt;/a&gt; is an example. They create phones that are meant to be repaired. There is also the e-foundation, creators of /e/OS, &lt;a href=&#34;https://e.foundation/&#34;&gt;who sell some refurbished phones&lt;/a&gt;. There are also the countless individuals who make the conscious efforts to keep their devices as long as possible, buy refurbished or used devices, make smart decisions, and use their tech in a &lt;em&gt;humane&lt;/em&gt; way.&lt;/p&gt;
&lt;p&gt;A little can go a long way. A dim light in a dark ocean can draw an audience. The right company, the right personality, the right moment can make waves.&lt;/p&gt;
&lt;p&gt;And then there is this asshole&lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham//images/eco/anglerfish.jpg&#34; alt=&#34;Anglerfish, sea devil&#34;&gt;
    &lt;figcaption&gt;Photograph By Norbert Wu, Minden Pictures/NAT GEO Image Collection&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;That ugly SOB is an anglerfish. They have a little light they use to draw in prey. They are cool, and different, and they can&amp;rsquo;t be blamed for doing what they do. They didn&amp;rsquo;t want to be like that. Still, though, they exist.&lt;/p&gt;
&lt;p&gt;There are some anglerfish in the world of tech too. And if you have made it down this deep, you will have guessed that it must be companies that have found a niche market in the world of tech in the same way the anglerfish has evolved to hunt in a niche way.&lt;/p&gt;
&lt;h2 id=&#34;the-niche&#34;&gt;The niche&lt;/h2&gt;
&lt;p&gt;The landing page has all the hallmarks.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://knowyourmeme.com/memes/subcultures/corporate-art-style&#34;&gt;Alegria&lt;/a&gt;-styled corporate art&lt;/li&gt;
&lt;li&gt;Minimalist design with white space&lt;/li&gt;
&lt;li&gt;Some links to social platforms&lt;/li&gt;
&lt;li&gt;An about us page with a &amp;ldquo;philosophy&amp;rdquo; and &amp;ldquo;ethics&amp;rdquo; section&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;They tell us that the &amp;ldquo;understand that what [they] do and the decisions [they] make affect many people around the world,&amp;rdquo; and their &amp;ldquo;products are built to last&amp;rdquo; because they want to &amp;ldquo;lessen their impact on the environment and take a stand against the over-production of rapidly obsolete consumer goods.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Punkt. anglerfished their consumers this week. Punkt. had them wrapped around their finger because they were naïve. Without warning, Punkt. informed their followers that The MP02 New Generation 4G voicephone would soon be available for pre-orders. The OG MP02 was released in 2019, just two years ago. Now, along comes the New Generation?&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://www.punkt.ch/en/products/mp02-4g-mobile-phone/#overview&#34;&gt;New Generation&lt;/a&gt; is very nearly the same phone, with a different OS, a little more power, a €350 price tag, &lt;a href=&#34;https://nitter.42l.fr/punkt/status/1461681671946838017#m&#34;&gt;minimised packaging leading to a 40% reduction in transportation CO&lt;sub&gt;2&lt;/sub&gt;, and no charger in order to reduce e-waste.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;No, the older version will not be updated.&lt;/p&gt;
&lt;p&gt;This tiny example, from a tiny manufacturer of a tiny phone, shows us that no matter how big you are, no matter how good you want to be, you can make a bad decision. Punkt. made a device that had its flaws. Instead of finding a solution, they made a new one. They claim they are reducing e-waste, by not bundling a charger, but will create e-waste if some of their customers decide to buy the new version. The older version will not longer receive updates, so informed consumers will probably not buy it.&lt;/p&gt;
&lt;p&gt;They have created a scenario where they &lt;em&gt;technically&lt;/em&gt; did nothing wrong, and where the blame can be placed on us, the consumers.&lt;/p&gt;
&lt;h2 id=&#34;resurfacing&#34;&gt;Resurfacing&lt;/h2&gt;
&lt;p&gt;Apple does it. Samsung does it. Any tech company that makes a new version and abandons the old does it. The company can maintain their eco-consciousness at the end of the day, we have to make a decision that could hurt the planet.&lt;/p&gt;
&lt;p&gt;The PR campaigns, the empty words, are what make this a sham. The companies know that we cannot resist a new gadget. That is why they don&amp;rsquo;t do what needs to be done:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Make things that last a least 5 years!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;That is all there is to it.&lt;/p&gt;
&lt;p&gt;Make a device. Make it last. Make a new device, take back the old one, recycle it. &lt;strong&gt;That is the circular economy&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Stop making the consumer feel guilty because you made a gadget that is newer, better, and faster. You knew they would get rid of the old one. &lt;mark&gt;&amp;quot;&lt;em&gt;Ending is better than mending&lt;/em&gt;.&amp;quot;&lt;/mark&gt; That&amp;rsquo;s what Huxley was talking about in 1932.&lt;/p&gt;
&lt;p&gt;The jig is up. It has been for a long time.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://press.uchicago.edu/books/excerpt/2015/Dunaway_Seeing_Green.html&#34;&gt;An Excerpt from Seeing Green: The Use and Abuse of American Environmental Images by Finis Dunaway&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://mashable.com/feature/carbon-footprint-pr-campaign-sham&#34;&gt;The devious fossil fuel propaganda we all use&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.pressherald.com/2021/11/09/commentary-tech-startups-could-close-greeenwashing-loopholes/&#34;&gt;Commentary: Tech startups could close greenwashing loopholes - Portland Press Herald&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.nationalgeographic.com/animals/fish/facts/anglerfish&#34;&gt;https://www.nationalgeographic.com/animals/fish/facts/anglerfish&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-eco-conscious-tech-sham/#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>The Brutal New Worlds of Alain Damasio</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/11/the-brutal-new-worlds-of-alain-damasio/</link>
      <pubDate>Sat, 13 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/11/the-brutal-new-worlds-of-alain-damasio/</guid><description>&lt;p&gt;Dystopia in literature is common. The worlds of Huxley and Orwell, when first described, seemed so far away. Today we read them and find ourselves surprised, shocked and even disgusted by how similar these fictions are to our reality. Companies with immense power; governance and leadership leveraging technology in unethical manners; and our social lives falling apart are common themes in many dystopic fictions.&lt;/p&gt;
&lt;p&gt;Alain Damasio is a French author. While he may not be known throughout the world, he clearly falls into the same category as our dear Huxley and Orwell. Over the course of 20 years, he has published three novels, two of which we will look at. Not wanting to spoil anything in the event that you decide to procure a copy, or find a translation, I will do my best to keep the details of the actual stories limited and focus on specific details.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;La Zone du Dehors&lt;/em&gt; was published in 1999, and &lt;em&gt;Les Furtifs&lt;/em&gt; in 2019. The former is a story that takes place on a moon, the latter in France. Together, they describe things that have come to pass and things that have yet to pass. We can therefore look at these works as a diptych in which the themes of totalitarianism, social-democracy, mass surveillance, social hierarchy, freedom, multinational companies, technology and control (to name a few) play a major part of the story.&lt;/p&gt;
&lt;h2 id=&#34;things-that-have-come-to-pass&#34;&gt;Things that have come to pass&lt;/h2&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-brutal-new-worlds-of-alain-damasio/../images/cover_zone.jpg&#34; alt=&#34;Cover: La Zone du Dehors&#34;&gt;
    &lt;figcaption&gt;La Zone du Dehors&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;em&gt;La Zone du Dehors&lt;/em&gt; was written in 1999, before the arrival of social networks, before society began worrying deeply about mass surveillance, and certainly before terms like &amp;ldquo;social credit&amp;rdquo; became part of our working vocabulary. This work of fiction can be considered rather prescient today for different reasons. The major theme throughout is tracking and tracing: all citizens are tracked. Their actions, their interactions, their associations are all tracked and can be used against them.&lt;/p&gt;
&lt;h3 id=&#34;creating-a-social-hierarchy&#34;&gt;Creating a Social Hierarchy&lt;/h3&gt;
&lt;p&gt;Much like in Huxley&amp;rsquo;s &lt;em&gt;Brave New World&lt;/em&gt; and Orwell&amp;rsquo;s &lt;em&gt;1984&lt;/em&gt;, there is a social hierarchy in place in Damasio&amp;rsquo;s &lt;em&gt;Zone&lt;/em&gt; (a place called Cerclon). This hierarchy not only decides how you circulate and where you can go, but it also decides your name. The &amp;ldquo;president&amp;rdquo; is, of course, named &amp;ldquo;A&amp;rdquo; and the world is controlled by this person and the other single-letters. The two-letters have a little less power, and it goes down to the 5-letters. The protagonist is &amp;ldquo;Captp&amp;rdquo; and he associates with other 5-letters like &amp;ldquo;Kamio&amp;rdquo; and &amp;ldquo;Bdcht&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Your name is therefore your social ranking.&lt;/p&gt;
&lt;p&gt;It wouldn&amp;rsquo;t be fair, however, if you were born a 5-letter and had no chance of social mobility, would it? So, there is a system in place. A voting system. The citizens rank each other. There are votes or elections that take place and your name, which is your rank, is corrected (Damasio uses the portmanteau of &lt;em&gt;class&lt;/em&gt; and &lt;em&gt;caste&lt;/em&gt; for this vote: the &lt;em&gt;Clastre&lt;/em&gt;). You might move up, or down. It is others who decide. Like something from &lt;em&gt;Black Mirror&lt;/em&gt;, only in real life. Like being an influencer, but being treated as special in real life because random people decided you were special.&lt;/p&gt;
&lt;p&gt;Obviously, there are similarities here to a certain social credit system we can see in the east. I have not been to that particular country, so I won&amp;rsquo;t attempt to draw parallels. We can all agree, though, that a system that rewards someone for reporting a social faux-pas does exist today, and in that system your circulation can be limited according to your social credit. It is also the basis for our social networks, which many of us consider part of ourselves. Reddit has upvoting and downvoting and a karma system, and Instagram and Facebook use different algorithms to decide who sees what first. This virtual karma-point system has spilled over into real life, where an action, whether recent or not, can result in &amp;ldquo;cancellation&amp;rdquo; and job loss when the hordes of the Internet and mass media decide to wage war, and the companies that employ those individuals fear loss of profit.&lt;/p&gt;
&lt;p&gt;This concept has become a reality since publication. While the majority of people would never let a system like this dictate who they can be friends with (good for them!) there are some people who do. Since 1999 we have been witness to hate against groups and minorities. Thanks to (and I say that positively) the rise in access to the Internet, we have been made aware of this hate that we once thought rare, or something our grandparents&amp;rsquo; generation had done away with. We can also look at the younger generation and how they treat each other in public based on style or the brand of smartphone they own (look it up, there are kids bullied at school because they have Android instead of Apple).&lt;/p&gt;
&lt;p&gt;(Another real example is the recent arrival of &lt;a href=&#34;https://en.wikipedia.org/wiki/Immunity_passport#EU_Digital_COVID_Certificate&#34;&gt;immunity passports&lt;/a&gt; for COVID-19. In Damasio&amp;rsquo;s world, the concept is put forward as a method for controlling circulation: certain citizens have access to certain places that others do not. There is a slight difference with Damasio&amp;rsquo;s idea, but the parallel remains: there is a group that &lt;em&gt;can&lt;/em&gt; and another that &lt;em&gt;cannot&lt;/em&gt;. I will come back to this idea below.)&lt;/p&gt;
&lt;p&gt;Finally, on a larger scale, gentrification has forced some families to live in areas with access to less adequate education and therefore less access to higher paying jobs. Social mobility has been reduced in such a way that it took a pandemic to highlight this phenomenon in a clear and understandable way: think of the students who were unable to attend online classes because they did not have access to Internet or a computer in their homes.&lt;/p&gt;
&lt;h3 id=&#34;the-place-of-technology&#34;&gt;The Place of Technology&lt;/h3&gt;
&lt;p&gt;Glorious technology! Praise be to its creators!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Steve Jobs&lt;/strong&gt;, a college dropout that lied to his best friend, never programmed anything, and did not know how to build a computer (correct me if I am wrong) is seen as our saviour. Besmirching his name is a sin, blessed be his name, and all hail the iPhone.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mark Zuckerberg&lt;/strong&gt;, who studied computer science and psychology, created a website to rank students on their appearance and grew into the largest social network, Facebook. This network collects and sells data (through brokers) that can be used by companies and governments to leverage power, and also spread lies. He is power, he is fear. He sat in front of congress and was treated as a peer. He is untouchable.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Jeff Bezos&lt;/strong&gt;, the richest person in the world (depending on the day of the week), worked in fintech and a hedge fund before borrowing money from his parents and banks to start a company that did not see profit for years. He pays his workers low wages and expects them to never take a break. Amazon kills local businesses and hurts the planet. He &amp;ldquo;got big fast&amp;rdquo; by investing in infrastructure, some of which is used today as a service by other companies. Beware Bezos, his blood runs cold.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Elon Musk&lt;/strong&gt; is not really a self-made man, and did not really found Tesla Motors. Our image of him is the new cool guy that smokes blunts, but he has been on the scene since the 1990s. Is he a genius? Is it all marketing? Is he just in it for the money? Approach with caution; do not follow on Twitter.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the time since &lt;em&gt;La Zone du Dehors&lt;/em&gt; was published, technology companies have become the new oil. A successful piece of technology or software can launch a company or individual to newfound glory and privilege. Amazon&amp;rsquo;s Alexa is a key example, as is Instagram.&lt;/p&gt;
&lt;p&gt;In this story, many citizens have a small black, voice-activated, box in their homes. Sometimes it doesn&amp;rsquo;t understand what you say, requiring you to yell at it (sounds credible today, doesn&amp;rsquo;t it?) in order to turn on the television, make a phone call, or read the news. The generalization of voice commands, to paraphrase the author, is both &amp;ldquo;magical&amp;rdquo; and &amp;ldquo;insidious&amp;rdquo;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It had taken away the once common relationship with objects, the hand-to-hand contact, however stupid, with the machine, the buttons, the keyboard that we hammered away on&amp;hellip; We didn&amp;rsquo;t touch anything any more: we spoke, and the world activated. As such, we all saw ourselves as gods &amp;mdash; or as police [&amp;hellip;] The worst is that we developed a taste for it[.] [&amp;hellip;] It had become a common habit: command without resistance&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Another gadget found in many homes is the amazing &lt;em&gt;Mirécran&lt;/em&gt;, or Mirror-screen. Today, we have all heard at least one time the term &amp;ldquo;body dysmorphia&amp;rdquo;. In 1999, maybe not as much. Damasio foresaw something. Here is the elevator pitch for this remarkable device:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;You have a mirror, the most normal of things. In fact, it is a vertical screen with a series of cameras behind it. When you look in the mirror, the cameras turn on and record your face from various angles. The recordings are filtered and retouched by a computer &amp;mdash; often erasing wrinkles, highlighting eye colour or lip contours&amp;hellip; The image is retouched and displayed on the screen. This happens in real time, to give you the impression that it is your face in the reflection&amp;hellip;when in fact it is a video. People buy this, you know! Have a crooked nose, pimples, wrinkles? Not a problem with the Mirrorscreen. &amp;ldquo;Mirrorscreen, the mirror that lies&amp;rdquo;. You laugh, but that is their slogan! I&amp;rsquo;m not making any of this up! Risky, isn&amp;rsquo;t it? And it works, very well I might add, people love it: &lt;strong&gt;they see themselves exactly how they want to be seen&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;How is that not a description of Instagram, Snapchat and any other app that lets you filter and modify your appearance? That would have seemed cute and innocuous in 1999, but now we know what happens when people have access to this technology: they try to get plastic surgery to look like their fictional selves, and the celebrities sue to have unflattering images removed from circulation.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;La Zone du Dehors&lt;/em&gt; also gave us a template for the connected shopping experience, where your eyes are tracked and everything is automatically charged to your account. Shoppers do not look at each other or speak because they are engrossed in their connected experience. While this hasn&amp;rsquo;t happened as described in the book, the other was right about many things. Eye tracking has been used and shopping has been optimized in ways that we are unaware of. We are not going to get to a point where we wear special glasses for shopping, or a little robot arm to pick and choose for us, but we are at a point where we never take off our headphones and keep one hand free for our phone &amp;mdash; this has removed any social aspect from shopping. It has also made the gesture of taking off/out your headphones at the cash the modern day equivalent of tipping your hat to be polite. We also have this now:&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/IMPbKVb8y8s&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;Inside Amazon&amp;#39;s Smart Warehouse&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;Inside Amazon&amp;#39;s Smart Warehouse&lt;/figcaption&gt;&lt;/center&gt;

&lt;p&gt;We know that devices like Alexa, that record us non-stop, and software like Instagram, which can lead to serious social and behavioural problems, are negative. We also are aware that this is a much larger concern with technology: it can affect entire populations.&lt;/p&gt;
&lt;h3 id=&#34;leveraging-technology-for-power&#34;&gt;Leveraging Technology for Power&lt;/h3&gt;
&lt;p&gt;&amp;ldquo;Information Economy&amp;rdquo; is not a new term, but it was still closer to fiction in 1999 than it is today. In the world of &lt;em&gt;La Zone du Dehors&lt;/em&gt; freedom and power are controlled through technology.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;[&amp;hellip;] I&amp;rsquo;m not talking about controlling ideas, gentle propaganda or the idealogical models that we maintain &amp;mdash; what government doesn&amp;rsquo;t do that? I&amp;rsquo;m talking about a more subtle and powerful control, one that doesn&amp;rsquo;t simply cover you from the outside like a straightjacket, but one that comes from you, the root, to purify it. An internal control, intimate, &lt;em&gt;in petto&lt;/em&gt;, that acts on the primary emotional centres: fear, aggression, desire, love, pleasure, unease&amp;hellip;&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is the play-book for politicians today. Use social networks to control citizens. Not directly, but emotionally. The information that advertisers and politicians can have access to from Facebook, to name one, has been used to &lt;em&gt;&amp;ldquo;control the affective components of a motive to action&amp;rdquo;&lt;/em&gt;. Marketers use techniques that governments have since used to achieve what one character in the book calls the &amp;ldquo;peak of power&amp;rdquo;: &lt;em&gt;&lt;strong&gt;An optimum alienation under the appearance of total freedom.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Television is a notable tool in this undertaking, described in the book as something that &amp;ldquo;conforms more than it informs&amp;rdquo; allowing them to control us. Them? Who are they? We always say, &amp;ldquo;they control us,&amp;rdquo; and this story gives us a possible answer:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Who are they?&amp;rdquo; &lt;br&gt;
&amp;ldquo;You.&amp;rdquo; &lt;br&gt;
&amp;ldquo;Me?&amp;rdquo; &lt;br&gt;
&amp;ldquo;You all, me, us. All citizens.&amp;rdquo; &lt;br&gt;
[&amp;hellip;] &lt;br&gt;
&amp;ldquo;Because some people or groups, due to their strategic position in the social network, boost this control more easily than others. They also suffer from it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Damasio did not foresee the social networks that we currently have. He imagined television personalities as having that influencer power. Oprah-level power.&lt;/p&gt;
&lt;p&gt;Damasio&amp;rsquo;s &lt;em&gt;La Zone du Dehors&lt;/em&gt; sounds like a call to action when read today. We are getting to the point where more people are asking questions about their private information because we learned the hard way what answering a quiz on Facebook could lead to.&lt;/p&gt;
&lt;p&gt;Technology never stops. Things improve, accelerate, ameliorate. Since 1999, a large chunk of the world has gone from no Internet or low-bandwidth Internet, to high-speed Internet, to a wireless connected world. We now willingly carry tracking devices in our pockets. We share health data with companies, so they can feed us ads. There are numerous wireless protocols, drones, cameras, listening devices and other connected gadgets deployed around our towns and cities. What&amp;rsquo;s next?&lt;/p&gt;
&lt;h2 id=&#34;things-that-have-yet-to-pass&#34;&gt;Things that have yet to pass&lt;/h2&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/11/the-brutal-new-worlds-of-alain-damasio/../images/cover_furtifs.jpg&#34; alt=&#34;Cover: Les Furtifs&#34;&gt;
    &lt;figcaption&gt;Les Furtifs&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;20 years after &lt;em&gt;La Zone du Dehors&lt;/em&gt;, Damasio published &lt;em&gt;Les Furtifs&lt;/em&gt; (&amp;ldquo;Stealthies&amp;rdquo;, in English). While not as blatantly tech-focused as the former, this latter work carries the same message: Fighting against tracking is a worthy fight. This message is expressed through a story that takes place in France, rather than on a moon, just 20 years or so in the future. The themes of the previous work are magnified, with an emphasis added to the role of multinational corporations.&lt;/p&gt;
&lt;h3 id=&#34;the-role-of-mncs&#34;&gt;The Role of MNCs&lt;/h3&gt;
&lt;p&gt;Damasio&amp;rsquo;s vision of France in the future is one where entire cities belong to companies. The city of Orange belongs, accordingly, to Orange (a telecoms company). Paris belongs to LVMH, Cannes to &lt;em&gt;Dysflix&lt;/em&gt; (Disney+Netflix). Outside of France, the same phenomenon: Brussels belongs to Alphabet, and is known as &lt;em&gt;AlphaBrux&lt;/em&gt;. The role of the Multinational is that of control. Much like in Huxley&amp;rsquo;s vision, the MNC has &amp;ldquo;freed&amp;rdquo; the population by controlling them.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[Orange] was born the 7&lt;sup&gt;th&lt;/sup&gt; of December 2021, when 70 protesters from the &lt;em&gt;Take Back&lt;/em&gt; collective were crushed under 200 tonnes of rubble. And the 29 families who still lived in the tower, whom they were defending. It was born from the bankruptcy of a city strangled by banks, downgraded to a triple C by the international ranking agencies, and forced to borrow its budget at 18% interest rates; of a city declared in arrears in 2028, abandoned by the State and auctioned off in 2030 on the free city market.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Freed them from what? Bankruptcy. Bank loans. High interest rates. Take your pick. The cities were sold to the highest bidders. A &amp;ldquo;Free City&amp;rdquo; is free from the State, but wholly controlled by the company that purchased it. The mayor is chosen by shareholders. The cities then privatize services, and offer subscriptions in order to gain access. Certain streets are reserved for those who can afford.&lt;/p&gt;
&lt;p&gt;The privatized cities are filled with AI-controlled taxis, drones keeping tabs on you, and panhandlers known as &amp;ldquo;vendiants&amp;rdquo;, which is a French portmanteau of &amp;ldquo;vendeur&amp;rdquo; (seller) and &amp;ldquo;mendiant&amp;rdquo; (beggar) which I will call &amp;ldquo;sellhandlers&amp;rdquo;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The sellhandlers panhandle their sales. They don&amp;rsquo;t even beg for themselves, like our old beggars: they beg for their brand, their product, their masters, for a platform floating in the cloud where they will never meet a single manager or see, except maybe on a phone, the start of a head of sales.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Most citizens wear a ring, which contains their profile, allowing the sensors to know their preferences. Without the ring, you will be solicited non-stop. Progress doesn&amp;rsquo;t stop, however, and a newer and better&amp;mdash;and more expensive&amp;mdash;ring is always around the corner.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;As soon as you go out in the street, in any privatized city, you are systematically hit by three waves: &lt;em&gt;taxiles&lt;/em&gt;, &lt;em&gt;sellhandlers&lt;/em&gt;, and drones. [&amp;hellip;] &lt;br&gt;
Without a ring, you have no ID according to the sensors, the network. No profile, no preferences, no possible personalization with regard to solicitation or being left alone.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;the-technococoon-and-controlling-citizens&#34;&gt;The &amp;ldquo;Technococoon&amp;rdquo; and Controlling Citizens&lt;/h3&gt;
&lt;p&gt;Politicians maintain control through scrupulous and calibrated techniques. None of them are novel, but rather enhanced by technology. Different segments; different words; different promises. &lt;em&gt;Affecting&lt;/em&gt; and &lt;em&gt;fiction scripting&lt;/em&gt;, provoking emotional responses and controlling the narrative, are leveraged to the point of being a weapon. As such, it is possible to manipulate the population into choosing the next leaders.&lt;/p&gt;
&lt;p&gt;Such a feat would not be possible without mass surveillance, and tracking.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Without tracking, control is not possible [&amp;hellip;]. You know it. No sustainable security. And without tracking, our algorithms cannot personalize your experience in the city. &lt;strong&gt;How can we give you the city you deserve if we don&amp;rsquo;t know what you like?&lt;/strong&gt; If we don&amp;rsquo;t know about your habits, your preferred routes, your tastes?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And so, the citizens of these cities wear rings and use apps&amp;ndash;like &lt;em&gt;MOA&lt;/em&gt; (My Own Assistant). The publishers behind &lt;em&gt;Les Furtifs&lt;/em&gt;, &lt;em&gt;La Volte&lt;/em&gt;, even took the time to show us what this is like:&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;https://yewtu.be/embed/d6FIk0L9QKc&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; allowfullscreen title=&#34;MOA: My Own Assistant&#34;&gt;
  &lt;/iframe&gt;
&lt;/div&gt;
&lt;center&gt;&lt;figcaption&gt;MOA: My Own Assistant&lt;/figcaption&gt;&lt;/center&gt;

&lt;p&gt;Chilling, if it were not already underway today with our current selection of social networking applications.&lt;/p&gt;
&lt;p&gt;The choice is yours, however, to wear the ring and use the application. Your choice, until it isn&amp;rsquo;t any longer. You can be forced to wear the ring as punishment if you commit a crime, for example.&lt;/p&gt;
&lt;p&gt;The citizens of this speculative future live in an &amp;ldquo;electric smog,&amp;rdquo; or &amp;ldquo;technococoon,&amp;rdquo; where they remain a &lt;em&gt;chrysalis&lt;/em&gt;, and never become a &amp;ldquo;butterfly&amp;rdquo;. They keep themselves there, living their lives in a second, &amp;ldquo;ultimate&amp;rdquo;, reality where they feel they are the masters.&lt;/p&gt;
&lt;p&gt;In the &lt;em&gt;ultimate reality&lt;/em&gt;, an individual can choose the people and animals they see. The first reality, the banal one, cannot be shared like the &lt;em&gt;ultimate reality&lt;/em&gt;. The second reality can be individualized to the point of being a product. Gadgets and applications were just the foot in the door, the &lt;em&gt;ultimate reality&lt;/em&gt;, a sort of &lt;em&gt;metaverse&lt;/em&gt;, was the real invasion.&lt;/p&gt;
&lt;h3 id=&#34;loss-of-freedom-and-social-decay&#34;&gt;Loss of Freedom and Social Decay&lt;/h3&gt;
&lt;p&gt;Saying the words, &amp;ldquo;technology studying behaviour,&amp;rdquo; however common it already is, sounds creepy. Saying, &amp;ldquo;technology knowing your tastes, desires, and anticipating needs,&amp;rdquo; is also creepy, but can at least be useful. They are one and the same, obviously, and not in any way synonymous with &amp;ldquo;freedom.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;It is easy to imagine a world where the majority of the population is, in one way or another, addicted to something like a phone or a social network. When Apple produces a new device, or microfiber cleaning rag, people line up like automatons getting a recharge. When I go to the park, many of the parents are on their phones. I would be too, if I had a smartphone, and if my son wasn&amp;rsquo;t keeping me on my toes.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s bump it up a notch and give our kids addictive gadgets too. Like a virtual &lt;em&gt;Pokémon&lt;/em&gt; or &lt;em&gt;Tamagotchi&lt;/em&gt; that they can see, and let others see, through connected contact lenses.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The ring, it&amp;rsquo;s like a hand. Losing it, that&amp;rsquo;s an amputation! &lt;br&gt;
[&amp;hellip;] &lt;br&gt;
[The children] take their virtual toy everywhere, they see it everywhere, in the school yard, on the bus, in the cafeteria&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Update: The idea of virtual &lt;em&gt;children&lt;/em&gt; is being looked into. See: &lt;a href=&#34;https://www.soulmachines.com/resources/research/baby-x/&#34;&gt;Baby X - Soul Machines&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Some parents in &lt;em&gt;Les Furtifs&lt;/em&gt; go as far as naming their children after a company. Why? Royalties.&lt;/p&gt;
&lt;p&gt;Huxley&amp;rsquo;s &lt;em&gt;Brave New World&lt;/em&gt; talked about this possible future as well. A future where we are given complicated, addictive, entertainment machines. The machines don&amp;rsquo;t come cheap. You need to work for them, and the update, and the upgrade, and the next disruptive gadget. Technology keeps people working.&lt;/p&gt;
&lt;p&gt;Between working to pay for new things, and the time spent using new things, we will lose something: the art of the encounter. Meeting new people. Socializing. Damasio&amp;rsquo;s future is one where socializing is decaying, and he is opposed to that.&lt;/p&gt;
&lt;p&gt;The need to socialize is not gone in his story, though. There are even virtual cabbies that chat to you about subjects of interest. Socializing, meeting, encountering, discovering new things, is the last thing keeping us alive.&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ve been working on this little write-up for a few months. A sentence here. A correction there. Over the past few weeks I&amp;rsquo;ve found myself motivated to complete it, but also distracted, by &lt;a href=&#34;https://arstechnica.com/gaming/2021/11/everyone-pitching-the-metaverse-has-a-different-idea-of-what-it-is/&#34;&gt;the drama surrounding Facebook&lt;/a&gt;. The concept of a metaverse has been visited many times in science-fiction, most notably by Neal Stephenson in &lt;em&gt;Snow Crash&lt;/em&gt; (1992), and is soon to be a real thing. Seoul announced they will soon &amp;ldquo;&lt;a href=&#34;https://qz.com/2086353/seoul-is-developing-a-metaverse-government-platform/&#34;&gt;join the metaverse&lt;/a&gt;&amp;rdquo;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Seoul&amp;rsquo;s metropolitan government will develop its own metaverse platform by the end of 2022. By the time it is fully operational in 2026, it will host a variety of public functions including a virtual mayor&amp;rsquo;s office, as well as spaces serving the business sector; a fintech incubator; and a public investment organization. &lt;br&gt;
[&amp;hellip;] &lt;br&gt;
The future of the metaverse is being built almost entirely by companies. Microsoft, Nike, and Facebook&amp;rsquo;s parent company Meta are all staking claims to digital real estate. South Korea is among the only governments attempting to recreate the virtual public square. But if they can, it could expand the utility of the metaverse to millions of citizens whom might otherwise be excluded.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Some of what Damasio envisioned in &lt;em&gt;La Zone du Dehors&lt;/em&gt; has come to pass, and now it seems that the future imagined in &lt;em&gt;Les Furtifs&lt;/em&gt; is on our doorstep. I am at odds. The cynical angel on one shoulder has thrown in the towel, stating that &amp;ldquo;we are all screwed&amp;rdquo; between the companies taking over, and the climate crisis. The optimistic angel, on the other shoulder, has his fingers crossed, hoping that we will snap out of it.&lt;/p&gt;
&lt;p&gt;The optimist, much like &lt;a href=&#34;https://www.newyorker.com/culture/office-space/the-question-weve-stopped-asking-about-teen-agers-and-social-media?utm_brand=the-new-yorker&amp;amp;utm_social-type=earned&#34;&gt;Cal Newport argues in The New Yorker&lt;/a&gt;, and &lt;a href=&#34;https://pvto.weebly.com/uploads/9/1/5/0/91508780/eight_o%E2%80%99clock_in_the_morning-nelson.pdf&#34;&gt;Ray Nelson in &amp;ldquo;Eight O&amp;rsquo;Clock in the Morning,&amp;rdquo;&lt;/a&gt; hopes that we will see things clearly and ask the right questions. There is another way. We do not need to give ourselves, and &lt;a href=&#34;https://www.bit-tech.net/news/gaming/pc/gamestation-we-own-your-soul/1/&#34;&gt;our souls, to companies&lt;/a&gt;. We are allowed, on an individual and collective level, to say &lt;em&gt;no&lt;/em&gt; and call &lt;em&gt;bullshit&lt;/em&gt; when people in power begin to use powerful, complicated, technology to do unethical things.&lt;/p&gt;
&lt;p&gt;A utopia isn&amp;rsquo;t the answer, or a possibility for the moment, but let&amp;rsquo;s not aim for a dystopia.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;These books are published by &lt;strong&gt;La Volte&lt;/strong&gt;, an independent publisher.&lt;/p&gt;
&lt;p&gt;As far as I can tell, they have not been published in other languages. If you want to read them in a language other than French, you may have to wait.&lt;/p&gt;
&lt;p&gt;You can find more information, in French, on Alain Damasio on &lt;a href=&#34;https://lavolte.net/auteurs/alain-damasio&#34;&gt;lavolte.net&lt;/a&gt;. You can also follow &lt;strong&gt;La Volte&lt;/strong&gt; on &lt;a href=&#34;https://imaginair.es/@lavolte&#34;&gt;Mastodon&lt;/a&gt;, &lt;a href=&#34;https://t.me/lavolte&#34;&gt;Telegram&lt;/a&gt; and &lt;a href=&#34;https://video.lavolte.net/accounts/lavolte/videos&#34;&gt;Peertube&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Update: Punkt MP02</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/11/update-punkt-mp02/</link>
      <pubDate>Fri, 12 Nov 2021 21:04:05 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/11/update-punkt-mp02/</guid><description>&lt;p&gt;&lt;strong&gt;UPDATE: THE PUNKT. MP02 IS NO LONGER &lt;em&gt;DU JOUR&lt;/em&gt; AND THERE WILL SOON BE A &lt;mark&gt;&lt;em&gt;NEW GENERATION&lt;/em&gt;&lt;/mark&gt; RELEASED. THE INFORMATION HERE IS ABOUT THE ORIGINAL 2019 MODEL.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In April 2021, I wrote &lt;a href=&#34;https://bbbhltz.codeberg.page/2021/04/the-punkt.-mp02-minimalist-mobile-phone/&#34;&gt;a quick review of a telephone&lt;/a&gt;, the Punkt. MP02. This is an update to that review.&lt;/p&gt;
&lt;h2 id=&#34;whats-new&#34;&gt;What&amp;rsquo;s new&amp;hellip;&lt;/h2&gt;
&lt;p&gt;Since my last post on this device, an update has been pushed. I didn&amp;rsquo;t really bother to look under the hood until today to see what&amp;rsquo;s going on.&lt;/p&gt;
&lt;h3 id=&#34;under-the-hood&#34;&gt;&amp;hellip;under the hood?&lt;/h3&gt;
&lt;p&gt;In April, when I checked the number of installed packages, there were 94 installed (not counting the Signal clone, Pigeon). I made a point of noting that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;As we could have guessed, it is close-to-stock Android with the necessary Qualcomm bits, a couple Punkt. apps, a single BlackBerry app, and some &amp;ldquo;who knows?&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Punkt. has since debloated the device, reducing the number of installed packages to 79.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;android.ext.services (ExtServices.apk)
android.ext.shared (ExtShared.apk)
ch.punkt.mp02.appmgr (AppManager.apk)
ch.punkt.mp02.calendar (PunktCalendar.apk)
ch.punkt.mp02.personalise (base.apk)
com.android.backupconfirm (BackupRestoreConfirmation.apk)
com.android.bluetooth (Bluetooth.apk)
com.android.bluetoothmidiservice (BluetoothMidiService.apk)
com.android.calculator2 (ExactCalculator.apk)
com.android.carrierconfig (CarrierConfig.apk)
com.android.carrierdefaultapp (CarrierDefaultApp.apk)
com.android.cellbroadcastreceiver (CellBroadcastReceiver.apk)
com.android.certinstaller (CertInstaller.apk)
com.android.contacts (SimcomContacts.apk)
com.android.cts.ctsshim (CtsShimPrebuilt.apk)
com.android.cts.priv.ctsshim (CtsShimPrivPrebuilt.apk)
com.android.defcontainer (DefaultContainerService.apk)
com.android.deskclock (DeskClock.apk)
com.android.dialer (SimDialer.apk)
com.android.documentsui (DocumentsUI.apk)
com.android.emergency (EmergencyInfo.apk)
com.android.externalstorage (ExternalStorageProvider.apk)
com.android.gallery3d (Gallery2.apk)
com.android.htmlviewer (HTMLViewer.apk)
com.android.inputdevices (InputDevices.apk)
com.android.keychain (KeyChain.apk)
com.android.launcher3 (SimLauncher.apk)
com.android.location.fused (FusedLocation.apk)
com.android.managedprovisioning (ManagedProvisioning.apk)
com.android.mms (Mms.apk)
com.android.mms.service (MmsService.apk)
com.android.mtp (MtpDocumentsProvider.apk)
com.android.music (Music.apk)
com.android.onetimeinitializer (OneTimeInitializer.apk)
com.android.packageinstaller (PackageInstaller.apk)
com.android.pacprocessor (PacProcessor.apk)
com.android.phone (TeleService.apk)
com.android.providers.blockednumber (BlockedNumberProvider.apk)
com.android.providers.contacts (ContactsProvider.apk)
com.android.providers.downloads (DownloadProvider.apk)
com.android.providers.media (MediaProvider.apk)
com.android.providers.settings (SettingsProvider.apk)
com.android.providers.telephony (TelephonyProvider.apk)
com.android.providers.userdictionary (UserDictionaryProvider.apk)
com.android.provision (Provision.apk)
com.android.proxyhandler (ProxyHandler.apk)
com.android.server.telecom (Telecom.apk)
com.android.settings (Settings.apk)
com.android.sharedstoragebackup (SharedStorageBackup.apk)
com.android.shell (Shell.apk)
com.android.sim (CIT.apk)
com.android.simnote (SimNote.apk)
com.android.statementservice (StatementService.apk)
com.android.stk (Stk.apk)
com.android.systemui (SystemUI.apk)
com.android.systemui.theme.dark (SysuiDarkThemeOverlay.apk)
com.android.webview (webview.apk)
com.blackberry.bide (BlackBerryBide.apk)
com.dsi.ant.server (AntHalService.apk)
com.dtinfo.tools (SystemFota.apk)
com.iqqijni.dv12key (Kika.apk)
com.qti.confuridialer (ConfURIDialer.apk)
com.qti.launcherunreadservice (LauncherUnreadService.apk)
com.qti.qualcomm.datastatusnotification (datastatusnotification.apk)
com.qualcomm.embms (embms.apk)
com.qualcomm.location (com.qualcomm.location.apk)
com.qualcomm.location.XT (xtra_t_app.apk)
com.qualcomm.qcrilmsgtunnel (qcrilmsgtunnel.apk)
com.qualcomm.qti.callfeaturessetting (CallFeaturesSetting.apk)
com.qualcomm.qti.ims (imssettings.apk)
com.qualcomm.qti.services.secureui (com.qualcomm.qti.services.secureui.apk)
com.qualcomm.qti.simsettings (SimSettings.apk)
com.qualcomm.qti.telephonyservice (QtiTelephonyService.apk)
com.qualcomm.qti.uceShimService (uceShimService.apk)
com.qualcomm.simcontacts (SimContacts.apk)
com.qualcomm.timeservice (TimeService.apk)
com.quicinc.cne.CNEService (CNEService.apk)
org.codeaurora.bluetooth (BluetoothExt.apk)
org.codeaurora.ims (ims.apk)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gone are the packages that serve no purpose on a device like this: the call logger, the Wi-Fi login tool, the companion device manager, the android email client and MS Exchange package, calendar storage, quick search widget, the sound recorder, VPN tools, wallpaper tools, and the FM radio.&lt;/p&gt;
&lt;p&gt;I guess my original comment vis-à-vis radio can be struck through as well:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Include an &lt;strong&gt;FM radio&lt;/strong&gt; app perhaps? There is about 12 GB of free space on the device, so it would be great to use it for something.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Oh, well.&lt;/p&gt;
&lt;p&gt;All in all, this is a positive thing. Any device touting itself as something for minimalists should be working to lower the number of apps and packages installed on said device.&lt;/p&gt;
&lt;h3 id=&#34;my-experience&#34;&gt;&amp;hellip;my experience&lt;/h3&gt;
&lt;p&gt;The booting is still fast. The device is still easy to use.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Calculator: Fixed&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;My complaints about the calculator are no longer valid. It works as it should now.&lt;/p&gt;
&lt;p&gt;Since April, my little phone has not gone unnoticed. My students and a few others, are not sure if I am joking when I tell them that it is my phone.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New app: Personalization&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It allows you to add your name to the lock screen. I find it useful.&lt;/p&gt;
&lt;h3 id=&#34;pigeon&#34;&gt;&amp;hellip;Pigeon?&lt;/h3&gt;
&lt;p&gt;I gave up with Pigeon. The delays for a message were too long. The scrolling was not as effortless as it should be.&lt;/p&gt;
&lt;p&gt;Once again, they are aware of the problems, and &lt;a href=&#34;https://www.punkt.ch/en/support/software-release-notes/mp02/&#34;&gt;there is a nice list of them available on their website&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;the-bottommost-line&#34;&gt;The Bottommost line&lt;/h3&gt;
&lt;p&gt;&lt;mark&gt;&lt;strong&gt;75% &amp;mdash; very good work overall, noticeable improvement has been made, keep up the good work!&lt;/strong&gt;&lt;/mark&gt;&lt;/p&gt;
&lt;h2 id=&#34;conclusion-and-recommendations-revisited&#34;&gt;Conclusion and Recommendations Revisited&lt;/h2&gt;
&lt;p&gt;What I said about the Punkt.MP02 still holds true. It is truly a device that I am happy to walk around with. My previous recommendations will now be reviewed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Calculator&lt;/strong&gt; needs to be fixed&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Notes&lt;/strong&gt; needs an export feature (maybe with Markdown support)&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Give the &lt;strong&gt;Wi-Fi&lt;/strong&gt; another purpose (Internet radio? &lt;strong&gt;Podcasts&lt;/strong&gt;? Some sort of management software for our computers?)&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;del&gt;Include an &lt;strong&gt;FM radio&lt;/strong&gt; app perhaps? There is about 12 GB of free space on the device, so it would be great to use it for something.&lt;/del&gt; &lt;mark&gt;&lt;em&gt;The FM radio package was removed&lt;/em&gt;&lt;/mark&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;strong&gt;Increase the volume&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;del&gt;&lt;strong&gt;Pigeon audio and video messages need volume control&lt;/strong&gt; and an easy way to activate the speaker&lt;/del&gt; &lt;mark&gt;&lt;em&gt;I don&amp;rsquo;t know if anything has changed here&lt;/em&gt;&lt;/mark&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Pigeon should have been called &lt;strong&gt;Pigeon Beta&lt;/strong&gt; or Testing to avoid too many complaints&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Pigeon needs to work with the &lt;strong&gt;desktop app&lt;/strong&gt; (I haven&amp;rsquo;t tried, but comments on forums make it sound like it does not)&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Give us a &lt;strong&gt;roadmap&lt;/strong&gt; for updates&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Give us &lt;strong&gt;a place to submit issues&lt;/strong&gt; for the different apps &amp;mdash; even GitHub would be good. Or, give the community a blog.&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; When the device reaches EOL, &lt;strong&gt;open up the code&lt;/strong&gt; and let us root our devices.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now that the calculator has been fixed, and I have used the device a while longer, I can add a few more recommendations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Contact editing still requires work
&lt;ul&gt;
&lt;li&gt;Adding or removing of prefixes (like Dr.)&lt;/li&gt;
&lt;li&gt;More fields&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; A few more notification sounds&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; Make it easier to block numbers&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Technology, Ecology, and Whales</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/04/technology-ecology-and-whales/</link>
      <pubDate>Thu, 29 Apr 2021 14:36:27 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/04/technology-ecology-and-whales/</guid><description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;Yes. Whales. But also tangents that have nothing to do with whales.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;why-whales&#34;&gt;Why whales?&lt;/h2&gt;
&lt;p&gt;On the 15th of April, National Geographic published a feature on their website, &lt;em&gt;Groundbreaking Effort Launched to Decode Whale Language&lt;/em&gt; (&lt;a href=&#34;https://www.nationalgeographic.com/animals/article/scientists-plan-to-use-ai-to-try-to-decode-the-language-of-whales&#34;&gt;link&lt;/a&gt;). It is an interesting read; interesting enough that the link made it to &lt;a href=&#34;https://science.slashdot.org/story/21/04/22/003227/groundbreaking-effort-launched-to-decode-whale-language&#34;&gt;Slashdot&lt;/a&gt; in their Science and Communication categories.&lt;/p&gt;
&lt;p&gt;If you are not in the mood to read the entire thing, here is the summary:&lt;/p&gt;
&lt;p&gt;They want to decode sperm whale codas (communication patterns). That is cool. And it is noted at the end that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“It&amp;rsquo;s not about us talking to them, [it] is about listening to the whales in their own setting, on their own terms. It&amp;rsquo;s the idea that we want to know what they&amp;rsquo;re saying &amp;mdash; that we care.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So, the goal isn&amp;rsquo;t conversation, just understanding. It is still a great endeavour.&lt;/p&gt;
&lt;h3 id=&#34;how-will-they-do-it&#34;&gt;How will they do it?&lt;/h3&gt;
&lt;p&gt;Science, baby! Computers and science!&lt;/p&gt;
&lt;p&gt;Some buzzwords are peppered throughout the article: AI, Natural Language Processing (NLP), Robotics.&lt;/p&gt;
&lt;p&gt;No surprises there. NLP is a very cool branch of AI. Looking up the definition, it is not so difficult to understand. But, videos are nice too, especially when they have concrete, real world, applicable examples. &lt;a href=&#34;https://www.youtube.com/watch?v=Mkelhs_OVMc&#34;&gt;This recently published TED Talk gives us a clear example&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;who-is-doing-this&#34;&gt;Who is doing this?&lt;/h3&gt;
&lt;p&gt;The Avengers I guess? A dream team of scientists &amp;mdash; experts in linguistics, robotics, machine learning, and camera engineering &amp;mdash; are name-dropped:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Shane Gero&lt;/strong&gt;: biologist, 13 years spent tracking and studying sperm whales.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;David Gruber&lt;/strong&gt;: explorer, City University of New York professor of biology and environmental science, developed robots.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shafi Goldwasser&lt;/strong&gt;: fellow at Harvard University&amp;rsquo;s Radcliffe Institute, computer scientist and one of the world&amp;rsquo;s foremost experts in cryptography.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Michael Bronstein&lt;/strong&gt;: chair of machine learning at Imperial College London.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Roger Payne&lt;/strong&gt;: a MacArthur Award winner, popularized the mesmerizing songs of humpbacks in the 1960s and 1970s&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Robert Wood&lt;/strong&gt;: Harvard roboticist who worked with Gruber.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Daniela Rus&lt;/strong&gt;: MacArthur recipient, director of computer science and artificial intelligence at the Massachusetts Institute of Technology.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=Qm02X0aE8uU&#34;&gt;David Gruber also did a TED Talk about this very subject&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And, like the Avengers, new members will show up later.&lt;/p&gt;
&lt;h2 id=&#34;corporate-social-responsibility-greenwashing&#34;&gt;Corporate Social Responsibility: Greenwashing&lt;/h2&gt;
&lt;p&gt;My personal opinion on the project is very positive. I think whales are amazing, and one of my dreams in life is to see whales. It won&amp;rsquo;t be easy for me because I am afraid of deep water. National Geographic is all about saving the planet and the animals that live on it, so again, nothing negative to say about that. The negative is that I feel like the entire feature on National Geographic is a form of sponsored content. It is a call to action to remind people like me that National Geographic documentaries are available on Disney+. And, what new documentary was released this month, on Earth Day?&lt;/p&gt;
&lt;p&gt;Yes. A 4-hour documentary called &lt;em&gt;Secrets of the Whales&lt;/em&gt;, a Disney+ original series from National Geographic.&lt;/p&gt;
&lt;p&gt;I watched it. It is remarkable. It has everything we want from nature documentaries: drones, underwater shots, slow motion shots, time-lapse, whale poop, a narrator, and a comment from the executive producer at the end. Basically, it is an Attenborough clone. Except, without Attenborough, it isn&amp;rsquo;t the same. Unless, of course, you bring out the big guns:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sigourney Weaver&lt;/strong&gt;: awesome, kills aliens, saves gorillas, busts ghosts, talks to blue people, has timeless catchphrases, narrates this documentary.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;James Cameron&lt;/strong&gt;: Canadian, &lt;a href=&#34;https://en.wikipedia.org/wiki/James_Cameron_filmography&#34;&gt;made some movies&lt;/a&gt;, likes submarines, executive produced the documentary and talked for 5 minutes at the end of each instalment.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now we&amp;rsquo;re talking! Scientists are cool, but anybody growing up in the 90s knows that a large part of the population thinks that scientists are boring or a source of mockery. Think Ross on Friends or the first few episodes of The Big Bang Theory. Give us Weaver and Cameron, who only mentions once that he is currently filming Avatar 2 and 3 in New Zealand, and now we might tune in.&lt;/p&gt;
&lt;p&gt;What we&amp;rsquo;re tuning into is visually stunning, and doesn&amp;rsquo;t force-feed us the depressing stuff we know about. There are only two brief mentions of pollution, and two dead whales. It is also a prime example of a tried and true documentary technique: repetition.&lt;/p&gt;
&lt;p&gt;Instead of telling us not to eat seafood, to boycott the fisheries, to stop polluting, Disney and National Geographic tell us over and over again that &lt;strong&gt;whales have culture&lt;/strong&gt;. Whale behaviour isn&amp;rsquo;t learned; &lt;em&gt;it is culture&lt;/em&gt;. It isn&amp;rsquo;t imitated; &lt;em&gt;it is culture&lt;/em&gt;. It isn&amp;rsquo;t simple animal instinct; &lt;em&gt;it is culture&lt;/em&gt;. After 4 hours of cetaceous delights, we get it. Whales have culture. The call to action is indirect, but it is there: whales are like us, and we need to save them. Disney wants you to know that this is part of its mission statement.&lt;/p&gt;
&lt;h2 id=&#34;ecology-and-technology&#34;&gt;Ecology and Technology&lt;/h2&gt;
&lt;p&gt;It has come to this. Getting people interested in something as obvious as saving the planet requires marketing, propaganda, pandering, celebrities, technology, and a subscription to Disney&amp;rsquo;s streaming platform. The money and the technology required to make all of this possible may outweigh the benefits (unless you are Disney and money is one of your goals). Could that money have been better spent on preservation efforts? And what about the CO&lt;sub&gt;2&lt;/sub&gt; footprint of all of this? Sending film crews around the world for 3 years, streaming it all, storing the videos on servers around the world? We need to hurt the planet a little just to save it. I know, I am nitpicking, but things add up after a while.&lt;/p&gt;
&lt;h2 id=&#34;the-last-drop&#34;&gt;The Last Drop&lt;/h2&gt;
&lt;p&gt;Every little thing we do is a drop in a glass, including what we do on the net. A drop is nothing. We do it again and again. We let the tap run while we brush our teeth, or leave a light on, or use our car to go fetch the mail instead of walking. These things are visible, and tangible. Our digital activities are drops too, and they are easily ignored.&lt;/p&gt;
&lt;p&gt;A lot of us are aware of this and actively fight against it. We try our best. We choose the eco-friendly option when it is available. It is not always easy, however, and sometimes we make exceptions. We might leave our PlayStation on by accident, or chose the wrong function on our dishwasher. Other times, the choice isn&amp;rsquo;t available.&lt;/p&gt;
&lt;p&gt;Our jobs might require us to use email. My employers remind us very frequently to delete our old emails and use the cloud as much as possible when sending files. This makes sense when everyone in our company is sent the same PDF, because we have heard again and again that &lt;a href=&#34;https://ademe.typepad.fr/files/acv_ntic_synthese_courrier_electronique.pdf&#34;&gt;emails use C0&lt;sub&gt;2&lt;/sub&gt; and have other environmental impacts&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;A 1 MB email sent to one person:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;uses as much energy as a 60W bulb left on for 25 minutes;&lt;/li&gt;
&lt;li&gt;emits up to 20g of CO&lt;sub&gt;2&lt;/sub&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is because the sender and receiver are using energy, along with the data centres.&lt;/p&gt;
&lt;p&gt;My house has multiple power-strips with energy sucking things plugged into them, but if I unplug them, then it resets everything. This website is running on a Raspberry Pi attached by USB to my router/modem,, and it is never turned off. The computer that I am using might not use a lot of power, but there is a monitor and speakers and a PLC that potentially do.&lt;/p&gt;
&lt;p&gt;In order to watch that wonderful documentary, it required a computer to make the Disney+ account, a PlayStation attached to a TV, a router/modem, a remote to control it, a server to control it, an ISP, etc. Disney+ has around &lt;a href=&#34;https://variety.com/2021/tv/news/disney-plus-100-million-subscribers-worldwide-1234925654/&#34;&gt;100 million subscribers&lt;/a&gt; worldwide; that is a lot of drops. At some point, surface tension will give way and our glass will overflow.&lt;/p&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;Clearly, I am overthinking and oversimplifying things. I am not a researcher, a journalist, or an editorialist. I am just a teacher. I like watching documentaries, no matter what the call to action, no matter what the opinion of the person preparing it. The point I am getting at, which should have been mentioned in an introduction somewhere (see, a researcher or journalist would have done just that), is that if a media company wants to play the green card, they should be 100% credible.&lt;/p&gt;
&lt;p&gt;Credible would have been pointing the finger at those responsible for the damage. Credible would have been naming names. Credible would have been refusing to work with people, companies or nations that do this damage.&lt;/p&gt;
&lt;p&gt;If we ever decode what the whales are saying, it will be amazing, even if we only figure out a word or two. Will it make us, as humans, become better consumers? Will we say to ourselves, &amp;ldquo;hey, this product or company hurts animals, and animals are earthlings like me.&amp;rdquo; Will something like this ever lead the majority of the population to consider the environmental impact of a selfie on Instagram.&lt;/p&gt;
&lt;p&gt;No. And it shouldn&amp;rsquo;t, either.&lt;/p&gt;
&lt;p&gt;It isn&amp;rsquo;t the consumer at fault here. Social media companies give us technology that they know is addictive. Media companies make us pay for their services and gain, financially, from our attention. They should be the ones limiting our use.&lt;/p&gt;
&lt;p&gt;Whales have been around for tens of millions of years. They survive extreme conditions. They rely on each other. We rely on technology for too much, and have trouble surviving something as natural as boredom. I hope that when we decode their codas and songs, we will be able to take a step back and re-evaluate our priorities.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The Privacy-Security Rabbit Hole</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/04/the-privacy-security-rabbit-hole/</link>
      <pubDate>Mon, 26 Apr 2021 14:43:54 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/04/the-privacy-security-rabbit-hole/</guid><description>&lt;p&gt;Have you heard?
The web is crawling with unscrupulous characters.
The web is &lt;em&gt;controlled&lt;/em&gt; by those unscrupulous ne&amp;rsquo;er-do-wells!&lt;/p&gt;
&lt;p&gt;For a long time, you assumed your up-to-date computer and phone with ad-block installed was enough to keep you safe from their prying eyes and sticky fingers. After all, you have nothing to hide. Then, you clicked on a YouTube video or post from a friend. Perhaps someone in your entourage gave up the Facebook (shock waves of awe rippled throughout the friend group). A thought coalesced in your brainbox: &lt;em&gt;&amp;ldquo;Maybe I&amp;rsquo;m&amp;hellip;vulnerable?&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Warily, you enter your query on the Google: &amp;ldquo;how to privacy web security&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Drats!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Quickly you learn that you have already made a mistake. The Google is evil. Big tech is bad. Corrupt! Cronyism runs through their Silicon Valley DNA. Your nascent research has filled your head with definitions that require deep-diving into a wiki-hole. Nobody is to be trusted.&lt;/p&gt;
&lt;p&gt;But, right there, off in the distance. A twinkling, sparkling, light? A mirage perhaps? Carefully you creep. Yes. There is something. Squinting, the words take form, although you are confused as to how this relates your initial question.&lt;/p&gt;
&lt;p&gt;Free&amp;hellip;Libre&amp;hellip;Open-source&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NO!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You have leaned in too close.&lt;/p&gt;
&lt;p&gt;You are falling&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
down&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
the rabbit hole.&lt;/p&gt;
&lt;p&gt;The sweat beading on your forehead, fingers flying across your keyboard, you act!&lt;/p&gt;
&lt;p&gt;Change your browser. Your email provider. Should you self-host? What search engine is best? What is 5-eyes? 9-eyes? &lt;strong&gt;14-eyes!?&lt;/strong&gt; Should I get a new computer? Change my OS? Is Apple safe? F-droid? Degoogle? Signal? No, Telegram? No! Briar! Block this, block that, blocklist, containers, threat models, hot single models in your area? Wait? How did that get through my impenetrable system? There is a weak link. But where?&lt;/p&gt;
&lt;p&gt;Click, click, click&amp;hellip;
Down, down, down&amp;hellip;&lt;/p&gt;
&lt;p&gt;A hooded figure appears.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Psst&amp;hellip;hey&amp;hellip;you&amp;hellip;yeah, you! Come here. I gotta tell you something: Firefox, DuckDuckGo, Linux, Github&amp;hellip;follow the money.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And, just like that, he is gone.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Weird fellow that one, he has been down the hole too long. Got a little tinfoil hat and everything.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;But, your fingers are already caressing the keys or the screen in front of you.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Follow the money&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;No. No. No&amp;hellip;&lt;/p&gt;
&lt;p&gt;That browser pockets money from the Google, that site is owned by Microsoft, that one shares your data with Bing, the founder of that one is a massive douche, and a lot of these are hosted on Amazon&amp;rsquo;s servers.&lt;/p&gt;
&lt;p&gt;Defeated. They have won. How do you go up against Goliath when your slingshot is made by Goliath, Inc.?&lt;/p&gt;
&lt;p&gt;You could join them? Or just stop using their tech altogether? Maybe that is a solution. But, how to keep in touch with friends and family? A phone is all you need. A copy of Tails on a USB flash drive. A recycled laptop that you ripped the webcam and microphone from.&lt;/p&gt;
&lt;p&gt;Down to the local rip-off shop you go, because Amazon is evil, and ordering by Internet requires a credit card, an address, a phone number, an account. Aisle by aisle, you peruse the plastic confections of Asian origin to find your pleasure: a basic phone.&lt;/p&gt;
&lt;p&gt;You queue up, ready to buy that little gizmo and&amp;hellip;&lt;/p&gt;
&lt;p&gt;Nope.&lt;/p&gt;
&lt;p&gt;That must be a mistake.&lt;/p&gt;
&lt;p&gt;This one has Google on it. And Facebook. Qualcomm SoC too. Back to the aisle, you go to discover that the cancer has spread to these devices as well. Their fingers are in every pie. This basic phone is just Android. That one even has WhatsApp. Adjacent, you see another section of ye&amp;rsquo; olde gizmo and gadget shoppe: Portable music players. There too you see it. Google everywhere.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You look like you need some air, friend. Come with me.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It is your wise Facebook-quitting friend.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I&amp;rsquo;m not strong enough&amp;hellip;how did you do it?&amp;rdquo; you plead.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Do what?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Get away from big tech? Use the web privately and safely without giving up your personal information to those companies?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Come. I&amp;rsquo;ll tell you a few things.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You follow your wise friend to a place. Neither here nor there. Not the rabbit hole, but not &lt;em&gt;not&lt;/em&gt; the rabbit hole. They sit you down. They tell you what should have been obvious all along:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;There is no perfect solution.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;If you push hard, it makes you more &lt;em&gt;unique&lt;/em&gt; to the companies you want to avoid. You can still be profiled without an account.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You have likely already done more than most to keep yourself safe and your personal information private, what with your decentralized platforms and encrypted everything. But if you keep digging, you will go insane, because there is always shit to be turned up. And shit stinks.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;It is one big stinky situation.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Still, you do not understand.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;So, we lose. They win.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No. It isn&amp;rsquo;t a win-lose thing&amp;hellip;but if you want to talk about that, tell me something: You quit social media, hardened your devices, blocked cookies and JavaScript and trackers; is there anything that you miss?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;No. Not at all.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;That, my friend, is a very big win. But, by the look of you, this is more of an obsession than anything else. How much time do you spend a day looking into this topic and interacting with strangers on the web?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Five or six hours. Maybe more.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;That is unhealthy. Stop doing that. Do something else with that time, and you will truly win.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The first days were difficult. Your friend was right. It was an obsession, but you did it. Months have gone by since you were pulled from the rabbit hole. You feel healthier, stronger, taller, even. You walk some days, see friends on others &amp;mdash; real friends. You shared your knowledge with your friends and family, they too wanted some distance from the evil-doers. You still read the different articles on privacy and security, but you no longer obsess over every possible point of attack or take the time to comment or reply with your hot take on the subject.&lt;/p&gt;
&lt;p&gt;You use the Internet; it doesn&amp;rsquo;t use you.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The Punkt. MP02 Minimalist Mobile Phone</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/</link>
      <pubDate>Thu, 15 Apr 2021 17:02:49 +0100</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/</guid><description>&lt;p&gt;&lt;strong&gt;TO SEE INFORMATION ON THE UPDATE, &lt;a href=&#34;https://bbbhltz.codeberg.page/2021/11/update-punkt-mp02/&#34;&gt;CLICK HERE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;For the past week I have been using a new (old) phone. The Punkt. MP02. Here are my thoughts on this minimalist designer phone&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;If you already know about this phone, you can skip straight to the end for my very short review. If you are of the uninitiated, it might be interesting for you to read about the company and the product before reading my thoughts.&lt;/p&gt;
&lt;p&gt;I have only been using this phone for a week. It was not provided by the company for review, it is just a gadget that I have wanted to try for some time.&lt;/p&gt;
&lt;p&gt;For the &lt;strong&gt;privacy-conscious&lt;/strong&gt;: This is not the phone you are looking for. Read &lt;a href=&#34;https://neflabs.com/article/punkt-mp02-security/&#34;&gt;&lt;em&gt;Spy Phone: Hands On With The Punkt MP-02&lt;/em&gt;&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h2 id=&#34;company&#34;&gt;Company&lt;/h2&gt;
&lt;p&gt;Punkt. is a Swiss company that makes designer consumer electronics. The company was established in 2008 and released its first product, a cordless phone (the DP01), in 2011. Since then, they have developed a handful of products including mobile phones (the MP01 and MP02), cases for those phones, an alarm clock, a USB charger and an extension cable.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Ethics play a key role in the company and they claim they only use suppliers wih a &amp;ldquo;proven environmental track record&amp;rdquo;. They also emphasise that they make their products to last.&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;h2 id=&#34;product&#34;&gt;Product&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;MP02&lt;/strong&gt; is a &amp;ldquo;feature-less&amp;rdquo; phone. Clearly, the picture above tells it all. It is distinctly Swiss in design: Buttons, arrows, a little screen. Black is the only choice for colour. It uses USB-C. You might be surprised, however, to know that the instruction manual for this device is 57 pages long (plus another 23 pages just for &lt;em&gt;Pigeon&lt;/em&gt;) and there are security features provided by the immortal and trustworthy BlackBerry.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/controls.png&#34; alt=&#34;Instruction Manual: Controls&#34;&gt;
    &lt;figcaption&gt;Punkt. MP01 Controls&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/keypad.png&#34; alt=&#34;Instruction Manual: Keypad&#34;&gt;
    &lt;figcaption&gt;Punkt. MP01 Keypad&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Although they do not really market this device as a &amp;ldquo;digital detox&amp;rdquo; or &amp;ldquo;digital minimalism&amp;rdquo; device, it has been typecast as one. From a marketing perspective, they have made the right choice. Trends are ephemeral, Punkt. products are supposed to be long-lasting.&lt;/p&gt;
&lt;h3 id=&#34;functions&#34;&gt;Functions&lt;/h3&gt;
&lt;p&gt;Beyond calling and texting, you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;manage your contacts;&lt;/li&gt;
&lt;li&gt;set alarms;&lt;/li&gt;
&lt;li&gt;use a timer and stopwatch;&lt;/li&gt;
&lt;li&gt;set reminders using a simple calendar;&lt;/li&gt;
&lt;li&gt;do simple maths using a calculator;&lt;/li&gt;
&lt;li&gt;connect to Wi-Fi;&lt;/li&gt;
&lt;li&gt;use the phone as a hotspot;&lt;/li&gt;
&lt;li&gt;get OTA updates;&lt;/li&gt;
&lt;li&gt;take simple notes;&lt;/li&gt;
&lt;li&gt;switch languages;&lt;/li&gt;
&lt;li&gt;use predictive text;&lt;/li&gt;
&lt;li&gt;use Bluetooth headsets;&lt;/li&gt;
&lt;li&gt;send and receive group chats;&lt;/li&gt;
&lt;li&gt;communicate with your friends who use Signal using the &lt;em&gt;Pigeon&lt;/em&gt; app.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also set hotkeys to access some of those functions without needing to go through the menu. All in all, this is positive (there is some negative to come). When you buy a phone like this, you don&amp;rsquo;t want to have links to Twitter, Facebook or random games that you cannot delete. All of the options, or lack thereof, are present by design. And design is what you are paying for here.&lt;/p&gt;
&lt;h3 id=&#34;design-cost-pricing&#34;&gt;Design, Cost, Pricing&lt;/h3&gt;
&lt;p&gt;€329 is what this little chunk of plastic will cost you. Let&amp;rsquo;s say €330 to make things easier.&lt;/p&gt;
&lt;p&gt;Many people reading this knew beforehand that Punkt. phones are expensive. If you are discovering this now and checking the price online to make sure I am not punking you, you may be thinking, &amp;ldquo;who would buy that?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Who would handicap themselves in this world of constant pings and beeps and notifications? People who have had enough! Remember, there are &lt;a href=&#34;https://www-cs-faculty.stanford.edu/~knuth/email.html&#34;&gt;people out there who don&amp;rsquo;t use email&lt;/a&gt; because they have had enough of it. The target market here is not young people. The target is people who want a nice (different) looking device to keep in touch with friends, family, and colleagues. It is the people who do not want to become their phone. It is people like myself, who like gadgets, who have jobs, who take the time to look into the different options on the market.&lt;/p&gt;
&lt;p&gt;When you buy an iPhone or an expensive pair of headphones, you are not just paying for the material and the markup. You are paying for the design. Design could be up to 50% of the cost of the product &lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;. Think about it. Well-designed products are like well-scripted movies.&lt;/p&gt;
&lt;p&gt;UX teams, UI teams, engineers, the whole crew, must sit down and create &amp;ldquo;user stories&amp;rdquo;. Mudita, another company working on a minimalist phone that hasn&amp;rsquo;t been released yet (priced in the €300 range), also talks about the importance of this necessary design step:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In order to visualize the features of MuditaOS and create the requirements, we needed to develop user stories - a complete list of all the functionalities and actions that the system needs to include from a user perspective.&lt;/p&gt;
&lt;p&gt;All of the teams were involved in this process. We prepared a list of general functionalities that Mudita Pure should have, and then divided them into particular applications and tools.&lt;/p&gt;
&lt;p&gt;For each application, we prepared a separate diagram, which not only showed the functionalities, but also the connections between them and the possible paths that a user could take. In total, we defined 450+ user stories! &lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;After preparing these stories, the product needs to be made possible through the magic of engineering. Parts need to be sourced; programmes written; prototypes tested. You pay for all of that.&lt;/p&gt;
&lt;p&gt;If we imagine that 50% of the price is design, with something like an 80% markup, then the phone &lt;em&gt;might cost&lt;/em&gt; about&amp;hellip;(€330/2/8)&amp;hellip;€20 to make! That seems reasonable for an Android device. Yes, you read that right: the Punkt. MP02 is an Android phone (more on that later).&lt;/p&gt;
&lt;p&gt;(EDIT: there is a teardown available on &lt;a href=&#34;https://fccid.io/Z3PMP02/Internal-Photos/Internal-photos-4067101&#34;&gt;fccid.io&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;It is also reasonable for another reason. If you price your product low, the perception changes. It also means that more people will buy it. More customers means more complaints. It also makes it a disposable device, which is not the goal here.&lt;/p&gt;
&lt;h3 id=&#34;under-the-hood&#34;&gt;Under the Hood&lt;/h3&gt;
&lt;p&gt;The phone runs Android, but what is it running? Android means we should be able to access developer options. Developer options means we should be able to inspect the device with the Android Developer Tools and perhaps see what role BlackBerry is playing and how many fingers Google has in this pie.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Settings - About - *Click on Build Number a bunch of times*&amp;hellip;SUCCESS!&lt;/em&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Package Name                            # Description

android.ext.services                    # Notification ranking service (I think?)
android.ext.shared                      # Android Shared Library
ch.punkt.mp02.appmgr                    # Guessing this is the appmanager for the MP02
ch.punkt.mp02.calendar                  # Calendar App
ch.punkt.mp02.registration              # Phone Registration App
com.android.backupconfirm               # Allows backup/reset/restore operations
com.android.bluetooth                   # Bluetooth
com.android.bluetoothmidiservice        # Bluetooth
com.android.calculator2                 # Calculator
com.android.calllogbackup               # Call logging
com.android.captiveportallogin          # Wi-fi login tool
com.android.carrierconfig               # Configures telephony features based on carrier
com.android.carrierdefaultapp           # Carrier toolkit
com.android.cellbroadcastreceiver       # Registers system and application events
com.android.certinstaller               # Credential storage
com.android.companiondevicemanager      # Manages companion devices (Bluetooth, etc.)
com.android.contacts                    # Contacts manager
com.android.cts.ctsshim                 # Compatibility Test Suite: solves problems between versions of Android
com.android.cts.priv.ctsshim            # Compatibility Test Suite: solves problems between versions of Android (private?)
com.android.defcontainer                # Package access helper for installing and uninstalling apps
com.android.deskclock                   # Clock widget
com.android.dialer                      # Dialer
com.android.documentsui                 # file picker (I&amp;#39;ve deleted this on other phones by accident, results are as you can imagine)
com.android.email                       # Email for some reason?
com.android.emergency                   # Emergency dialer for when the phone is locked (required by law)
com.android.exchange                    # MS Exchange?
com.android.externalstorage             # Handles access rights between content providers
com.android.gallery3d                   # Photo gallery
com.android.htmlviewer                  # HTML viewer
com.android.inputdevices                # Probably does what it says and listens for input devices like the USB earbud
com.android.keychain                    # Provides access to private keys and credentials
com.android.launcher3                   # Punkt. Launcher
com.android.location.fused              # Location
com.android.managedprovisioning         # Sets profiles for device
com.android.mms                         # MMS
com.android.mms.service                 # Handles MMS (even though the phone cannot receive MMS...)
com.android.mtp                         # Media Transfer Protocal
com.android.music                       # Music app (needed for ringtones)
com.android.onetimeinitializer          # First boot initialisation app (onboarding)
com.android.packageinstaller            # Package installer
com.android.pacprocessor                # Proxy auto-config: defines the proxies if used
com.android.phone                       # Phone app
com.android.protips                     # Provides tips on homescreen
com.android.providers.blockednumber     # Allows phone number blocking (very useful!)
com.android.providers.calendar          # Calendar storage
com.android.providers.contacts          # Contacts storage
com.android.providers.downloads         # Another content provider app
com.android.providers.media             # Scans and stores media file info for quick access
com.android.providers.settings          # Settings app
com.android.providers.telephony         # Provides core Android functionality related to MMS and SMS messages
com.android.providers.userdictionary    # User dictionary
com.android.provision                   # Required service: is needed when the user&amp;#39;s phone moves from one cell-tower to the next, networking and Wi-fi.
com.android.proxyhandler                # Proxy handler
com.android.quicksearchbox              # Quick search widget (useless?)
com.android.server.telecom              # Manages phone calls, among other things
com.android.settings                    # Settings app
com.android.sharedstoragebackup         # Works as part of the backup/restore system
com.android.shell                       # Provides shell
com.android.sim                         # SIM manager
com.android.simnote                     # Unsure, but it is required and is related to the SIM
com.android.soundrecorder               # Sound recorder
com.android.statementservice            # App for the privacy statement
com.android.stk                         # SIM Application Toolkit: manages the SIM card (contacts, etc.)
com.android.storagemanager              # Handles storage
com.android.systemui                    # System UI
com.android.systemui.theme.dark         # Dark Theme for System (is there a light theme?)
com.android.vpndialogs                  # Dialogs for connecting to VPN
com.android.wallpaperbackup             # Wallpaper handler?
com.android.wallpapercropper            # Wandles wallpapers as well (useless?)
com.android.webview                     # Webview (useful when there is a CAPTCHA)
com.blackberry.bide                     # BlackBerry Integrity Detection: monitors the device for known security vulnerabilities
com.caf.fmradio                         # There isn&amp;#39;t an FM radio app so...useless for now?
com.dsi.ant.server                      # ANT HAL (Hardware Abstraction Layer) Server (?)
com.dtinfo.tools                        # OTA updates
com.iqqijni.dv12key                     # I think this is the &amp;#34;Kika keyboard&amp;#34; app...provides predictive text and emoji
com.qti.confuridialer                   # Conference call service; could be removed
com.qti.launcherunreadservice           # Works with or is part of launcher
com.qti.qualcomm.datastatusnotification # unsure what it does; needs permissions to send sms
com.qualcomm.embms                      # background service for carriers to use to send you stuff?; can be removed
com.qualcomm.location                   # Location service (GPS off by default)
com.qualcomm.location.XT                # Location service (GPS off by default)
com.qualcomm.qcrilmsgtunnel             # Worrks with the phone dialer app
com.qualcomm.qti.callfeaturessetting    # Not mandatory; can be removed
com.qualcomm.qti.ims                    # Redundant IMS (?); needed for VoIP
com.qualcomm.qti.services.secureui      # WHO KNOWS?
com.qualcomm.qti.simsettings            # Allows settings for SIM cards (names, colours)
com.qualcomm.qti.telephonyservice       # Sound processing for phone calls
com.qualcomm.qti.uceShimService         # Unified Communications for Enterprise
com.qualcomm.simcontacts                # Access to SIM contacts
com.qualcomm.timeservice                # Soes something with the clock; no touchy
com.quicinc.cne.CNEService              # Automatically switchs between Wifi/3G/4G depending on network performances
org.codeaurora.bluetooth                # Handles Bluetooth
org.codeaurora.ims                      # Needed for VoIP
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;em&gt;If you see mistakes here, could you let me know by &lt;a href=&#34;https://bbbhltz.codeberg.page/contact&#34;&gt;sending me an email&lt;/a&gt; or on Mastodon?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;As we could have guessed, it is close-to-stock Android with the necessary Qualcomm bits, a couple Punkt. apps, a single BlackBerry app, and some &amp;ldquo;who knows?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Within the &amp;ldquo;who know?&amp;rdquo; category we have the package called &lt;code&gt;com.iqqijni.dv12key&lt;/code&gt; which, when pulled from the device, is &lt;strong&gt;Kika.apk&lt;/strong&gt;. I am unsure if this is the Kika keyboard app, but if it is the case Punkt. should consider replacing it somehow. It is probably there to provide predictive text features or emoji (&lt;a href=&#34;https://reports.exodus-privacy.eu.org/en/reports/com.qisiemoji.inputmethod/latest/&#34;&gt;see entry on εxodus&lt;/a&gt;). I uploaded the APK to &lt;a href=&#34;https://beta.pithus.org/report/41029c7f5b4771a4d4ba81bef42bbc047d63a198cbdfd3e1698d1fcb0cffc334&#34;&gt;Pithus&lt;/a&gt; to confirm that it is a 12-key keyboard from Kika.&lt;/p&gt;
&lt;p&gt;It is easy enough to disable/uninstall a few of these, and for now I won&amp;rsquo;t go messing around.&lt;/p&gt;
&lt;h2 id=&#34;review&#34;&gt;Review&lt;/h2&gt;
&lt;p&gt;There are plenty of review available for you to read. The phone does its job. The newest feature, &lt;em&gt;Pigeon&lt;/em&gt; (which is Signal) needs detailing.&lt;/p&gt;
&lt;h3 id=&#34;my-experience&#34;&gt;My Experience&lt;/h3&gt;
&lt;p&gt;This is not my first Punkt. phone. I had the MP01 in 2018 just before this model was released. I was not at all surprised to open the stylish box and extract the rather heavy phone from its neat, tilted, place of rest. The box contained what is expected. The earpiece is nice. It is USB-C and is just a single earbud; I didn&amp;rsquo;t have one like that!&lt;/p&gt;
&lt;p&gt;The differences became apparent after booting.&lt;/p&gt;
&lt;p&gt;Booting is fast. I knew that I would need to update. I went through the options to find the Wi-Fi options, connected, found the update firmware option and waited.&lt;/p&gt;
&lt;p&gt;It seemed a little long. There was no true visual to let me know if something was happening or even working. Finally there was a progress bar, then it rebooted, there was another progress bar, and I was up-to-date.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Quick Tour of the Punkt. Menus &lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(I don&amp;rsquo;t know why some of these screenshots are tinted green)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/home.png#center&#34; alt=&#34;Punkt. Home screen&#34;&gt;
    &lt;figcaption&gt;Home screen&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/upmenu.png#center&#34; alt=&#34;Quick Settings&#34;&gt;
    &lt;figcaption&gt;Quick Settings&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/menu.png#center&#34; alt=&#34;Main Menu&#34;&gt;
    &lt;figcaption&gt;Main Menu&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Interface and Experience&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(not counting Pigeon)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The main part of the interface is the device itself. It is solid and has a decent amount of heft. I think I may have preferred the texture of the MP01 over the MP02. The MP01 had a unique dimpled golf ball pattern on the back (as well as some other physical buttons). The unique shape of the phone is not awkward to use. The bonus is that it looks nice when sitting on a desk.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/original.jpg&#34; alt=&#34;Punkt. MP01&#34;&gt;
    &lt;figcaption&gt;The MPO1 Phone&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Navigating the phone is not unpleasant. It is actually quite snappy most of the time and there are some animated effects. Using the buttons to get around is intuitive and it the choice to include a special message and contacts button is a good one. Speaking of the buttons, they are a good size, even for my big fingers.&lt;/p&gt;
&lt;p&gt;Moving around with just up, down, back, and OK is not at all hindering&lt;/p&gt;
&lt;p&gt;There are occasional delays. Since we don&amp;rsquo;t always have some sort of visual or icon to let us know something is happening, it might lead us to think that it isn&amp;rsquo;t working. A good example is when you reboot the device and are asked for the password and SIM password. It is just long enough to begin asking yourself if it is working.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Messaging and Contacts&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;These are the two main apps on the device. As you can imagine, they work the way we want. The contacts app lets us add all the info we might want to have &amp;mdash; first and last name, nickname, email addresses, address, notes, and phone numbers.&lt;/p&gt;
&lt;p&gt;Messaging on the MP01 was not threaded. It was fast, for sure, but if you forgot what the conversation was about it was a little challenging. Users complained and so the MP02 has threaded messaging. It is better, but the text can get a little tiny. Luckily as you scroll up and down the text pops out and each message is contained in a little call-out or speech bubble.&lt;/p&gt;
&lt;p&gt;There are a series of predefined templates that you can add to. This is something that most users should take advantage of, especially if you frequently use a word that is not in the dictionary, like the name of a shop.&lt;/p&gt;
&lt;p&gt;The text input works much better than something like KaiOS, and is similar to what most of us remember from pre-smartphone days. You can input tap-by-tap, numbers, or use the predictive text mode. You can easily switch between languages, which I have to do all the time. I did need to use the guide to figure out how to do all caps.&lt;/p&gt;
&lt;p&gt;There is also the standard set of characters that you can access with the &lt;kbd&gt;*&lt;/kbd&gt; key, and the Android Emoji too (by holding the &lt;kbd&gt;*&lt;/kbd&gt; key).&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/charmap.png#center&#34; alt=&#34;Character Map&#34;&gt;
    &lt;figcaption&gt;Character Map - available by pressing * when inputting text&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/emoji.png#center&#34; alt=&#34;Emoji&#34;&gt;
    &lt;figcaption&gt;Emoji - available by holding * when inputting text&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;It is a good thing that these two apps function correctly &lt;em&gt;now&lt;/em&gt;. I updated my device before use, but when you see the &lt;a href=&#34;https://www.punkt.ch/en/products/mp02-4g-mobile-phone/#release&#34;&gt;changes&lt;/a&gt; introduced you can see that the previous version was somewhat less usable:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Text input&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An updated version of the text input software package has been installed.&lt;/li&gt;
&lt;li&gt;User dictionary has been reintroduced.&lt;/li&gt;
&lt;li&gt;When long pressing either the UP or DOWN keys in a text input field, the cursor will rapidly scroll through the text instead of jumping immediately to the start or end.&lt;/li&gt;
&lt;li&gt;Several pages of ideograms have been added.&lt;/li&gt;
&lt;li&gt;Default mode in the Input method has been reviewed and improved in numerous use cases.&lt;/li&gt;
&lt;li&gt;The apostrophe and quote marks have been corrected on the special characters input panel.&lt;/li&gt;
&lt;li&gt;Bug entering a new line instead of displaying the contextual menu when pressing the Punkt. key is now fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Contacts&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;When searching for contacts, the original search term is now displayed until the search has been cleared.&lt;/li&gt;
&lt;li&gt;The contact list now only shows contacts stored on the handset. SIM contacts are accessible in the SIM contacts menu.&lt;/li&gt;
&lt;li&gt;When using the Call or Message keys to contact a recipient with multiple phone numbers, it is now possible to select the desired number.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Calendar&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/calendar.png#center&#34; alt=&#34;Calendar&#34;&gt;
    &lt;figcaption&gt;Calendar (it is just a calendar)&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;There is nothing to say about this app. It is a calendar. It shows the calendar with days of the week and week numbers. That is all.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Clock&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You can set the clock with this app, and list different time zones. The thing I like about the clock app is the graphical map for time selection. It is a nice touch.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/map.png#center&#34; alt=&#34;Map for Time zone Selection&#34;&gt;
    &lt;figcaption&gt;Map for Time zone Selection&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notes&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Just like on older devices, there is a notes app. It is useful because you can use it to set reminders. The reminders are then listed as notifications on your home screen.&lt;/p&gt;
&lt;p&gt;What is missing here is an export feature. I would like to be able to access the notes when the device is attached to my computer. Similarly, it would be nice to be able to prepare a long note and then send it as a message.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Calculator&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This app is broken. My CASIO calculator watch works better. What can be broken in a calculator you wonder? The decimal key, of course!&lt;/p&gt;
&lt;p&gt;If zero is the first number, you cannot type a decimal after. So, if I want to type &lt;code&gt;1.9+0.1&lt;/code&gt; I get this:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/calcbug.png#center&#34; alt=&#34;Calculator Bug&#34;&gt;
    &lt;figcaption&gt;Calculator has a problem with zeros&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;This is because the same button is supposed to let you cycle through different inputs:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/calchelp.png#center&#34; alt=&#34;Calculator Help Screen&#34;&gt;
    &lt;figcaption&gt;Calculator Help Screen&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;But, it does not want to let me put a decimal after a zero. That is one of the six main apps that does not work.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Settings&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Settings have all of the preferences you would expect for connections, setting the date, sounds, installing Pigeon, setting the voicemail number, caller ID, etc. You can set the hotkeys here as well, but I don&amp;rsquo;t know how to delete them.&lt;/p&gt;
&lt;p&gt;There is a security option that just shows you this:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/bb.png#center&#34; alt=&#34;BlackBerry Security&#34;&gt;
    &lt;figcaption&gt;Excellent security according to BlackBerry&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;And of course, the expected Android about info that lets you know you just exchanged your hard-earned dough for Android 8.1.0.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/aosp.png#center&#34; alt=&#34;AOSP Version&#34;&gt;
    &lt;figcaption&gt;AOSP version 8.1.0&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h3 id=&#34;pigeon&#34;&gt;Pigeon&lt;/h3&gt;
&lt;p&gt;A surprise email landed in my inbox on April the 8th. Signal was available on the Punkt. MP02! The version on the Punkt. phone is called Pigeon but is still &lt;code&gt;org.thoughtcrime.securesms&lt;/code&gt;. Punkt., as far as I can tell, released no media to show off this feature except for a few tweets and Instagram posts that tell us nothing.&lt;/p&gt;
&lt;p&gt;The features are there: text, voice, call (no video, obviously). And, it can receive audio, video, and photo messages. Groups work, with a few caveats.&lt;/p&gt;
&lt;p&gt;The main menu gives you access the the basics, and each conversation has its own menu and settings.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/pigmenu.png#center&#34; alt=&#34;Pigeon Menu&#34;&gt;
    &lt;figcaption&gt;Pigeon Main Menu&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/pigsession.png#center&#34; alt=&#34;Pigeon Conversation Menu&#34;&gt;
    &lt;figcaption&gt;Pigeon Conversation Menu&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;You can get to Pigeon with a long press on the message button or through the menu. As soon as you start messaging with Pigeon, one thing becomes clear: &lt;strong&gt;this app was not ready for prime time&lt;/strong&gt;. I suppose the only way to work out bugs is to throw the app to the wolves. This app wouldn&amp;rsquo;t survive an attack by puppies.&lt;/p&gt;
&lt;p&gt;Sure, it is great that I can send voice messages to my mother in Canada. And I can receive some pics from friends. How I can get them off of the phone is a mystery for the moment. The app is, however, an exercise in frustration most of the time.&lt;/p&gt;
&lt;p&gt;If you are having a conversation, you might not notice the problems. But, as soon as you want to look through your conversation, it scrolls randomly. Sometimes you can land on the message you want, and expand it to read the entire thing, sometimes it is hidden behind the input box. There are also instances of the text going outside of the dialogue balloon boundaries.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone//images/punkt/signal1.png#center&#34; alt=&#34;Pigeon Thread&#34;&gt;
    &lt;figcaption&gt;Design is key!&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;That is not even the bad part. The bad part is that you sometimes don&amp;rsquo;t get messages until much later! So far, while testing with my partner, the difference can be anywhere between 4 and 50 minutes. It usually requires cycling the aeroplane mode to get those messages to download.&lt;/p&gt;
&lt;p&gt;Punkt. is aware of these problems, among others:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Known issues in Pigeon v1.0.0777&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Displaying images: when selecting received images in a message thread, the screen becomes darker.&lt;/li&gt;
&lt;li&gt;Forwarding a video or document file: this sometimes causes the MP02 to return to the Home screen.&lt;/li&gt;
&lt;li&gt;Exiting Pigeon: this may occasionally cause the system to freeze for a limited period.&lt;/li&gt;
&lt;li&gt;Accessing a new message from a notification: the message is highlighted but its font size may not be enlarged.&lt;/li&gt;
&lt;li&gt;Notifications: these may sometimes be produced with a slight delay, especially if the MP02 is locked.&lt;/li&gt;
&lt;li&gt;Incoming calls: these may occasionally not be received, especially if the MP02 is locked.&lt;/li&gt;
&lt;li&gt;Groups: it is not yet possible to appoint a group member as an additional&lt;/li&gt;
&lt;li&gt;Notifications options screen: this currently has a scrolling issue.&lt;/li&gt;
&lt;li&gt;Calls: an echo is heard in some circumstances.&lt;/li&gt;
&lt;li&gt;Message thread: moving through a message thread will sometimes cause the highlighting to jump too&lt;/li&gt;
&lt;li&gt;Confirmation messages: some of these still appear in English, despite the MP02 being set to a different language.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;That is essentially a problem with nearly every aspect of the app! What they call &amp;ldquo;moving through a message thread will sometimes cause the highlighting to jump too&amp;rdquo; is what I mentioned above. Super jumpy.&lt;/p&gt;
&lt;p&gt;Over on Reddit, the critiques are similar:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Meh, pretty unelegant. It was such obvious solution to me to integrate it into the SMS app, maybe with an indicator for Signal threads, that I didn&amp;rsquo;t expect something like this. Breaks all the design principles.&lt;br&gt;
Edit: Also, bad usability. I can&amp;rsquo;t scroll through threads properly, making some messages unreadable.&lt;br&gt;
Edit2: Also, messages are delivered with half an hour delay. No Pigeon for me thx&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;via &lt;a href=&#34;https://teddit.net/r/Punkt/comments/mmp397/pigeon_ie_signal_is_out_now/gttk5gg/#c&#34;&gt;/u/gruetzhaxe&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;bottom-line&#34;&gt;Bottom Line&lt;/h3&gt;
&lt;p&gt;Outside of Pigeon, the phone is a good phone. Texting, calling, other bits and bobs are working correctly. Pigeon is a step in the right direction. The phone has Wi-Fi, so we might as well use it for something. The phone makes for a very good companion device for weekends when you want to focus on family and friends without being attached to a smartphone. The benefits of this device are somewhat opaque. Limited features should mean limited benefits, but the perceived value of the device could be very high, depending on the type of person you are.&lt;/p&gt;
&lt;p&gt;If design matters to you, then this might be something to think about. If you want to give someone a nice designer gift, this might be an idea. If all of your work and socialising is done via calls and SMS, and you want to have a designer gadget to do this with, then this is an OK option. Anything this phone does, a cheaper Android can do better. The only difference will be the appearance of the device.&lt;/p&gt;
&lt;p&gt;I like the device, despite what my comment above may imply. I like the appearance and the limited functionality. I like having a very light device in my pocket and I am very happy to have the MP02 because I also liked the MP01. &lt;strong&gt;But&lt;/strong&gt;, I like gadgets. I like things like portable music players, Raspberry Pis, pedometers, calculator watches, and any type of end-user gizmo that I can find a use for. I think that with a few tweaks and fixes, this device could be much more user friendly, especially where Pigeon/Signal is concerned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;65% &amp;mdash; good work overall with noticeable points of improvement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If you are thinking about this device, and reading this, do some research. Get on the &lt;a href=&#34;https://teddit.net/r/Punkt/&#34;&gt;subreddit&lt;/a&gt; and see what people are saying. Read the reviews. Remember that this thing came out in 2018 and consider other options too. The phone will likely reach end-of-life in 2 years.&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;conclusion-and-recommendations&#34;&gt;Conclusion and Recommendations&lt;/h2&gt;
&lt;p&gt;If anyone from &lt;strong&gt;Punkt.&lt;/strong&gt; ever comes across this, here are my TL;DR notes disguised as a conclusion:&lt;/p&gt;
&lt;p&gt;The Punkt. MP02 is an attractive device with a purposefully limited set of features that make it wonderful to use. Seriously. It is light and easy and provides you with the &lt;em&gt;joy&lt;/em&gt; of missing out that we have all forgotten about over the years. Future updates need to address glaring issues:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Calculator&lt;/strong&gt; needs to be fixed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Notes&lt;/strong&gt; needs an export feature (maybe with Markdown support)&lt;/li&gt;
&lt;li&gt;Give the &lt;strong&gt;Wi-Fi&lt;/strong&gt; another purpose (Internet radio? &lt;strong&gt;Podcasts&lt;/strong&gt;? Some sort of management software for our computers?)&lt;/li&gt;
&lt;li&gt;Include an &lt;strong&gt;FM radio&lt;/strong&gt; app perhaps? There is about 12 GB of free space on the device, so it would be great to use it for something.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Increase the volume&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pigeon audio and video messages need volume control&lt;/strong&gt; and an easy way to activate the speaker&lt;/li&gt;
&lt;li&gt;Pigeon should have been called &lt;strong&gt;Pigeon Beta&lt;/strong&gt; or Testing to avoid too many complaints&lt;/li&gt;
&lt;li&gt;Pigeon needs to work with the &lt;strong&gt;desktop app&lt;/strong&gt; (I haven&amp;rsquo;t tried, but comments on forums make it sound like it does not)&lt;/li&gt;
&lt;li&gt;Give us a &lt;strong&gt;roadmap&lt;/strong&gt; for updates&lt;/li&gt;
&lt;li&gt;Give us &lt;strong&gt;a place to submit issues&lt;/strong&gt; for the different apps &amp;mdash; even github would be good. Or, give the community a blog.&lt;/li&gt;
&lt;li&gt;When the device reaches EOL, &lt;strong&gt;open up the code&lt;/strong&gt; and let us root our devices.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.punkt.ch/en/products/&#34;&gt;https://www.punkt.ch/en/products/&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://www.punkt.ch/en/about-us/punkt/&#34;&gt;https://www.punkt.ch/en/about-us/punkt/&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;I don&amp;rsquo;t remember where I read this, but if I come across it again I will update this article.&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://mudita.com/community/blog/adesign-awards-and-update-on-the-operating-system/&#34;&gt;https://mudita.com/community/blog/adesign-awards-and-update-on-the-operating-system/&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:5&#34;&gt;
&lt;p&gt;if you want to pull screenshots from your Punkt. MP02, you can do it with adb using the commands &lt;code&gt;adb shell screencap -p /sdcard/scrot.png&lt;/code&gt; and &lt;code&gt;adb pull /sdcard/scrot.png&lt;/code&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/04/the-punkt.-mp02-minimalist-mobile-phone/#fnref:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Linux Users Like Lovely Logos</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/</link>
      <pubDate>Fri, 26 Mar 2021 10:00:14 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/</guid><description>&lt;p&gt;&lt;em&gt;NOTE: I haven&amp;rsquo;t gotten around to resizing these images&amp;hellip; Sorry!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;Don&amp;rsquo;t judge a book by the cover&amp;rdquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is a maxim to follow, and any one of us can think of examples &lt;em&gt;ad nauseam&lt;/em&gt;. For the sake of procrastination however, let us judge the logos of some popular Linux distributions based solely on their logos.&lt;/p&gt;
&lt;p&gt;This is not an exact science, so one would not expect things to match up perfectly. To begin with, I will outline the meanings of different shapes, then I will look at a few distributions. In additions to the shapes, we will also consider the colours used.&lt;/p&gt;
&lt;h2 id=&#34;shapes-colours-and-their-meanings&#34;&gt;Shapes, Colours and Their Meanings&lt;/h2&gt;
&lt;p&gt;According to different sources, most of which state nearly the same thing (&lt;a href=&#34;https://looka.com/blog/logo-shapes-meanings/&#34;&gt;see example&lt;/a&gt;), shapes express meaning.&lt;/p&gt;
&lt;p&gt;The shapes we see regularly in logos are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Circles&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;femininity
&lt;ul&gt;
&lt;li&gt;this is not femininity in the sense of &lt;em&gt;male&lt;/em&gt; vs &lt;em&gt;female&lt;/em&gt;, but rather &lt;em&gt;tough&lt;/em&gt; vs &lt;em&gt;tender&lt;/em&gt;, or, if you prefer, &lt;em&gt;forgiving&lt;/em&gt; vs &lt;em&gt;unforgiving&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;security&lt;/li&gt;
&lt;li&gt;continuity&lt;/li&gt;
&lt;li&gt;protection&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Rectangles and Squares&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;reliability&lt;/li&gt;
&lt;li&gt;stability&lt;/li&gt;
&lt;li&gt;strength&lt;/li&gt;
&lt;li&gt;efficiency&lt;/li&gt;
&lt;li&gt;professionalism&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Triangles&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;stability&lt;/li&gt;
&lt;li&gt;ingenuity&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vertical lines&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;strength&lt;/li&gt;
&lt;li&gt;courage&lt;/li&gt;
&lt;li&gt;dominance&lt;/li&gt;
&lt;li&gt;progress&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Spirals and Organic Shapes&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;unique&lt;/li&gt;
&lt;li&gt;inviting&lt;/li&gt;
&lt;li&gt;wellness&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/colours.jpeg#center&#34; alt=&#34;Colours and Emotions via The Logo Company&#34;&gt;
    &lt;figcaption&gt;Colours and Emotions via The Logo Company&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;h2 id=&#34;the-distributions&#34;&gt;The Distributions&lt;/h2&gt;
&lt;p&gt;I am not a masochist, so I won&amp;rsquo;t be looking at every distro. I randomly selected some distros from the &lt;a href=&#34;https://distrowatch.com/dwres.php?resource=ranking&#34;&gt;Distrowatch Rankings&lt;/a&gt; based on no criteria at all besides seeing them mentioned regularly on different social networks and YouTube channels.&lt;/p&gt;
&lt;h3 id=&#34;arch&#34;&gt;Arch&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/archlinux.svg&#34; alt=&#34;Arch Linux Logo&#34;&gt;
    &lt;figcaption&gt;Arch Linux Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Arch Linux adheres to the KISS principle (&amp;ldquo;Keep It Simple, Stupid&amp;rdquo;) and is focused on simplicity, modernity, pragmatism, user centrality, and versatility. In practice, this means the project attempts to have minimal distribution-specific changes, and therefore minimal breakage with updates, and be pragmatic over ideological design choices and focus on customizability rather than user-friendliness.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: The logo for Arch is a triangle. It is common usage in logos to use a triangle to represent the letter &lt;strong&gt;A&lt;/strong&gt;. As stated above, the triangle is supposed to represent things like &lt;em&gt;stability&lt;/em&gt; and &lt;em&gt;ingenuity&lt;/em&gt;. In the case of Arch, that could be fitting. While it is a rolling distro, there are plenty of users who state that it is stable. It can also be considered ingenuous due to its nature; minimal but customisable. The choice of colour, in this case blue, is apt. According to &amp;ldquo;The Logo Company&amp;rdquo; (and other sources), it is the colour of trust, dependability, and strength.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: There is a bias here, of course. I do not use Arch any longer, but I did in the past. Despite initial installation surprises I had no issues using Arch. Once you jump through a few hoops you can have yourself a dependable operating system. The nature of the operating system is not user friendly, but does force the user to read the documentation resulting in a deeper understanding of how things work; the user gets &lt;em&gt;stronger&lt;/em&gt;, in a sense, and the distro does reflect some of that strength. I therefore approve the choice of logo and colour.&lt;/p&gt;
&lt;h3 id=&#34;peppermint-os&#34;&gt;Peppermint OS&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/peppermintos.png&#34; alt=&#34;Peppermint OS Logo&#34;&gt;
    &lt;figcaption&gt;Peppermint OS Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Peppermint OS is a Linux OS based on Lubuntu, which itself is a derivative of the Ubuntu Linux operating system that uses the LXDE desktop environment. It aims to provide a familiar environment for newcomers to Linux, which requires relatively low hardware resources to run.&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: It is a circle. Circles represent femininity (i.e. tender and forgiving) and protection. The distro markets itself as &lt;em&gt;familiar&lt;/em&gt; and requiring lower system resources. That, for me, is a good example of femininity. Relying on an Ubuntu base with some bits from Mint helps with this. I have never used it, but based on their website, the vocabulary used to describe it, the traditional out-of-the-box interface (and the choice of LXDE as a DE) I would expect a fair amount of hand-holding while using this distribution. The choice of colour, red here, is supposed to represent youth, boldness, and excitement. At first glance, that does not seem to represent what Peppermint is about. But, if you think about different companies that use red in their logos (Coca-Cola, Nintendo, McDonald&amp;rsquo;s), they are the types of companies that give us what we expect.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: I have never used this distro, but perhaps when my computer gets a little older I will take it for a spin. Judging it just on the logo, I would expect to find something user-friendly with no surprises, that would make an older computer feel snappy and fast. I accept this logo.&lt;/p&gt;
&lt;h3 id=&#34;opensuse-tumbleweed-and-leap&#34;&gt;OpenSUSE: Tumbleweed and Leap&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/opensuse.png&#34; alt=&#34;OpenSUSE Logo&#34;&gt;
    &lt;figcaption&gt;OpenSUSE Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/tumbleweed.png&#34; alt=&#34;Tumbleweed Logo&#34;&gt;
    &lt;figcaption&gt;Tumbleweed Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/leap.svg&#34; alt=&#34;Leap Logo&#34;&gt;
    &lt;figcaption&gt;Leap Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: &lt;em&gt;Tumbleweed&lt;/em&gt; is the flagship of the openSUSE Project. A stable and tested Rolling Release, which receives new software each day, and which is basically unbreakable: if a fault occurs as a result of system updates, a snapshot function allows users to revert to a previous system state. Tumbleweed is preferred by openSUSE users as a desktop system.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Leap&lt;/em&gt; is a classic stable distribution approach, one release each year and in between security and bugfixes. This makes Leap very attractive as server operating system, but as well for Desktops since it requires little maintenance effort. Online release upgrades are mostly so unspectacular and trouble-free that the community already proposed, the next release should be called &amp;lsquo;boring&amp;rsquo;.&lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logos&lt;/strong&gt;: Some variations here, and combinations too. The main chameleon logo would fall under the organic category above, and should inspire feelings of uniqueness and invitation. Having never used any version of this distro, I do know that it has some unique features such as the reputation of being unbreakable. The &lt;em&gt;Tumbleweed&lt;/em&gt; logo could be interpreted as having the &lt;em&gt;continuity&lt;/em&gt; of the circle family of logos, and the &lt;em&gt;uniqueness&lt;/em&gt; of the spirals. The &lt;em&gt;Leap&lt;/em&gt; logo, on the other hand, echoes the promise of the distro through its square shape: stable, reliable, and efficient. Colour-wise, the green logos convey a sense of peace and growth, while the &lt;em&gt;Tumbleweed&lt;/em&gt; logo leans more toward the trust and strength of blue.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: OpenSUSE is certainly unique, so using an animal shape with a spiral tail is fitting. The &lt;em&gt;Leap&lt;/em&gt; logo is particular precise in the emotion it conveys. Like with Arch above, the rolling release &lt;em&gt;Tumbleweed&lt;/em&gt;, went with a bluish tint to give us a feeling a trust, while also telling us that it is safe and inviting. I don&amp;rsquo;t believe I have ever tried OpenSUSE, but the &lt;em&gt;Tumbleweed&lt;/em&gt; variant does seem tempting. I really like these logos, and I think that there was some thought put into them. I say yay.&lt;/p&gt;
&lt;h3 id=&#34;void&#34;&gt;Void&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/void.png&#34; alt=&#34;Void Linux Logo&#34;&gt;
    &lt;figcaption&gt;Void Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Void is a notable exception to the majority of Linux distributions because it uses &lt;code&gt;runit&lt;/code&gt; as its &lt;code&gt;init&lt;/code&gt; system instead of the more common &lt;code&gt;systemd&lt;/code&gt; used by other distributions including Arch Linux, CentOS, Debian, Fedora, Mageia and Ubuntu. It is also unique among distributions in that separate software repositories and installation media using both &lt;code&gt;glibc&lt;/code&gt; and &lt;code&gt;musl&lt;/code&gt; are available.&lt;/p&gt;
&lt;p&gt;Due to its rolling release nature, a system running Void is kept up-to-date with binary updates always carrying the newest release.&lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Unlike trillions of other existing distros, Void is not a modification of an existing distribution. Void&amp;rsquo;s package manager and build system have been written from scratch.&lt;/p&gt;
&lt;p&gt;Void focuses on stability, rather than on being bleeding-edge. Install once, update routinely and safely.&lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: I would say that there are two things going on here. First of all, there is the circle. We have already seen circles, so no need to go over that again. Void is about security, continuity, and protection. There is also some vertical lines in the lettering that to underline strength and progress. The shades of green that are used might not be the most obvious choice, certainly for something called &lt;em&gt;Void&lt;/em&gt;, but like the circle shape and its &lt;em&gt;continuity&lt;/em&gt;, the green speaks of &lt;em&gt;growth&lt;/em&gt;. For a distribution that is built from scratch, growth and continuity hopefully mean that Void is here to stay. The lettering is black, expressing balance and calm.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: I have been tempted to try Void after reading many different things. The thing that I was interested in the most is that is does not use systemd. I have since stopped worrying about that because there are other things to worry about. I feel that this is a decent logo (based on the shape, I thought it would be an Ubuntu derivative). Not perfect, but certainly well-adapted to Void&amp;rsquo;s promises. Initially, when I first read about Void, I expected something darker as a logo. If these ideas about shapes and colours are true, however, I have no choice but to applaud the designer&amp;rsquo;s choices.&lt;/p&gt;
&lt;h3 id=&#34;debian&#34;&gt;Debian&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/debian.png&#34; alt=&#34;Debian Swirl&#34;&gt;
    &lt;figcaption&gt;Debian Swirl Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Debian is composed of free and open-source software, developed by the community-supported Debian Project. The Debian Stable branch is the most popular edition for personal computers and servers. Debian is also the basis for many other distributions, most notably Ubuntu.&lt;/p&gt;
&lt;p&gt;One of the oldest operating systems based on the Linux kernel, the project is coordinated over the Internet by a team of volunteers guided by the Debian Project Leader and their foundational documents.&lt;sup id=&#34;fnref:6&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:6&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;6&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: The reddish circle-spiral is supposed to tell us that it is inviting, safe, and forgiving, with a touch of youthfulness. Stability is not conveyed through this logo, as we would expect. In 1993, when the project began, this was a bold and exciting distribution. &lt;a href=&#34;https://www.debian.org/vote/1999/vote_0004&#34;&gt;The swirl was selected by vote after a contest in 1999 to replace the original chicken&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: Debian&amp;rsquo;s logo does not scream &amp;ldquo;NEW AND EXCITING&amp;rdquo;. I suppose in 2021 we are used to seeing shapes that we can easily reproduce with InDesign and Inkscape. As a Debian user I do agree that it is a forgiving distribution with lots of documentation and a large community making it rather inviting. I would grade this logo as &amp;ldquo;good&amp;rdquo; but in need of rejuvenation.&lt;/p&gt;
&lt;h3 id=&#34;linux-mint&#34;&gt;Linux Mint&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/mint.png&#34; alt=&#34;Linux Mint Logo&#34;&gt;
    &lt;figcaption&gt;Linux Mint Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: A community-driven Linux distribution based on Ubuntu (in turn based on Debian), bundled with a variety of free and open-source applications. It can provide full out-of-the-box multimedia support for those who choose (by ticking one box during its installation process) to include proprietary software such as multimedia codecs.&lt;sup id=&#34;fnref:7&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:7&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: I guess we call that a &lt;a href=&#34;https://en.wikipedia.org/wiki/Squircle&#34;&gt;squircle&lt;/a&gt;. It should combine elements of circle-emotions and square-emotions. I did use Mint for a time and can confirm that, at the time, it delivered on those promises. The ease of installation also lends a feeling of peace (which is green) and balance (the white lettering).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: Excellent choices all around based on our colour and shape theories (mint is green, so the colour choice is a no-brainer). Bravo.&lt;/p&gt;
&lt;h3 id=&#34;manjaro&#34;&gt;Manjaro&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/manjaro.png&#34; alt=&#34;Manjaro Logo&#34;&gt;
    &lt;figcaption&gt;Manjaro Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Manjaro has a focus on user-friendliness and accessibility, and the system itself is designed to work fully &amp;ldquo;straight out of the box&amp;rdquo; with its variety of pre-installed software. It features a rolling release update model and uses Pacman as its package manager.&lt;sup id=&#34;fnref:8&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:8&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;8&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: Square. Rectangles. Vertical lines. Strength, stability, and progress. Manjaro is all of those things, like it or not. Sitting at &lt;a href=&#34;https://distrowatch.com/table.php?distribution=manjaro&#34;&gt;number 2 on Distrowatch&amp;rsquo;s &amp;ldquo;hits per day&amp;rdquo; ranking and 28 on their &amp;ldquo;visitor ratings&amp;rdquo; ranking&lt;/a&gt; is a good example of strength for a 9-year-old distro. Green is about peace and growth.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: I used to use Manjaro. I was never fond of the logo. I wouldn&amp;rsquo;t want it on a t-shirt or even as a sticker on my laptop. I started using Manjaro when there was an Openbox edition and I absolutely LOVED it. The first time I used it, it was like having a new computer. The installation was efficient. The user experience, with the consistent visual theming, was always stable. Despite my unjust dislike of the logo, it cannot be denied that it represents Manjaro. It is no wonder it was chosen to be one of the default distros for Pine64&amp;rsquo;s Pinebook Pro and &lt;a href=&#34;https://www.manjarocomputer.eu/index.php/en/&#34;&gt;other vendors as well&lt;/a&gt;. Very good overall.&lt;/p&gt;
&lt;h3 id=&#34;ubuntu&#34;&gt;Ubuntu&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/ubuntu.png&#34; alt=&#34;Ubuntu Logo&#34;&gt;
    &lt;figcaption&gt;Ubuntu Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Ubuntu is named after the Nguni philosophy of &lt;em&gt;ubuntu&lt;/em&gt;, which Canonical&lt;sup id=&#34;fnref:9&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:9&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;9&lt;/a&gt;&lt;/sup&gt; indicates means &amp;ldquo;humanity to others&amp;rdquo; with a connotation of &amp;ldquo;I am what I am because of who we all are&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Ubuntu aims to be secure by default.&lt;sup id=&#34;fnref:10&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:10&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;10&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The mission for Ubuntu is both social and economic. First, we deliver the world&amp;rsquo;s free software, freely, to everybody on the same terms. Whether you are a student in India or a global bank, you can download and use Ubuntu free of charge. Second, we aim to cut the cost of professional services - support, management, maintenance, operations - for people who use Ubuntu at scale, through a portfolio of services provided by Canonical which ultimately fund the improvement of the platform.&lt;sup id=&#34;fnref:11&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:11&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;11&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: Circles and more circles. Using Ubuntu is like getting a hug from an old friend. You are hesitant at first, and then you feel protected. Ubuntu is the gateway drug of Linux distros. It is safe. The continuity can be seen through their very consistent update schedule. Ubuntu is a friendly and confident, like the colour orange.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: The year was 2006. I downloaded an ISO and burned it to a CD. I booted from that CD and that was when I stopped using Windows. The Ubuntu logo is just right. It is what we expect from the distro; something safe and friendly to use or recommend to friends. Excellent work.&lt;/p&gt;
&lt;h3 id=&#34;gentoo&#34;&gt;Gentoo&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/gentoo.svg&#34; alt=&#34;Gentoo Logo&#34;&gt;
    &lt;figcaption&gt;Gentoo Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Gentoo Linux was named after the fast-swimming gentoo penguin. The name was chosen to reflect the potential speed improvements of machine-specific optimization, which is a major feature of Gentoo. Gentoo package management is designed to be modular, portable, easy to maintain, and flexible. Gentoo describes itself as a &lt;em&gt;meta-distribution&lt;/em&gt; because of its adaptability, in that the majority of users have configurations and sets of installed programs which are unique to the system and the applications they use.&lt;sup id=&#34;fnref:12&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:12&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;12&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: I guess it depends on the angle you look at it. It is a letter &lt;strong&gt;g&lt;/strong&gt;, but stylised to appear as a squircle or even rounded triangle? And, there is some blue. I suppose it could be a way to convey uniqueness and stability. The blue tinting could also be interpreted as strength and trust.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: I have never used Gentoo. I &lt;em&gt;might&lt;/em&gt; have visited the website once and decided that Gentoo is not for me, and I may have been right. Over on Distrowatch &lt;a href=&#34;https://distrowatch.com/table.php?distribution=gentoo&#34;&gt;the description&lt;/a&gt; for Gentoo tells us that it is &lt;em&gt;&amp;ldquo;a versatile and fast, completely free Linux distribution geared towards developers and network professionals&amp;rdquo;&lt;/em&gt;. I am neither of those things. This logo does not scream, &amp;ldquo;I&amp;rsquo;m friendly, let&amp;rsquo;s hang out!&amp;rdquo;. In that sense, it is a good logo. If they had gone with an actual penguin, it would have been too inviting.&lt;/p&gt;
&lt;h3 id=&#34;fedora&#34;&gt;Fedora&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/fedora.png&#34; alt=&#34;Fedora Logo (as of March 2021)&#34;&gt;
    &lt;figcaption&gt;Fedora Logo&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Fedora has a reputation for focusing on innovation, integrating new technologies early on and working closely with upstream Linux communities.&lt;/p&gt;
&lt;p&gt;Fedora users can upgrade from version to version without reinstalling.&lt;/p&gt;
&lt;p&gt;The default desktop environment in Fedora is GNOME and the default user interface is the GNOME Shell.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: Lots of blue. A teardrop/squircle. An infinity symbol. Judging Fedora by this alone, we would expect to find a dependable and stable distro, that is inviting but also professional.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: Linus uses Fedora. &lt;a href=&#34;https://getfedora.org/en/workstation/&#34;&gt;Fedora&amp;rsquo;s website&lt;/a&gt; uses words like &lt;em&gt;freedom&lt;/em&gt;, &lt;em&gt;innovation&lt;/em&gt;, &lt;em&gt;easy&lt;/em&gt;, and mentions that it is &amp;ldquo;created for developers&amp;rdquo;. I have never used Fedora, but I do like their website. It is clean and professional, and uses white space to keep things focused while not being off-putting for beginners. I think the logo is great and not too pretentious. This makes me want to try the distro. Very good.&lt;/p&gt;
&lt;h3 id=&#34;raspberry-pi-os&#34;&gt;Raspberry Pi OS&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos//images/distrologos/rpios.svg&#34; alt=&#34;Raspberry Pi Logo&#34;&gt;
    &lt;figcaption&gt;Raspberry Pi OS&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: Raspberry Pi OS is highly optimized for the Raspberry Pi line of compact single-board computers with ARM CPUs. It runs on every Raspberry Pi except the Pico microcontroller. Raspberry Pi OS uses a modified LXDE as its desktop environment with the Openbox stacking window manager, along with a unique theme. The distribution is shipped with a copy of the algebra program &lt;em&gt;Wolfram Mathematica&lt;/em&gt; and &lt;em&gt;Minecraft: Pi Edition&lt;/em&gt;, as well as a lightweight version of the Chromium web browser.&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Logo&lt;/strong&gt;: It is a raspberry. No surprise. Red, green, some circular shapes. Even without looking at what the shapes and colours mean, most people would expect something fun with this distro. Something easy, or, at the least, something nice looking. Red for boldness and excitement, green for growth and trust. That inviting organic shape filled with tender circles should mean that most users, certainly beginners, would be at home with the distro.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;: I am writing this this blog on my Raspberry Pi400 and hosting it on an older Raspberry Pi 3B+. It may come as a surprise that I don&amp;rsquo;t think this logo is suitable for the distro. It is easy to get up and running, it boots directly to the desktop and comes with helpful tools, and it is forgiving; if you mess up, you just have to flash the microSD again. But, it is also lacking. Yes, you can do lots of things with a Pi, but this logo is too bold and the out of the box experience is not entirely exciting. I mean, LXDE, I love it and use it on my other computers, but youthful and exciting it is not (unless you are into ricing). My verdict is is &amp;ldquo;satisfactory&amp;rdquo;. The Raspberry Pi Foundation will continue to use a raspberry as a logo, and I hope that as the SBC technology improves, the OS will catch up with the sentiments of the logo.&lt;/p&gt;
&lt;h2 id=&#34;conclusions&#34;&gt;Conclusions&lt;/h2&gt;
&lt;p&gt;When I began writing this I thought I would be writing more negative comments. Globally, the Linux logos (at least the ones here) match up very well, sometimes extremely well, with the proposed theories of shapes and colours. Whether by accident or not, they are examples of good design. Further analysis (e.g. looking at which fonts and typefaces are used) would be required to fully determine which distribution&amp;rsquo;s visuals are the best. I know I have left out many excellent logos and distributions, but I am pretty sure you can analyse by yourselves. Whether it be the unique styling and calmness inspired by &lt;a href=&#34;https://elementary.io/&#34;&gt;elementary&lt;/a&gt; or the hexagonal dependability of &lt;a href=&#34;https://zorinos.com/&#34;&gt;Zorin&lt;/a&gt;, it is good to know that people are putting effort into these projects.&lt;/p&gt;
&lt;p&gt;Well done, and thanks to all the logo creators and icon makers out there for keeping our desktops looking good.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Arch_Linux&#34;&gt;https://en.wikipedia.org/wiki/Arch_Linux&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:2&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Peppermint_OS&#34;&gt;https://en.wikipedia.org/wiki/Peppermint_OS&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:2&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:3&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/OpenSUSE&#34;&gt;https://en.wikipedia.org/wiki/OpenSUSE&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:3&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:4&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Void_Linux&#34;&gt;https://en.wikipedia.org/wiki/Void_Linux&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:4&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:5&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://voidlinux.org/&#34;&gt;https://voidlinux.org/&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:5&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:6&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Debian&#34;&gt;https://en.wikipedia.org/wiki/Debian&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:6&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:7&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Linux_Mint&#34;&gt;https://en.wikipedia.org/wiki/Linux_Mint&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:7&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:8&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Manjaro&#34;&gt;https://en.wikipedia.org/wiki/Manjaro&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:8&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:9&#34;&gt;
&lt;p&gt;a UK-based privately held computer software company founded and funded by South African entrepreneur Mark Shuttleworth to market commercial support and related services for Ubuntu and related projects&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:9&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:10&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Ubuntu&#34;&gt;https://en.wikipedia.org/wiki/Ubuntu&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:10&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:11&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://ubuntu.com/about&#34;&gt;https://ubuntu.com/about&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:11&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:12&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Gentoo_Linux&#34;&gt;https://en.wikipedia.org/wiki/Gentoo_Linux&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:12&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:13&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Fedora_(operating_system)&#34;&gt;https://en.wikipedia.org/wiki/Fedora_(operating_system)&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:13&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&#34;fn:14&#34;&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Raspberry_Pi_OS&#34;&gt;https://en.wikipedia.org/wiki/Raspberry_Pi_OS&lt;/a&gt;&amp;#160;&lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2021/03/linux-users-like-lovely-logos/#fnref:14&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>The Show Must Go On: Making Slides with Markdown and Pandoc</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/03/pandoc2021/</link>
      <pubDate>Thu, 04 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/03/pandoc2021/</guid><description>&lt;h2 id=&#34;notes-on-powerpoint&#34;&gt;Notes on PowerPoint&lt;/h2&gt;
&lt;p&gt;This is not about being anti-Microsoft. I have nothing against them. They did something amazing: getting people to pay for an operating system at a time when the average person could not justify owning a personal computer. This is not really being about anti-PowerPoint. PowerPoint has been around since the late 80s for a reason: there was and still is a need for that software. What this is about is the fact that I have had it with PowerPoint.&lt;/p&gt;
&lt;p&gt;I was definitely using PowerPoint before 2002, but for the sake of this blog let&amp;rsquo;s say I became a heavy user around September 2002. This was because I started university at that time. All university students know (well, at least those at my university in Canada do) that if you are studying anything in the arts you will be giving a lot of presentations. By my count I made at least one PowerPoint slide show per week of university (minus, obviously, exam weeks, reading weeks, etc.).&lt;/p&gt;
&lt;p&gt;My PowerPoint skills grew and grew. I became aware of the deepest secrets of the apps. I willingly helped others, shared my knowledge, and worked with them to craft awesome slides. It was a passion, some might say. But, my skills reached their limits with a presentation for a French class about Raoul Duguay and L&amp;rsquo;Infonie. The PPT file was about 80MB. The sound files were embedded. The slides were timed to advance without any user input, which made the presentation of the song lyrics all the better. The colours were carefully selected. It was magnificent. I guesstimate that I spent about 5 hours putting just the slides together, not counting the research and practice. Who knows, maybe I put 10 hours into that monster. It didn&amp;rsquo;t matter at the time. It was all about those grades and being a difficult act to follow.&lt;/p&gt;
&lt;p&gt;That was the peak of my skills. It was around 2006.&lt;/p&gt;
&lt;p&gt;Since then, I have stopped trying. It isn&amp;rsquo;t worth it. I am talking about the medium, not the content of course.&lt;/p&gt;
&lt;h2 id=&#34;this-is-not-a-guide-for-students&#34;&gt;This is not a guide for students&lt;/h2&gt;
&lt;p&gt;Originally, I wanted to write a guide for students on making PowerPoints. In particular, I wanted to show students how to use Masters in order to make nice slides and save time. Other tips were about white space, using (or not using) bullets, different notions like staying under 25 words per slide. All that stuff we have been hearing for years. I am positive that someone would find it helpful, but lots of students would not bother.&lt;/p&gt;
&lt;p&gt;The alternatives to PowerPoint today are varied. I myself have used the following software to make slides over the years:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Microsoft PowerPoint&lt;/li&gt;
&lt;li&gt;OpenOffice&lt;/li&gt;
&lt;li&gt;LibreOffice&lt;/li&gt;
&lt;li&gt;Scribus&lt;/li&gt;
&lt;li&gt;Inkscape&lt;/li&gt;
&lt;li&gt;Prezi&lt;/li&gt;
&lt;li&gt;Google Slides&lt;/li&gt;
&lt;li&gt;Office365&lt;/li&gt;
&lt;li&gt;&amp;hellip;I feel like there is one missing&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;why-bother-with-beamer&#34;&gt;Why Bother With Beamer?&lt;/h2&gt;
&lt;p&gt;Why make slides, at all, is a better question. I love whiteboards. I like it when students take notes. Most of what I teach is very introductory and general. I know for a fact that using computer-based slides is less helpful for student learning than, say, writing on a board, or having a discussion in class. Alas, post-secondary education and slide shows are two things that go together and I must bow to the wishes of my directors and managers. Nearly every class I teach has a slide show to go along with it. That wouldn&amp;rsquo;t be so bad except all of the classes that I teach are 3 hours long.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3 hours is too long, but who will listen to the professors?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have a work-provided Windows laptop. It comes with PowerPoint. I could use that. I also have LibreOffice Impress, which does the trick too. Who in their right mind would even fathom recreating all of their slides in another format? Especially since I have already done it twice! Once, when I stopped using Dropbox and switched to Google Drive and remade all of my slides in that format (not as bad as it sounds). Then again when I quit Google and began the switch back to LibreOffice. I will answer the question with another question: What is important in a slide? The only answer is, the &lt;strong&gt;content&lt;/strong&gt;. After the content comes a very short list of requirements.&lt;/p&gt;
&lt;p&gt;Here are the things that I require in a slide show:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Content&lt;/li&gt;
&lt;li&gt;Titles, sections, subsections&lt;/li&gt;
&lt;li&gt;Slide numbers&lt;/li&gt;
&lt;li&gt;Images&lt;/li&gt;
&lt;li&gt;Tables (rarely)&lt;/li&gt;
&lt;li&gt;Columns (rarely)&lt;/li&gt;
&lt;li&gt;Consistency &amp;amp; Simplicity&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I do not need animations, boxes, arrows, embedded media or even emojis. My university has a template that is horrendously busy. I just want to be able to sit down, type a few sentences, press a button and have a slide show. This is possible with Beamer.&lt;/p&gt;
&lt;p&gt;BUT&amp;hellip;I don&amp;rsquo;t know LaTeX.&lt;/p&gt;
&lt;p&gt;There is, however, &lt;strong&gt;Pandoc&lt;/strong&gt;. Pandoc is a nice little package that converts certain documents to other types of documents. One type that it works well with is &lt;strong&gt;Markdown&lt;/strong&gt;. It is quite likely that you know what Markdown is, but in case you don&amp;rsquo;t it will be used in an example later on (it is dead simple). So, once you know Markdown, you just have to type. Why bother with Beamer? Because, with Markdown and Pandoc, it is much easier.&lt;/p&gt;
&lt;h2 id=&#34;rtfm&#34;&gt;RTFM&lt;/h2&gt;
&lt;p&gt;Pandoc, Beamer, and Markdown have guides and manuals online. I would have saved lots of time had I read them thoroughly. It has taken me several weeks to come to a final decision on how to prepare my slides. I feel as though they are, at least, 96% acceptable for what I am doing. The rest would require me to learn how to make a custom theme and style which I am not going to do unless I come across a nice guide or reread the manual (probably too busy to do that).&lt;/p&gt;
&lt;h2 id=&#34;the-workflow&#34;&gt;The Workflow&lt;/h2&gt;
&lt;p&gt;I have a 2-step workflow for creating my slides.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Prepare my content in a text editor or IDE (Geany works fine for me and was pre-installed so&amp;hellip;why not?) in Markdown.&lt;/li&gt;
&lt;li&gt;Build the slide by running a command (in Geany I can just press F8 and it does this for me).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I have shortened it to two steps by making a template file (workslides.md) in my &lt;code&gt;~/Templates&lt;/code&gt; folder with some front matter.&lt;/p&gt;
&lt;h2 id=&#34;the-front-matter&#34;&gt;The Front Matter&lt;/h2&gt;
&lt;p&gt;There are a certain number of options a variables that can be passed to Pandoc from the Markdown file. After a good amount of head-scratching I have settled on including the information required to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;have a title slide with a title, subtitle, my name, the year, my school name, and a graphic;&lt;/li&gt;
&lt;li&gt;set the colour, theme, and fonts.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I could also include the table of contents, but that is not always necessary. 13 lines of text (not code, just text) is sufficient. The rest is all content, which is the important part.&lt;/p&gt;
&lt;h2 id=&#34;the-content&#34;&gt;The Content&lt;/h2&gt;
&lt;p&gt;Markdown is easy, so all content can be specified with the following markup:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-markdown&#34; data-lang=&#34;markdown&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;# Section Heading
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;## Sub-heading
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; ### Block (sub-sub-heading)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;*&lt;/span&gt; list
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;*&lt;/span&gt; items
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;1.&lt;/span&gt; numbered 
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;2.&lt;/span&gt; list
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;3.&lt;/span&gt; items
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;font-style:italic&#34;&gt;*italics*&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;font-weight:bold&#34;&gt;**bold**&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;![&lt;span style=&#34;color:#f92672&#34;&gt;image caption&lt;/span&gt;](&lt;span style=&#34;color:#a6e22e&#34;&gt;image source&lt;/span&gt;){ height=70% } % that bit sets the image to 70% of the vertical space available, 
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    you can use whatever you want but you need those spaces within the braces!
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;[&lt;span style=&#34;color:#f92672&#34;&gt;link text&lt;/span&gt;](&lt;span style=&#34;color:#a6e22e&#34;&gt;link&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;::::columns
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;:::column
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;column content
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;:::
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;:::column
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;column content
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;:::
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;::::
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;+-------+
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| TABLE |
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;+=======+
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| blah  |
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;+-------+
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;I made a fake set of slides for this example. I didn&amp;rsquo;t put a lot of effort in. Don&amp;rsquo;t judge me.&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;the-title-page&#34;&gt;The Title Page&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/pandoc2021//images/tformers/frontmatter.png&#34; alt=&#34;Front Matter vs Output&#34;&gt;
    &lt;figcaption&gt;A very busy title slide&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Above you can see that the front matter does some of the work for me by setting up a consistent theme for the rest of the slide show. There are different types of themes available and this was one of the details that lead me to remind anyone reading this to read the manual.&lt;/p&gt;
&lt;p&gt;There are full themes (called &lt;code&gt;theme&lt;/code&gt; in the front matter), inner (&lt;code&gt;innertheme&lt;/code&gt;), and outer (&lt;code&gt;outertheme&lt;/code&gt;) as well as the &lt;code&gt;colortheme&lt;/code&gt; which can be full, inner, or outer. You can see the themes &lt;a href=&#34;https://mpetroff.net/files/beamer-theme-matrix/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Complete themes are (mostly) named after flying animals: albatross, beetle, dove, fly, monarca, seagull, wolverine, beaver, spruce.&lt;/li&gt;
&lt;li&gt;Inner themes are generally named after flowers: lily, orchid, rose.&lt;/li&gt;
&lt;li&gt;Outer themes are sea animals: whale, seahorse, dolphin.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are also presentation themes that take care of most of those details. They are named after cities. After lots of fiddling I decided not to use one because I couldn&amp;rsquo;t find a nice balance. All of this information can be found in the &lt;a href=&#34;mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf&#34;&gt;Beamer Use Guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In my example, the &lt;code&gt;colortheme: whale&lt;/code&gt; option tells the slide to set the outer colours to blue, along with the block around the title. The &lt;code&gt;outertheme: infolines&lt;/code&gt; option gives me the header and footer. The &lt;code&gt;innertheme: rectangles&lt;/code&gt; does something not seen in this slide: putting little boxes as bullets for lists.&lt;/p&gt;
&lt;h3 id=&#34;other-slides&#34;&gt;Other Slides&lt;/h3&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/pandoc2021//images/tformers/transformers-6.png&#34; alt=&#34;Slide with Wheeljack&#34;&gt;
    &lt;figcaption&gt;Slide with a picture and a list&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;The slide above shows a combination of an image, a sub-sub-heading, and a list (with little rectangles triggered by &lt;code&gt;innertheme: rectangles&lt;/code&gt;)&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/pandoc2021//images/tformers/transformers-8.png&#34; alt=&#34;Slide with Ravage&#34;&gt;
    &lt;figcaption&gt;Slide with a YouTube link&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;This slide also has a picture and a link. Clearly, I cannot include a video in the slide show. I can put a link and a title card. You can get the title card of a YouTube video using the &lt;code&gt;youtube-dl --get-thumbnail&lt;/code&gt; command (if you use youtube-dl). It doesn&amp;rsquo;t look awful and if I am teaching I can choose to skip the video and do something else.&lt;/p&gt;
&lt;h2 id=&#34;tricky-bits&#34;&gt;Tricky Bits&lt;/h2&gt;
&lt;p&gt;Most of my slides don&amp;rsquo;t need a lot more detail but I have run into a handful of annoying situations.&lt;/p&gt;
&lt;h3 id=&#34;cjk-fonts&#34;&gt;CJK Fonts&lt;/h3&gt;
&lt;p&gt;If I want to write Coca-Cola in Chinese (which I have had to do) I cannot just copy-paste 可口可乐 and be done with it. I needed to add two lines to the front matter to tell Pandoc what to do:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;usepackage&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;xeCJK&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;CJKmainfont&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;Noto Sans CJK SC Regular&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;pseudo-animations&#34;&gt;Pseudo-Animations&lt;/h3&gt;
&lt;p&gt;Sometimes it is nice to have things appear one-by-one. That is easy. There is more than one way to do this, I do it by added a &lt;code&gt; \pause&lt;/code&gt; like this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yadda &lt;span style=&#34;color:#66d9ef&#34;&gt;\pause&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yadda &lt;span style=&#34;color:#66d9ef&#34;&gt;\pause&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;yadda
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The slide will launch with one &amp;ldquo;yadda&amp;rdquo; and end with three.&lt;/p&gt;
&lt;p&gt;Doing the animations bottom-to-top, though, can be a pain because you must do it with LaTex markup like this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\uncover&lt;/span&gt;&amp;lt;3-&amp;gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\uncover&lt;/span&gt;&amp;lt;2-&amp;gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\uncover&lt;/span&gt;&amp;lt;1-&amp;gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;some-extra-colour&#34;&gt;Some Extra Colour&lt;/h3&gt;
&lt;p&gt;Adding text to a colour is pretty easy, you can use the &lt;code&gt;\alert{text}&lt;/code&gt; markup and it will be red. Or you can use &lt;code&gt;\textcolor{colour}{colourful text}&lt;/code&gt; and choose a colour for yourself:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\alert&lt;/span&gt;{ALTERTED YADDA}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\textcolor&lt;/span&gt;{violet}{VIOLET YADDA}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;bigger-or-smaller-text&#34;&gt;Bigger or Smaller Text&lt;/h3&gt;
&lt;p&gt;LaTex has some built-in sizes if you need theme. You can get more info on &lt;a href=&#34;https://en.wikibooks.org/wiki/LaTeX/Fonts#Built-in_sizes&#34;&gt;this wiki&lt;/a&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-latex&#34; data-lang=&#34;latex&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\tiny&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\scriptsize&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\footnotesize&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\small&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\normalsize&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\large&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Large&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\LARGE&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\huge&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;\Huge&lt;/span&gt;{yadda}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;finishing-up&#34;&gt;Finishing Up&lt;/h2&gt;
&lt;p&gt;Once the content is ready, it is time for the moment of truth: building that slide show.&lt;/p&gt;
&lt;p&gt;I am lazy so I have been doing this is Geany. My final front matter has changed a little and I have added some things since we&amp;rsquo;ve started. I have also set a Build Command in Geany so I can press &lt;kbd&gt;F8&lt;/kbd&gt; and the PDF is made for me without going into the command line. I usually leave the PDF open in Zathura so I can check for inconsistencies.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/03/pandoc2021//images/tformers/finalbuild.png&#34; alt=&#34;Geany Build Command&#34;&gt;
    &lt;figcaption&gt;Geany Build Parameters&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Either way, when I am ready I run a quick &lt;code&gt;pandoc -t beamer --pdf-engine=xelatex -o output.pdf input.md&lt;/code&gt; and I have myself presentation.&lt;/p&gt;
&lt;p&gt;&lt;del&gt;You can download &lt;a href=&#34;https://bbbhltz.codeberg.page/images/tformers/example.md&#34;&gt;the Markdown file I have used here&lt;/a&gt; and try it for yourself. Or, &lt;a href=&#34;https://bbbhltz.codeberg.page/images/tformers/Transformers.md.pdf&#34;&gt;download the PDF&lt;/a&gt;.&lt;/del&gt;&lt;/p&gt;
&lt;h2 id=&#34;limitations-and-unanswered-questions&#34;&gt;Limitations and Unanswered Questions&lt;/h2&gt;
&lt;p&gt;Obviously, there are a few limitations to this method. One being that you need to install Pandoc and some LaTex libraries on the computers that you will use for creating your presentations. Another is you cannot just copy and paste an image from a website like you would with Google Slides or LibreOffice Impress. Perhaps that is a good thing, it will force you to think about whether or not you need that image.&lt;/p&gt;
&lt;p&gt;My next quest will be to figure out how to make my own themes and styles. &lt;strong&gt;If you know how or have a nice, simple, guide, let me know&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;mark&gt;UPDATE&lt;/mark&gt;: &lt;a href=&#34;https://bbbhltz.codeberg.page/blog/2023/01/pandoc2023&#34;&gt;Using pandoc for My Slides: 2023 Update&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;conclusions&#34;&gt;Conclusions&lt;/h2&gt;
&lt;p&gt;As I am someone who likes to find reasons to plop myself down in front of a screen, it was normal for me to become attracted to something like this. It is neither too basic nor too complicated. I like markup languages, and a simple one like Markdown is just right for me. This process has lead me to be more focused and conscious of what I am doing and the information I am trying to convey to my students. I have found mistakes too. Many mistakes.&lt;/p&gt;
&lt;p&gt;Is this something that other teachers should do? Maybe. If you already have a set of slides, I don&amp;rsquo;t know if I would recommend that you start converting them one by one. If you are just starting out and plan on teaching anything that requires formulae, then you might want to consider LaTex and Beamer. I have noticed that since switching to this method, more students have downloaded by slides (Moodle tells me that). I also see some of them using their iPads to take notes on the slides. They didn&amp;rsquo;t do that before!&lt;/p&gt;
&lt;p&gt;Everything you have read here can be found in one of the references below. If, however, you have any questions, or comments, let me know over on Fosstodon.&lt;/p&gt;
&lt;h2 id=&#34;further-reading&#34;&gt;Further Reading&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://pandoc.org/MANUAL.html&#34;&gt;Pandoc Manual&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf&#34;&gt;Beamer User&amp;rsquo;s Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://mpetroff.net/files/beamer-theme-matrix/&#34;&gt;Beamer Theme Matrix&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://joelchrono12.xyz/blog/doing-school-work/&#34;&gt;Joel&amp;rsquo;s Blog (if you ever need to include a nice bibliography)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://en.wikibooks.org/wiki/LaTeX&#34;&gt;LaTex Wikibook&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Tips for Students: Report Writing</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/02/tips-for-students-report-writing/</link>
      <pubDate>Sun, 21 Feb 2021 13:59:37 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/02/tips-for-students-report-writing/</guid><description>&lt;h2 id=&#34;1-important-shortcuts-windows&#34;&gt;1 Important Shortcuts (Windows)!&lt;/h2&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+B&lt;/kbd&gt; for &lt;strong&gt;Bold&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+U&lt;/kbd&gt; for Underlined&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+I&lt;/kbd&gt; for &lt;em&gt;Italic&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+Z&lt;/kbd&gt; for Undo&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+Y&lt;/kbd&gt; for Redo&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+C&lt;/kbd&gt; for Copy&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+X&lt;/kbd&gt; for Cut&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+V&lt;/kbd&gt; for Paste&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+SHIFT+V&lt;/kbd&gt; for Paste Without Formatting&lt;/p&gt;
&lt;p&gt;(This shortcut is maybe my most used keybinding. It is useful when
borrowing text from online sources because it will erase the formatting
and any hyperlinks too.)&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+F&lt;/kbd&gt; for Find&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+W&lt;/kbd&gt; to Close a Window&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+A&lt;/kbd&gt; to Select all&lt;/p&gt;
&lt;p&gt;&lt;kbd&gt;CTRL+RETURN&lt;/kbd&gt; insert a Page Break&lt;/p&gt;
&lt;h3 id=&#34;11-navigating-in-the-document-can-be-done-with-just-the-keyboard-as-well&#34;&gt;1.1 Navigating in the document can be done with just the keyboard as well.&lt;/h3&gt;
&lt;p&gt;Hold &lt;kbd&gt;SHIFT&lt;/kbd&gt; and use the arrow keys to select text. Hold &lt;kbd&gt;SHIFT+CTRL&lt;/kbd&gt; and you can select word-by-word. Hold &lt;kbd&gt;CTRL&lt;/kbd&gt; and use the arrow keys to move around in the paragraph; &lt;kbd&gt;CTRL+UP&lt;/kbd&gt;, for example, will take you to the start of the line. Of course, that would mean holding &lt;kbd&gt;CTRL+SHIFT&lt;/kbd&gt; and using the &lt;kbd&gt;UP&lt;/kbd&gt; and &lt;kbd&gt;DOWN&lt;/kbd&gt; keys will let you select text line-by-line.&lt;/p&gt;
&lt;p&gt;Now you are &lt;em&gt;almost&lt;/em&gt; ready to type something. Just a few minor things to go over first.&lt;/p&gt;
&lt;h2 id=&#34;2-outline&#34;&gt;2 Outline&lt;/h2&gt;
&lt;p&gt;You cannot write something like an internship report without an outline. You can begin the outline as soon as you begin your internship. It will help you keep track of important details, avoid repetition, and help with flow.&lt;/p&gt;
&lt;p&gt;Buy a cheap paper journal that fits in your pocket so you can jot ideas on the go without the distraction of your phone.&lt;/p&gt;
&lt;h2 id=&#34;3-prepare-your-document-before-you-start-typing&#34;&gt;3 Prepare Your Document Before You Start Typing&lt;/h2&gt;
&lt;p&gt;Open your favourite Word Processor. &lt;strong&gt;Do not just start typing&lt;/strong&gt;. Do not worry about fonts, formatting, footers or any of that stuff yet. We are not ready. Several moments of patience will save you some time in the end. You are going to do three things before you start typing:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the page. That means set the margins if you need to.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/02/tips-for-students-report-writing//images/margins.png&#34; alt=&#34;margins&#34;&gt;
    &lt;figcaption&gt;Margins settings&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;
&lt;p&gt;Set up the page numbers, and &lt;strong&gt;make sure that the first page does not have a number on it&lt;/strong&gt;. (This is in the basic options for footers and page numbering).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;additionally, the preliminary pages should use Roman numerals, the body Arabic numbering&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set the header to a small logo of the school and the title of your report. Set the footer to the page number (see above for more on page numbers).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set the language for the document. This is important for spell-checking later.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/02/tips-for-students-report-writing//images/language.png&#34; alt=&#34;&#34;&gt;
    &lt;figcaption&gt;Language settings&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Install &lt;strong&gt;LanguageTool&lt;/strong&gt; (we will come back to this later).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now your Word Processor is ready to go. It knows the language. We do not care about the fonts or the overall appearance yet.&lt;/p&gt;
&lt;p&gt;Go ahead and type what you need to type. Remember, &lt;strong&gt;no formatting required just yet&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;4-what-to-write&#34;&gt;4 What to Write&lt;/h2&gt;
&lt;p&gt;Here is a list of &lt;em&gt;suggestions&lt;/em&gt; for topics to include in your
report:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Title Page&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Give your report a title&lt;/li&gt;
&lt;li&gt;Include your name and internship information&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Acknowledgement Page&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Include a quick thank-you (teacher, academic advisor, etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Table of Contents Page&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Include the acknowledgements in the ToC&lt;/li&gt;
&lt;li&gt;Also include graphs and charts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Summary Page&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Include a brief summary of your internship. Keep this short and sweet.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Body&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This is the main part of your report. Include sections like: Introduction, Description of the Internship, Organisation of the Company, Internship activities, Reflections on the Internship, Conclusion, etc.&lt;/li&gt;
&lt;li&gt;Each section of your report needs a title or &amp;ldquo;heading.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Your introduction should expand upon your summary and include facts about your employer.&lt;/li&gt;
&lt;li&gt;You should describe what part of the organisation that you worked for.&lt;/li&gt;
&lt;li&gt;Your responsibilities should be detailed.&lt;/li&gt;
&lt;li&gt;Try and honestly answer the question: What did you learn at this internship?&lt;/li&gt;
&lt;li&gt;You can critique the organization you worked for, but be as fair and neutral as possible.&lt;/li&gt;
&lt;li&gt;Think about how you performed during the internship.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Bibliography&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Include an APA/MLA/Chicago formatted bibliography (⇐ yes, formatting counts!).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Appendix (a separate file)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The appendix section is for journals, published works, photos, recordings, and any other supplemental material you have. The amount of material you have will differ depending on your internship duties. Try to include some material to give the reader a taste of your accomplishments during the internship.&lt;/li&gt;
&lt;li&gt;e.g., if you worked in communications, include press releases, ads, or letters you worked on.&lt;/li&gt;
&lt;li&gt;This is also where you might include an org chart.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;5-set-your-styles&#34;&gt;5 Set Your Styles&lt;/h2&gt;
&lt;p&gt;Styles are your Headings, Subtitles, Normal Text and Titles for your document. Why would you bother with styles? Well, for starters, it saves you loads of time. For instance, let&amp;rsquo;s say you want to change the font or size of all of your headings: if you use styles you can do that in one click. Or, what if you want to insert a table of contents in one click? Styles help you do that do.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/02/tips-for-students-report-writing//images/styles.png&#34; alt=&#34;Styles&#34;&gt;
    &lt;figcaption&gt;Styles settings&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;(if you are unclear how to use styles, hit up YouTube for some &lt;a href=&#34;https://www.youtube.com/results?search_query=using+styles+word&#34;&gt;tutorials&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Once you have typed everything that you need to type you can go about choosing fonts and setting up your Title, Subtitle, Headings, and Subheadings.&lt;/p&gt;
&lt;h2 id=&#34;6-what-not-to-do&#34;&gt;6 What NOT to do&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Include lots of graphics: graphics and pictures of any variety make your document look trashy and immature.
&lt;ul&gt;
&lt;li&gt;All visuals should be put in the Appendix&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Use poor quality graphics: Do not &amp;ldquo;screenshot&amp;rdquo; something you can recreate using Excel (simple bar charts, org charts).&lt;/li&gt;
&lt;li&gt;Attempt to cheat by changing your font size from 12 to 12.2 or slightly changing your margins. If your document is a page short, so be it.&lt;/li&gt;
&lt;li&gt;Cheat by borrowing from a previous student: all of our documents are scanned using Urkund which compares your document to anything found on the web, including translations, as well as any document any student has ever submitted.&lt;/li&gt;
&lt;li&gt;Use clipart, text ornaments or fancy fonts (They are lame!)&lt;/li&gt;
&lt;li&gt;Format as you type: it will slow you down.&lt;/li&gt;
&lt;li&gt;Wait until the last minute.&lt;/li&gt;
&lt;li&gt;Forget to review, spellcheck, and review again!&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;7-review-and-review-again&#34;&gt;7 Review and Review Again&lt;/h2&gt;
&lt;p&gt;Hooray! You have finished a draught of your internship report. Congratulations are in order. Now, save that file, turn off your computer, and go out for a little bit. You need a clear head for reviewing.&lt;/p&gt;
&lt;h3 id=&#34;71-use-the-tools&#34;&gt;7.1 Use the Tools&lt;/h3&gt;
&lt;p&gt;The first thing you want to do is run your text through &lt;strong&gt;LanguageTool&lt;/strong&gt; (do not use their website, download and install the standalone app or use Google Docs). Make sure you tell LanguageTool which version of English you are using (British, American, etc.) and launch the tool. LanguageTool will highlight possible spelling mistakes as well as grammar, style, and formatting errors (like spacing or punctuation mistakes).&lt;/p&gt;
&lt;p&gt;After LanguageTool, you will want to use something like &lt;strong&gt;Grammarly&amp;rsquo;s Plagiarism Checker&lt;/strong&gt;. Using the free version will not tell you &lt;em&gt;where&lt;/em&gt; the mistakes are, but it will tell you how many mistakes and if plagiarism is detected.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE 27/07/2021: Thanks to Sarah for suggesting this list of other plagiarism checking websites &amp;mdash; &lt;a href=&#34;https://www.websiteplanet.com/blog/best-plagiarism-checking-tools/&#34;&gt;LINK&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;72-your-review&#34;&gt;7.2 Your Review&lt;/h3&gt;
&lt;p&gt;When you review a large document that you wrote yourself, you should
start at the end. Print your document (yes, bad for trees) and start
reviewing paragraph by paragraph starting at the end. Here are things
you are looking for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Expressions that you do not understand&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Replace them with things you understand&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vocabulary that you do not understand&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Replace with words you do understand&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Repetition&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Punctuation errors&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Capitalisation errors&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run-on sentences&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If it is too long it might be confusing&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Paragraphs that are too short&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There is no official rule, but a three-sentence paragraph looks nice&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Subheadings, Headings, Titles, Subtitles, Footnotes: does everything look the way you want it to?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you get back to the start, read it out loud to yourself. If you get stuck there is probably a tiny problem&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;73-3suprdsup-party-review&#34;&gt;7.3 3&lt;sup&gt;rd&lt;/sup&gt; Party Review&lt;/h3&gt;
&lt;p&gt;Have somebody read over your report. Tell them to check for mistakes but also to see if it all makes sense. Do not be afraid of being judged.&lt;/p&gt;
&lt;h2 id=&#34;8-external-tools-and-websites&#34;&gt;8 External Tools and Websites&lt;/h2&gt;
&lt;p&gt;Here are some useful (and free) tools:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Deepl Translator&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Slightly better than Google Translate&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.deepl.com/translator&#34;&gt;https://www.deepl.com/translator&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WordReference&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Excellent online Dictionary&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.wordreference.com/&#34;&gt;http://www.wordreference.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GrandDictionnare&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;For those complicated terms&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.granddictionnaire.com/&#34;&gt;http://www.granddictionnaire.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;LanguageTool&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Style and Grammar Checker (there is a free stand-alone version for Windows and Mac along with versions for Google Docs and LibreOffice)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.languagetool.org/&#34;&gt;https://www.languagetool.org/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Grammarly&amp;rsquo;s Plagiarism Checker&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Will check your document for mistake and plagiarism (the free version will not tell you where they are, but it helps nonetheless)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.grammarly.com/plagiarism-checker&#34;&gt;https://www.grammarly.com/plagiarism-checker&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE 27/07/2021: Thanks to Sarah for suggesting this list of other plagiarism checking websites &amp;mdash; &lt;a href=&#34;https://www.websiteplanet.com/blog/best-plagiarism-checking-tools/&#34;&gt;LINK&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;9-finalise-your-document&#34;&gt;9 Finalise Your Document&lt;/h2&gt;
&lt;p&gt;Before exporting your document to PDF, double-check everything. &lt;strong&gt;We tend to forget the easy things&lt;/strong&gt;, like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;putting our names on the title page,&lt;/li&gt;
&lt;li&gt;page numbers,&lt;/li&gt;
&lt;li&gt;headers and footers,&lt;/li&gt;
&lt;li&gt;formatting the bibliography,&lt;/li&gt;
&lt;li&gt;making sure you understand everything in the report,&lt;/li&gt;
&lt;li&gt;looking at the instructions one last time to make sure you did not forget anything.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Save your document with a title&lt;/strong&gt;. Not just &amp;ldquo;report.docx&amp;rdquo; and export it to PDF.&lt;/p&gt;
&lt;p&gt;Open the PDF file on your computer and your phone to make sure things look the way you want. Pictures and page breaks do not always work.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Listicle: Documentaries, Films, And Series About Information Technology And Its Influence On Humanity</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/02/listicle-documentaries-films-and-series-about-information-technology-and-its-influence-on-humanity/</link>
      <pubDate>Thu, 11 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/02/listicle-documentaries-films-and-series-about-information-technology-and-its-influence-on-humanity/</guid><description>&lt;p&gt;Below is a list of documentaries, films, and series that have a point in common: They all, in one way or another, address our relationship with technology. In some cases, the the link is not as direct or as obvious as in other cases, but the link is there.&lt;/p&gt;
&lt;p&gt;Documentaries make up the better part of this list but there are also some fictional examples that make for decent watching. Regarding the series, you will notice some comedies that play on the tropes surrounding Silicon Valley and the people that work in IT.&lt;/p&gt;
&lt;p&gt;For more information, you can look up these films and series on &lt;a href=&#34;https://www.themoviedb.org&#34;&gt;TMDB&lt;/a&gt; or &lt;a href=&#34;https://www.thetvdb.com/&#34;&gt;TheTVDB&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;documentaries&#34;&gt;Documentaries&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;After Truth: Disinformation and the Cost of Fake News&lt;/strong&gt; (2020)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;American Selfie: One Nation Shoots Itself&lt;/strong&gt; (2020)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bitcoin Big Bang: The Unbelievable Story of Mark Karpeles&lt;/strong&gt; (2018)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Citizenfour&lt;/strong&gt; (2014)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Digits&lt;/strong&gt; (2016)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Don&amp;rsquo;t F**k with Cats: Hunting an Internet Killer&lt;/strong&gt; (2019)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Great Hack&lt;/strong&gt; (2019)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;HyperNormalisation&lt;/strong&gt; (2016)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Internet&amp;rsquo;s Own Boy: The Story of Aaron Swartz&lt;/strong&gt; (2014)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kill Chain: The Cyber War on America&amp;rsquo;s Elections&lt;/strong&gt; (2020)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lo and Behold: Reveries of the Connected World&lt;/strong&gt; (2016)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nothing to Hide&lt;/strong&gt; (2017) (&lt;a href=&#34;https://vimeo.com/nothingtohide&#34;&gt;Available for free on Vimeo&lt;/a&gt; and on &lt;a href=&#34;https://peer.tube/videos/watch/d2a5ec78-5f85-4090-8ec5-dc1102e022ea&#34;&gt;Peertube&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Perfect Weapon&lt;/strong&gt; (2020)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Terms and Conditions May Apply&lt;/strong&gt; (2013)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Social Dilemma&lt;/strong&gt; (2020)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TPB AFK: The Pirate Bay - Away from Keyboard&lt;/strong&gt; (2013)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;We Are Legion: The Story of the Hacktivists&lt;/strong&gt; (2012)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;films&#34;&gt;Films&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Ex Machina&lt;/strong&gt; (2015)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;series&#34;&gt;Series&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Betas&lt;/strong&gt; (2013)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Black Mirror&lt;/strong&gt; (2011)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Brave New World&lt;/strong&gt; (2020)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Devs&lt;/strong&gt; (2020)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Halt and Catch Fire&lt;/strong&gt; (2014)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The IT Crowd&lt;/strong&gt; (2006)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mr. Robot&lt;/strong&gt; (2015)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Philip K. Dick&amp;rsquo;s Electric Dreams&lt;/strong&gt; (2017)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Silicon Valley&lt;/strong&gt; (2014)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;stand-alone-episodes&#34;&gt;Stand-alone Episodes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The Amazing World of Gumball - S06E38 - The Web&lt;/strong&gt; (2019)&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Listicle: An Annotated List of Science-Fiction Books</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/02/listicle-an-annotated-list-of-science-fiction-books/</link>
      <pubDate>Wed, 10 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/02/listicle-an-annotated-list-of-science-fiction-books/</guid><description>&lt;p&gt;Where do innovators get those ideas? Sometimes it almost seems like a work of science-fiction. Sometimes that is the case. If you are in an entrepreneurial spirit and you are looking for inspiration, here are 10 of my favourites.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;“Brave New World” by Aldous Huxley (1931)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: Concept of companies that have political sway, complicated entertainment machines that generate both harmless leisure and the high levels of consumption and production, power maintained through technological interventions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;“Nineteen Eighty-Four” by George Orwell (1949)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: Loss of freedom, use of surveillance technology.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;“The Shockwave Rider” by John Brunner (1975)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: The Internet, everyone on a network.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;“True Names” by Vernor Vinge (1981)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: Hackers, NSA, Privacy concerns, VR, social network, “true death&amp;quot; is what we call &amp;ldquo;doxxing&amp;rdquo; today.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;“Neuromancer” by William Gibson (1984)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: More hackers, VR, augmentations, the word “Cyberspace”.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;“Snow Crash” by Neal Stephenson (1992)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: Private organisations with lots of power, mandatory reading for Microsoft and MIT, modern online video games (the creator of &amp;ldquo;Fortnite&amp;rdquo; was influenced by this book), MMORPG, social networks, Second Life, etc.&lt;/li&gt;
&lt;li&gt;Stephenson has worked for NASA, Amazon and Magic Leap. All of his books are excellent.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;Daemon&amp;rdquo; [Series] by Daniel Suarez (2006,2010)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: Artificial Intelligence runs amock.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;Nexus&amp;rdquo; [Series] by Ramez Naam (2012, 2013, 2015)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: Nano technology used to link humans (BCI).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;Children of the New World&amp;rdquo; by Alexander Weinstein (2016)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: Social Media, VR, robotics, dependance on technology.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;Cumulus&amp;rdquo; by Eliot Peper (2016)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Themes: Tech giant (Social Network) with too much power.&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
    <item>
      <title>Tips for Students: The Browser</title>
      <link>https://bbbhltz.codeberg.page/blog/2021/01/tips-for-students-the-browser/</link>
      <pubDate>Thu, 28 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://bbbhltz.codeberg.page/blog/2021/01/tips-for-students-the-browser/</guid><description>&lt;p&gt;&lt;strong&gt;Hello Internets. This is a guide for the average student, particularly students in the first year of post-secondary education. If you are a power user or generally geeky person, nothing here will be of particular interest to you.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;0-introduction&#34;&gt;0. Introduction&lt;/h2&gt;
&lt;p&gt;Good day all,&lt;/p&gt;
&lt;p&gt;My name is at the top of this blog, but that does not tell you who I am. I am a professor at a business school in France. Over the course of 14 odd years of teaching I have become frustrated with how my students use their computers. This series of blog posts (there will be at least six) will address those frustrations.&lt;/p&gt;
&lt;p&gt;So, what frustrates me? Not that much, in fact. It varies from the rather basic things like having loads of icons on your desktop to things that should be straightforward, like how to double-space a Word document and take a screenshot (no, it is not taking a picture of your computer with your phone). I have had several students that don&amp;rsquo;t know how to do either.&lt;/p&gt;
&lt;p&gt;Being a person born in the 80s I have been using computer for roughly 30 years. I experienced the glorious arrival of the web and Wi-Fi and watched as computers became mainstream for students in post-secondary education. In France, this was in contrast to what I had experienced in Canada where most, if not every student, used a computer or laptop while at university (even before the arrival of Wi-Fi and batteries that lasted more than a single lesson).&lt;/p&gt;
&lt;p&gt;This experience left me with very general knowledge that I always considered common knowledge, but now I have committed myself to blogging a little and I will share with you at least six sets of recommendations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;using your browser&lt;/li&gt;
&lt;li&gt;using your word processor for report writing (&lt;a href=&#34;https://bbbhltz.space/posts/miniguide-report-writing/&#34;&gt;link&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;making presentations (WIP)&lt;/li&gt;
&lt;li&gt;taking notes and being organized (WIP)&lt;/li&gt;
&lt;li&gt;using the keyboard (WIP)&lt;/li&gt;
&lt;li&gt;recommended software and other sundries (WIP)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Any software used will be free software, but the recommendations and tips can be applied to proprietary software used on Windows, Mac or Linux.&lt;/p&gt;
&lt;h2 id=&#34;1-the-browser&#34;&gt;1. The Browser&lt;/h2&gt;
&lt;h3 id=&#34;general-rules&#34;&gt;General Rules&lt;/h3&gt;
&lt;p&gt;As a student there are a few things we should keep in mind. In order to have a nice workflow I have always been a &lt;strong&gt;SOUP&lt;/strong&gt; enthusiast.&lt;/p&gt;
&lt;p&gt;What is &lt;strong&gt;SOUP&lt;/strong&gt;?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;S&lt;/strong&gt;imple: Giant, resource-heavy, complicated software will slow things down.
&lt;strong&gt;O&lt;/strong&gt;ne App; One Purpose: You shouldn&amp;rsquo;t need several browsers installed, the apps you use should be good at doing that one thing you need them to do.
&lt;strong&gt;U&lt;/strong&gt;p-to-date: You should keep all of your software, and operating system, as up-to-date as possible.
&lt;strong&gt;P&lt;/strong&gt;ay it forward: You should show your friends how to do things when possible, otherwise you will become the &amp;ldquo;PowerPoint Guy&amp;rdquo; or the &amp;ldquo;Premiere Pro Girl&amp;rdquo;.&lt;/p&gt;
&lt;h3 id=&#34;tabs-and-toolbars&#34;&gt;Tabs and Toolbars&lt;/h3&gt;
&lt;p&gt;If your browser is open right now, at the top of your screen you will see a title bar, an address bar, maybe a bookmarks bar, and a list of open tabs. I don&amp;rsquo;t want to be too annoying or pedantic, but when I look at a student&amp;rsquo;s screen and see just how many tabs they have open and hear them complaining about how their computer is slow or their connection is bad, I want to grab them and shake them vigorously.&lt;/p&gt;
&lt;p&gt;Of course things are slow! Your browser has over 20 tabs open, and it looks like at least four of them are Facebook.com, I see a Messenger.com, LinkedIn, two Zoom tabs for some reason, Teams, Outlook, Gmail, a Google Doc, and many Google searches, AND Netflix!&lt;/p&gt;
&lt;p&gt;I am not an expert, and there are things that I cannot always explain clearly despite being a professor. I have, time and again, tried to get this message across. Yes, your browser can open multiple tabs, but each tab is like opening a new browser. You have several browsers running inside your browser. Each one uses some memory. Websites today require more processing power and memory than some apps.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s look at some numbers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;These screenshots come from a Raspberry Pi which is &lt;em&gt;not&lt;/em&gt; a powerful computer&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here is the Task Manager of my browser with one tab open:&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/01/tips-for-students-the-browser/https://i.imgur.com/rH4mYnC.png&#34; alt=&#34;Firefox Task Manager, not doing much&#34;&gt;
    &lt;figcaption&gt;Idle Task Manager&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;The Task Manager and the New Tab use some memory. All of those puzzle piece are extensions, and they eat up a little memory for each tab too.&lt;/p&gt;
&lt;p&gt;If we look at my system Task Manager we can see that the browser is using a certain percentage of CPU but also memory (RSS is &amp;ldquo;the portion of memory occupied by a process that is held in main memory (RAM)&amp;rdquo; but we don&amp;rsquo;t need to know that because I&amp;rsquo;m going to make those numbers go up a bit later). The extensions, too, are using some memory.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/01/tips-for-students-the-browser/https://i.imgur.com/cDfiTfF.png&#34; alt=&#34;Firefox using some memory&#34;&gt;
    &lt;figcaption&gt;Firefox Running&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;So, that is a browser doing nothing. Let&amp;rsquo;s do some stuff, OK? I think I need to open my personal email, my work email, Teams, and why not IMGUR too. Strangely enough, my weak little Pi doesn&amp;rsquo;t even show one of the tabs that are open, but Teams and Outlook use between 5 and 10x the memory of a page like IMGUR.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/01/tips-for-students-the-browser/https://i.imgur.com/n9TIx2r.png&#34; alt=&#34;Alright little Pi, I think you can, I think you can&#34;&gt;
    &lt;figcaption&gt;Memory Usage&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;And system-wide you are starting to use up RAM.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/01/tips-for-students-the-browser/https://i.imgur.com/ORV5LDS.png&#34; alt=&#34;RAM-a-lam-a-ding-dong&#34;&gt;
    &lt;figcaption&gt;System-wide RAM Usage&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;Well, you are clearly thinking the obvious. This is what computers are meant to do. So, why not, right? I certainly agree with you. Your fairly recent, probably expensive, laptop computer should be able to have many tabs open, but when things start slowing down, it is likely your fault and not because your computer is dying. Let&amp;rsquo;s hit up Facebook and see how much memory we can use. YouTube can come along for the ride. Screw it, Google Drive and a Google search for &amp;ldquo;chocolate chip cookies&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;I will be naughty and launch TWO instances of Firefox with TWO tabs each.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/01/tips-for-students-the-browser/https://i.imgur.com/jQ1iNqu.png&#34; alt=&#34;You get the idea&#34;&gt;
    &lt;figcaption&gt;Multiple instances&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;I think you get it. Numbers go up. Your RAM is not infinite. Combine this with perhaps Zoom or even Adobe Acrobat and things start to slow down. You can close some tabs.&lt;/p&gt;
&lt;h3 id=&#34;bookmarks&#34;&gt;But, then I&amp;rsquo;ll lose my place&amp;hellip;&lt;/h3&gt;
&lt;p&gt;Yes, you will, but there is a super feature in your browser called &lt;strong&gt;bookmarking&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The main browsers that people generally use are Chrome, Firefox, and Safari. They all have cousins whose names are Brave, Vivaldi, Chromium, and Opera. Those browsers have bookmark managers. So, bookmark the hell out of the pages you want to keep. You can even make folders! That way things stay organized. Those bookmarks can sync across devices. Now and then, sit down and Marie Kondo your bookmarks. Delete the just, organize the other stuff.&lt;/p&gt;
&lt;p&gt;Speaking of bookmarks, you might have a bookmark bar at the top of your browser. This is a nice place to put the links you use daily. One thing that lots of people do, but a few people do not, is set just the icon on their bookmark bar. It is easy. Bookmark a site, set it to the &amp;ldquo;Bookmarks Toolbar&amp;rdquo; or whatever it is called on your browser, and delete the name. Done. Just an icon. Yay.&lt;/p&gt;
&lt;p&gt;
  &lt;figure&gt;
    &lt;img src=&#34;https://bbbhltz.codeberg.page/blog/2021/01/tips-for-students-the-browser/https://i.imgur.com/cCFc0d9.png&#34; alt=&#34;Purty&#34;&gt;
    &lt;figcaption&gt;This sparks joy&lt;/figcaption&gt;
  &lt;/figure&gt;

&lt;/p&gt;
&lt;p&gt;You can also put folders on that bar. For students, I have seen some good ideas. Some students have a folder for each day of the week. Others for each class. Some students have their personal folder, a school folder, and a work folder, and others have the important links as icons on the toolbar, and a folder for &amp;ldquo;fun&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Finally, we get to extensions. I will have a post later on about some recommended extensions that I use. Right now, you just need to apply the same rules to extensions as you do tabs on your browser and apps on your phone. They take up some space and use memory. Not all extensions are good. Some extensions are useful but use a lot of memory. You are allowed to uninstall or disable them. Do not just keep them there out of complacency and laziness.&lt;/p&gt;
&lt;p&gt;There are only two extensions that you should have: an adblocker and a password manager. You should never, ever, under any circumstances use the built-in browser password manager. Especially on a computer that you might leave on a table in a library. It is too easy to get passwords. Chrome, if I recall correctly, even has a password export feature. And you can access the passwords within the settings too. I would recommend using &lt;a href=&#34;https://github.com/gorhill/uBlock/#installation&#34;&gt;uBlock Origin&lt;/a&gt; as your adblocker, and &lt;a href=&#34;https://bitwarden.com/&#34;&gt;Bitwarden&lt;/a&gt; for passwords. They are both free. uBlock uses a little less memory and is up-to-date, it also has loads of options we can discuss in another blog post. Bitwarden has desktop applications, mobile phone applications, and an extension. It can also import your Chrome and Firefox passwords.&lt;/p&gt;
&lt;h3 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;Keep it &lt;strong&gt;SIMPLE&lt;/strong&gt;: You don&amp;rsquo;t need lots of tabs or lots of extensions.
Use &lt;strong&gt;ONE&lt;/strong&gt; browser: You can uninstall the others. Unless it is Edge. I think you are stuck with that, but I haven&amp;rsquo;t checked in a long time.
&lt;strong&gt;UPDATE&lt;/strong&gt; your browser: This is good for security. You can also update the extensions.
&lt;strong&gt;PAY IT FORWARD&lt;/strong&gt;: Give your friends advice when you can.&lt;/p&gt;
&lt;p&gt;I hope somewhere, some student finds this useful. If you did, be sure to bookmark the blog. The next instalment is about writing documents and word processors.&lt;/p&gt;
&lt;p&gt;Take care.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
