<rss version="2.0">
  <channel>
    <title>Havn</title>
    <link>https://havn.blog/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Sun, 17 Mar 2024 01:44:14 +0100</lastBuildDate>
    <item>
      <title></title>
      <link>https://havn.blog/2024/03/16/now-that-ive.html</link>
      <pubDate>Sat, 16 Mar 2024 14:27:39 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/16/now-that-ive.html</guid>
      <description>&lt;p&gt;Now that I’ve gotten my CSS like I want it, I’ve started the &lt;strong&gt;total rewrite&lt;/strong&gt;. 🙃&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Now&lt;/em&gt; I know what I want to be variables. And there’s too many ideas in the design, as I through every idea out there while making each element. But now I know which ideas I like the most, and will keep.&lt;/p&gt;
&lt;p&gt;The thing I like about being a noob, is that it’s fun to see quick progress. Stuff I wrote two weeks ago seem stupid now. 😁&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/03/15/vincent-find-snow.html</link>
      <pubDate>Fri, 15 Mar 2024 13:54:09 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/15/vincent-find-snow.html</guid>
      <description>&lt;p&gt;Vincent 🐶 find snow delightful. Rain? Not so much&amp;hellip;&lt;/p&gt;
&lt;p&gt;He generally loves running out in the yard, and especially if I join him. But this is him after I asked him to come out. 👇🏻&lt;/p&gt;
&lt;p&gt;&lt;video controls=&#34;controls&#34; playsinline=&#34;playsinline&#34; src=&#34;https://cdn.uploads.micro.blog/92331/2024/1fbac220aa.mov&#34; width=&#34;640&#34; height=&#34;1138&#34; poster=&#34;https://havn.blog/uploads/2024/119131a2cc.png&#34; preload=&#34;none&#34;&gt;&lt;/video&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/03/14/hey-mantonyou-so.html</link>
      <pubDate>Thu, 14 Mar 2024 22:01:53 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/14/hey-mantonyou-so.html</guid>
      <description>&lt;p&gt;Hey, &lt;a href=&#34;https://micro.blog/manton&#34;&gt;@manton&lt;/a&gt;!
You so often have to help us with technical problems - so I wanted to help you back, with &lt;a href=&#34;https://havn.blog/2024/03/14/chromium-and-nested.html!&#34;&gt;a solution to a problem with the Micro.blog website&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;(With a guest apperance of &lt;a href=&#34;https://micro.blog/pratik&#34;&gt;@pratik&lt;/a&gt;’s great photo.)&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Chromium and Nested Backdrop-Filters</title>
      <link>https://havn.blog/2024/03/14/chromium-and-nested.html</link>
      <pubDate>Thu, 14 Mar 2024 21:49:33 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/14/chromium-and-nested.html</guid>
      <description>&lt;p&gt;If you’re like me, you sometimes get these small (often technical) problems, that you work on for &lt;em&gt;so&lt;/em&gt; long — and you &lt;em&gt;refuse&lt;/em&gt; to surrender.&lt;/p&gt;
&lt;p&gt;I had this with CSS a couple of months ago:&lt;/p&gt;
&lt;p&gt;I had a menu, that had transparency and blur, and then I also had a submenu that I wanted to have the same. &lt;strong&gt;But the submenu just. wouldn’t. blur!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It works perfectly in Gecko and WebKit — but after countless hours, I found the problem: &lt;strong&gt;If an element has a backdrop-filter, Chromium won’t let its children have it as well.&lt;/strong&gt; &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#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;I had to design around it, and moved on with my life.&lt;/p&gt;
&lt;h2 id=&#34;a-few-moments-later&#34;&gt;A few moments later…&lt;/h2&gt;
&lt;p&gt;I recently moved to &lt;a href=&#34;https://micro.blog&#34;&gt;Micro.blog&lt;/a&gt;. And one day I was scrolling down my timeline…&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-14-at-20.35.46.gif&#34; width=&#34;600&#34; height=&#34;751&#34; alt=&#34;Scrolling the timeline, with a picture of a great sunset making a nice blur below the header.&#34;&gt;
&lt;figcaption&gt;Ooh, look at that nice blur!&lt;/figcaption&gt;
&lt;h3 id=&#34;then-i-opened-the-submenu&#34;&gt;Then I opened the submenu:&lt;/h3&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-14-at-20.37.07.gif&#34; width=&#34;600&#34; height=&#34;751&#34; alt=&#34;When opening the submenu, you can see that the blur effect isn&#39;t on it - so that you see way too much of the text beneath.&#34;&gt;
&lt;figcaption&gt;Motherføcker!&lt;/figcaption&gt;
&lt;p&gt;&lt;strong&gt;There it was — the same bug! I’m not alone!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;the-fix&#34;&gt;The fix&lt;/h2&gt;
&lt;p&gt;Now, &lt;a href=&#34;https://manton.org&#34;&gt;Manton&lt;/a&gt;, I don’t know if you guys have battered your heads at this as much as me. Perhaps you don’t use Chromium and didn’t notice? Or maybe you’re just better than me at letting go of insignificant (unsolved) problems?&lt;/p&gt;
&lt;p&gt;Well, anyway — as I really struggled to find a solution online, I wanted to share a solution for Micro.blog — and perhaps someone else who stumbles upon this.&lt;/p&gt;
&lt;p&gt;It’s not perfect, but:&lt;/p&gt;
&lt;h3 id=&#34;you-have-to-temporarily-remove-the-blur-from-the-_parent_&#34;&gt;You have to temporarily remove the blur from the &lt;em&gt;parent&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;I think the best thing would be to have some javascript change the class of the parent when you click to open the submenu.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;And then you turn off the backdrop-filter &lt;em&gt;and&lt;/em&gt; change the background-color to something suitable.&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;here-you-can-see-the-fix-in-action&#34;&gt;Here you can see the fix in action:&lt;/h3&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-14-at-20.42.58.gif&#34; width=&#34;600&#34; height=&#34;751&#34; alt=&#34;When I disable the blur on the header, the submenu blur works like it should. But then you also have to change the background colour on the header to something opaque.&#34;&gt;
&lt;figcaption&gt;Voila!&lt;/figcaption&gt;
&lt;p&gt;Now, you do lose the nice blur while the submenu is open — but people will be looking at the submenu at that point!&lt;/p&gt;
&lt;h3 id=&#34;if-you-dont-want-the-user-to-have-to-what-i-did-there-manually&#34;&gt;If you don’t want the user to have to what I did there manually:&lt;/h3&gt;
&lt;p&gt;I think the best way to fix it, is by using &lt;a href=&#34;https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-within&#34;&gt;the pseudo-element&lt;/a&gt; &lt;code&gt;:focus-within&lt;/code&gt;. That could look something like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;header { 
background: rgba (237, 242, 247, .7); 
backdrop-filter: blur(20px) 
}

header:focus-within { 
background: rgb (237, 242, 247); 
backdrop-filter: none; 
}
&lt;/code&gt;&lt;/pre&gt;
&lt;figcaption&gt;So when the header, or any of its children, get focus, it would apply the second styling.&lt;/figcaption&gt;
&lt;p&gt;If anyone tries this, let me know if it works! I hope my pain can lessen someone elses…&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Now, I think I read somewhere that the Chromium people are claiming &lt;em&gt;they’re&lt;/em&gt; the ones who interptrets the spec correctly — and that Gecko and WebKit are wrong in having it work.&amp;#160;&lt;a href=&#34;#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;/section&gt;</description>
    </item>
    
    <item>
      <title>✉️ To SigmaOS’ CEO: This Is What I Don’t Like About Arc’s Direction</title>
      <link>https://havn.blog/2024/03/13/to-the-sigmaos.html</link>
      <pubDate>Wed, 13 Mar 2024 14:55:46 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/13/to-the-sigmaos.html</guid>
      <description>&lt;p&gt;I really, really like the &lt;a href=&#34;https://arc.net/&#34;&gt;&lt;em&gt;Arc&lt;/em&gt; browser&lt;/a&gt;. But as I alluded to &lt;a href=&#34;https://havn.blog/2024/03/11/i-just-want.html&#34; title=&#34;I Just Want a Nice Browser!&#34;&gt;in this post&lt;/a&gt;, I have some reservations regarding it, and don’t feel like it’s going in a direction that I like. In the post, I said that I might try SigmaOS again — and I am. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#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;I mentioned this in their community Slack, and their CEO, &lt;a href=&#34;https://twitter.com/MahyadGhassemi&#34;&gt;Mahyad&lt;/a&gt;, asked me what about Arc’s direction I don’t like. I must say, the dev team seems very active, nice, and open to input! &lt;strong&gt;So this post is my reply to his question.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;(And here’s &lt;a href=&#34;https://havn.blog/2024/03/13/to-the-sigmaos.html#tldr&#34;&gt;a link straight to the TL;DR&lt;/a&gt; at the bottom.)&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Hi, Mahyad — and thanks for asking! I wrote a blog post called &lt;em&gt;«&lt;a href=&#34;https://havn.blog/2024/03/11/i-just-want.html&#34;&gt;I Just Want A Nice Browser!&lt;/a&gt;»&lt;/em&gt;, which might give you a hint, heh.&lt;/p&gt;
&lt;p&gt;And let me also say that I’m a &lt;em&gt;bit&lt;/em&gt; worried about &lt;em&gt;your&lt;/em&gt; direction as well — but I’ll come back to that. 😉&lt;/p&gt;
&lt;h3 id=&#34;two-fundamentals-i-dont-love-but-that-i-dont-need-to-go-too-much-into&#34;&gt;Two fundamentals I don’t love, but that I don’t need to go too much into&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;I don’t love that Arc is built on Chromium — as I think Google has more than enough power over the web as it is.&lt;/li&gt;
&lt;li&gt;I’m not against supporting &lt;em&gt;any&lt;/em&gt; VC funded company — but in combination with an unclear business model, I become more skeptical and worried if our incentives align. &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;my-main-issue-though-is-regarding-ai&#34;&gt;My main issue, though, is regarding AI&lt;/h2&gt;
&lt;h3 id=&#34;3-focus&#34;&gt;3. Focus&lt;/h3&gt;
&lt;p&gt;From my blog post linked above, in reaction to &lt;a href=&#34;https://www.youtube.com/watch?v=WIeJF3kL5ng&#34; title=&#34;watch&#34;&gt;Arc’s launch of Arc II&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This is the moment I felt the Browser Company and I started to drift apart.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The entire premise of Arc II, is that «browsing the web sucks», so they would like to do it &lt;em&gt;for&lt;/em&gt; me. But I don’t agree: I &lt;em&gt;like&lt;/em&gt; to browse the web — I just want a nice browser to do it in!&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Now, Arc is still a nice browser — and they haven’t stopped shipping new features to make it even nicer. &lt;strong&gt;But that direction just isn’t for me. And when dev resources aren’t infinite, focusing on big areas that aren’t for me, is a turn-off.&lt;/strong&gt; &lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#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;I like small features that enhance the product, like &lt;em&gt;Instant Open&lt;/em&gt;. However, and I know I might be in the minority here, I hate &lt;em&gt;Browse for Me&lt;/em&gt;. I don’t want the browser to browse for me, pick my sources, and keep me away from what, I think, might be my favourite tech service: &lt;a href=&#34;https://kagi.com&#34;&gt;&lt;em&gt;Kagi Search&lt;/em&gt;&lt;/a&gt;. &lt;strong&gt;I want a &lt;em&gt;more&lt;/em&gt; human web — not &lt;em&gt;less&lt;/em&gt;.&lt;/strong&gt; &lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#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;strong&gt;Now, I do think LLMs, and other modes of generative AI, can be immensely useful. But the market is &lt;em&gt;flooded&lt;/em&gt; with ways to interact with them.&lt;/strong&gt; My personal favourite, is &lt;a href=&#34;https://www.raycast.com/&#34;&gt;&lt;em&gt;Raycast&lt;/em&gt;&lt;/a&gt;: &lt;strong&gt;&lt;a href=&#34;https://github.com/Erlendms/karabiner-actions&#34; title=&#34;a GitHub repo here&#34;&gt;Hyper&lt;/a&gt; + P&lt;/strong&gt; gives easy access to a chat, regardless of which app I’m in, and I’ve made some small GPTs to help me with repetitive tasks (like checking how a word is spelled).&lt;/p&gt;
&lt;p&gt;Sometimes having the AI know more about the context is useful. For instance, the one in &lt;a href=&#34;https://zed.dev&#34;&gt;&lt;em&gt;Zed&lt;/em&gt;&lt;/a&gt; knows my code base. But it has to be &lt;em&gt;quite a bit&lt;/em&gt; more useful than just using Raycast, for it not to be wasted dev time that could’ve been used to improve the core app instead! &lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt; It looks like you have some neat ideas with &lt;a href=&#34;https://sigmaos.com/airis&#34;&gt;&lt;em&gt;Aieris&lt;/em&gt;&lt;/a&gt; that leverages that it knows the web page — and I’m getting access to Airis today, to check for myself. &lt;sup id=&#34;fnref:6&#34;&gt;&lt;a href=&#34;#fn:6&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;6&lt;/a&gt;&lt;/sup&gt; But my fear is that most of the features step so close to Raycast that it, &lt;em&gt;for me&lt;/em&gt;, do end up being wasted dev time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Because while the market for «general access to LLMs» is extremely flooded, the market for «nice web browsers» is &lt;em&gt;far&lt;/em&gt; from it. &lt;em&gt;Especially&lt;/em&gt; if you, like me, want to stay away from Chromium.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In my mind, there are two different ways companies seem to leverage AI these days:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Trying to be The One Big Portal To Generative AI.&lt;/li&gt;
&lt;li&gt;To improve the details of their core product.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;As I really like Raycast as number 1, personally, I want most other products I use to focus on number 2. Arc Max features that fit the latter, are things like Instant Open, Tidy Tab Titles and Tidy Downloads. &lt;sup id=&#34;fnref:7&#34;&gt;&lt;a href=&#34;#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;h4 id=&#34;some-other-number-2-ideas-for-sigmaos-from-the-top-of-my-head&#34;&gt;Some other (number 2) ideas for SigmaOS, from the top of my head:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Automatically sorting tabs as subpages might be a bit too much. But maybe you could have the AI «sense» that a tab &lt;em&gt;might&lt;/em&gt; belong under another tab or in another workspace, and then display a button? And if you click it, it sends the tab there (hover would show where).
&lt;ul&gt;
&lt;li&gt;There could also be a button next to the tornado, to do it to every tab. (Need &lt;em&gt;undo&lt;/em&gt; for this, though!)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Another use for the same feature, could be in the Mini-window: It could suggest a Workspace to open it in, based on the content. (And if it’s too unsure, it would revert to the default.)&lt;/li&gt;
&lt;li&gt;Let’s say you have some text on a website, and you want to search for that somewhere else. Maybe you could select it, hit a hotkey, and it would propose (three?) places to search for it. You should be able to say which services you prefer to search on, and perhaps pin some. (I might pin Kagi, so that that’s always suggested.)
&lt;ul&gt;
&lt;li&gt;If I select a video game title, it knows that it’s a video game &lt;em&gt;and&lt;/em&gt; that I prefer to buy on &lt;a href=&#34;https://www.humblebundle.com/&#34;&gt;&lt;em&gt;Humble Bundle&lt;/em&gt;&lt;/a&gt; or &lt;a href=&#34;https://www.gog.com/&#34;&gt;&lt;em&gt;GOG&lt;/em&gt;&lt;/a&gt; — so it offers to search on Kagi (pinned) and those two.&lt;/li&gt;
&lt;li&gt;Now, some might prefer just asking «is this available on GOG?», but I like to actually go to the websites instead, and that the browser makes that easier. &lt;sup id=&#34;fnref:8&#34;&gt;&lt;a href=&#34;#fn:8&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;8&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;A variant could be that when you select text and hit a hotkey, you write something in a text box, and it acts on those two data points. Examples:
&lt;ul&gt;
&lt;li&gt;I select «Balatro» and type «Humble» = It searches for Balatro on Humble Bundle.&lt;/li&gt;
&lt;li&gt;I select «Apple’s DMA compliance» and type «John Gruber», and it searcher Kagi for «Apple DMA Daring Fireball» (or something). The challenge here, of course, is knowing when a name is «a site to search on» and not.&lt;/li&gt;
&lt;li&gt;The other way around, would do the same: Selecting «John Gruber» and typing «Apple DMA».&lt;/li&gt;
&lt;li&gt;I select «SigmaOS» and types «YouTube», and it searches for videos there.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-13-at-13.52.172x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;40e94e9c2b0fbf6f7062dc4a0a7fcde0&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-13-at-13.52.172x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Raycast screenshot of «SigmaOS» and «SigmaOS Helper» in a list. I can give both an alias and/or a hotkey, and SigmaOS has Meh plus S.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Oh, and I looove the Raycast practice of letting &lt;em&gt;everything&lt;/em&gt; have an alias (keyword) and/or a hotkey. I want this for SigmaOS’ «send to» feature (as I mostly share via Telegram), and would also like it for the feature above. Either because I want to just type «yt» to search on youtube, or set &lt;strong&gt;Meh + K&lt;/strong&gt; to search for a string on Kagi.&lt;/figcaption&gt;
&lt;ul&gt;
&lt;li&gt;Lastly, yet another variant, could be to use it to enhance the Lazy Search: On Kagi, I can use bangs to search on specific sites, like «yt SigmaOS» searches for SigmaOS on YouTube. &lt;sup id=&#34;fnref:9&#34;&gt;&lt;a href=&#34;#fn:9&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;9&lt;/a&gt;&lt;/sup&gt; However, I &lt;em&gt;have&lt;/em&gt; to write exactly «yt + string». It would be cool, if all of these, typed in Lazy Search, searched on YouTube «youtube sigmaos», «sigmaos youtube», «sigmaos on youtube», etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;4-ethics&#34;&gt;4. Ethics&lt;/h3&gt;
&lt;p&gt;Even though I, personally, find generative AI useful, I’m &lt;em&gt;also&lt;/em&gt; very skeptical regarding the ethics behind them and if they’re a net good for the web and society. &lt;strong&gt;Too many people think that «If you think it’s useful, you &lt;em&gt;must&lt;/em&gt; think it’s ethical» or «If you think it’s unethical, you &lt;em&gt;must&lt;/em&gt; think it’s useless».&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;John Voorhees and Robb Knight make some great points in the latest episode of the &lt;a href=&#34;https://ruminatepodcast.com/&#34;&gt;&lt;em&gt;Ruminate&lt;/em&gt; podcast&lt;/a&gt; (&lt;em&gt;Full of Spicy Takes&lt;/em&gt;), and Matt Birchler also says &lt;a href=&#34;https://birchtree.me/blog/the-browser-company-feels-gross-to-me-right-now/&#34;&gt;stuff I agree with here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;These models are &lt;em&gt;worthless&lt;/em&gt; without other people’s content and hard work, but become very valuable &lt;em&gt;with it&lt;/em&gt;. Then it simply feels wrong that they can take this content without it benefiting the creators.&lt;/strong&gt; &lt;a href=&#34;https://havn.blog/2024/03/11/ai-is-just.html&#34;&gt;And «no», I don’t care whether it’s technically legal or not&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Personally, I’d love to use image generators for my blog posts — but I’ve landed on that being too unethical for me. But as mentioned, I &lt;em&gt;do&lt;/em&gt; use LLMs — but I’m also unsure about that. I do try to be mindful about how I use it, though. &lt;sup id=&#34;fnref:10&#34;&gt;&lt;a href=&#34;#fn:10&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;10&lt;/a&gt;&lt;/sup&gt; And I want the implementations of tools to be as positive as possible — both for the web and the greater world and people it in. I don’t want them to make it too easy for practices like gunking up search results and platforms, or ruin the livelihood of creators. &lt;strong&gt;And I think that Arc&lt;/strong&gt; (and things like Perplexity) &lt;strong&gt;are doing too much of the latter.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Things like Browse for Me, are trying to replace me going to the places where it got the information. &lt;strong&gt;And, I mean, you have to be pretty naive to think that this &lt;em&gt;5-Second Preview&lt;/em&gt; feature benefits &lt;em&gt;Our Escape Clause&lt;/em&gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#39;embed-container&#39;&gt;
    &lt;video src=&#39;https://arc.net/max/5secpreviews.mp4&#39; style=&#39;border:0&#39; autoplay loop&gt;&lt;/video&gt;
&lt;/div&gt;
&lt;figcaption&gt;I &lt;em&gt;absolutely&lt;/em&gt; don’t buy that this would lead to more clicks, because «the preview would make people more intereste». (It&#39;s a video, so right click and hit &#34;Play&#34; if it doesn&#39;t start.)&lt;/figcaption&gt;
&lt;p&gt;On &lt;a href=&#34;https://overcast.fm/+m_rpsy1oU&#34;&gt;&lt;em&gt;Hard Fork&lt;/em&gt;&lt;/a&gt;, the CEO of Perplexity said that they were trying to cite more sources, and that if your name often came up as their sources, that would increase your credibility and recognition. How that, in turn, would pay for your mortgage (when Perplexity just gives users all your content), he didn’t mention.&lt;/p&gt;
&lt;p&gt;I wholeheartedly belive that stuff like this, if left unchecked, will drive content creators out of business &lt;em&gt;and&lt;/em&gt; drive a large portion of the content that’s left behind paywalls. And both will hurt the web.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;So, while I disagree with Arc, in that «browsing the web sucks» — their products are starting to do their part to make it more true.&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;tldr&#34;&gt;TL;DR:&lt;/h2&gt;
&lt;p&gt;So, I already didn’t like that Arc was built on &lt;strong&gt;Chromium&lt;/strong&gt; and was &lt;strong&gt;VC funded without a business model&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;But, from a &lt;em&gt;user perspective&lt;/em&gt;, I don’t like that they’re moving the product to &lt;strong&gt;focus on stuff I don’t want&lt;/strong&gt; — &lt;em&gt;and&lt;/em&gt; I think that focus has &lt;strong&gt;questionable ethics&lt;/strong&gt; and is hurting the web.&lt;/p&gt;
&lt;p&gt;Please don’t do this, Mahyad. 👆🏻 &lt;strong&gt;If you’re going to implement AI into SigmaOS, do it in a way that doesn’t remove focus from it being a nice web browser for actually browsing the web.&lt;/strong&gt; &lt;sup id=&#34;fnref:11&#34;&gt;&lt;a href=&#34;#fn:11&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;11&lt;/a&gt;&lt;/sup&gt; &lt;strong&gt;And don’t do it in a way that hurts the &lt;em&gt;real&lt;/em&gt; people making content and making the web a great place.&lt;/strong&gt;&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;I like it pretty well so far!&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;I would prefer to use a browser that only had &lt;em&gt;one&lt;/em&gt; incentive: &lt;strong&gt;Being so good that I want to keep paying for it.&lt;/strong&gt; I hope this can be SigmaOS.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;As I have the impression that you guys over at SigmaOS are a smaller team than Arc’s, this is extra important.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Kagi’s &lt;a href=&#34;https://blog.kagi.com/small-web&#34;&gt;Small Web initative&lt;/a&gt;, is a great example of a company that &lt;em&gt;do&lt;/em&gt; make AI features also promotes a human web.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;I actually don’t really use the one in Zed - as there’s value in having muscle memory, that to me, outweights the benefits of Zed’s implementation.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Even though I sometimes feel sumarisers can make the web «less human»…&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;pre&gt;&lt;code&gt;Which I wouldn’t mind you copying!
&lt;/code&gt;&lt;/pre&gt;
&amp;#160;&lt;a href=&#34;#fnref:7&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/li&gt;
&lt;li id=&#34;fn:8&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;This is also due to the ethics, which, spoiler, is my next big heading.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;And it also works on mobile and no matter which browser I’m in! I can also make custom ones.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;For instance, even though I’m not a native English speaker, I don’t use it to auto-translate stuff.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Because SigmaOS is one of the nicest out there!&amp;#160;&lt;a href=&#34;#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;/ol&gt;
&lt;/section&gt;</description>
    </item>
    
    <item>
      <title>Den flotteste stemmen siden Allison Krauss</title>
      <link>https://havn.blog/2024/03/12/den-flotteste-stemmen.html</link>
      <pubDate>Tue, 12 Mar 2024 15:22:15 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/12/den-flotteste-stemmen.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://havn.blog/2024/03/12/the-prettiest-voice.html&#34; class=&#34;language&#34;&gt;Link to English version&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Jeg tester &lt;a href=&#34;https://tidal.com/&#34;&gt;Tidal&lt;/a&gt; om dagen, og ville sjekke lydkvaliteten kontra Spotify. Tilfeldigvis så ramla jeg over en ny låt av en artist jeg liker, så dét blei den første låta jeg testa. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; &lt;strong&gt;Og, fy søren - dette er noe av det vakreste jeg har hørt:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://ffm.to/allmyfriendsalbum&#34;&gt;&lt;strong&gt;Aoife O’Donovan&lt;/strong&gt; — &lt;em&gt;All My Friends&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;iframe class=&#34;tidal&#34; src=&#34;https://embed.tidal.com/tracks/328569012?disableAnalytics=true&#34; allowfullscreen=&#34;allowfullscreen&#34; frameborder=&#34;0&#34; style=&#34;width:100%;height:96px&#34;&gt;&lt;/iframe&gt;
&lt;p&gt;Hele den nye plata er visst ute 22. mars - men den forrige plata, &lt;a href=&#34;https://tidal.com/browse/album/193366118&#34;&gt;&lt;em&gt;Age of Apathy&lt;/em&gt;&lt;/a&gt;, er også strålende. 👌🏻&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Tidal låter bedre — men det er ikke poenget her.&amp;#160;&lt;a href=&#34;#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;/section&gt;</description>
    </item>
    
    <item>
      <title>The Prettiest Voice Since Allison Krauss</title>
      <link>https://havn.blog/2024/03/12/the-prettiest-voice.html</link>
      <pubDate>Tue, 12 Mar 2024 15:09:47 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/12/the-prettiest-voice.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://havn.blog/2024/03/12/den-flotteste-stemmen.html&#34; class=&#34;language&#34;&gt;Lenke til norsk versjon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I’m testing &lt;a href=&#34;https://tidal.com/&#34;&gt;Tidal&lt;/a&gt; these days, and wanted to test the audio quality vs. Spotify. I happened to stumble upon a new track by an artist I like during testing, so that was the first track I tested. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; &lt;strong&gt;And holy føck if this isn’t one of the most beautiful things I’ve ever heard:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://ffm.to/allmyfriendsalbum&#34;&gt;&lt;strong&gt;Aoife O’Donovan&lt;/strong&gt; — &lt;em&gt;All My Friends&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;iframe class=&#34;tidal&#34; src=&#34;https://embed.tidal.com/tracks/328569012?disableAnalytics=true&#34; allowfullscreen=&#34;allowfullscreen&#34; frameborder=&#34;0&#34; style=&#34;width:100%;height:96px&#34;&gt;&lt;/iframe&gt;
&lt;p&gt;The whole album looks to be out on March 22nd. But her last album, &lt;a href=&#34;https://tidal.com/browse/album/193366118&#34;&gt;&lt;em&gt;Age of Apathy&lt;/em&gt;&lt;/a&gt;, is also fantastic. 👌🏻&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Tidal sounded a bit better - but that’s not the point here.&amp;#160;&lt;a href=&#34;#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;/section&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/03/11/you-know-that.html</link>
      <pubDate>Mon, 11 Mar 2024 20:04:41 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/11/you-know-that.html</guid>
      <description>&lt;p&gt;You know that trick companies do now, where they write helpful (or «helpful») articles that people search for, and then you end up on a car company’s website when searching for how to change a tire?&lt;/p&gt;
&lt;p&gt;Well, that kinda backfired for SigmaOS today, as I was trying to figure out how to install a custom search engine on it…&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-20.03.402x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9dd9f37fb37322ccbc98d7004d4c81f1&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-20.03.402x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;I’ve searched for «sigmaos custom search engine», but I only got guides they have written to install it in other browsers.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>I Just Want a Nice Browser!</title>
      <link>https://havn.blog/2024/03/11/i-just-want.html</link>
      <pubDate>Mon, 11 Mar 2024 15:55:44 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/11/i-just-want.html</guid>
      <description>&lt;h6 id=&#34;two-sad-browser-stories&#34;&gt;Two sad browser stories&lt;/h6&gt;
&lt;p&gt;I’ve followed the Spicy Takes™️ surrounding the &lt;a href=&#34;https://arc.net/&#34;&gt;Arc Browser&lt;/a&gt; recently, that started in the &lt;a href=&#34;https://ruminatepodcast.com/&#34;&gt;Ruminate podcast&lt;/a&gt; and went on to the &lt;a href=&#34;https://club.macstories.net/posts/macstories-weekly-issue-408&#34;&gt;MacStories Weekly Issue 408&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And I agree with most of what John Voorhees is saying, and also Matt Birchler, who said: «&lt;a href=&#34;https://birchtree.me/blog/the-browser-company-feels-gross-to-me-right-now/&#34;&gt;The Browser Company feels gross to me right now&lt;/a&gt;».&lt;/p&gt;
&lt;p&gt;Much of it is about ethics and AI. In general I agree with them, but this subject won’t be the focus of this post. (I’ve written more about AI &lt;a href=&#34;https://havn.blog/2024/03/11/ai-is-just.html&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;https://havn.blog/2024/02/18/machines-ai-and.html&#34;&gt;here&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Instead I’ll tell my browser story, and explain why both Arc and Firefox makes me sad.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;ive-been-browsing-for-browsers&#34;&gt;I’ve been browsing for browsers&lt;/h2&gt;
&lt;p&gt;I avoided Arc for a long time because I really, really didn’t want to use a Chromium browser.&lt;/p&gt;
&lt;p&gt;First, I used &lt;em&gt;&lt;strong&gt;Safari&lt;/strong&gt;&lt;/em&gt; for a while, which is fine. Then I used &lt;a href=&#34;https://kagi.com/orion/&#34;&gt;&lt;em&gt;&lt;strong&gt;Orion&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, which was better, but a bit too buggy. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; I also tried &lt;a href=&#34;https://sigmaos.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;SigmaOS&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; a bit, but at the time they wouldn’t let you change their hotkeys, and those default ones were &lt;em&gt;terrible&lt;/em&gt; for my Norwegian layout.&lt;/p&gt;
&lt;h3 id=&#34;my-firefox-wish&#34;&gt;My Firefox wish&lt;/h3&gt;
&lt;p&gt;Then, because I really want Mozilla and &lt;a href=&#34;https://techcrunch.com/2024/02/13/mozilla-downsizes-as-it-refocuses-on-firefox-and-ai-read-the-memo/?guccounter=1&#34;&gt;Gecko&lt;/a&gt; to exist, I spent a &lt;em&gt;year&lt;/em&gt; trying to like &lt;a href=&#34;https://www.mozilla.org/&#34;&gt;&lt;em&gt;&lt;strong&gt;Firefox&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;. But it was very hard, and I failed miserably. It just feels like using a product where no one &lt;em&gt;really cares&lt;/em&gt; about the user experience. &lt;strong&gt;I mean, which features, aimed at bettering this, have they shipped recently?&lt;/strong&gt; &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#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;But I’m &lt;em&gt;not&lt;/em&gt; saying that the developers &lt;em&gt;doesn’t&lt;/em&gt; care!&lt;/strong&gt; It just feels like they don’t have &lt;em&gt;time&lt;/em&gt; to care — that the leadership hasn’t made it a priority. Mozilla recently downsized, and said that they’re &lt;a href=&#34;https://techcrunch.com/2024/02/13/mozilla-downsizes-as-it-refocuses-on-firefox-and-ai-read-the-memo/?guccounter=1&#34;&gt;refocusing on Firefox&lt;/a&gt;. &lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; &lt;strong&gt;I hope they reach the conclusion, that the first step to compete, is to be the &lt;em&gt;best&lt;/em&gt; browser.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I want to write a separate post, someday, on what I miss about Firefox. &lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt; But I’ll mention some things I like about Arc later, and know that Firefox has more or less &lt;em&gt;nothing&lt;/em&gt; of this. Now, I get that The Browser Company is VC funded, and can just build on Chromium — but their team still isn’t &lt;em&gt;that&lt;/em&gt; large. &lt;strong&gt;So my wish for &lt;a href=&#34;https://blog.mozilla.org/en/mozilla/a-new-chapter-for-mozilla-laura-chambers-expanded-role/&#34;&gt;the new Mozilla CEO&lt;/a&gt;, is to create a team and say: «OK, so you don’t have any responsibilities to the Gecko engine or our other services. Just make Firefox a joy to use — on every platform.»&lt;/strong&gt; &lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;#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;h2 id=&#34;corruption-arc&#34;&gt;Corruption Arc&lt;/h2&gt;
&lt;p&gt;In the podcast linked up top, Voorhees said he didn’t understand the hype around Arc, and that it just had a bunch of «animations that gets in the way». I agree that animations &lt;em&gt;can&lt;/em&gt; get in the way — but when they’re well done, they make software a pleasure. &lt;strong&gt;For a great example, try to type, and move elements around, in &lt;a href=&#34;https://www.hogbaysoftware.com/bike/&#34;&gt;&lt;em&gt;Bike Outliner&lt;/em&gt;&lt;/a&gt;, by &lt;a href=&#34;https://mastodon.social/@jessegrosjean&#34;&gt;Jesse Grosjean&lt;/a&gt;, and &lt;em&gt;tell&lt;/em&gt; me that’s not a truly special software experience.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I think Arc screams of being made by someone who cares about browsers and &lt;a href=&#34;https://thejollyteapot.com/2024/03/9/on-quality-software&#34;&gt;software quality&lt;/a&gt;. And I think that’s where they started, before being led astray by the lure of AI. &lt;strong&gt;It might not be a bad business move — but it’s &lt;em&gt;not&lt;/em&gt; what I want, and the ethics, as both Voorhees and Birchler talk about, are very questionable.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It all started with what The Browser Company calls:&lt;/p&gt;
&lt;h3 id=&#34;arc-ii&#34;&gt;Arc II&lt;/h3&gt;
&lt;p&gt;And that started with this video:&lt;/p&gt;
&lt;p&gt;&lt;lite-youtube videoid=&#34;WIeJF3kL5ng&#34; playlabel=&#34;Play: Meet Act II of Arc Browser | A browser that browses for you&#34;&gt;&lt;/lite-youtube&gt;&lt;/p&gt;
&lt;p&gt;This is the moment I felt the Browser Company and I started to drift apart.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The entire premise of Arc II, is that «browsing the web sucks», so they would like to do it &lt;em&gt;for&lt;/em&gt; me. But I don’t agree — I &lt;em&gt;like&lt;/em&gt; to browse the web — I just want a nice browser to do it in!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now, they haven’t stopped shipping enjoyable features since this &lt;sup id=&#34;fnref:6&#34;&gt;&lt;a href=&#34;#fn:6&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;6&lt;/a&gt;&lt;/sup&gt; — and I still think they care about being a nice browser. But I was grossed out enough by using a Chromium browser, and now they’re leaning into something that I’m not interested in &lt;em&gt;and&lt;/em&gt; that I question the ethics behind…&lt;/p&gt;
&lt;p&gt;I really have to think about if I can keep using the browser… While I do that, let me highlight why I like Arc so much. &lt;strong&gt;Maybe it can serve as inspiration to other browser makers?&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;being-a-good-browser&#34;&gt;Being a good browser&lt;/h2&gt;
&lt;h3 id=&#34;looks-and-feel&#34;&gt;Looks and feel&lt;/h3&gt;
&lt;p&gt;I just think everything in arc looks good — like the border around the window and icons. And there are plenty of whimsical animations, that doesn’t get in the way and often helps in understanding what’s happening. There’s also completely useless stuff, like this:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-13.45.112x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;6c9d02aab94a1bcc6967afbdc739badb&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-13.45.112x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Screenshot of Arc, where I’m adjusting the colours of my space.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;When adjusting the dials on the theme on a trackpad, you get haptic feedback!&lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.21.422x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;6c9d02aab94a1bcc6967afbdc739badb&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.21.422x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Very smooth shadows, and the top-left corner, which points to the thing it’s about, is less rounded than the others.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Great shadows on the pop-up, and a cute top-left corner.&lt;/figcaption&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-15.28.42.gif&#34; width=&#34;350&#34; height=&#34;800&#34; alt=&#34;GIF of the opening of the Downloads folder.&#34;&gt;
&lt;p&gt;I’m a sucker for stuff like this.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The downloads icon animates,&lt;/li&gt;
&lt;li&gt;the files come up smoothely&lt;/li&gt;
&lt;li&gt;and the blur above the files looks great.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;My Number of spaces/Tab bar width ratio is too high for it to show all the icons. They’ve solved this elegantly IMO, and I also like this animation.&lt;/p&gt;
&lt;h3 id=&#34;useful-utilities&#34;&gt;Useful utilities&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.23.282x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;6c9d02aab94a1bcc6967afbdc739badb&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.23.282x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;I can go «Back to Tab», play/pause, skip, adjust volume, and pop out to picture-in-picture.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Nice playback controls - for a tab in another space. I can also pop it out in their great picture in picture.&lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.25.062x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;6c9d02aab94a1bcc6967afbdc739badb&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.25.062x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;A large square covers up the mid 40 % of the screen, and says: «Search og Enter URL…». It also shows some of my latest tabs which I can switch to.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;If you hit &lt;strong&gt;Cmd + T&lt;/strong&gt; or &lt;strong&gt;Cmd + L&lt;/strong&gt; (the latter won’t create a new tab), you’ll get this command bar. It’s pretty useful, but also just nice. (Notice the transparency.)&lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.29.292x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;6c9d02aab94a1bcc6967afbdc739badb&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.29.292x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;I’ve searched for «The new york times», and I can click «Instant Open» if I want.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;They have an AI feature I like, and that I don’t think The New York Times minds either: If I hit Shift + Enter, it will go straight to the site it thinks you want. And since {my search engine} doesn’t earn money on my data or clicks, _it_ doesn’t mind this feature either!&lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.32.302x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;6c9d02aab94a1bcc6967afbdc739badb&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.32.302x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;A box that says «Copied Current URL».&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Hitting &lt;strong&gt;Cmd + Shift + C&lt;/strong&gt; copies the current URL without having to mark it in the address bar. The squares around the box, are more whimsical animations, and the share button opens the share sheet. That last detail is a perfect example of what I mean about _care_.&lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.39.542x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;6c9d02aab94a1bcc6967afbdc739badb&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.39.542x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Same box, but text now says «Copied a clean link without trackers».&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;And yes, it even strips the trackers automatically!&lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.37.472x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;6c9d02aab94a1bcc6967afbdc739badb&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-14.37.472x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Screenshot of the Boost Gallery. It says: Take a browse, and see how other Arc members are remixing their internets. If you don’t yet have Arc, try any Boost in this gallery to get early access. What are Boosts? Boosts are a new way to edit and remix your internet, and share it with friends. Boosts are created inside Arc, our new web browser! How do I create a Boost? Download Arc, isit the site you want to Boost, then click the paintbrush icon that appears inside the URL bar.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt; &lt;a href=&#34;https://arc.net/boosts&#34;&gt;&lt;em&gt;Boosts&lt;/em&gt;&lt;/a&gt;: A neat little feature, from when the focus whan on making browsing a joy - instead of doing it &lt;em&gt;for&lt;/em&gt; me..&lt;/figcaption&gt;
&lt;h3 id=&#34;spaces&#34;&gt;Spaces&lt;/h3&gt;
&lt;p&gt;I love how easy it is to make and move between spaces, &lt;strong&gt;and that you can choose which of them share logins and not&lt;/strong&gt;. Moving tabs between them, is also a breeze, and the haptic dials makes some good-looking themes.&lt;/p&gt;
&lt;style&gt;.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }&lt;/style&gt;
&lt;div class=&#39;embed-container&#39;&gt;
    &lt;video src=&#39;https://arc.net/theme-picker.mp4&#39; style=&#39;border:0&#39; autoplay loop&gt;&lt;/video&gt;
&lt;/div&gt;
&lt;figcaption&gt;Animation from Arc, showing off space themes.&lt;/figcaption&gt;
&lt;p&gt;I like the vertical tabs &lt;sup id=&#34;fnref:7&#34;&gt;&lt;a href=&#34;#fn:7&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;7&lt;/a&gt;&lt;/sup&gt; — but I would be fine with just horizontal tabs in a browser &lt;em&gt;if&lt;/em&gt; the spaces integration was on this level.&lt;/p&gt;
&lt;style&gt;.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }&lt;/style&gt;
&lt;div class=&#39;embed-container&#39;&gt;
    &lt;video src=&#39;https://arc.net/space-swiping.mp4&#39; style=&#39;border:0&#39; autoplay loop&gt;&lt;/video&gt;
&lt;/div&gt;
&lt;figcaption&gt;Animation from Arc, showing off changing spaces.&lt;/figcaption&gt;
&lt;p&gt;They also have &lt;a href=&#34;https://resources.arc.net/hc/en-us/articles/19233788518039-Notes-Quickly-Jot-to-an-Arc-Note-or-Your-Favorite-Notes-App&#34;&gt;notes&lt;/a&gt; and something they call &lt;a href=&#34;https://resources.arc.net/hc/en-us/articles/19231142050071-Easels-Capture-Create&#34;&gt;easels&lt;/a&gt; — but I don’t use them personally.&lt;/p&gt;
&lt;h3 id=&#34;little-arc-&#34;&gt;Little Arc 🫶🏻&lt;/h3&gt;
&lt;p&gt;This little guy is my favourite Arc feature! If I hit a link while in another app, it opens a small-ish browser window, called &lt;em&gt;Little Arc&lt;/em&gt;. In the example below, I was browsing &lt;a href=&#34;https://mastodon.social/@MonaApp&#34;&gt;Mona&lt;/a&gt;, and found a link I wanted to check out — and then &lt;a href=&#34;https://www.theverge.com/24097069/reddit-ipo-public-investment-ai-training-data-google&#34;&gt;I got this&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-15.14.432x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;6c9d02aab94a1bcc6967afbdc739badb&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-15.14.432x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;A The Verge article, called «Reddit goes public: the latest updates on its IPO». You see my name (Erlend) in the left part of the address bar, and «Open in Blogg» on the right side.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;This is to avoid gunking up your current browser window.&lt;/figcaption&gt;
&lt;p&gt;Top left you can see that I’m currently on my personal profile (so logins etc. works in these little windows) — and only by hitting Cmd + O, will it be added to my current space («Blogg»). I can also send it to a different space.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-11-at-15.21.06.gif&#34; width=&#34;600&#34; height=&#34;620&#34; alt=&#34;GIF of me opening and closing the link above.&#34;&gt;
&lt;figcaption&gt;My favourite detail here, is that if I do two-finger swipe to «go back», it just closes the window, and sends me back to Mona.&lt;/figcaption&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;I’ll stop now because this is only making me sad.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sad, because it seems like Arc is moving away from what I like about it,&lt;/li&gt;
&lt;li&gt;and sad because it’s still, by far, the best browser — but I’m not sure I «can» keep using it…&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Maybe I’ll give &lt;a href=&#34;https://sigmaos.com/&#34;&gt;SigmaOS&lt;/a&gt; another go, while I hope Firefox becomes nicer?&lt;/strong&gt; &lt;sup id=&#34;fnref:8&#34;&gt;&lt;a href=&#34;#fn:8&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;8&lt;/a&gt;&lt;/sup&gt; It looks like I can change the hotkeys now! 👌🏻&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Maybe I’ll try &lt;a href=&#34;https://kagi.com/orion/&#34;&gt;Orion&lt;/a&gt; again?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Have you tried SigmaOS or Orion lately?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;And are there any other nice browsers out there?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;help plz&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;However, that team also makes &lt;a href=&#34;https://kagi.com/&#34;&gt;Kagi Search&lt;/a&gt;, which is &lt;em&gt;amazing&lt;/em&gt;.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;That wasn’t focused on pushing their own services, like Pocket, VPN and spoof emails.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;And AI. 😔&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Come on, at least use the native macOS text engine!&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Oh, and make it much easier for third parties to build on Gecko - which I’ve heard is a nightmare.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;And I love how they always highlight the specific engineers who’s worked on a shipped feature!&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Even though I wouldn’t mind them being in trees.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;And, unlike Arc, they have a business model.&amp;#160;&lt;a href=&#34;#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;/ol&gt;
&lt;/section&gt;</description>
    </item>
    
    <item>
      <title>AI Is Just Different</title>
      <link>https://havn.blog/2024/03/11/ai-is-just.html</link>
      <pubDate>Mon, 11 Mar 2024 13:04:23 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/11/ai-is-just.html</guid>
      <description>&lt;p&gt;The discussion around the ethics and legality surrounding AI has been a constant the last year — and it’s culminating in some important trials that’s coming up.&lt;/p&gt;
&lt;p&gt;I won’t go into the entire thing here — I just want to focus on a specific argument that I often hear when it comes to the way these large models are trained. It oftes goes something like: &lt;strong&gt;«But how is this different from how humans have always been learning and iterating on previous knowledge?»&lt;/strong&gt; or &lt;strong&gt;«The information was available on the open web, so it can be used for anything!»&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I think these are terrible arguments.&lt;/p&gt;
&lt;h2 id=&#34;humans-are-allowed-into-shopping-malls&#34;&gt;Humans are allowed into shopping malls.&lt;/h2&gt;
&lt;p&gt;However, that’s simply &lt;em&gt;not&lt;/em&gt; an argument for that cars should be allowed there as well — whether they&amp;rsquo;re driven by a human or autonomous.&lt;/p&gt;
&lt;p&gt;But while it would be «very bad» if someone drove through a mall with their Hummer, it would only be «annoying» if someone did it with their RC car. I’m not saying the opposite (that if humans can do something, machines can’t) — I’m just saying that it’s not an argument, and that we have to evaluate every «machine» for what it is.&lt;/p&gt;
&lt;h2 id=&#34;because-scale-and-context-matters&#34;&gt;Because scale and context matters.&lt;/h2&gt;
&lt;p&gt;At some point, we decided that cars were a large enough departure from things like bikes or horse and carriage, and that they required their own rules. And today you need a license to drive a car, but not a bike. And while bikes don’t really need speed limits, cars absolutely do because it’s capable of much more. They’re just… &lt;em&gt;different&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I view AI the same way, and that is why I’m a bit annoyed that much of the discussion’s around «ancient» copyright laws written for a different time. I wish we’d just jump straight to what we think is &lt;em&gt;right&lt;/em&gt;, and make laws accordingly. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#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;Now, I absolutely have issues with copyright laws and how they’re enforced and who they benefit. &lt;strong&gt;But as someone who plays in a small band, I wouldn’t like it if someone took one of our songs and uploaded it to YouTube as their own. At the same time, I wouldn’t mind if a performer learned the song and played it for money on the street — because scale and context matters.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;could-we-_please_-evaluate-it-for-what-it-is&#34;&gt;Could we &lt;em&gt;please&lt;/em&gt; evaluate it for what it is?&lt;/h2&gt;
&lt;p&gt;I just want to get pass «But technically, according to these laws written for something completely different, it might be fair use» and «But humans have done something similar, so these machines should be allowed to do the same at a global scale».&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AI ≠ Napster&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AI ≠ Humans&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Could we please talk more about what we think is &lt;em&gt;fair&lt;/em&gt; and what we actually &lt;em&gt;want&lt;/em&gt;?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Imagine if someone, at the beginning of the last century, said: «You can’t put the genie back in the bottle — these cars are driving all over the place, we can’t start regulating them now»?&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://upload.wikimedia.org/wikipedia/commons/7/71/1885Benz.jpg&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;fd555666d8bfe799458e3853fae85149&#34;
   
&gt;
  &lt;img src =&#34;https://upload.wikimedia.org/wikipedia/commons/7/71/1885Benz.jpg&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;An black and hite image of the first Benz.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;ChatGPT 1.0 (or perhaps I’m losing track of my own metaphors).&lt;/figcaption&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;PS:&lt;/strong&gt; Let me add, that I think AI tools can be &lt;em&gt;immensely&lt;/em&gt; useful. I think too many think you have to choose between&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;being skeptical of the ethics, &lt;em&gt;and&lt;/em&gt; think that they’re useless, hallucinating bullshit machines, &lt;em&gt;or&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;think that they&amp;rsquo;re useful, and thus &lt;em&gt;must&lt;/em&gt; be ethical and right.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But you can mix and match here, people! 👆🏻&lt;/p&gt;
&lt;p&gt;I’m not calling for the removal of all AI tools. &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; But we, as a society, can choose which society we want! &lt;strong&gt;And if we think these tools are more unethical than useful, we &lt;em&gt;can&lt;/em&gt; make them illegal in their current form. And I wish those who argue for why they should be &lt;em&gt;legal&lt;/em&gt; would say &lt;em&gt;why&lt;/em&gt;, instead of just «Because humans…».&lt;/strong&gt;&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;But sadly, even though the problem is global, most of it is decided in a country with about 4% of the world’s population, that doesn’t really seem capable of passing laws at the moment.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;At least not in this posts! I’m honestly not sure…&amp;#160;&lt;a href=&#34;#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;/section&gt;</description>
    </item>
    
    <item>
      <title>A Couple of Chill, Mostly New, Indie Games</title>
      <link>https://havn.blog/2024/03/10/a-couple-of.html</link>
      <pubDate>Sun, 10 Mar 2024 13:59:30 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/10/a-couple-of.html</guid>
      <description>&lt;p&gt;I love small, chill indie games.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;They’re cheap, and the money goes to small developers who needs the support.&lt;/li&gt;
&lt;li&gt;Many have short gameplay loops, that make them easy to fit into my schedule.&lt;/li&gt;
&lt;li&gt;And many of the ones I like have non-realtime gameplay,&lt;/li&gt;
&lt;li&gt;and that, coupled with low hardware demands, makes them well suited for playing on my laptop.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://havn.blog/2024/02/20/my-tech-setup.html&#34;&gt;My MacBook&lt;/a&gt; isn’t a slouch - but it’s no gaming rig. So I love that I don’t have to worry about performance with these games - and those who don’t have native Mac ports, run perfectly fine through &lt;a href=&#34;https://www.parallels.com/products/desktop/&#34;&gt;Parallells&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;realtime-but-still-chilltime&#34;&gt;Realtime, but still chilltime&lt;/h2&gt;
&lt;h3 id=&#34;thronefall&#34;&gt;Thronefall&lt;/h3&gt;
&lt;p&gt;While I mostly play non-realtime games, some realtime titles are still chill, and the minimalistic (kinda) tower defense game, &lt;a href=&#34;https://en.wikipedia.org/wiki/Thronefall&#34;&gt;&lt;strong&gt;&lt;em&gt;Thronefall&lt;/em&gt;&lt;/strong&gt; (2023)&lt;/a&gt; (from the developers of &lt;a href=&#34;https://en.wikipedia.org/wiki/Islanders_(video_game)&#34;&gt;&lt;em&gt;Islanders&lt;/em&gt;&lt;/a&gt;) is pretty chill.&lt;/p&gt;
&lt;p&gt;&lt;lite-youtube videoid=&#34;GNzAqtbvrlY&#34; playlabel=&#34;Play: Videotitle&#34;&gt;&lt;/lite-youtube&gt;&lt;/p&gt;
&lt;h4 id=&#34;platforms&#34;&gt;Platforms:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://store.steampowered.com/app/2239150/Thronefall/&#34;&gt;macOS, Windows&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;vampire-survivors&#34;&gt;Vampire Survivors&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Vampire_Survivors&#34;&gt;&lt;strong&gt;&lt;em&gt;Vampire Survivors&lt;/em&gt;&lt;/strong&gt; (2022) &lt;/a&gt; is a weird game, that has no rights being as fun and satisfying as it is. so buy it where you prefer!&lt;/p&gt;
&lt;p&gt;You walk (slowly) around a big field, while your character auto-attacks. You then pick up experience, new items and upgrades. It shouldn’t work, but it does - and this good video essay by &lt;a href=&#34;https://www.youtube.com/@ArchitectofGames&#34;&gt;Adam Mallard&lt;/a&gt; explains why:&lt;/p&gt;
&lt;p&gt;&lt;lite-youtube videoid=&#34;bkVKLPvXBUc&#34; playlabel=&#34;Play: Vampire Survivors Only Works Because We&#39;re Stupid&#34;&gt;&lt;/lite-youtube&gt;&lt;/p&gt;
&lt;figcaption&gt;Vampire Survivors Only Works Because We’re Stupid&lt;/figcaption&gt;
&lt;h4 id=&#34;platforms-1&#34;&gt;Platforms:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://store.steampowered.com/app/1794680/Vampire_Survivors/&#34;&gt;macOS, Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Switch&lt;/li&gt;
&lt;li&gt;Xbox&lt;/li&gt;
&lt;li&gt;Android&lt;/li&gt;
&lt;li&gt;iOS&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;brotato&#34;&gt;Brotato&lt;/h3&gt;
&lt;p&gt;Vampire Survivors has spawned tons of knock-offs — not all of them are good. But &lt;a href=&#34;https://en.wikipedia.org/wiki/Brotato&#34;&gt;&lt;strong&gt;&lt;em&gt;Brotato&lt;/em&gt;&lt;/strong&gt; (2023)&lt;/a&gt; is! I actually prefer it over the OG.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://thomasgervraud.com/press/brotato/images/splash_art_no_logo.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;a98078525d08a852b0401b39fa7b9072&#34;
   
&gt;
  &lt;img src =&#34;https://thomasgervraud.com/press/brotato/images/splash_art_no_logo.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Brotato splash art. It’s a cartoon potato with two uzis, a rambo like bandana and a scar, surrounded by aliens.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;h4 id=&#34;platforms-2&#34;&gt;Platforms:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://store.steampowered.com/app/1942280/Brotato/&#34;&gt;Windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Playstation, Switch, Xbox&lt;/li&gt;
&lt;li&gt;Android, iOS&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;the-slower-stuff&#34;&gt;The slower stuff&lt;/h2&gt;
&lt;h3 id=&#34;dot-age&#34;&gt;Dot age&lt;/h3&gt;
&lt;p&gt;I love board games, and &lt;a href=&#34;https://www.michelepirovano.com/dotage.html&#34;&gt;&lt;strong&gt;&lt;em&gt;Dot Age&lt;/em&gt;&lt;/strong&gt; (2023)&lt;/a&gt; feels like one. It’s a turn based city builder with roguelike progression, built around worker-placement.&lt;/p&gt;
 &lt;img src=&#34;https://www.michelepirovano.com/dotage/img/header5.gif&#34; alt=&#34;GIF of some Dot Age gameplay.&#34;&gt;
&lt;h4 id=&#34;platforms-3&#34;&gt;Platforms:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.humblebundle.com/store/dotage?partner=havnblog&#34;&gt;Linux, macOS, Windows 🖇️&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id=&#34;balatro&#34;&gt;Balatro&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://www.playbalatro.com/&#34;&gt;&lt;strong&gt;&lt;em&gt;Balatro&lt;/em&gt;&lt;/strong&gt; (2024)&lt;/a&gt; is the thousandth in the line of games that «take something familiar, and turn it into a roguelike where you do runs where you try to break the game with combos». This time: &lt;strong&gt;Poker!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;While perhaps not «beautiful», it drips with style with its CRT filter and screenshake (both possible to turn off). Very chill - but I hope it comes to iPad at some point!&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/92331/2024/2024-01-02-14-04-24-1-1.gif&#34; alt=&#34;GIF of a bonus card called Ouja turning 8 cards into aces.&#34;&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/92331/2024/gifs-jan-02-2024.gif&#34; alt=&#34;GIF of more Balatro gameplay, where the player plays 5-of-a-kind aces, and gets a bunch of points.&#34;&gt;
&lt;h4 id=&#34;platforms-4&#34;&gt;Platforms:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.humblebundle.com/store/balatro?partner=havnblog&#34;&gt;Linux, macOS, Windows 🖇️&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id=&#34;backpack-battles&#34;&gt;Backpack Battles&lt;/h3&gt;
&lt;p&gt;With the worst art direction since the &lt;strong&gt;amazing&lt;/strong&gt; &lt;a href=&#34;https://en.wikipedia.org/wiki/Slay_the_Spire&#34;&gt;&lt;em&gt;Slay The Spire&lt;/em&gt;&lt;/a&gt;, &lt;a href=&#34;https://store.steampowered.com/app/2427700/Backpack_Battles/&#34;&gt;&lt;strong&gt;&lt;em&gt;Backpack Battles&lt;/em&gt;&lt;/strong&gt; (2024)&lt;/a&gt; is my last recommendation for the day.&lt;/p&gt;
&lt;p&gt;In a combination of &lt;a href=&#34;https://en.wikipedia.org/wiki/Backpack_Hero&#34;&gt;&lt;em&gt;Backpack Hero&lt;/em&gt;&lt;/a&gt; and &lt;a href=&#34;https://teamwood.itch.io/super-auto-pets&#34;&gt;&lt;em&gt;Super Auto Pets&lt;/em&gt;&lt;/a&gt;, you arrange items in your backpack to (hopefully) win against other players in some asynchronous chibi on chibi action. It also has a &lt;a href=&#34;https://playwithfurcifer.itch.io/backpack-battles&#34;&gt;demo playable in a browser&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;lite-youtube videoid=&#34;qqhlUfR3B2Q&#34; playlabel=&#34;Play: Videotitle&#34;&gt;&lt;/lite-youtube&gt;&lt;/p&gt;
&lt;h4 id=&#34;platforms-5&#34;&gt;Platforms:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://store.steampowered.com/app/2427700/Backpack_Battles/&#34;&gt;Linux, Windows&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;norwegian-games-that-looks-promising-but-i-havent-tried&#34;&gt;Norwegian games that looks promising (but I haven’t tried)&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://seablip.com/&#34;&gt;&lt;strong&gt;&lt;em&gt;Seablip&lt;/em&gt;&lt;/strong&gt; (Q2 2024)&lt;/a&gt; looks very promising, has a free demo, and is out very soon!&lt;/p&gt;
&lt;p&gt;&lt;lite-youtube videoid=&#34;MSxRs04Cjjk&#34; playlabel=&#34;Play: Seablip Trailer2&#34;&gt;&lt;/lite-youtube&gt;&lt;/p&gt;
&lt;p&gt;Also, &lt;a href=&#34;https://new.snufkin.game/&#34;&gt;&lt;strong&gt;&lt;em&gt;Snufkin: Melody of Moominvalley&lt;/em&gt;&lt;/strong&gt; (2024)&lt;/a&gt;is out, for &lt;a href=&#34;https://store.steampowered.com/app/1808680/Snufkin_Melody_of_Moominvalley/&#34;&gt;macOS, Windows&lt;/a&gt; and &lt;a href=&#34;https://www.nintendo.com/us/store/products/snufkin-melody-of-moominvalley-switch/&#34;&gt;Switch&lt;/a&gt; - more aimed at a younger audience. I think it could be something nice for an adult to play together with someone younger - or just for an adult wanting to have a beautiful and chill experiene!&lt;/p&gt;
&lt;p&gt;&lt;lite-youtube videoid=&#34;6vM01n1xG8A&#34; playlabel=&#34;Play: Videotitle&#34;&gt;&lt;/lite-youtube&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Are you like me, and like chill games with little twitch and «physical» skills needed? &lt;strong&gt;I’m thinking, leaned back on the couch, with a tablet or laptop, clicking buttons, making numbers go up…&lt;/strong&gt; Any other tips? Hit me up!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/03/09/i-liked-this.html</link>
      <pubDate>Sat, 09 Mar 2024 23:13:39 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/09/i-liked-this.html</guid>
      <description>&lt;p&gt;I liked this blog post, by The Jolly Teapot! 👇🏻&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://thejollyteapot.com/2024/03/9/on-quality-software&#34;&gt;&lt;em&gt;On Quality Software&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;«A happy snob» is very much how I’d categorise my own taste in software. 👌🏻&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/03/09/ive-been-thinking.html</link>
      <pubDate>Sat, 09 Mar 2024 16:32:58 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/09/ive-been-thinking.html</guid>
      <description>&lt;p&gt;I’ve been thinking way too much about &lt;em&gt;music streaming&lt;/em&gt; the past month - so now I’ve gathered my thoughts &lt;a href=&#34;https://havn.blog/2024/03/09/an-idea-for.html&#34;&gt;in a blog post&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;I have an idea and dream, that I’m sadly woefully unequipped to actually build. 🙃&lt;/p&gt;
&lt;p&gt;It’s a cross between podcasts, Mastodon, PeerTube and the MusicKit API!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Apple er ikke grunnen til at jeg kjøper Apple-produkter - disse folka er</title>
      <link>https://havn.blog/2024/03/09/apple-er-ikke.html</link>
      <pubDate>Sat, 09 Mar 2024 15:46:59 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/09/apple-er-ikke.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://havn.blog/2024/03/07/no-apple-youre.html&#34; class=&#34;language&#34;&gt;Link to English version&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I rettsaken mot Epic, i denne runda med oppmerksomhet fra EU-politikere, og flere andre ganger, har Apple gjort en ting klinkende klart: De mener &lt;em&gt;all&lt;/em&gt; business som skjer på deres platformer er deres fortjeneste - og utviklere er &lt;em&gt;heldige&lt;/em&gt; som får lov til å betale neste en tredel av omsetninga deres for privilegiet det er å ha programvare på platformene. &lt;strong&gt;Dersom Apple forstår at dette forholdet er gjensidig, så skjuler de det godt!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Altså, jeg liker &lt;a href=&#34;https://havn.blog/2024/02/21/mitt-tekoppsett.html&#34;&gt;all Apple-hardware&lt;/a&gt; jeg har. Jeg &lt;em&gt;digger&lt;/em&gt; til og med noe av det! Jeg liker også operativsystemene, fokuset på personvern, og måten økosystemet funker sammen. Men jeg tror jeg hadde klart meg greit med en &lt;a href=&#34;https://frame.work/&#34;&gt;Framework-laptop&lt;/a&gt;, &lt;a href=&#34;https://www.asus.com/mobile-handhelds/phones/zenfone/zenfone-10/&#34;&gt;Asus-telefon&lt;/a&gt; og &lt;a href=&#34;https://www.sony.no/electronics/truly-wireless/wf-1000xm3&#34;&gt;Sony-propper&lt;/a&gt; også! Det er ikke tinga Apple selv lager og gjør som er hovedgrunnen til at jeg kjøper Apple-produkter. Det er alle de fantastiske tredjepartsutviklerene, som lager strålende programvare for Apple-platformene.&lt;/p&gt;
&lt;p&gt;Jeg vet at Apple lager gode verktøy, API-er og rammeverk som bistår i dette - så jeg sier absolutt ikke at de ikke skal få &lt;em&gt;noe&lt;/em&gt; igjen for strevet! Men tanken om at det er énveiskjøring, og kun Apple som bidrar til at &lt;em&gt;andre&lt;/em&gt; for business, føles bare helt feil for meg.&lt;/p&gt;
&lt;p&gt;Så selv om jeg vet ingen med tilknytning til Apple kommer til å lese dette, så har jeg et behov for å rope: &lt;strong&gt;Apple, dere er nødt til å gi en hjertelig takk til&lt;/strong&gt; (blant annet) &lt;strong&gt;den gjengen jeg skal nevne nå - for &lt;em&gt;de&lt;/em&gt; gir &lt;em&gt;dere&lt;/em&gt; masse business.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;strålende-tredjeparts-programvare&#34;&gt;Strålende tredjeparts-programvare&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;De fleste av disse appene er hva jeg vil kalle &lt;em&gt;indie-apper&lt;/em&gt;, men ikke alle. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; Og jeg tror mesteparten kun er tilgjengelig på Apple.platformer — men det kan være de er tilgjengelige på, eller på vei til, andre også. Jeg har prøvd alle jeg nevner, men bruker ikke alle jevnlig - selv om jeg bruker (for) mange av dem. &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; Jeg prøver å lenke til riktige utviklere der jeg finner gode lenker, men bare &lt;a href=&#34;https://havn.blog/masto/&#34;&gt;si ifra&lt;/a&gt; hvis noe er feil eller du vet hvem jeg burde ha lenka til. &lt;strong&gt;Jeg tar også gjerne imot tips til andre som bør på lista!&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/img-7046.jpeg&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;1d6cbbbc4ea0f52e4ce73a51da110bb4&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/img-7046.jpeg&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Apple Studio Display, Røde USB-mikrofon, mekanisk numpad og tastatur, Apple trackpad og Macbook Pro 14-tommer.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Jeg ville &lt;em&gt;aldri&lt;/em&gt; aldri kjøpt alle de greiene her, uten all den gode indie-programvaren tilgjengelig på Apples platformer.&lt;/figcaption&gt;
&lt;h3 id=&#34;en-mac-med-standardinnstillinger-føles-ødelagt-ut-for-meg&#34;&gt;En Mac med standardinnstillinger føles ødelagt ut for meg&lt;/h3&gt;
&lt;p&gt;Å svare på spørsmålet om macOS er bra, er litt komplisert. For jeg liker &lt;em&gt;ikke&lt;/em&gt; hvordan det kommer fra fabrikk - men jeg &lt;em&gt;digger&lt;/em&gt; hva man kan gjøre det til med tredjeparts-programvare, som ikke er tilgjengelig på andre platformer.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.macbartender.com/&#34;&gt;&lt;strong&gt;&lt;em&gt;Bartender&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;, av Surtees Studios, holder styr på menylinja mi,&lt;/li&gt;
&lt;li&gt;og &lt;a href=&#34;https://www.stclairsoft.com/DefaultFolderX/&#34;&gt;&lt;em&gt;&lt;strong&gt;Default Folder X&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, av &lt;a href=&#34;https://www.stclairsoft.com/Main/products.html&#34;&gt;St. Clair Software&lt;/a&gt; oppgraderer åpne- og lagre-dialogene..&lt;/li&gt;
&lt;li&gt;Trackpaden blir mye mer nyttig, takker være &lt;a href=&#34;https://folivora.ai/&#34;&gt;&lt;em&gt;&lt;strong&gt;BetterTouchTool&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://troet.cafe/@llo_ai&#34;&gt;Andreas Hegenberg&lt;/a&gt; fra Folivora.ai,&lt;/li&gt;
&lt;li&gt;og alle tastaturene det samme, med &lt;a href=&#34;https://karabiner-elements.pqrs.org/&#34;&gt;Karabiner-Elements&lt;/a&gt; av &lt;a href=&#34;https://pqrs.org/&#34;&gt;pqrs&lt;/a&gt;/&lt;a href=&#34;https://github.com/sponsors/tekezo&#34;&gt;Takayama Fumihiko&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;og &lt;a href=&#34;https://www.keyboardmaestro.com/main/&#34;&gt;&lt;em&gt;&lt;strong&gt;Keyboard Maestro&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://www.stairways.com/main/about&#34;&gt;Stairways Software&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://pasteapp.io/&#34;&gt;&lt;em&gt;&lt;strong&gt;Paste&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, av &lt;a href=&#34;https://mastodon.social/@paste_app&#34;&gt;et lite team basert i Danmark&lt;/a&gt;, er min favoritt blant utklippstavle-styrere,&lt;/li&gt;
&lt;li&gt;men &lt;a href=&#34;https://tapbots.com/&#34;&gt;Tapbot&lt;/a&gt;s &lt;a href=&#34;https://tapbots.com/pastebot/&#34;&gt;&lt;em&gt;&lt;strong&gt;Pastebot&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, er også strålende. (Du bør følge &lt;a href=&#34;https://tapbots.social/@paul&#34;&gt;Paul&lt;/a&gt;, &lt;a href=&#34;https://tapbots.social/@mark&#34;&gt;Mark&lt;/a&gt; og &lt;a href=&#34;https://tapbots.social/@todd&#34;&gt;Todd&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Men jeg hadde nok klart meg med utklippstavle-styreren integrert i &lt;a href=&#34;https://www.raycast.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Raycast&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, en strålende &lt;em&gt;launcher&lt;/em&gt; med masser av utvidelser.&lt;/li&gt;
&lt;li&gt;Men &lt;a href=&#34;https://www.alfredapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Alfred&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, av &lt;a href=&#34;https://twitter.com/preppeller&#34;&gt;Andrew&lt;/a&gt; or &lt;a href=&#34;https://twitter.com/vero&#34;&gt;Vero&lt;/a&gt; Pepperrell,&lt;/li&gt;
&lt;li&gt;og &lt;a href=&#34;https://obdev.at/products/launchbar/index.html&#34;&gt;&lt;em&gt;&lt;strong&gt;LaunchBar&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, av &lt;a href=&#34;https://www.obdev.at/index.html&#34;&gt;Objective Development&lt;/a&gt; er også gode!&lt;/li&gt;
&lt;li&gt;En av de integrerte funksjonene jeg bruker i Raycast, er vindus-styring. Men jeg kunne også brukt noe av følgende:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://magnet.crowdcafe.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Magnet&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://twitter.com/crowdcafe&#34;&gt;Crowd Café&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://manytricks.com/moom/&#34;&gt;&lt;em&gt;&lt;strong&gt;Moom&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://petermaurer.name/software/&#34;&gt;Peter Maurer&lt;/a&gt; og &lt;a href=&#34;https://robservatory.com/&#34;&gt;Rob Griffiths&lt;/a&gt; fra &lt;a href=&#34;https://manytricks.com/&#34;&gt;Many Tricks&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rectangleapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Rectangle&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://ryanhanson.dev/&#34;&gt;Ryan Hanson&lt;/a&gt;) ,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://ianyh.com/amethyst/&#34;&gt;&lt;em&gt;&lt;strong&gt;Amethyst&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://github.com/ianyh&#34;&gt;Ian Ynda-Hummel&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;eller &lt;a href=&#34;https://github.com/koekeishiya/yabai&#34;&gt;&lt;em&gt;&lt;strong&gt;Yabai&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://github.com/koekeishiya/yabai&#34;&gt;Åsmund Vikane&lt;/a&gt; 🇳🇴)!&lt;/li&gt;
&lt;li&gt;(Og &lt;a href=&#34;https://hypercritical.co/&#34;&gt;John&lt;/a&gt; &lt;a href=&#34;https://mastodon.social/@siracusa&#34;&gt;Siracusa&lt;/a&gt; lager &lt;a href=&#34;https://hypercritical.co/apps/&#34;&gt;noen apper&lt;/a&gt; for dem med spesielle preferanser.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://mastodon.design/@rafa&#34;&gt;Rafael Conde&lt;/a&gt; lager noen &lt;a href=&#34;https://rafa.design/&#34;&gt;kjekke små verktøy&lt;/a&gt;, og blei nylig med på teamet som lager &lt;a href=&#34;https://www.sketch.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Sketch&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.noodlesoft.com/forums/&#34;&gt;Noodlesoft&lt;/a&gt;s &lt;a href=&#34;https://www.noodlesoft.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Hazel&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; rydder opp i filene mine,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://anybox.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Anybox&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; passer på bokmerkene mine,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://boardgamegeek.com/collection/user/Erlendhm&#34;&gt;brettspillsamlinga mi&lt;/a&gt; er i &lt;a href=&#34;https://classifier.appdeco.ca/&#34;&gt;&lt;em&gt;&lt;strong&gt;Classifier&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://www.appdeco.co/&#34;&gt;App Deco&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;og de digitale spilla mine er i &lt;a href=&#34;https://gametrack.app/&#34;&gt;&lt;strong&gt;&lt;em&gt;Game&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;a href=&#34;https://indieapps.space/@gametrack&#34;&gt;&lt;em&gt;&lt;strong&gt;Track&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href=&#34;https://manytricks.com/menuwhere/&#34;&gt;Menuwhere&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt; (&lt;em&gt;Many Tricks&lt;/em&gt; igjen!) sørger for at menylinja alltid er tilgjengelig, selv om musepekeren er heeelt i andre enden av skjermen,&lt;/li&gt;
&lt;li&gt;og skjermbildene mine blir lekre, takket være &lt;a href=&#34;https://cleanshot.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;CleanShot X&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (og &lt;a href=&#34;https://www.macstories.net/stories/apple-frames-3-1-extending-screenshot-automation-with-the-new-apple-frames-api/&#34;&gt;Apple Frames&lt;/a&gt; av &lt;a href=&#34;https://mastodon.macstories.net/@viticci&#34;&gt;Federico Viticci&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.popclip.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;PopClip&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://twitter.com/pilotmoon&#34;&gt;Nick Moore&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;og &lt;a href=&#34;https://www.renfei.org/snippets-lab/&#34;&gt;&lt;em&gt;&lt;strong&gt;SnippetsLab&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://github.com/renfeisong&#34;&gt;Renfei Song&lt;/a&gt; hjelper meg å manipulere tekst&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.pixelmator.com/photomator/&#34;&gt;&lt;em&gt;&lt;strong&gt;Photomator&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; manipulerer bilder,&lt;/li&gt;
&lt;li&gt;og geniene i &lt;a href=&#34;https://rogueamoeba.com/&#34;&gt;Rogue Amoeba&lt;/a&gt; gjør underverker med lyd-manipulasjon
&lt;ul&gt;
&lt;li&gt;(jeg liker særlig &lt;em&gt;&lt;strong&gt;&lt;a href=&#34;https://rogueamoeba.com/soundsource/&#34;&gt;SoundSource&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt; og &lt;em&gt;&lt;strong&gt;&lt;a href=&#34;https://rogueamoeba.com/audiohijack/&#34;&gt;Audio Hijack&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt;!)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;style&gt;.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }&lt;/style&gt;
&lt;div class=&#39;embed-container&#39;&gt;
    &lt;video src=&#39;https://rogueamoeba.com/audiohijack/images/screencap-running.mp4&#39; style=&#39;border:0&#39; autoplay loop&gt;&lt;/video&gt;
&lt;/div&gt;
&lt;figcaption&gt;Audio Hijack&lt;/figcaption&gt;
&lt;h3 id=&#34;noen-leker-møbelsnekker-som-en-hobby--jeg-leker-utvikler&#34;&gt;Noen leker møbelsnekker som en hobby — jeg leker utvikler&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Selv om jeg er langt unna profesjonelt nivå, digger jeg &lt;a href=&#34;https://zed.dev/&#34;&gt;&lt;em&gt;&lt;strong&gt;Zed&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;-kodebehandleren &lt;a href=&#34;https://zed.dev/team&#34;&gt;teamet bak Atom&lt;/a&gt; lager.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://panic.com/&#34;&gt;Panic&lt;/a&gt; har også nydelige programmer, i&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://panic.com/transmit/&#34;&gt;&lt;strong&gt;&lt;em&gt;Transmit&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://nova.app/&#34;&gt;&lt;strong&gt;&lt;em&gt;Nova&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;-kodebehandleren,&lt;/li&gt;
&lt;li&gt;og &lt;a href=&#34;https://panic.com/prompt/&#34;&gt;&lt;strong&gt;&lt;em&gt;Prompt&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;-terminalen&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://iterm2.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;iTerm&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; , av &lt;a href=&#34;https://techhub.social/@gnachman&#34;&gt;George Nachman&lt;/a&gt; er også veldig god,&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;men favoritt-terminalen min er &lt;a href=&#34;https://app.warp.dev/referral/KV4V8V&#34;&gt;&lt;em&gt;&lt;strong&gt;Warp&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Dersom jeg hadde programert mer på iPaden, hadde jeg brukt &lt;a href=&#34;https://runestone.app/landing-page/open-source/&#34;&gt;&lt;strong&gt;&lt;em&gt;Runestone&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;, av &lt;a href=&#34;https://mastodon.social/@simonbs&#34;&gt;Simon Støvring&lt;/a&gt;,&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;og &lt;a href=&#34;https://workingcopyapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Working&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; &lt;a href=&#34;https://indieapps.space/@WorkingCopy&#34;&gt;&lt;em&gt;&lt;strong&gt;Copy&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; mer.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ja, og favoritt-nettleseren min er&lt;a href=&#34;https://arc.net/gift/b66665d6&#34;&gt;&lt;em&gt;&lt;strong&gt;Arc&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://thebrowser.company/&#34;&gt;The Browser Company&lt;/a&gt;,&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;om jeg er der eller i Safari eller Firefox, så hjelper &lt;a href=&#34;https://mastodon.social/@lapcatsoftware&#34;&gt;Jeff Johnson&lt;/a&gt; med med å &lt;a href=&#34;https://underpassapp.com/StopTheMadness/&#34;&gt;&lt;em&gt;&lt;strong&gt;StopTheMadness&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
  &lt;style&gt;.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }&lt;/style&gt;
  &lt;div class=&#39;embed-container&#39;&gt;
      &lt;video src=&#39;https://customer-snccc0j9v3kfzkif.cloudflarestream.com/005e26cd9bbfe1f4886ed799d188a3c8/downloads/default.mp4&#39; style=&#39;border:0&#39; autoplay loop&gt;&lt;/video&gt;
  &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;figcaption&gt;Zed&lt;/figcaption&gt;
&lt;h3 id=&#34;men-det-finnes-enda-flere-måter-å-skrive-notater-og-andre-tekster&#34;&gt;Men det finnes enda flere måter å skrive notater og andre tekster!&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://noteplan.co/&#34;&gt;&lt;em&gt;&lt;strong&gt;NotePlan&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, av &lt;a href=&#34;https://twitter.com/metzgereduard&#34;&gt;Eduard Metzger&lt;/a&gt; er både notat-appen min, og der jeg håndterer gjøremål,&lt;/li&gt;
&lt;li&gt;men &lt;a href=&#34;https://agenda.com/&#34;&gt;&lt;strong&gt;&lt;em&gt;Agenda&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; virker som et godt alternativ her,&lt;/li&gt;
&lt;li&gt;og jeg skriver dagbok i &lt;a href=&#34;https://everlog.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Everlog&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://mastodon.social/@wessley&#34;&gt;Wessley Roche&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Men jeg kunne også gått tatt notater i&lt;a href=&#34;https://bear.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Bear&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://shinyfrog.net/&#34;&gt;Shiny Frog&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.craft.do/&#34;&gt;&lt;em&gt;&lt;strong&gt;Craft&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.hogbaysoftware.com/bike/&#34;&gt;&lt;em&gt;&lt;strong&gt;Bike Outliner&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://mastodon.social/@jessegrosjean&#34;&gt;Jesse Grosjean&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;eller &lt;a href=&#34;https://taio.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Taio&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;(av utvikleren som også lager den finfine &lt;a href=&#34;https://github.com/MarkEdit-app/MarkEdit&#34;&gt;&lt;strong&gt;&lt;em&gt;MarkEdit&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;)!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;(Ja, og en liten shout-out til &lt;a href=&#34;https://obsidian.md/&#34;&gt;&lt;em&gt;&lt;strong&gt;Obsidian&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;og &lt;a href=&#34;https://logseq.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Logseq&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; også — selv om de finnes på tvers av platformer.)&lt;/li&gt;
&lt;li&gt;Tekst som jeg ikke skal lagre, starter i &lt;a href=&#34;https://indieapps.space/@drafts&#34;&gt;&lt;strong&gt;&lt;em&gt;Drafts&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; av &lt;a href=&#34;https://mastodon.social/@agiletortoise&#34;&gt;Greg Pierce&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;og jeg skriver blogg-innlegg, og mer, i &lt;a href=&#34;https://ulysses.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Ulysses&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://ulysses.app/people/&#34;&gt;et team basert i Tyskland&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;(Men &lt;em&gt;&lt;a href=&#34;https://redsweater.com/marsedit/&#34;&gt;&lt;strong&gt;MarsEdit&lt;/strong&gt;&lt;/a&gt;&lt;/em&gt;, av &lt;a href=&#34;https://micro.blog/danielpunkass&#34;&gt;Daniel&lt;/a&gt; &lt;a href=&#34;https://mastodon.social/@danielpunkass&#34;&gt;Jalkut&lt;/a&gt; har også støtte for &lt;a href=&#34;https://micro.blog/&#34;&gt;Micro.blog&lt;/a&gt;!)&lt;/li&gt;
&lt;li&gt;Hvis jeg trenger en post-it-lapp, hiver jeg opp &lt;a href=&#34;https://tot.rocks/&#34;&gt;Tot&lt;/a&gt;, av &lt;a href=&#34;https://iconfactory.com/&#34;&gt;Iconfactory&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;or jeg kjør kjappe utregninger i &lt;a href=&#34;https://soulver.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Soulver&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://acqualia.com/&#34;&gt;Acqualia Software&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;(Jeg hadde likt å skrive epost i &lt;a href=&#34;https://mimestream.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Mimestream&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; — støtter ikke &lt;a href=&#34;https://portal.productboard.com/mimestream/1-mimestream-roadmap/c/137-support-the-jmap-protocol-e-g-fastmail&#34;&gt;JMAP enda&lt;/a&gt;!)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://bear.app/images/home/hero_mac@2x.jpg&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;1d6cbbbc4ea0f52e4ce73a51da110bb4&#34;
   
&gt;
  &lt;img src =&#34;https://bear.app/images/home/hero_mac@2x.jpg&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Bear-skjermbilde&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Bear&lt;/figcaption&gt;
&lt;h3 id=&#34;man-kan-velge-og-vrake-i-kalender--og-gjøremåls-apper&#34;&gt;Man kan velge og vrake i kalender- og gjøremåls-apper&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Siden jeg har de fleste gjøremåla mine i NotePlan, så bruker jeg ikke gjøremålsapper så mye. Men det hender jeg bruker &lt;a href=&#34;https://goodtaskapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;GoodTask&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, siden den bruker Påminnelser.app sin database, men med et litt kraftigere grensesnitt.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://culturedcode.com/things/&#34;&gt;&lt;strong&gt;&lt;em&gt;Things 3&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;, av &lt;a href=&#34;https://mastodon.online/@things&#34;&gt;Cultured Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;og &lt;a href=&#34;https://www.omnigroup.com/omnifocus&#34;&gt;&lt;em&gt;&lt;strong&gt;Omnifocus&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://mastodon.omnigroup.com/@OmniGroup&#34;&gt;The Omni Group&lt;/a&gt; er også strålende.&lt;/li&gt;
&lt;li&gt;Dersom du er en storbruker av kalender, er &lt;a href=&#34;https://flexibits.com/fantastical&#34;&gt;&lt;em&gt;&lt;strong&gt;Fantastical&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, av &lt;a href=&#34;https://flexibits.com/&#34;&gt;Flexibits&lt;/a&gt;, veien å gå.&lt;/li&gt;
&lt;li&gt;Jeg er ikke dét, så jeg liker at &lt;a href=&#34;https://www.busymac.com/busycal/&#34;&gt;&lt;strong&gt;&lt;em&gt;BusyCal,&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; av &lt;a href=&#34;https://twitter.com/busymac&#34;&gt;Busy Apps&lt;/a&gt;, er en mellomting mellom Fantastical og Kalender.app. Mye billigere enn førstnevnte, men kraftigere enn sistnevnte.&lt;/li&gt;
&lt;li&gt;Jeg er også litt svak for &lt;a href=&#34;https://twitter.com/nspektorapps&#34;&gt;n.spektor&lt;/a&gt;s &lt;a href=&#34;https://nspektor.com/en&#34;&gt;&lt;strong&gt;&lt;em&gt;Calendar 366&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://nspektor.com/storage/app/media/mobile/16/head_transparent.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;1d6cbbbc4ea0f52e4ce73a51da110bb4&#34;
   
&gt;
  &lt;img src =&#34;https://nspektor.com/storage/app/media/mobile/16/head_transparent.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Calendar 366 screenshots, for iPad, iPhone and Apple Watch.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Calendar 366&lt;/figcaption&gt;
&lt;h3 id=&#34;de-fleste-av-de-jeg-har-nevnt-nå-har-også-gode-mobil-apper--men-her-er-noen-andre-mobilfavoritter&#34;&gt;De fleste av de jeg har nevnt nå, har også gode mobil-apper — men her er noen andre mobilfavoritter&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://darknoise.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Dark Noise&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, av &lt;a href=&#34;https://mastodon.social/@charliemchapman&#34;&gt;Charlie Chapman&lt;/a&gt;, er god hvis du liker &lt;em&gt;hvit støy&lt;/em&gt; og slikt,&lt;/li&gt;
&lt;li&gt;og &lt;a href=&#34;https://apps.apple.com/no/app/callsheet-find-cast-crew/id1672356376?l=nb&#34;&gt;&lt;em&gt;&lt;strong&gt;Callsheet&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://mastodon.social/@caseyliss&#34;&gt;Casey Liss&lt;/a&gt; er hva IMDB-appen hadde vært hvis eieren (Amazon) hadde brydd seg om å lage en &lt;em&gt;god&lt;/em&gt; app.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://mastodon.social/@atpfm&#34;&gt;ATP&lt;/a&gt;-kompisen hans, &lt;a href=&#34;https://mastodon.social/@marcoarment&#34;&gt;Marco Arment&lt;/a&gt;, lager appen som brukes i flest timer på telefonen min: &lt;a href=&#34;https://overcast.fm/&#34;&gt;&lt;strong&gt;&lt;em&gt;Overcast&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Og jeg sjekker stillinga i &lt;a href=&#34;https://en.wikipedia.org/wiki/IK_Start&#34;&gt;IK Start&lt;/a&gt;- og &lt;a href=&#34;https://en.wikipedia.org/wiki/Arsenal_F.C.&#34;&gt;Arsenal&lt;/a&gt;-kampene med den norske appen &lt;a href=&#34;https://www.fotmob.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;FotMob&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Favorittkalkulatoren min har det rare navnet &lt;a href=&#34;https://apps.apple.com/no/app/calculator-sc-323pu/id301290196&#34;&gt;&lt;em&gt;&lt;strong&gt;SC-323PU&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, og er av &lt;a href=&#34;https://murinsel.at/&#34;&gt;Thomas Öllinger&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;men &lt;a href=&#34;https://www.pcalc.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;PCalc&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://mastodon.social/@jamesthomson&#34;&gt;James Thomson&lt;/a&gt; er også strålende.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Dersom&lt;/em&gt; jeg hadde sjekka været på andre måter enn å bare gå ut døra og håpe på at det ikke regner, så kunne jeg brukt &lt;a href=&#34;https://www.meetcarrot.com/weather/&#34;&gt;&lt;em&gt;&lt;strong&gt;Carrot Weather&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://mastodon.social/@brianmueller&#34;&gt;Brian Mueller&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;eller &lt;a href=&#34;https://mercuryweather.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Mercury Weather&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://tripleglazedstudios.com/&#34;&gt;Triple Glazed Studios&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Men jeg liker &lt;a href=&#34;https://itunes.apple.com/jo/app/yr.no/id490989206?mt=8&#34;&gt;Yr-appen&lt;/a&gt; også!&lt;/li&gt;
&lt;li&gt;Jeg burde virkelig starte å lagre oppskrifter… Og da kan jeg for eksempel bruke &lt;a href=&#34;https://crouton.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Crouton&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;av &lt;a href=&#34;https://twitter.com/JustMeDevin&#34;&gt;Devin Davies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;eller &lt;a href=&#34;https://mela.recipes/&#34;&gt;&lt;em&gt;&lt;strong&gt;Mela&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://gloria.social/@rizzi&#34;&gt;Silvio Rizzi&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Silvio lager også &lt;a href=&#34;https://reeder.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Reeder&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, som er en flott RSS-leser.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://netnewswire.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;NetNewsWire&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; av &lt;a href=&#34;https://indieweb.social/@brentsimmons&#34;&gt;Brent Simmons&lt;/a&gt; er også et godt alternativ her,&lt;/li&gt;
&lt;li&gt;men favoritten min er &lt;a href=&#34;https://lireapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Lire&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;iOS har også flere gode apper for sosiale medier, og jeg savner fortsatt Apollo av &lt;a href=&#34;https://christianselig.com/&#34;&gt;Christian Selig&lt;/a&gt;, og Reddits endringer har gjort at jeg stort sett har slutta å bruke tjenesten. Men &lt;a href=&#34;https://narwhal.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Narwhal&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; er ganske bra, hvis du fortsatt bruker Reddit!&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://gluon.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Gluon&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, av &lt;a href=&#34;https://vincentritter.com/&#34;&gt;Vincent&lt;/a&gt; &lt;a href=&#34;https://micro.blog/vincent&#34;&gt;Ritter&lt;/a&gt;, er måten jeg foretrekker å bruke &lt;a href=&#34;https://micro.blog/&#34;&gt;Micro.blog&lt;/a&gt;.
&lt;ul&gt;
&lt;li&gt;(Sjekk også &lt;a href=&#34;https://scribbles.page/&#34;&gt;&lt;em&gt;&lt;strong&gt;Scribbles&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;-prosjektet hans!)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;For &lt;a href=&#34;https://joinmastodon.org/&#34;&gt;Mastodon&lt;/a&gt;, er det &lt;a href=&#34;https://joinmastodon.org/apps&#34;&gt;mange strålende alternativer&lt;/a&gt;. Og her er noen:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://mastodon.social/@MonaApp&#34;&gt;&lt;em&gt;&lt;strong&gt;Mona&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://tapbots.com/ivory/&#34;&gt;&lt;em&gt;&lt;strong&gt;Ivory&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://tapbots.com/&#34;&gt;Tapbots&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://getmammoth.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Mammoth&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; og&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/Dimillian/IceCubesApp&#34;&gt;&lt;em&gt;&lt;strong&gt;Icecubes&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://mastodon.social/@dimillian&#34;&gt;Thomas Ricouard&lt;/a&gt;), for å nevne noen!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://mela.recipes/images/recipe.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;1d6cbbbc4ea0f52e4ce73a51da110bb4&#34;
   
&gt;
  &lt;img src =&#34;https://mela.recipes/images/recipe.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Mela-skjermbilde, som viser en oppskrift på Chili sin carne.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Mela&lt;/figcaption&gt;
&lt;hr&gt;
&lt;p&gt;Apple skrev nylig et &lt;a href=&#34;https://www.apple.com/newsroom/2024/03/the-app-store-spotify-and-europes-thriving-digital-music-market/&#34;&gt;bitre tilsvar&lt;/a&gt; på &lt;a href=&#34;https://havn.blog/2024/03/05/hvorfor-jeg-synes.html&#34;&gt;boten de fikk&lt;/a&gt; for å urettferdig konkurrere mot 20 musikk-apper (inkludert Spotify) med Apple Music. Der trekker de fram at Spotify «får bruke Apples tjenester gratis» &lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; — &lt;strong&gt;men man kan også &lt;a href=&#34;https://mastodon.social/@haentz/112054653057578542&#34;&gt;snu på det&lt;/a&gt;, og si at Spotify opprettholder klientene for Apples plaformer uten at Apple må betale noe for det.&lt;/strong&gt; Tjenester jeg bruker mye, som &lt;a href=&#34;https://tidal.com/&#34;&gt;Tidal&lt;/a&gt; (jeg prøver å gå over fra Spotify), &lt;a href=&#34;https://telegram.org/&#34;&gt;Telegram&lt;/a&gt; (chatte-appen med klart best brukeropplevelse) og YouTube (Premium er veldig verdt prisen, synes jeg) er selvsagt tilgjengelige på alle platformer, så &lt;em&gt;holder&lt;/em&gt; meg ikke på Apples. Men dersom de &lt;em&gt;ikke&lt;/em&gt; var der, så hadde jo platformene vært mye mindre attraktive!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Altså, Apple fortjener tonnevis av kæsj og kreds — men ikke &lt;em&gt;alt&lt;/em&gt;! Folk som utviklerne jeg nevner er hodegrunnen til at jeg bruker Apple-platformer, og &lt;em&gt;ikke&lt;/em&gt; Apple selv.&lt;/strong&gt;&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Og det varierer vel hva folk regner som «indie».&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Ja, jeg har et problem. 🙃&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Siden de ikke bruker kjøp-i-app.&amp;#160;&lt;a href=&#34;#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;/section&gt;</description>
    </item>
    
    <item>
      <title>An Idea For Better Music Streaming</title>
      <link>https://havn.blog/2024/03/09/an-idea-for.html</link>
      <pubDate>Sat, 09 Mar 2024 01:33:13 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/09/an-idea-for.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;I sadly don’t have the abilities to live out this idea — at least not alone. So everyone who finds this, is welcome to steal it or riff with me!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I’m currently trying to transfer from Spotify to &lt;a href=&#34;https://tidal.com/&#34;&gt;Tidal&lt;/a&gt;. The main reason is that I want to use a service that pays artists better — and it’s a nice bonus that the sound quality is better. &lt;strong&gt;However, I prefer Spotify’s app and features.&lt;/strong&gt; &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; &lt;strong&gt;And this inspired me to write out an idea I’ve been thinking about for a while.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;inspired-by-mastodon-apples-musickit-api-podcasts-and-peertube&#34;&gt;Inspired by Mastodon, Apple’s MusicKit API, Podcasts and PeerTube&lt;/h2&gt;
&lt;h3 id=&#34;third-party-first&#34;&gt;Third-party first&lt;/h3&gt;
&lt;p&gt;The official &lt;a href=&#34;https://joinmastodon.org/&#34;&gt;Mastodon&lt;/a&gt; client is perfectly fine — but nothing more. And I’d say the same thing (or less) about the Facebook app. But there’s a major difference: &lt;strong&gt;&lt;a href=&#34;https://joinmastodon.org/apps&#34;&gt;Third parties can make clients for Mastodon,&lt;/a&gt; using an &lt;a href=&#34;https://docs.joinmastodon.org/client/intro/&#34;&gt;open-source API&lt;/a&gt;.&lt;/strong&gt; And not only &lt;em&gt;can&lt;/em&gt; — the explicit plan is for the default client to be basic, and then let other people build around and on top of it. So where Facebook users are stuck in mediocrity, Mastodon users have tons of options, so everyone can find something that suits their preferences and budgets. &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#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 this, third-party clients push the whole platform forwards, with many great ideas. &lt;strong&gt;I’m not joking, when I’m saying that my top 5 social media apps are &lt;em&gt;all&lt;/em&gt; Mastodon clients.&lt;/strong&gt;&lt;/p&gt;
&lt;h5 id=&#34;here-are-some-of-my-favourites&#34;&gt;Here are some of my favourites:&lt;/h5&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Apple platforms:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884&#34;&gt;Ice Cubes&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;https://getmammoth.app/&#34;&gt;Mammoth&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;https://mastodon.social/@MonaApp&#34;&gt;Mona&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;https://tapbots.com/ivory/&#34;&gt;Ivory&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Web clients:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://phanpy.social/&#34;&gt;Phanpy.social&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;https://elk.zone/&#34;&gt;Elk.zone&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Android clients I haven’t tried, but heard good stuff about:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://play.google.com/store/apps/details?id=app.fedilab.android&amp;amp;pli=1&#34;&gt;Fedilab&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;https://play.google.com/store/apps/details?id=com.keylesspalace.tusky&#34;&gt;Tusky&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;https://trunks.social/login&#34;&gt;Trunks&lt;/a&gt; (also web, I think)&lt;br&gt;
&lt;a href=&#34;https://play.google.com/store/apps/details?id=org.joinmastodon.android.moshinda&#34;&gt;Moshidon&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-08-at-22.19.122x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;673807366b3fb00e63793799d378202c&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-08-at-22.19.122x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;A screenshot of the phanpy.social frontpage. It says «A minimalistic opinionated Mastodon web client», and shows two selling points: «Boost Carousel» and «Nested comments thread».&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Phanpy is always trying out great stuff!&lt;/figcaption&gt;
&lt;h3 id=&#34;like-apple-but-not&#34;&gt;Like Apple, but not&lt;/h3&gt;
&lt;p&gt;Apple has a pretty cool API, called &lt;a href=&#34;https://developer.apple.com/musickit/&#34;&gt;MusicKit&lt;/a&gt;. This allows developers to make third-party music players, while using the Apple Music library. &lt;a href=&#34;https://apps.apple.com/us/app/marvis-pro/id1447768809?ign-mpt=uo%3D4&#34;&gt;Marvis&lt;/a&gt; is one example, and &lt;a href=&#34;https://apps.apple.com/no/app/soor/id1439731526?l=nb&#34;&gt;Soor&lt;/a&gt; is another.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;But what if there was a similar, «complete» music library, that every developer could access for free, through an open-source API? And what if this library was run by a non-profit, who simply gave all the profits directly to the artists?&lt;/strong&gt; &lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#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;I love this blog post: «&lt;a href=&#34;https://www.anildash.com/2024/02/06/wherever-you-get-podcasts&#34;&gt;Wherever You Get Your Podcasts» Is a Radical Statement&lt;/a&gt;» Now, people (with Spotify in front) are trying to attack the open podcast ecosystem. &lt;strong&gt;But I wish music could be closer to RSS feeds.&lt;/strong&gt; Just serving the files themselves shouldn’t be a big business!&lt;/p&gt;
&lt;h2 id=&#34;_creek-music_&#34;&gt;&lt;em&gt;Creek Music&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;OK, so allow me to explain my idea! The working title is &lt;em&gt;Creek Music&lt;/em&gt;, as I Iike the idea of sending small streams of music around the world. &lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#fn:4&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;4&lt;/a&gt;&lt;/sup&gt; (And when I noticed that &lt;em&gt;creekmusic.org&lt;/em&gt; was available, I had to grab it!)&lt;/p&gt;
&lt;p&gt;OK, so let’s say we get access to the same 100 million songs that the big streaming services advertises. &lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt; This is gathered into a library, called &lt;strong&gt;&lt;em&gt;The Source&lt;/em&gt;&lt;/strong&gt;, which the &lt;em&gt;Creek API&lt;/em&gt; &lt;sup id=&#34;fnref:6&#34;&gt;&lt;a href=&#34;#fn:6&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;6&lt;/a&gt;&lt;/sup&gt; gives clients (apps) access to. These would be like the third-party Apple Music or Mastodon clients — &lt;strong&gt;but ideally, there wouldn’t have to be a first party/default client&lt;/strong&gt;, so not sure if «third party» is the right term then.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;But this is important: Users would subscribe for access to The Source &lt;em&gt;directly&lt;/em&gt; — and &lt;em&gt;not&lt;/em&gt; through the clients.&lt;/strong&gt; This is to increase portability, and so that you can log into your library from anywhere. Perhaps you like one client on your phone, but another on your laptop? And if you’re in someone else’s web browser, you prefer a third? &lt;sup id=&#34;fnref:7&#34;&gt;&lt;a href=&#34;#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;That there are great free (and &lt;a href=&#34;https://github.com/Dimillian/IceCubesApp&#34;&gt;even open-source&lt;/a&gt;) Mastodon clients, like &lt;em&gt;Ice Cubes&lt;/em&gt;, shows that there could be free client options here as well. &lt;strong&gt;But I would prefer it if every part of this stays ad and tracking-free — so I don’t think I would allow ad-supported clients.&lt;/strong&gt; I would assume some of the best would be paid apps. But today’s streaming companies have both &lt;em&gt;music rights&lt;/em&gt; and &lt;em&gt;client development&lt;/em&gt; baked into their price — so the total cost shouldn’t need to be higher than what it is today. &lt;sup id=&#34;fnref:8&#34;&gt;&lt;a href=&#34;#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;h3 id=&#34;what-i-think-the-api-would-need-to-serve&#34;&gt;What I think the API would need to serve&lt;/h3&gt;
&lt;h4 id=&#34;access-to-songs&#34;&gt;Access to songs&lt;/h4&gt;
&lt;p&gt;OK, so remember that I’m just dreaming here, and absolutely don’t know what I’m talking about… But &lt;a href=&#34;https://en.wikipedia.org/wiki/PeerTube&#34;&gt;PeerTube&lt;/a&gt; has this really cool tech, «powered by &lt;a href=&#34;https://en.wikipedia.org/wiki/WebTorrent&#34;&gt;WebTorrent&lt;/a&gt;, that uses &lt;a href=&#34;https://en.wikipedia.org/wiki/Peer-to-peer&#34;&gt;peer-to-peer&lt;/a&gt; technology to reduce load on individual servers when viewing videos.»!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Lower server costs&lt;/em&gt; = &lt;em&gt;More profits for artists&lt;/em&gt;, and also less environmental impact. &lt;strong&gt;So that’s why I’d love it if something like this could be used when serving the songs themselves to clients.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://resonate.coop/&#34;&gt;Resonate&lt;/a&gt; (which I don’t think is doing too well), had some really cool ideas — including an interesting &lt;em&gt;stream2own&lt;/em&gt; model, which is part of the inspiration for my payment idea. I’ll use myself as an example — and for simplicity, let’s assume $10/month of my payment goes to artists:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In March, I &lt;em&gt;only&lt;/em&gt; listened to:
&lt;ul&gt;
&lt;li&gt;Fountains of Wayne — &lt;a href=&#34;https://www.youtube.com/watch?v=dZLfasMPOU4&#34;&gt;Stacy’s Mom&lt;/a&gt;: 3 times&lt;/li&gt;
&lt;li&gt;Fountains of Wayne — &lt;a href=&#34;https://www.youtube.com/watch?v=AKcwJD3ky38&#34;&gt;All Kinds Of Time&lt;/a&gt;: 2 times.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Fountains of Wayne would then get my entire $10.&lt;/li&gt;
&lt;li&gt;Not only that, we would also register that Stacy’s Mom specifically has earned $6 from me, and All Kinds Of Time $4.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;The idea behind the last point, is that I want listeners to eventually have heard a song enough times to then own them.&lt;/strong&gt; If you’ve listened to an album to death (and then provided income for the artist), it doesn’t seem fair that you lose access to it if you stop your subscription.&lt;/p&gt;
&lt;p&gt;Here’s a simple mockup I made, using Tidal as a template:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/creek-mockup-1.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;673807366b3fb00e63793799d378202c&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/creek-mockup-1.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;The songs have bars next to them that are filled to different lengths. Stacy’s Mom and All Kinds Of Time are all filled up.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;p&gt;Wohoo! I’ve listened to &lt;em&gt;Stacy’s Mom&lt;/em&gt; and &lt;em&gt;All Kinds Of Time&lt;/em&gt; enough so that I know own them! And the others are on the way. &lt;sup id=&#34;fnref:9&#34;&gt;&lt;a href=&#34;#fn:9&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;9&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Let’s say a song having earned $2 is enough to then own it. That would mean a user would «get» 5 songs every month on average, no matter how much they listened. &lt;strong&gt;This would remove the incentive to just stream 24/7 to get ownership.&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;In the backend, we could convert $1 to 1 million tokens. So a bar takes 2 million tokens to fill up, and at the end of the month, 10 million tokens gets distributed depending on what you listened to.&lt;/li&gt;
&lt;li&gt;(It would be neat if it could fill up &lt;em&gt;during&lt;/em&gt; the month as well — but I’m not sure how that would work…)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Users should be able to click on the bar to purchase the song. And if the bar is filled up halfway, it only costs $1, etc.&lt;/li&gt;
&lt;li&gt;You could do the same to purchase an album — and I think there could be a way for artists to set their own prices.&lt;/li&gt;
&lt;li&gt;We’d probably need some crazy algorithm to factor in song length etc. -but you get the idea!&lt;/li&gt;
&lt;li&gt;However, if I in April &lt;em&gt;only&lt;/em&gt; listen to Stacy’s Mom and &lt;a href=&#34;https://www.youtube.com/watch?v=-DmuVLYfEoQ&#34;&gt;The Shin’s A Comet Appears&lt;/a&gt; — do The Shins get all my $10, since I now own Stacy’s Mom? 🤔&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;So, if a user, through a client, requests to be served a song, we would check if they have access to it — either through the song being owned, or by having an active subscription.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We would also need some sort of offline component. (And it would also be neat if users could upload files somehow.)&lt;/p&gt;
&lt;h4 id=&#34;playlists&#34;&gt;Playlists&lt;/h4&gt;
&lt;p&gt;The API should also have a spec for playlists so that they can be easily shared across different clients and so that it’s portable. It would be great if clients had algorithms to create them — but if you save them to your user, it gets written to your &lt;em&gt;Creek account&lt;/em&gt;. This would make it so you automatically have all your playlists if you switch to or log into a different client. It would also make it possible to share playlists with users, regardless of which client they use. You should also be able to subscribe to playlists and have cooperative ones.&lt;/p&gt;
&lt;h4 id=&#34;collections&#34;&gt;Collections&lt;/h4&gt;
&lt;p&gt;Artists can gather songs in &lt;em&gt;collections&lt;/em&gt; — that can be albums, EPs or whatever. It’s just a list of songs, a name for that list, and its own artwork. If a song has several artworks connected to it, I’m thinking users can choose which they like if they have them in a playlist.&lt;/p&gt;
&lt;h4 id=&#34;interlude-portal-for-everyone&#34;&gt;Interlude: Portal for everyone!&lt;/h4&gt;
&lt;p&gt;I play in a band called Klondike, and we’re six members. All our six personal users have access to the band’s page,&lt;sup id=&#34;fnref:10&#34;&gt;&lt;a href=&#34;#fn:10&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;10&lt;/a&gt;&lt;/sup&gt; and here we can upload songs, artwork, collections, etc. But we can also upload songs and set them as &lt;em&gt;private&lt;/em&gt; (only accessible by the members of the band, users we’ve approved, or just one person). This can be useful to share demos, or otherwise upload sound files. &lt;sup id=&#34;fnref:11&#34;&gt;&lt;a href=&#34;#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;p&gt;There should also be some sort of artist verification process…&lt;/p&gt;
&lt;h4 id=&#34;connections&#34;&gt;Connections&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;I also want artists to be able to post updates to a microblog feed on their artists page. And I want this to use ActivityPub&lt;/strong&gt;, so that people can follow the artist page from services like Mastodon or &lt;a href=&#34;https://micro.blog/&#34;&gt;Micro.blog&lt;/a&gt;. I would rather not create another &lt;em&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/ITunes_Ping&#34;&gt;iTunes Ping&lt;/a&gt;&lt;/em&gt; — so it’s important that the content get sent &lt;em&gt;out&lt;/em&gt; of Creek, while still showing within it.&lt;/p&gt;
&lt;p&gt;We could make this more convenient, by allowing cross-posting from other services. &lt;sup id=&#34;fnref:12&#34;&gt;&lt;a href=&#34;#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;It would be convenient to be able to sell merch/vinyls within the app — but that &lt;em&gt;does&lt;/em&gt; complicate things further. So, might be just as good to use the microblogging feature to link out to stores.&lt;/p&gt;
&lt;h4 id=&#34;links&#34;&gt;Links&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;It’s &lt;em&gt;critical&lt;/em&gt; that links to songs, playlists, collections, posts, users, artists, etc. are universal, across clients&lt;/strong&gt; — so that I could share a song with the world, and know that everyone could open it in their clients.&lt;/p&gt;
&lt;h4 id=&#34;habits&#34;&gt;Habits&lt;/h4&gt;
&lt;p&gt;There should also be some sort of API to (privately) track listening habits, so that clients can use this to create algorithms. But this info must be transferrable!&lt;/p&gt;
&lt;h4 id=&#34;sessions&#34;&gt;Sessions&lt;/h4&gt;
&lt;p&gt;You should be able to have &lt;a href=&#34;https://tidal.com/liveontidal&#34;&gt;live sessions&lt;/a&gt; — either just you and your friends, or public on the web. As a host and admin, I’m thinking you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create a link that let’s people join as listeners.&lt;/li&gt;
&lt;li&gt;Create a link that let’s people join as co-hosts.&lt;/li&gt;
&lt;li&gt;Choose if listeners can come with suggestions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;dj-component&#34;&gt;DJ component&lt;/h4&gt;
&lt;p&gt;There should be one…. 🤷🏻‍♂️&lt;/p&gt;
&lt;h4 id=&#34;heres-what-im-thinking-about-the-costs&#34;&gt;Here’s what I’m thinking about the costs:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;The cost of hosting and serving the songs would get deducted from the artist’s payment.&lt;/li&gt;
&lt;li&gt;If the songs earn less than their cost, the artist would need to pay for the songs to stay up.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;I’m interested to hear about what people think about this model!&lt;/strong&gt; This would do a whole lot of «cutting out the middle man», with the process of «getting a song on Spotify» being pretty complicated. However, it would put some risk on artists — but the costs to host some songs shouldn’t be &lt;em&gt;that&lt;/em&gt; bad..? And I think removing the risk from the non-profit is pretty essential.&lt;/p&gt;
&lt;h3 id=&#34;some-notes-on-what-i-would-leave-to-the-clients&#34;&gt;Some notes on what I would leave to the clients&lt;/h3&gt;
&lt;p&gt;I want others to create the Music Enjoying Apps, and simply compete on functions and user experience here. &lt;strong&gt;The app makers wouldn’t be able to lock you in with network effects&lt;/strong&gt; &lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt; &lt;strong&gt;or that your «collection» is stuck within an app.&lt;/strong&gt; &lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#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;And since every service would pay artists well&lt;/strong&gt; (and equally)&lt;strong&gt;, being the &lt;em&gt;best&lt;/em&gt; place to enjoy music, is the only incentive.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Who has the best apps for the devices you use?&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;«Best» differs from person to person. Some might want something simple and sleek, while others want maximum customisability and organisation tools.&lt;/li&gt;
&lt;li&gt;The aforementioned app Marvis has some neat stuff, like smart playlists. I think that if the API provides the folders and the playlists themselves, the apps can be free to write to folders and playlists the way they please.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Who supports the wireless protocols you need?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Who has the best algorithms for creating playlists and finding new music?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Who has the best curated playlists?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Who has the best sharing tools and integrations with other services?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It would be a bit like today, where some use Spotify, some Apple Music and some Tidal, except:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;they would be able to share links between each other,&lt;/li&gt;
&lt;li&gt;playlists, purchases, habits, etc. would follow the user if you switch clients,&lt;/li&gt;
&lt;li&gt;and artists would only need to upload their music, artwork and posts in one place &lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt;,&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A carmaker could also make a client for their infotainment system — and everyone would have their playlists automatically! Stereo, TV, and phone makers could also do the same, of course!&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id=&#34;so-what-do-you-think&#34;&gt;So, what do you think??&lt;/h3&gt;
&lt;p&gt;As you can see, this is just me spitballing, and dumping all my ideas onto «paper». I might be an «idea guy» and have some web and basic design skills — but I have no idea on how to actually make this thing! There’s guaranteed a thousand technical reasons why this won’t work, and a million reasons why it’s a bad idea in general.&lt;/p&gt;
&lt;p&gt;I’d love to hear your thoughts on this — and I’m happy if someone steals this idea, and &lt;em&gt;even&lt;/em&gt; happier if someone wants to build it with me. &lt;a href=&#34;https://mas.to/@havn&#34;&gt;&lt;strong&gt;Hit me up on Mastodon!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-Erlend&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;I might write why some other time.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;I mean, there’s even clients for &lt;a href=&#34;https://www.colino.net/wordpress/en/mastodon-for-apple-ii/&#34;&gt;Apple II&lt;/a&gt;, &lt;a href=&#34;https://github.com/SuperIlu/DOStodon&#34;&gt;DOS&lt;/a&gt;, &lt;a href=&#34;https://github.com/knickish/heffalump&#34;&gt;palmOS&lt;/a&gt;, &lt;a href=&#34;https://github.com/BlitterStudio/amidon&#34;&gt;Amiga&lt;/a&gt;and &lt;a href=&#34;https://github.com/meyskens/mastodon-for-workgroups&#34;&gt;Windows 95&lt;/a&gt;!&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;When I say «artists», I guess I really mean «rights holders». Because we all know everything doesn’t go to the artists themselves!&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;And the only results I could find with that name, was something that looks like a &lt;a href=&#34;https://creekmusic.com/&#34;&gt;defunct music label&lt;/a&gt;&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Theoretically we should be able to pay better, as all the profits go to the artists.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Which I obviously have no idea on how to build.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;I wouldn’t mind a client allowing users to sign up through the app - as long as the direct Creek user gets created. Apple would hate this though, so I don’t know.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;$12/month seems like the base line - so I could imagine a Creek subscription costing $10, and then $2 for a client.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;But fuck Hayley’s waitress. Not the song, but the person in the song.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;&lt;em&gt;Reservoir&lt;/em&gt; ,is my working title for this.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Piracy issues..?&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;But this &lt;em&gt;does&lt;/em&gt; create duplicates of posts - so another idea would just be to integrate a Mastodon user directly..?&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;«All my friends use Spotify, and I want to be able to share playlists with them!»&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;«I’ve made so many playlists on Apple Music, and all my purchased songs are there!»&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;You know, since I assume world domination. ✌🏻&amp;#160;&lt;a href=&#34;#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;/ol&gt;
&lt;/section&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/03/08/im-trying-out.html</link>
      <pubDate>Fri, 08 Mar 2024 19:28:20 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/08/im-trying-out.html</guid>
      <description>&lt;p&gt;I’m trying out Tidal for a bit, so cancelling my Spotify Premium subscription. Got this pretty obnoxious screen. 👇🏻&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-08-at-19.24.112x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;36a12f2427e29ecc6155926d4c9fb846&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-03-08-at-19.24.112x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;It says: How you listen will change. If you cancel, you’ll change to our free plan. Here’s how your listening will change on that date: (The following numbers are very large, with the text smaller beneath it&amp;lt;br&amp;gt;
15: You’ll hear ads about every 15 minutes.&amp;lt;br&amp;gt;
0: You won’t be able to play any song, any time on mobile.&amp;lt;br&amp;gt;
6: You can skip only 6 times per hour.&amp;lt;br&amp;gt;
0: 0 of your downloaded songs will be available offline.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Apple Is Not the Reason I’m Buying Apple Products - These People Are</title>
      <link>https://havn.blog/2024/03/07/no-apple-youre.html</link>
      <pubDate>Thu, 07 Mar 2024 02:34:12 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/07/no-apple-youre.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://havn.blog/2024/03/09/apple-er-ikke.html&#34; class=&#34;language&#34;&gt;Lenke til norsk versjon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the court cases against Epic, this round of regulatory scrutiny from the EU, and other more, Apple has made their sense of entitlement abundantly clear. Every piece of business that happens on their platforms, is to &lt;em&gt;their&lt;/em&gt; credit. And developers are lucky to be able to pay them almost a third of their revenue for the privilege of being on their platforms. &lt;strong&gt;If Apple understands that their relationship with developers is reciprocal, they’re hiding it well.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I like &lt;a href=&#34;https://havn.blog/2024/02/20/my-tech-setup.html&#34;&gt;all my Apple hardware&lt;/a&gt;. Heck, I even &lt;em&gt;love&lt;/em&gt; some of it! I also like the operating systems, the general focus on privacy, and the way the different parts of the ecosystem work together. But I think I could enjoy a &lt;a href=&#34;https://frame.work/&#34;&gt;Framework laptop&lt;/a&gt;, &lt;a href=&#34;https://www.asus.com/mobile-handhelds/phones/zenfone/zenfone-10/&#34;&gt;Asus phone&lt;/a&gt; and some &lt;a href=&#34;https://www.sony.com/et/electronics/truly-wireless/wf-1000xm3&#34;&gt;Sony earbuds&lt;/a&gt; as well! &lt;strong&gt;The things Apple makes and does &lt;em&gt;isn’t&lt;/em&gt; the main reason I keep buying Apple products. It’s all the fantastic third-party developers, mostly indie, who make great software for the Apple platforms.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I know that Apple makes some great tools, APIs and frameworks to make this happen — so I’m not saying they shouldn’t get &lt;em&gt;anything&lt;/em&gt; for their trouble. But this idea that it’s a one-way street, where only Apple gives &lt;em&gt;other&lt;/em&gt; companies business, just feels so wrong to me.&lt;/p&gt;
&lt;p&gt;So even though I know neither Tim Apple nor any other Apples, will read this post, I feel the need to shout: &lt;strong&gt;Apple, you need to wholeheartedly thank&lt;/strong&gt; (among others) &lt;strong&gt;the following great developers - because &lt;em&gt;they&lt;/em&gt; give &lt;em&gt;you&lt;/em&gt; a lot of business:&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;great-third-party-software&#34;&gt;Great third-party software&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Most of these apps are what I would call &lt;em&gt;indie apps&lt;/em&gt; — but not all of them. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; And I think most of them are only available on Apple platforms currently — but they might be available on, or on the way to, other platforms as well. I’ve tried all of them, but don’t necessarily use them regularly — but I &lt;em&gt;do&lt;/em&gt; use many of them! &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; I’ll also try to give social links to the devs I know — but you are welcome to &lt;a href=&#34;https://havn.blog/masto/&#34;&gt;contact me&lt;/a&gt; if some are wrong and you know who I should tag! &lt;strong&gt;I’d also love to get more tips to people and apps who should be on this list!&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/img-7046.jpeg&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;e9cc44cd08fcd2c0c4b19b40983ab328&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/img-7046.jpeg&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Apple Studio Display, Røde USB mic, mechanical numpad and keyboard, Apple trackpad and Macbook Pro 14-inch.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;I would &lt;em&gt;never&lt;/em&gt; have bought all this stuff without the indie scene on Apple’s platforms&lt;/figcaption&gt;
&lt;h3 id=&#34;a-stock-mac-without-utilities-like-these-feels-_broken_-to-me&#34;&gt;A stock Mac, without utilities like these, feels &lt;em&gt;broken&lt;/em&gt; to me:&lt;/h3&gt;
&lt;p&gt;Answering the question «Is macOS good?» is kind of hard. Because I really don’t like it out-of-the-box — but it’s &lt;em&gt;terrific&lt;/em&gt; with third party software…&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.macbartender.com/&#34;&gt;&lt;strong&gt;&lt;em&gt;Bartender&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;, by Surtees Studios, keeps my menu bar tidy and good-looking,&lt;/li&gt;
&lt;li&gt;and &lt;a href=&#34;https://www.stclairsoft.com/DefaultFolderX/&#34;&gt;&lt;em&gt;&lt;strong&gt;Default Folder X&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, by &lt;a href=&#34;https://www.stclairsoft.com/Main/products.html&#34;&gt;St. Clair Software&lt;/a&gt; upgrades my open and save dialogs.&lt;/li&gt;
&lt;li&gt;My trackpad becomes much more useful thanks to &lt;a href=&#34;https://folivora.ai/&#34;&gt;&lt;em&gt;&lt;strong&gt;BetterTouchTool&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://troet.cafe/@llo_ai&#34;&gt;Andreas Hegenberg&lt;/a&gt; of Folivora.ai,&lt;/li&gt;
&lt;li&gt;and all my keyboards do the same through &lt;a href=&#34;https://karabiner-elements.pqrs.org/&#34;&gt;Karabiner-Elements&lt;/a&gt; by &lt;a href=&#34;https://pqrs.org/&#34;&gt;pqrs&lt;/a&gt;/&lt;a href=&#34;https://github.com/sponsors/tekezo&#34;&gt;Takayama Fumihiko&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;and &lt;a href=&#34;https://www.keyboardmaestro.com/main/&#34;&gt;&lt;em&gt;&lt;strong&gt;Keyboard Maestro&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://www.stairways.com/main/about&#34;&gt;Stairways Software&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://pasteapp.io/&#34;&gt;&lt;em&gt;&lt;strong&gt;Paste&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, by &lt;a href=&#34;https://mastodon.social/@paste_app&#34;&gt;a small team based in Denmark&lt;/a&gt;, is my favourite clipboard manager,&lt;/li&gt;
&lt;li&gt;but &lt;a href=&#34;https://tapbots.com/&#34;&gt;Tapbot&lt;/a&gt;’s &lt;a href=&#34;https://tapbots.com/pastebot/&#34;&gt;&lt;em&gt;&lt;strong&gt;Pastebot&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, is also great. (Give &lt;a href=&#34;https://tapbots.social/@paul&#34;&gt;Paul&lt;/a&gt;, &lt;a href=&#34;https://tapbots.social/@mark&#34;&gt;Mark&lt;/a&gt; and &lt;a href=&#34;https://tapbots.social/@todd&#34;&gt;Todd&lt;/a&gt; a follow!)&lt;/li&gt;
&lt;li&gt;But I would probably be able to live with just using the integrated clipboard manager in &lt;a href=&#34;https://www.raycast.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Raycast&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, an outstanding launcher with a rich extension ecosystem.&lt;/li&gt;
&lt;li&gt;But &lt;a href=&#34;https://www.alfredapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Alfred&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, by &lt;a href=&#34;https://twitter.com/preppeller&#34;&gt;Andrew&lt;/a&gt; and &lt;a href=&#34;https://twitter.com/vero&#34;&gt;Vero&lt;/a&gt; Pepperrell,&lt;/li&gt;
&lt;li&gt;and &lt;a href=&#34;https://obdev.at/products/launchbar/index.html&#34;&gt;&lt;em&gt;&lt;strong&gt;LaunchBar&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, by &lt;a href=&#34;https://www.obdev.at/index.html&#34;&gt;Objective Development&lt;/a&gt; is also good!&lt;/li&gt;
&lt;li&gt;I &lt;em&gt;do&lt;/em&gt; use Raycast for window management, though. However, if I didn’t, I would’ve been well served by things like
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://magnet.crowdcafe.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Magnet&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://twitter.com/crowdcafe&#34;&gt;Crowd Café&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://manytricks.com/moom/&#34;&gt;&lt;em&gt;&lt;strong&gt;Moom&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://petermaurer.name/software/&#34;&gt;Peter Maurer&lt;/a&gt; and &lt;a href=&#34;https://robservatory.com/&#34;&gt;Rob Griffiths&lt;/a&gt; of &lt;a href=&#34;https://manytricks.com/&#34;&gt;Many Tricks&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://rectangleapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Rectangle&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://ryanhanson.dev/&#34;&gt;Ryan Hanson&lt;/a&gt;) ,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://ianyh.com/amethyst/&#34;&gt;&lt;em&gt;&lt;strong&gt;Amethyst&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://github.com/ianyh&#34;&gt;Ian Ynda-Hummel&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;or &lt;a href=&#34;https://github.com/koekeishiya/yabai&#34;&gt;&lt;em&gt;&lt;strong&gt;Yabai&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://github.com/koekeishiya/yabai&#34;&gt;Åsmund Vikane&lt;/a&gt;)!&lt;/li&gt;
&lt;li&gt;(And &lt;a href=&#34;https://hypercritical.co/&#34;&gt;John&lt;/a&gt; &lt;a href=&#34;https://mastodon.social/@siracusa&#34;&gt;Siracusa&lt;/a&gt; makes &lt;a href=&#34;https://hypercritical.co/apps/&#34;&gt;some apps&lt;/a&gt; for the particular of us.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://mastodon.design/@rafa&#34;&gt;Rafael Conde&lt;/a&gt; makes some &lt;a href=&#34;https://rafa.design/&#34;&gt;neat little tools&lt;/a&gt; (and recently joined the team making &lt;a href=&#34;https://www.sketch.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Sketch&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.noodlesoft.com/forums/&#34;&gt;Noodlesoft&lt;/a&gt;’s &lt;a href=&#34;https://www.noodlesoft.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Hazel&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; keeps my files tidy,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://anybox.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Anybox&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; holds my bookmarks,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://boardgamegeek.com/collection/user/Erlendhm&#34;&gt;my board game collection&lt;/a&gt; is in &lt;a href=&#34;https://classifier.appdeco.ca/&#34;&gt;&lt;em&gt;&lt;strong&gt;Classifier&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://www.appdeco.co/&#34;&gt;App Deco&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;and my digital games are in &lt;a href=&#34;https://gametrack.app/&#34;&gt;&lt;strong&gt;&lt;em&gt;Game&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;a href=&#34;https://indieapps.space/@gametrack&#34;&gt;&lt;em&gt;&lt;strong&gt;Track&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href=&#34;https://manytricks.com/menuwhere/&#34;&gt;Menuwhere&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt; (Many Tricks again!) makes sure the top menu is always within reach,&lt;/li&gt;
&lt;li&gt;and my screenshots looks great thanks to &lt;a href=&#34;https://cleanshot.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;CleanShot X&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (and &lt;a href=&#34;https://www.macstories.net/stories/apple-frames-3-1-extending-screenshot-automation-with-the-new-apple-frames-api/&#34;&gt;Apple Frames&lt;/a&gt; by &lt;a href=&#34;https://mastodon.macstories.net/@viticci&#34;&gt;Federico Viticci&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.popclip.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;PopClip&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://twitter.com/pilotmoon&#34;&gt;Nick Moore&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;and &lt;a href=&#34;https://www.renfei.org/snippets-lab/&#34;&gt;&lt;em&gt;&lt;strong&gt;SnippetsLab&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://github.com/renfeisong&#34;&gt;Renfei Song&lt;/a&gt; help me manipulate text,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.pixelmator.com/photomator/&#34;&gt;&lt;em&gt;&lt;strong&gt;Photomator&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; manipulates photos,&lt;/li&gt;
&lt;li&gt;and what the geniuses over at &lt;a href=&#34;https://rogueamoeba.com/&#34;&gt;Rogue Amoeba&lt;/a&gt; can do to manipulate sound, is simply remarkable
&lt;ul&gt;
&lt;li&gt;(I especially like &lt;em&gt;&lt;strong&gt;&lt;a href=&#34;https://rogueamoeba.com/soundsource/&#34;&gt;SoundSource&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt; and &lt;em&gt;&lt;strong&gt;&lt;a href=&#34;https://rogueamoeba.com/audiohijack/&#34;&gt;Audio Hijack&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt;!)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;style&gt;.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }&lt;/style&gt;
&lt;div class=&#39;embed-container&#39;&gt;
    &lt;video src=&#39;https://rogueamoeba.com/audiohijack/images/screencap-running.mp4&#39; style=&#39;border:0&#39; autoplay loop&gt;&lt;/video&gt;
&lt;/div&gt;
&lt;figcaption&gt;Audio Hijack&lt;/figcaption&gt;
&lt;h3 id=&#34;some-do-wood-working-as-a-hobby--i-do-development&#34;&gt;Some do wood working as a hobby — I do development&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;And even though I’m very far from being at a professional level, I really like the &lt;a href=&#34;https://zed.dev/&#34;&gt;&lt;em&gt;&lt;strong&gt;Zed&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; code editor by &lt;a href=&#34;https://zed.dev/team&#34;&gt;the team behind Atom&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://panic.com/&#34;&gt;Panic&lt;/a&gt; also has some great software, in&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;https://panic.com/transmit/&#34;&gt;&lt;em&gt;Transmit&lt;/em&gt;&lt;/a&gt;&lt;/strong&gt;,&lt;/li&gt;
&lt;li&gt;the &lt;strong&gt;&lt;a href=&#34;https://nova.app/&#34;&gt;&lt;em&gt;Nova&lt;/em&gt;&lt;/a&gt;&lt;/strong&gt; editor, and the new&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href=&#34;https://panic.com/prompt/&#34;&gt;Prompt&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt; terminal.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://iterm2.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;iTerm&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; , by &lt;a href=&#34;https://techhub.social/@gnachman&#34;&gt;George Nachman&lt;/a&gt; is also good,&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;but my favourite terminal app is &lt;a href=&#34;https://app.warp.dev/referral/KV4V8V&#34;&gt;&lt;em&gt;&lt;strong&gt;Warp&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;And if I had coded more on my iPad, I probably would’ve used &lt;a href=&#34;https://runestone.app/landing-page/open-source/&#34;&gt;&lt;strong&gt;&lt;em&gt;Runestone&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;, by &lt;a href=&#34;https://mastodon.social/@simonbs&#34;&gt;Simon Støvring&lt;/a&gt;,&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;and &lt;a href=&#34;https://workingcopyapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Working&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; &lt;a href=&#34;https://indieapps.space/@WorkingCopy&#34;&gt;&lt;em&gt;&lt;strong&gt;Copy&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; more!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Oh, and my favourite browser, is &lt;em&gt;&lt;strong&gt;&lt;a href=&#34;https://arc.net/gift/b66665d6&#34;&gt;Arc&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt; by &lt;a href=&#34;https://thebrowser.company/&#34;&gt;The Browser Company&lt;/a&gt; —&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;and if I’m there, in Safari or in Firefox, &lt;a href=&#34;https://mastodon.social/@lapcatsoftware&#34;&gt;Jeff Johnson&lt;/a&gt; helps me &lt;a href=&#34;https://underpassapp.com/StopTheMadness/&#34;&gt;&lt;em&gt;&lt;strong&gt;StopTheMadness&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
  &lt;style&gt;.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }&lt;/style&gt;
  &lt;div class=&#39;embed-container&#39;&gt;
      &lt;video src=&#39;https://customer-snccc0j9v3kfzkif.cloudflarestream.com/005e26cd9bbfe1f4886ed799d188a3c8/downloads/default.mp4&#39; style=&#39;border:0&#39; autoplay loop&gt;&lt;/video&gt;
  &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;figcaption&gt;Zed&lt;/figcaption&gt;
&lt;h3 id=&#34;but-theres-even-more-great-ways-to-write-notes-and-other-texts&#34;&gt;But there’s even more great ways to write notes and other texts&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://noteplan.co/&#34;&gt;&lt;em&gt;&lt;strong&gt;NotePlan&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, by &lt;a href=&#34;https://twitter.com/metzgereduard&#34;&gt;Eduard Metzger&lt;/a&gt; is both my notes app and task manager,&lt;/li&gt;
&lt;li&gt;but &lt;a href=&#34;https://agenda.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Agenda&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; seems like a good alternative here,&lt;/li&gt;
&lt;li&gt;and I journal in &lt;a href=&#34;https://everlog.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Everlog&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://mastodon.social/@wessley&#34;&gt;Wessley Roche&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;But I could very well have taken notes in &lt;a href=&#34;https://bear.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Bear&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://shinyfrog.net/&#34;&gt;Shiny Frog&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.craft.do/&#34;&gt;&lt;em&gt;&lt;strong&gt;Craft&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.hogbaysoftware.com/bike/&#34;&gt;&lt;em&gt;&lt;strong&gt;Bike Outliner&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://mastodon.social/@jessegrosjean&#34;&gt;Jesse Grosjean&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;or &lt;a href=&#34;https://taio.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Taio&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;(by the developer who also makes &lt;a href=&#34;https://github.com/MarkEdit-app/MarkEdit&#34;&gt;&lt;strong&gt;&lt;em&gt;MarkEdit&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;)!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;(Quick shout-out to &lt;a href=&#34;https://obsidian.md/&#34;&gt;&lt;em&gt;&lt;strong&gt;Obsidian&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;and &lt;a href=&#34;https://logseq.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Logseq&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; as well — even though they are cross-platform.)&lt;/li&gt;
&lt;li&gt;Text that I won’t save, starts in &lt;a href=&#34;https://indieapps.space/@drafts&#34;&gt;&lt;strong&gt;&lt;em&gt;Drafts&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; by &lt;a href=&#34;https://mastodon.social/@agiletortoise&#34;&gt;Greg Pierce&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;while I write blog posts and more in &lt;a href=&#34;https://ulysses.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Ulysses&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://ulysses.app/people/&#34;&gt;a team based in Germany&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;(But &lt;em&gt;&lt;a href=&#34;https://redsweater.com/marsedit/&#34;&gt;&lt;strong&gt;MarsEdit&lt;/strong&gt;&lt;/a&gt;&lt;/em&gt;, by &lt;a href=&#34;https://micro.blog/danielpunkass&#34;&gt;Daniel&lt;/a&gt; &lt;a href=&#34;https://mastodon.social/@danielpunkass&#34;&gt;Jalkut&lt;/a&gt; also supports &lt;a href=&#34;https://micro.blog/&#34;&gt;Micro.blog&lt;/a&gt;!)&lt;/li&gt;
&lt;li&gt;And if I feel the need for a post-it note, I might jot something down in &lt;a href=&#34;https://tot.rocks/&#34;&gt;Tot&lt;/a&gt;, by &lt;a href=&#34;https://iconfactory.com/&#34;&gt;Iconfactory&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;or do some calculations in &lt;a href=&#34;https://soulver.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Soulver&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://acqualia.com/&#34;&gt;Acqualia Software&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;(I’d love to be able to write my emails in &lt;a href=&#34;https://mimestream.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Mimestream&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; — but they have got to get on that &lt;a href=&#34;https://portal.productboard.com/mimestream/1-mimestream-roadmap/c/137-support-the-jmap-protocol-e-g-fastmail&#34;&gt;JMAP support&lt;/a&gt;!)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://bear.app/images/home/hero_mac@2x.jpg&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;e9cc44cd08fcd2c0c4b19b40983ab328&#34;
   
&gt;
  &lt;img src =&#34;https://bear.app/images/home/hero_mac@2x.jpg&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Bear screenshot.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Bear&lt;/figcaption&gt;
&lt;h3 id=&#34;there-are-also-lots-of-great-calendar-apps-and-task-managers&#34;&gt;There are also lots of great calendar apps and task managers&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Since I have most my tasks in NotePlan, I don’t use other task managers as much. But I sometimes use &lt;a href=&#34;https://goodtaskapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;GoodTask&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, as it uses the Reminders.app database, but gives a more powerful interface.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://culturedcode.com/things/&#34;&gt;&lt;strong&gt;&lt;em&gt;Things 3&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;, by &lt;a href=&#34;https://mastodon.online/@things&#34;&gt;Cultured Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;and &lt;a href=&#34;https://www.omnigroup.com/omnifocus&#34;&gt;&lt;em&gt;&lt;strong&gt;Omnifocus&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://mastodon.omnigroup.com/@OmniGroup&#34;&gt;The Omni Group&lt;/a&gt; is also great.&lt;/li&gt;
&lt;li&gt;If you’re a calendar power user, &lt;a href=&#34;https://flexibits.com/fantastical&#34;&gt;&lt;em&gt;&lt;strong&gt;Fantastical&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, by &lt;a href=&#34;https://flexibits.com/&#34;&gt;Flexibits&lt;/a&gt;, is where it’s at.&lt;/li&gt;
&lt;li&gt;I’m not, so I really like &lt;a href=&#34;https://www.busymac.com/busycal/&#34;&gt;&lt;strong&gt;&lt;em&gt;BusyCal,&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; by &lt;a href=&#34;https://twitter.com/busymac&#34;&gt;Busy Apps&lt;/a&gt;, that sits somewhere between Fantastical and Calendar.app.&lt;/li&gt;
&lt;li&gt;I also have a soft spot for &lt;a href=&#34;https://twitter.com/nspektorapps&#34;&gt;n.spektor&lt;/a&gt;’s &lt;a href=&#34;https://nspektor.com/en&#34;&gt;&lt;strong&gt;&lt;em&gt;Calendar 366&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://nspektor.com/storage/app/media/mobile/16/head_transparent.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;e9cc44cd08fcd2c0c4b19b40983ab328&#34;
   
&gt;
  &lt;img src =&#34;https://nspektor.com/storage/app/media/mobile/16/head_transparent.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Calendar 366 screenshots, for iPad, iPhone and Apple Watch.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Calendar 366&lt;/figcaption&gt;
&lt;h3 id=&#34;most-of-these-have-good-mobile-clients--but-here-are-some-other-mobile-favourites&#34;&gt;Most of these have good mobile clients — but here are some other mobile favourites&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://darknoise.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Dark Noise&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, by &lt;a href=&#34;https://mastodon.social/@charliemchapman&#34;&gt;Charlie Chapman&lt;/a&gt;, is a good noisemaker,&lt;/li&gt;
&lt;li&gt;and &lt;a href=&#34;https://apps.apple.com/no/app/callsheet-find-cast-crew/id1672356376?l=nb&#34;&gt;&lt;em&gt;&lt;strong&gt;Callsheet&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://mastodon.social/@caseyliss&#34;&gt;Casey Liss&lt;/a&gt; is what IMDB would be if it was made by someone who really cares.&lt;/li&gt;
&lt;li&gt;His &lt;a href=&#34;https://mastodon.social/@atpfm&#34;&gt;ATP&lt;/a&gt; buddy, &lt;a href=&#34;https://mastodon.social/@marcoarment&#34;&gt;Marco Arment&lt;/a&gt;, makes the app that’s active the most hours on my phone: &lt;a href=&#34;https://overcast.fm/&#34;&gt;&lt;strong&gt;&lt;em&gt;Overcast&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;And I check the &lt;a href=&#34;https://en.wikipedia.org/wiki/IK_Start&#34;&gt;IK Start&lt;/a&gt; and &lt;a href=&#34;https://en.wikipedia.org/wiki/Arsenal_F.C.&#34;&gt;Arsenal&lt;/a&gt; scores with &lt;a href=&#34;https://www.fotmob.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;FotMob&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;My favourite calculator, is the weirdly named &lt;a href=&#34;https://apps.apple.com/no/app/calculator-sc-323pu/id301290196&#34;&gt;&lt;em&gt;&lt;strong&gt;SC-323PU&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://murinsel.at/&#34;&gt;Thomas Öllinger&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;but &lt;a href=&#34;https://www.pcalc.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;PCalc&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://mastodon.social/@jamesthomson&#34;&gt;James Thomson&lt;/a&gt; is also great.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;If&lt;/em&gt; I checked the weather in other ways than finding out when I step outside, I could’ve used apps like &lt;a href=&#34;https://www.meetcarrot.com/weather/&#34;&gt;&lt;em&gt;&lt;strong&gt;Carrot Weather&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://mastodon.social/@brianmueller&#34;&gt;Brian Mueller&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;or &lt;a href=&#34;https://mercuryweather.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Mercury Weather&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://tripleglazedstudios.com/&#34;&gt;Triple Glazed Studios&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;(Here’s a pro tip from me: I use the &lt;a href=&#34;https://itunes.apple.com/jo/app/yr.no/id490989206?mt=8&#34;&gt;Yr app&lt;/a&gt;, which is a weather app paid for by the Norwegian government — and it’s pretty great, and available in English!)&lt;/li&gt;
&lt;li&gt;And if I saved recipies, I could use &lt;a href=&#34;https://crouton.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Crouton&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;by &lt;a href=&#34;https://twitter.com/JustMeDevin&#34;&gt;Devin Davies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;or &lt;a href=&#34;https://mela.recipes/&#34;&gt;&lt;em&gt;&lt;strong&gt;Mela&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://gloria.social/@rizzi&#34;&gt;Silvio Rizzi&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Silvio has also made a great way to experience RSS, with &lt;a href=&#34;https://reeder.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Reeder&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://netnewswire.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;NetNewsWire&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; by &lt;a href=&#34;https://indieweb.social/@brentsimmons&#34;&gt;Brent Simmons&lt;/a&gt; is another good option,&lt;/li&gt;
&lt;li&gt;while my personal favourite is &lt;a href=&#34;https://lireapp.com/&#34;&gt;&lt;em&gt;&lt;strong&gt;Lire&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;iOS also has some fantastic social media apps. I still miss Apollo, by &lt;a href=&#34;https://christianselig.com/&#34;&gt;Christian Selig&lt;/a&gt;, and Reddit’s policies have made me more or less quit the service. But &lt;a href=&#34;https://narwhal.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Narwhal&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; is pretty good if you still use it!&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://gluon.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Gluon&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, by &lt;a href=&#34;https://vincentritter.com/&#34;&gt;Vincent&lt;/a&gt; &lt;a href=&#34;https://micro.blog/vincent&#34;&gt;Ritter&lt;/a&gt; is my preferred way to browse Micro.blog.
&lt;ul&gt;
&lt;li&gt;(Also check out his &lt;a href=&#34;https://scribbles.page/&#34;&gt;&lt;em&gt;&lt;strong&gt;Scribbles&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; project!)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;For &lt;a href=&#34;https://joinmastodon.org/&#34;&gt;Mastodon&lt;/a&gt;, there’s &lt;a href=&#34;https://joinmastodon.org/apps&#34;&gt;an embarrassment of riches&lt;/a&gt;:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://mastodon.social/@MonaApp&#34;&gt;&lt;em&gt;&lt;strong&gt;Mona&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;,&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://tapbots.com/ivory/&#34;&gt;&lt;em&gt;&lt;strong&gt;Ivory&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://tapbots.com/&#34;&gt;Tapbots&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://getmammoth.app/&#34;&gt;&lt;em&gt;&lt;strong&gt;Mammoth&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; and&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/Dimillian/IceCubesApp&#34;&gt;&lt;em&gt;&lt;strong&gt;Icecubes&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; (&lt;a href=&#34;https://mastodon.social/@dimillian&#34;&gt;Thomas Ricouard&lt;/a&gt;), to name a few!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://mela.recipes/images/recipe.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;e9cc44cd08fcd2c0c4b19b40983ab328&#34;
   
&gt;
  &lt;img src =&#34;https://mela.recipes/images/recipe.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Mela screenshot, showing a recipie for Chili sin carne.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Mela&lt;/figcaption&gt;
&lt;hr&gt;
&lt;p&gt;When Apple &lt;a href=&#34;https://havn.blog/2024/03/04/why-i-think.html&#34;&gt;got a fine&lt;/a&gt; for unfairly competing with 20 music apps (Spotify being one of them), they wrote a &lt;a href=&#34;https://www.apple.com/newsroom/2024/03/the-app-store-spotify-and-europes-thriving-digital-music-market/&#34;&gt;very bitter reply&lt;/a&gt;. Here they pointed out that «Spotify pays Apple nothing», &lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#fn:3&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;3&lt;/a&gt;&lt;/sup&gt; even though they have apps on Apple’s platforms. But you can also think of it &lt;a href=&#34;https://mastodon.social/@haentz/112054653057578542&#34;&gt;the other way around&lt;/a&gt;: &lt;strong&gt;That Spotify is maintaining clients for Apple’s platforms, without Apple having to pay Spotify anything.&lt;/strong&gt; Because services I use a lot, like &lt;a href=&#34;https://tidal.com/&#34;&gt;Tidal&lt;/a&gt; (trying to switch from Spotify), &lt;a href=&#34;https://telegram.org/&#34;&gt;Telegram&lt;/a&gt; (the chat app with the best UX by far) and YouTube (Premium is well worth the cost) are obviously available for other platforms as well — so they don’t keep me on Apple’s platforms. But these platforms would be &lt;em&gt;way&lt;/em&gt; less attractive for me if these companies didn’t make clients for them! &lt;em&gt;And Apple doesn’t pay them anything for it.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Again, Apple &lt;em&gt;does&lt;/em&gt; deserve tons of cash and credit — but not &lt;em&gt;all&lt;/em&gt; of it. People like the mentioned developers are the main reason I buy Apple products — and &lt;em&gt;not&lt;/em&gt; Apple themselves.&lt;/strong&gt;&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;And people’s definition of «indie» varies!&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Yes, I have a problem.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Because they don’t use in-app-purchases.&amp;#160;&lt;a href=&#34;#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;/section&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/03/06/if-apple-was.html</link>
      <pubDate>Wed, 06 Mar 2024 20:46:59 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/06/if-apple-was.html</guid>
      <description>&lt;p&gt;&lt;strong&gt;If Apple was a food company:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Government: «You gotta stop using plastic wrapping around one-time utensils.»&lt;/p&gt;
&lt;p&gt;Apple: ∗wraps it in barbed wire instead∗&lt;/p&gt;
&lt;p&gt;Apple: «See what the government made us do!» 👆🏻&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Hvorfor jeg synes Apples bot er grei</title>
      <link>https://havn.blog/2024/03/05/hvorfor-jeg-synes.html</link>
      <pubDate>Tue, 05 Mar 2024 14:14:08 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/05/hvorfor-jeg-synes.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://havn.blog/2024/03/04/why-i-think.html&#34; class=&#34;language&#34;&gt;Link to English version&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I går &lt;a href=&#34;https://www.theverge.com/2024/3/4/24005938/european-commission-antitrust-apple-investigation-anti-steering-rules-app-developers&#34;&gt;fikk Apple en bot&lt;/a&gt; fra EU &lt;a href=&#34;https://ec.europa.eu/commission/presscorner/detail/en/ip_24_1161&#34;&gt;på €1.84 milliarder&lt;/a&gt; — for å ha gjort det vanskeligere for musikkstreamings-tjenester som Spotify å konkurrere.&lt;/p&gt;
&lt;p&gt;Jeg har sett folk si at dette ikke gir mening, siden Spotify har en større markedsandel enn Apple Musc. Men det er ikke dét klagen handler om.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Greia er at Apple har brukt størrelsen, og den generelle markedsposisjonen deres, for å sørge for at Apple Music har &lt;em&gt;en større markedsandel enn den hadde hatt hvis de måtte konkurrere rettferdig&lt;/em&gt;.&lt;/strong&gt; Apple er 80 ganger så stort som Spotify. For å sette det i perspektiv, så er det samme forhold som et nesehorn og en golden retriever. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#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;div class=&#34;gallery-container&#34;&gt;
&lt;div class=&#34;img-gallery&#34;&gt;
  &lt;a href=&#34;https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/White_Rhino_at_Working_with_Wildlife.jpg/2880px-White_Rhino_at_Working_with_Wildlife.jpg&#34; 
   class=&#34;glightbox&#34;
   
     data-gallery=&#34;apple-bot-1&#34;
   
   
     data-glightbox=&#34;title:;description:Bilde fra Wikipedia&#34;
   
&gt;
&lt;img src = &#34;https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/White_Rhino_at_Working_with_Wildlife.jpg/2880px-White_Rhino_at_Working_with_Wildlife.jpg&#34; style=&#34;border-radius: 5px; max-width: 100%&#34;
     
        alt=&#34;Et nesehorn.&#34; 
     
      /&gt;
&lt;/a&gt;

  &lt;a href=&#34;https://upload.wikimedia.org/wikipedia/commons/b/bd/Golden_Retriever_Dukedestiny01_drvd.jpg&#34; 
   class=&#34;glightbox&#34;
   
     data-gallery=&#34;apple-bot-1&#34;
   
   
     data-glightbox=&#34;title:;description:Bilde fra Wikipedia&#34;
   
&gt;
&lt;img src = &#34;https://upload.wikimedia.org/wikipedia/commons/b/bd/Golden_Retriever_Dukedestiny01_drvd.jpg&#34; style=&#34;border-radius: 5px; max-width: 100%&#34;
     
        alt=&#34;En golden retriever&#34; 
     
      /&gt;
&lt;/a&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;figcaption&gt;Hunden slår kanskje nesehornet på &#34;mengden pels&#34; - men jeg ville likevel ikke kalt den &#34;mektigere&#34;.&lt;/figcaption&gt;
&lt;h2 id=&#34;her-er-noen-av-de-mindre-tinga-apple-gjør&#34;&gt;Her er noen av de mindre tinga Apple gjør&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Jeg trykker «Play» på Macen, og ingenting spilles, så åpner operativsystemet Apple Music - selv om jeg aldri har brukt det.&lt;/li&gt;
&lt;li&gt;De kaster prøveperioder på brukere når de kjøper produkter fra dem, som iPhone og AirPods. **Og de har til og med reklame for tjenesten i Innstillinger-appen på telefonen min! **&lt;/li&gt;
&lt;li&gt;Når jeg bruker funksjonen i Kontrollsenter for å kjenne igjen en sang som spilles (&lt;em&gt;Shazam&lt;/em&gt;), så gir den meg bare Apple Music-lenke&lt;/li&gt;
&lt;/ul&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/92331/2024/mandag-04-mar.-2024-16-38-15.png&#34; class=&#34;small&#34; alt=&#34;Skjermbilde av at jeg har søkt på The Shins - Rubber Ballz. Den gir meg en Apple Music-lenke.&#34;&gt;
&lt;figcaption&gt;Ingen andre enn Apple har tilgang på Kontrollsenter, så Spotify får ikke lov til å lage et alternativ til funksjonen.&lt;/figcaption&gt;
&lt;h2 id=&#34;men-dette-er-altså-ikke-hovedgrunnen-for-klagen&#34;&gt;Men dette er altså ikke hovedgrunnen for klagen&lt;/h2&gt;
&lt;h3 id=&#34;hvorfor-spotify-ikke-har-råd-til-å-tilby-kjøp-i-appen&#34;&gt;Hvorfor Spotify «ikke har råd» til å tilby kjøp i appen&lt;/h3&gt;
&lt;p&gt;La oss gjøre litt enkel matte:&lt;/p&gt;
&lt;p&gt;Spotify og Apple music er hverandres hovedkonkurrenter, og begge koster ca. kr 100 i måneden og betaler ca. kr 70 av dette til artister. &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; &lt;strong&gt;Dette gir hvert selskap ca. kr 30 i overskudd — som er det samme Apple vil ha av Spotify.&lt;/strong&gt; Er det &lt;em&gt;så&lt;/em&gt; vanskelig å se hvordan dette gjør det vanskelig for Spotify å konkurrere?&lt;/p&gt;
&lt;p&gt;Spotify kan jo øke prisen, for å betale til Apple. Da får vi følgende:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Spotifys økte pris: kr 140&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Til Apple: kr 42&lt;/li&gt;
&lt;li&gt;Til artister: kr 70&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Spotifys overskud: &lt;em&gt;kr 28&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Som du ser, så må de i såfall betale &lt;em&gt;mer&lt;/em&gt; til hovedkonkurrenten sin enn sitt eget overskudd, &lt;em&gt;og&lt;/em&gt; de må ha mye høyere pris enn denne konkurrenten. &lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#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;Marginene til dagligvarebutikker i Norge &lt;a href=&#34;https://www.dn.no/innlegg/dagligvarer/inflasjon/dagligvarebransjen/skal-dagligvare-drive-med-tap/2-1-1397730&#34;&gt;er på rundt kr 3 per hundrelapp&lt;/a&gt;. &lt;strong&gt;Hvordan tror du det hadde vært for Rema 100 å konkurrere mot Kiwi, dersom de plutselig måtte betale kr 3&lt;/strong&gt; (per hundrelapp) &lt;strong&gt;til Norgesgruppen?&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;hva-bota-egentlig-handler-om&#34;&gt;Hva bota egentlig handler om&lt;/h3&gt;
&lt;p&gt;Apple sier, «Men Spotify betaler oss jo ingenting!», men dét er ikke relevant her. &lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#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;strong&gt;Forrige avsnitt forsøkte å forklare hvorfor Spotify «må» tas seg betalt utenfor Appen — og bota er for hvordan Apple gjorde &lt;em&gt;den&lt;/em&gt; opplevelsen elendig.&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;For a decade, Apple abused its dominant position in the market for the distribution of music streaming apps through the App Store. They did so by restricting developers from informing consumers about alternative, cheaper music services available outside of the Apple ecosystem. This is illegal under EU antitrust rules, so today we have fined Apple over €1.8 billion.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Margethe Vestager, Executive Vice-President in charge of competition policy&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://www.apple.com/newsroom/2024/03/the-app-store-spotify-and-europes-thriving-digital-music-market/&#34;&gt;Apple sier&lt;/a&gt; «men vi endra reglen om at de kan lenke ut fra appen &lt;a href=&#34;https://appleinsider.com/articles/24/01/16/apples-app-store-anti-steering-rules-are-gone-but-the-replacement-isnt-much-better&#34;&gt;i januar!&lt;/a&gt; Så vi burde ikke få denne bota.» Det er omtrent like godt forsvar, som om én som er tatt for fyllekjøring sier til dommeren «Men jeg er edru nå!»&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Og den «forbedra» regelen fra januar funker forresten slik:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Utvikleren får én link i hele appen.&lt;/li&gt;
&lt;li&gt;De må spore &lt;em&gt;alle&lt;/em&gt; som trykker på den i minst en uke,&lt;/li&gt;
&lt;li&gt;og &lt;em&gt;alt&lt;/em&gt; den brukeren kjøper på nettsida di i løpet av den uka, skal Apple ha 27 % av (og da er vi tilbake på regnestykkene over).&lt;/li&gt;
&lt;li&gt;Og utviklere som vil benytte seg av en slik lenke, må sende hele regnskapet sitt til Apple med jevne mellomrom.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Kjempe-deal!&lt;/p&gt;
&lt;iframe src=&#34;https://mastodon.social/@stroughtonsmith/112038092565915028/embed&#34; class=&#34;mastodon-embed&#34; style=&#34;max-width: 100%; border: 0&#34; width=&#34;400&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;&lt;script src=&#34;https://mastodon.social/embed.js&#34; async=&#34;async&#34;&gt;&lt;/script&gt;
&lt;p&gt;Apple sier altså at «utviklere konkurrere på like for», og dét er &lt;em&gt;kanskje&lt;/em&gt; sant hvis man snakker &lt;strong&gt;tredjeparts-utvikler&lt;/strong&gt; &lt;em&gt;mot&lt;/em&gt; &lt;strong&gt;tredjeparts-utvikler&lt;/strong&gt;. Men denne bota handler altså om &lt;strong&gt;Apple&lt;/strong&gt; &lt;em&gt;mot&lt;/em&gt; &lt;strong&gt;tredjeparts-utviklere&lt;/strong&gt; - og dét &lt;em&gt;prøver&lt;/em&gt; de ikke en gang å argumentere for at er rettferdig.&lt;/p&gt;
&lt;h2 id=&#34;jeg-digger-ikke-dma&#34;&gt;Jeg digger ikke DMA&lt;/h2&gt;
&lt;p&gt;Det faktum at, selv om du er selskapet med mest profitt i hele verden, så har du en «plikt» til å øke denne profitten ytterlige, er sørenmæ noe av det verste med det økonomiske systemet vårt. Dette profittjaget har gjort at Apple har kjørt hardt på &lt;em&gt;service revenue&lt;/em&gt;, som igjen har hørt til at de har tviholdt på 30 % i App Store &lt;sup id=&#34;fnref:5&#34;&gt;&lt;a href=&#34;#fn:5&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;5&lt;/a&gt;&lt;/sup&gt; og at de har gått inn i markeder hvor de ikke trengs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Jeg tror oppriktig at den beste versjonen av iOS og App Store, hadde vært en variant med Apple som velvillig despot. En despot som ikke føler at de må ta en tredel av omsetninga til utviklere &lt;em&gt;samtidig&lt;/em&gt; som de konkurrere direkte med dem. Men når de viser seg å bare være en despot, skjønner jeg at politikere prøver å skape en endring.&lt;/strong&gt;&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Folk glemmer ofte skala på denne måten når de diskuterer Xbox (Microsoft) vs Playstation (Sony) også. Men den størrelsen og mengden makt hele firmaet har er svært relevant når vi diskuterer konkurranse-forhold. Du kan ikke se deg blind på bare en liten del av kjempene.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Noe som er for lite - og fordelingen er også kjip. Men dét er en annen sak!&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Og Apple kunne jo til og med brukt pengene fra Spotify til å sette ned sin egen pris, og øke prisforskjellen ytterligere - og likevel ha mer overskudd.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Jeg tror Spotify hadde digga å kunne bruke kjøp i app, dersom Apple hadde en saklig provisjonsordning og ikke konkurrerte urettferdig.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Som de sa bare «skulle dekke utgiftene de hadde»!&amp;#160;&lt;a href=&#34;#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;/section&gt;</description>
    </item>
    
    <item>
      <title>Why I Think Apple’s Fine is Fine</title>
      <link>https://havn.blog/2024/03/04/why-i-think.html</link>
      <pubDate>Mon, 04 Mar 2024 17:15:00 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/04/why-i-think.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://havn.blog/2024/03/05/hvorfor-jeg-synes.html&#34; class=&#34;language&#34;&gt;Lenke til norsk versjon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Today, &lt;a href=&#34;https://www.theverge.com/2024/3/4/24005938/european-commission-antitrust-apple-investigation-anti-steering-rules-app-developers&#34;&gt;Apple got hit&lt;/a&gt; with a &lt;a href=&#34;https://ec.europa.eu/commission/presscorner/detail/en/ip_24_1161&#34;&gt;€1.84 billion fine&lt;/a&gt; — for anticompetitive behaviour in the music streaming market.&lt;/p&gt;
&lt;p&gt;I’ve seen people saying this doesn’t make sense, as Spotify has a larger market share than Apple Music — but that’s not what the complaint is about. &lt;strong&gt;The thing is, that Apple has used their size, ecosystem and general market position to give Apple Music a &lt;em&gt;larger market share than they would’ve gotten if they had to compete fairly&lt;/em&gt;.&lt;/strong&gt; Apple is about 80 times the size of Spotify. To put that into perspective, that’s about the same ratio as a rhino compared to a golden retriever. &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#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;div class=&#34;gallery-container&#34;&gt;
&lt;div class=&#34;img-gallery&#34;&gt;
  &lt;a href=&#34;https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/White_Rhino_at_Working_with_Wildlife.jpg/2880px-White_Rhino_at_Working_with_Wildlife.jpg&#34; 
   class=&#34;glightbox&#34;
   
     data-gallery=&#34;apple-fine-1&#34;
   
   
     data-glightbox=&#34;title:;description:Image from Wikipedia&#34;
   
&gt;
&lt;img src = &#34;https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/White_Rhino_at_Working_with_Wildlife.jpg/2880px-White_Rhino_at_Working_with_Wildlife.jpg&#34; style=&#34;border-radius: 5px; max-width: 100%&#34;
     
        alt=&#34;A rhino&#34; 
     
      /&gt;
&lt;/a&gt;

  &lt;a href=&#34;https://upload.wikimedia.org/wikipedia/commons/b/bd/Golden_Retriever_Dukedestiny01_drvd.jpg&#34; 
   class=&#34;glightbox&#34;
   
     data-gallery=&#34;apple-fine-1&#34;
   
   
     data-glightbox=&#34;title:;description:Image from Wikipedia&#34;
   
&gt;
&lt;img src = &#34;https://upload.wikimedia.org/wikipedia/commons/b/bd/Golden_Retriever_Dukedestiny01_drvd.jpg&#34; style=&#34;border-radius: 5px; max-width: 100%&#34;
     
        alt=&#34;A golden retriever&#34; 
     
      /&gt;
&lt;/a&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;figcaption&gt;The dog might have the Rhino beat on «amount of fur», but that doesn’t make it «more powerful».&lt;/figcaption&gt;
&lt;h2 id=&#34;here-are-some-of-the-smaller-things-apple-are-doing&#34;&gt;Here are some of the smaller things Apple are doing:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;When I hit «Play» on my Mac (if nothing is playing), the OS opens Apple Music — even though I’ve never used it.&lt;/li&gt;
&lt;li&gt;They throw trials at customers who buy their hardware — &lt;strong&gt;and they even put ads for it in the freaking &lt;em&gt;Settings&lt;/em&gt; app on my phone!&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;When I use the song recognition button (&lt;em&gt;Shazam&lt;/em&gt;) in Control Center, it only gives me an Apple Music link.&lt;/li&gt;
&lt;/ul&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/92331/2024/mandag-04-mar.-2024-16-38-15.png&#34; class=&#34;small&#34; alt=&#34;Screenshot of me having searched for The Shins - Rubber Ballz, and it giving me an Apple Music link.&#34;&gt;
&lt;figcaption&gt;No one else is allowed in Control Center - so Spotify isn’t allowed to make their own tool like this.&lt;/figcaption&gt;
&lt;h2 id=&#34;but-thats-not-the-main-reason-for-the-complaint&#34;&gt;But that’s not the main reason for the complaint.&lt;/h2&gt;
&lt;h3 id=&#34;why-spotify-cant-afford-in-app-purchasing&#34;&gt;Why Spotify «can’t afford» In-App Purchasing&lt;/h3&gt;
&lt;p&gt;Let’s do some simple math:&lt;/p&gt;
&lt;p&gt;Spotify and Apple Music are each others main rivals, and they both cost about $10 per month and pay about $7 of that to artists. &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; &lt;strong&gt;This gives each company about &lt;em&gt;$3&lt;/em&gt; in margins, which is the same amount that Apple wants from Spotify!&lt;/strong&gt; Is it &lt;em&gt;that&lt;/em&gt; hard to see how that makes it tough for Spotify to compete?&lt;/p&gt;
&lt;p&gt;Now, Spotify could increase the price to still get some margins. This would give the following breakdown:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Spotify’s increased price: $14&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;To Apple: $4.2&lt;/li&gt;
&lt;li&gt;To artists: $7&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Spotify’s Margin: &lt;em&gt;$2.8&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;As you can see, they would pay &lt;em&gt;more&lt;/em&gt; to their main competitor than what their own margin is, &lt;em&gt;and&lt;/em&gt; they would need to charge way more than that competitor.&lt;/strong&gt; &lt;sup id=&#34;fnref:3&#34;&gt;&lt;a href=&#34;#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;Try to imagine that situation in whatever business you’re in… Like, if &lt;em&gt;&lt;a href=&#34;https://bobs-burgers.fandom.com/wiki/Bob%27s_Burgers_(restaurant)&#34;&gt;Bob’s Burgers&lt;/a&gt;&lt;/em&gt;, competing with &lt;a href=&#34;https://bobs-burgers.fandom.com/wiki/Jimmy_Pesto%27s_Pizzeria&#34;&gt;Jimmy Pesto’s Pizzeria&lt;/a&gt;, not only had to pay 30% of their revenue, that the Jimmy Pesto didn’t have to pay — it was &lt;em&gt;to&lt;/em&gt; Jimmy Pesto!&lt;/p&gt;
&lt;h3 id=&#34;what-the-fine-really-is-about&#34;&gt;What the fine really is about&lt;/h3&gt;
&lt;p&gt;Apple says «but Spotify doesn’t even pay us anything!» — but that’s not relevant here. &lt;sup id=&#34;fnref:4&#34;&gt;&lt;a href=&#34;#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;strong&gt;The last sectioned aimed to explain why Spotify has to operate outside of In-App Purchases — and the fine is about how Apple is making &lt;em&gt;that&lt;/em&gt; experience terrible.&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;For a decade, Apple abused its dominant position in the market for the distribution of music streaming apps through the App Store. They did so by restricting developers from informing consumers about alternative, cheaper music services available outside of the Apple ecosystem. This is illegal under EU antitrust rules, so today we have fined Apple over €1.8 billion.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Margethe Vestager, Executive Vice-President in charge of competition policy&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://www.apple.com/newsroom/2024/03/the-app-store-spotify-and-europes-thriving-digital-music-market/&#34;&gt;Apple saying&lt;/a&gt; «but we changed our anti-steering &lt;a href=&#34;https://appleinsider.com/articles/24/01/16/apples-app-store-anti-steering-rules-are-gone-but-the-replacement-isnt-much-better&#34;&gt;this January&lt;/a&gt;, so we shouldn’t get this fine» is as good a defence as someone defending a &lt;a href=&#34;https://en.wikipedia.org/wiki/Driving_under_the_influence&#34;&gt;DUI&lt;/a&gt; by telling the judge that their sober &lt;em&gt;now&lt;/em&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;And remember, if Spotify provides a link through the new anti-anti-steering API, they still have to pay Apple 27% — and we’re back to Bob’s Burgers.&lt;/p&gt;
&lt;iframe src=&#34;https://mastodon.social/@stroughtonsmith/112038092565915028/embed&#34; class=&#34;mastodon-embed&#34; style=&#34;max-width: 100%; border: 0&#34; width=&#34;400&#34; allowfullscreen=&#34;allowfullscreen&#34;&gt;&lt;/iframe&gt;&lt;script src=&#34;https://mastodon.social/embed.js&#34; async=&#34;async&#34;&gt;&lt;/script&gt;
&lt;p&gt;Apple is also saying «developers compete on a level playing field», which &lt;em&gt;might&lt;/em&gt; be true if you’re talking &lt;strong&gt;Third-Party Developer&lt;/strong&gt; vs. &lt;strong&gt;Third-Party Developer&lt;/strong&gt; (they’re at least giving fewer sweetheart deals than Google). But this complaint is about &lt;strong&gt;&lt;em&gt;Apple&lt;/em&gt;&lt;/strong&gt; vs. &lt;strong&gt;Third-Party Developers&lt;/strong&gt; — and they don’t make &lt;em&gt;any&lt;/em&gt; arguments about that.&lt;/p&gt;
&lt;h2 id=&#34;i-dont-love-the-dma&#34;&gt;I don’t love the DMA.&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;The fact that even if you’re &lt;em&gt;the most profitable company in the world&lt;/em&gt;, you still have a «duty» to not only upheld those profits, but &lt;em&gt;increase&lt;/em&gt; them, is one of the worst things about our financial system.&lt;/strong&gt; This profitmania has led Apple to go in hard for &lt;em&gt;that sweet service revenue&lt;/em&gt;. And that has lead to stuff like them going into more markets than they need to, and keeping a 30% cut that was set at a time when the App Store wasn’t even meant to turn a profit.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I believe the best version of iOS, and the App Store, would’ve been one where Apple is a beneficial dictator. One that didn’t feel the need to &lt;em&gt;both&lt;/em&gt; take a third of developers revenue, while &lt;em&gt;also&lt;/em&gt; competing directly with them. But when they’re &lt;em&gt;just&lt;/em&gt; a dictator, I get why regulators are pushing for change.&lt;/strong&gt;&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;People keep forgetting scale like this when discussing Xbox (Microsoft) vs. Playstation (Sony) as well. But the overall power a company has, is very relevant when discussing anti-trust, so you shouldn’t be blinded by just looking at a small part of the giant.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;This is too little, and it’s distributed poorly - but that’s a separate discussion!&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Heck, Apple could even use some of the payment from Spotify to decrease their price even &lt;em&gt;lower&lt;/em&gt; than $10.&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;I think Spotify would’ve loved to be able to use the App Store payment system, if Apple charged a fair commission, had reasonable policies, and didn’t unfairly compete.&amp;#160;&lt;a href=&#34;#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;/section&gt;</description>
    </item>
    
    <item>
      <title>En god metode for å aktivere «home row mods» på en Mac</title>
      <link>https://havn.blog/2024/03/04/en-god-metode.html</link>
      <pubDate>Mon, 04 Mar 2024 14:34:43 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/04/en-god-metode.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://havn.blog/2024/03/03/a-good-way.html#karabiner-elements&#34; class=&#34;language&#34;&gt;Link to English version&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Dersom du allerede kjenner til konseptet, kan du &lt;a href=&#34;https://havn.blog/2024/03/04/en-god-metode.html#karabiner-elements&#34;&gt;klikke her&lt;/a&gt; for å hoppe rett til min raske metode for å aktivere dem på en Mac - selv på det interne laptop-tastaturet!)&lt;/p&gt;
&lt;p&gt;Som en del av &lt;a href=&#34;https://havn.blog/2024/02/18/min-ergonomireise-del.html&#34;&gt;min ergonomi-reise&lt;/a&gt;, har jeg jobba med å få aktivert &lt;em&gt;home row mods&lt;/em&gt; &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; på tastaturene mine. &lt;a href=&#34;https://precondition.github.io/home-row-mods&#34;&gt;Denne strålende guiden&lt;/a&gt; gir masse informasjon - men dette er kortversjonen:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;For å ikke måtte anstrenge henda like mye når du bruker modifikatorer&lt;/strong&gt; (som shift og kontrol)&lt;strong&gt;, kan du overføre denne jobben til bokstavene på hjemme-raden. Når du klikker dem, er de bokstaver, mens når du holder dem inne, er de modifikatorer.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;https://precondition.github.io/assets/images/home-row-mods/RealisticHRM-Light-Cover-Half-GASC.jpeg&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;b5849c184db2f67201e4a55fec1f3ffd&#34;
   
&gt;
  &lt;img src =&#34;https://precondition.github.io/assets/images/home-row-mods/RealisticHRM-Light-Cover-Half-GASC.jpeg&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Tastene A, S, D og F, med modifikator-ikoner på seg.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;The home row letters on the right side is usually used as well, mirrored from the left. Image from the guide. &lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://res.cloudinary.com/zsa-technology/image/upload/f_auto/q_auto/c_scale,w_1620/v1/zsa-io-refactor-prod/@voyager/images/board/B-INTL?_a=BATCvBOY0&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;b5849c184db2f67201e4a55fec1f3ffd&#34;
   
&gt;
  &lt;img src =&#34;https://res.cloudinary.com/zsa-technology/image/upload/f_auto/q_auto/c_scale,w_1620/v1/zsa-io-refactor-prod/@voyager/images/board/B-INTL?_a=BATCvBOY0&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Bilde av splitt-tastaturet ZSA Voyager.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Mange som bruker dette, kvitter seg dermed med de vanlige modifikator-tastene. Men det kan være nyttig å gjøre dette selv om det «bare» fører til at du bruker de vanlige tastene mindre.&lt;/figcaption&gt;
&lt;h2 id=&#34;klikking-vs-holding&#34;&gt;Klikking vs holding&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Men hva vil det si å &lt;em&gt;klikke&lt;/em&gt; en tast, og hva vil det si å &lt;em&gt;holde inne&lt;/em&gt; en tast?&lt;/strong&gt; Dét er det sentrale spørsmålet her…&lt;/p&gt;
&lt;p&gt;La oss si at vi har gjort slik at &lt;code&gt;A&lt;/code&gt; -tasten blir &lt;code&gt;Shift&lt;/code&gt; når den holdes inne.&lt;/p&gt;
&lt;p&gt;Dersom jeg har bestemt at jeg må holde tasten i &lt;strong&gt;500 ms&lt;/strong&gt; før den regnes som å holdes inne, må jeg vente &lt;em&gt;0,5 sekunder&lt;/em&gt; hver gang jeg vil skrive en stor bokstav. Det kan jo være litt irriterende!&lt;/p&gt;
&lt;p&gt;Åkei, så kanskje jeg heller sette grensa på &lt;strong&gt;70 ms&lt;/strong&gt;. Da går det veldig raskt å skrive store bokstaver! Men, det viser seg at når jeg skriver ordet «affekt» &lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;, så holder trykker jeg &lt;code&gt;F&lt;/code&gt; -tasten &lt;em&gt;litt&lt;/em&gt; før jeg slipper &lt;code&gt;A&lt;/code&gt; -tasten. Siden grensa nå er så lav, så ender jeg opp med å skrive «Ffekt» (med stor F) i stedet!&lt;/p&gt;
&lt;h3 id=&#34;finne-balansegangen&#34;&gt;Finne balansegangen&lt;/h3&gt;
&lt;p&gt;En grenseverdi på 200 ms er et ganske vanlig utgangspunkt - og da funker det slik:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Input: &lt;strong&gt;Trykk ned (bare) &lt;code&gt;A&lt;/code&gt;, og slipp den _før 200 ms.&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Output: «&lt;strong&gt;a&lt;/strong&gt;» (klikk)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Input: &lt;strong&gt;Trykk ned (bare) &lt;code&gt;A&lt;/code&gt;, og slipp den &lt;em&gt;etter&lt;/em&gt; 200 ms.&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Output: &lt;strong&gt;&lt;em&gt;shift-klikk&lt;/em&gt;&lt;/strong&gt; (holdt inne)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Input: &lt;strong&gt;Trykk ned &lt;code&gt;A&lt;/code&gt;, og så trykk &lt;code&gt;F&lt;/code&gt; &lt;em&gt;før&lt;/em&gt; 200 ms&lt;/strong&gt; (selv om du fortsetter å holde inne A)&lt;strong&gt;.&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Output: «&lt;strong&gt;af&lt;/strong&gt;» (klikk)
&lt;ul&gt;
&lt;li&gt;(Men hvis du fortsatte å holde F-tasten, vil bare A skrives, og så vil det gå over i F-holding, som i mitt tilfelle vil bli &lt;code&gt;Command&lt;/code&gt;.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Input: &lt;strong&gt;Trykk ned &lt;code&gt;A&lt;/code&gt;, og så trykk &lt;code&gt;F&lt;/code&gt; &lt;em&gt;før&lt;/em&gt; &lt;code&gt;A&lt;/code&gt; slippes, og &lt;em&gt;etter&lt;/em&gt; 200 ms.&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Output: «&lt;strong&gt;F&lt;/strong&gt;» (Holdt inne - og shift-modifikatoren er aktiv så lenge du holder den inne, så du kan skrive flere store bokstaver, etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;høyere-grenseverdi&#34;&gt;Høyere grenseverdi:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Du må vente litt for at modifikatorene funker.
&lt;ul&gt;
&lt;li&gt;Dette kan oppleves litt langsomt og irriterende, og du kan ende opp med ting som å skrive «fa» når du egentlig ville gjøre «Command + A».&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Men denne typen feil er ofte mindre irriterende enn motsatt - å aktivere hurtigtaster når du vil skrive.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;lavere-grenseverdi&#34;&gt;Lavere grenseverdi:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Mindre venting gjør at det føles mer som å bruke vanlige modifikator-taster.&lt;/li&gt;
&lt;li&gt;Men dette fører også til flere feilaktiveringer - særlig hvis du skriver raskt og/eller holder inne tastene litt lenge mens du skriver. (Det siste kalles &lt;em&gt;taste-rullinger&lt;/em&gt;, og er visst noe jeg gjør en del.)
&lt;ul&gt;
&lt;li&gt;Du vil få færre feilaktiveringer dersom du lærer der å skrive med korte klik,&lt;/li&gt;
&lt;li&gt;eller du har et tastatur med dypere taster.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Guiden jeg lenka til i starten, anbefaler å starte med ganske høy grenseverdi, og så justere den ned etterhvert som du blir vant til konseptet. &lt;strong&gt;Ikke gi opp de ergonomiske fordelene med hjemmeradsmodifiksjoner selv om det ikke føles optimalt i starten!&lt;/strong&gt; Det er også mulig å ha ulike grenseverdier for hver knapp - men jeg tror det kan være lettere å få det inn i muskelminne dersom de fleste er like.&lt;/p&gt;
&lt;h2 id=&#34;hvordan-aktivere&#34;&gt;Hvordan aktivere&lt;/h2&gt;
&lt;p&gt;Det er to hovedmetoder for å få til dette:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Via &lt;strong&gt;&lt;em&gt;firmware&lt;/em&gt;&lt;/strong&gt; i eksterne tastaturer (gjennom ting som &lt;a href=&#34;https://qmk.fm/&#34;&gt;QMK&lt;/a&gt; og &lt;a href=&#34;https://zmk.dev/&#34;&gt;ZMK&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;Via &lt;strong&gt;&lt;em&gt;software&lt;/em&gt;&lt;/strong&gt; som kjører på operativsystemet (gjennom ting som &lt;a href=&#34;https://github.com/kmonad/kmonad&#34;&gt;KMonad&lt;/a&gt; og &lt;a href=&#34;https://karabiner-elements.pqrs.org/&#34;&gt;Karabiner-Elements&lt;/a&gt;).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Det er noen faktorer som må vurderes, når man velger metode:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Med &lt;strong&gt;&lt;em&gt;firmware&lt;/em&gt;&lt;/strong&gt; får du tilgang på noen litt mer avanserte funksjoner, som &lt;a href=&#34;https://docs.qmk.fm/#/tap_hold&#34;&gt;Permissive Hold og Retro Tapping&lt;/a&gt;,
&lt;ul&gt;
&lt;li&gt;og du kan også binde taster til å justere grenseverdiene underveis.&lt;/li&gt;
&lt;li&gt;Jeg tror også denne metoden gir større fleksibilitet når du veksler mellom én eller flere ulike modifikatorer.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Hvis funksjonene ligger i tastaturets &lt;strong&gt;firmware&lt;/strong&gt;, får du de med deg dersom du tar tastaturet til en annen maskin.
&lt;ul&gt;
&lt;li&gt;Men en fordel med å gjøre det i &lt;strong&gt;software&lt;/strong&gt;, er at det funker dersom du bruker et annet tastatur til maskina (for eksempel det interne laptop-tastaturet).
&lt;ul&gt;
&lt;li&gt;Det er også raskere og enklere å installere gjennom &lt;strong&gt;sotware&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Jeg synes det føltes veldig hakkete og ekkelt med &lt;em&gt;home row mods&lt;/em&gt; gjennom QMK - men det kan være det var pga. oppsettet mitt. Og jeg vet andre ikke hadde noe imot samme oppsettet - men jeg foretrekker sterkt skrivefølelsen når jeg bruker &lt;strong&gt;software&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-02-24-at-00.18.052x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;b5849c184db2f67201e4a55fec1f3ffd&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-02-24-at-00.18.052x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Skjermbilde av QMK-programvaren.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Jeg har ikke så mye imot å mekke med QMK-filer - men det er jo mye mindre komplisert med Karabiner-Elements-handlinger.&lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/da337f133c.jpeg&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;b5849c184db2f67201e4a55fec1f3ffd&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/da337f133c.jpeg&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Bilde av tastaturet, numpaden og styreflata mi.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Ting jeg ikke kan justere i software, ting jeg ikke trenger å ha på det interne tastaturet, og numpaden, justerer jeg fortsatt i QMK.&lt;/figcaption&gt;
&lt;h3 id=&#34;karabiner-elements&#34;&gt;Karabiner-Elements&lt;/h3&gt;
&lt;p&gt;Dersom du vil activere &lt;em&gt;home row mods&lt;/em&gt; gjennom KMonad eller QMK, kan du følge &lt;a href=&#34;https://precondition.github.io/home-row-mods&#34;&gt;guiden jeg lenka til i starten av innlegget&lt;/a&gt;. &lt;strong&gt;Men jeg klarte &lt;em&gt;ikke&lt;/em&gt; å få KMonad til å funke på Macen min, og jeg fant &lt;em&gt;ingen&lt;/em&gt; guider til hvordan jeg kunne få det til med Karabiner-Elements da jeg søkte. Så jeg håper denne guiden kan være noe andre i min situasjon finner seinere!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Jeg lagde handlingene med det strålende &lt;a href=&#34;https://github.com/evan-liu/karabiner.ts&#34;&gt;Karabiner.ts -verktøyet&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id=&#34;1-installer-karabiner-elements&#34;&gt;1) Installer Karabiner-Elements&lt;/h4&gt;
&lt;p&gt;Du kan laste ned appen fra &lt;a href=&#34;https://karabiner-elements.pqrs.org/&#34;&gt;nettsida deres&lt;/a&gt;, eller hvis du har &lt;a href=&#34;https://brew.sh/&#34;&gt;Homebrew&lt;/a&gt; installert, kan bdu bare skrive &lt;code&gt;brew install karabiner-elements&lt;/code&gt; i terminalen.&lt;/p&gt;
&lt;p&gt;Du må gi appen masser av tillatelser, da!&lt;/p&gt;
&lt;h4 id=&#34;2-legg-til-actionene&#34;&gt;2) Legg til actionene&lt;/h4&gt;
&lt;p&gt;Jeg har &lt;a href=&#34;https://github.com/Erlendms/karabiner-actions&#34;&gt;en GitHub-repo&lt;/a&gt; med litt ulike varianter av &lt;em&gt;home row mods&lt;/em&gt; (og et par andre handlinger) . Selve &lt;a href=&#34;https://github.com/Erlendms/karabiner-actions/tree/main/actions&#34;&gt;handlingene&lt;/a&gt; er lange .json-filer, som du kan legge til i Karabiner-Element slik:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-add-action.png?raw=true&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;b5849c184db2f67201e4a55fec1f3ffd&#34;
   
&gt;
  &lt;img src =&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-add-action.png?raw=true&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Trykk på «Complex Modifications», så «Add your own rule». Så kopierer og limer du inn alt fra .json-fila, og trykker «Save».&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;h4 id=&#34;3-tilpass-grenseverdiene&#34;&gt;3) Tilpass grenseverdiene&lt;/h4&gt;
&lt;p&gt;Forhåndsinnstillinga for  &lt;em&gt;to_if_hold_down_treshold&lt;/em&gt;  er 500 ms - som er veldig lenge. Du tilpasser den slik:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-settings.png?raw=true&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;b5849c184db2f67201e4a55fec1f3ffd&#34;
   
&gt;
  &lt;img src =&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-settings.png?raw=true&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Jeg har gått inn på «Parameters», og justert to_if_held_down.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;p&gt;Dersom du ønsker å bruke flere modifikatorer samtidig (for eksempel &lt;code&gt;Shift + Option&lt;/code&gt; ), så holder du inne to knapper samtidig. Grenseverdien&lt;em&gt;simultaneous_threshold_milliseconds&lt;/em&gt; er hvor tett inntil hverandre du må trykke for at det skal regnes som &lt;em&gt;samtidig&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hvis du har holdt &lt;code&gt;A&lt;/code&gt; for å aktivere &lt;code&gt;Shift&lt;/code&gt;, og så ønsker å aktivere &lt;code&gt;Shift + Command&lt;/code&gt;, så må du slippe &lt;code&gt;A&lt;/code&gt; og &lt;em&gt;så&lt;/em&gt; trykke &lt;code&gt;A&lt;/code&gt; og &lt;code&gt;F&lt;/code&gt; samtidig.&lt;/strong&gt; Dette er en begrensning jeg ikke har funnet noen vei utenom foreløpig.&lt;/p&gt;
&lt;h4 id=&#34;4-test-og-juster&#34;&gt;4) Test og juster&lt;/h4&gt;
&lt;p&gt;Du vil ikke digge det med én gang! Så prøv å justere grenseverdiene, samtidig som du vurderer å justere hvordan du skriver litt. For, det vil alltid være noen &lt;em&gt;trade-offs&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Når du tester, kan det være lurt å bruke noe som &lt;a href=&#34;https://github.com/keycastr/keycastr&#34;&gt;Keycastr&lt;/a&gt; eller Karabiner-Elements &lt;em&gt;EventViewer&lt;/em&gt;, som du finner her:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-eventviewer.png?raw=true&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;b5849c184db2f67201e4a55fec1f3ffd&#34;
   
&gt;
  &lt;img src =&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-eventviewer.png?raw=true&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Trykk på Karabiner-Elements i menylinja, og så &amp;amp;ldquo;Launch EventViewer&amp;amp;rdquo;.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;p&gt;På det bildet kan du også se at du kan ha ulike profiler i Karabiner-Elements. Dette kan være nyttig dersom du ønsker ulike grenseverdier på ulike tastatur. Her er eksempel på profiler du kan ha:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Laptop&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Eksternt tastatur&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gaming&lt;/strong&gt; (for å game med &lt;em&gt;home row mods&lt;/em&gt; er &lt;em&gt;A Bad Time™️&lt;/em&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;Forhåpentligvis finner noen som søker på «home row mods karabiner-elements» dette, og synes det er nyttig! Lykke til.&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;&lt;em&gt;Hjemmerads-modifikasjoner&lt;/em&gt; ?&amp;#160;&lt;a href=&#34;#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; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;Særlig når jeg skriver det i affekt.&amp;#160;&lt;a href=&#34;#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;/section&gt;</description>
    </item>
    
    <item>
      <title>A Good Way to Get Home Row Mods on a Mac</title>
      <link>https://havn.blog/2024/03/03/a-good-way.html</link>
      <pubDate>Sun, 03 Mar 2024 15:40:58 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/03/03/a-good-way.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://havn.blog/2024/03/04/en-god-metode.html&#34; class=&#34;language&#34;&gt;Lenke til norsk versjon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(If you already know about Home Row Mods, &lt;a href=&#34;https://havn.blog/2024/03/03/a-good-way.html#karabiner-elements&#34;&gt;click here&lt;/a&gt; to go straight to my quick method for getting it on your Mac - even on the .internal laptop keyboard)&lt;/p&gt;
&lt;p&gt;As part of my &lt;a href=&#34;https://havn.blog/2024/02/18/my-ergonomics-voyage.html&#34;&gt;ergonomics voyage&lt;/a&gt;, I’ve been working on getting home row mods on my keyboard. This &lt;a href=&#34;https://precondition.github.io/home-row-mods&#34;&gt;&lt;em&gt;excellent&lt;/em&gt; guide&lt;/a&gt; provides tons of info on this, but the short version is this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;To contort your hands less when using modifiers&lt;/strong&gt; (like shift and control)&lt;strong&gt;, the letter keys on your home row serves double duty: They’re the letters if you &lt;em&gt;tap&lt;/em&gt; them, but modifiers if you &lt;em&gt;hold&lt;/em&gt; them.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;https://precondition.github.io/assets/images/home-row-mods/RealisticHRM-Light-Cover-Half-GASC.jpeg&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9cc2038f72ed81c9eb3ae1dd1ca46e60&#34;
   
&gt;
  &lt;img src =&#34;https://precondition.github.io/assets/images/home-row-mods/RealisticHRM-Light-Cover-Half-GASC.jpeg&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Letter keys A, S, D and F, with icons for modifier keys on them.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;The home row letters on the right side is usually used as well, mirrored from the left. Image from the guide. &lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://res.cloudinary.com/zsa-technology/image/upload/f_auto/q_auto/c_scale,w_1620/v1/zsa-io-refactor-prod/@voyager/images/board/B-INTL?_a=BATCvBOY0&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9cc2038f72ed81c9eb3ae1dd1ca46e60&#34;
   
&gt;
  &lt;img src =&#34;https://res.cloudinary.com/zsa-technology/image/upload/f_auto/q_auto/c_scale,w_1620/v1/zsa-io-refactor-prod/@voyager/images/board/B-INTL?_a=BATCvBOY0&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Image of the ZSA Voyager split keyboard.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;Many users of this completely gets rid of the regular modifier keys. But it can be benefitial as a compliment to those as well, by reducing the amount you use them.&lt;/figcaption&gt;
&lt;h2 id=&#34;tapping-vs-holding&#34;&gt;Tapping vs holding&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;But what’s constitutes a &lt;em&gt;tap&lt;/em&gt; and what constitutes a &lt;em&gt;hold&lt;/em&gt;?&lt;/strong&gt; That’s the central question here…&lt;/p&gt;
&lt;p&gt;Let’s say I’ve made the &lt;code&gt;A&lt;/code&gt; key become &lt;code&gt;Shift&lt;/code&gt; when held.&lt;/p&gt;
&lt;p&gt;If I’ve decided that I have to hold the key for &lt;strong&gt;500 ms&lt;/strong&gt; before it counts as a hold, I have to wait &lt;em&gt;0.5 seconds&lt;/em&gt; every time I want to type a capital letter. That can be quite annoying!&lt;/p&gt;
&lt;p&gt;OK, so I might say I only have to hold the key for &lt;strong&gt;70 ms&lt;/strong&gt; for it to register as a hold. But as it turns out, when I type the word «after», I hit the &lt;code&gt;F&lt;/code&gt; key &lt;em&gt;before&lt;/em&gt; I release the &lt;code&gt;A&lt;/code&gt; key - so instead I wrote «Fter» with a capital F !&lt;/p&gt;
&lt;h3 id=&#34;finding-your-sweet-spot&#34;&gt;Finding your sweet spot&lt;/h3&gt;
&lt;p&gt;A normal place to start is at 200 ms, and then it works like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Input: &lt;strong&gt;Press down (only) &lt;code&gt;A&lt;/code&gt;, and release it &lt;em&gt;before&lt;/em&gt; 200 ms.&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Output: «&lt;strong&gt;a&lt;/strong&gt;» (click)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Input: &lt;strong&gt;Press down (only) &lt;code&gt;A&lt;/code&gt;, and release it &lt;em&gt;after&lt;/em&gt; 200 ms.&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Output: &lt;strong&gt;&lt;em&gt;shift click&lt;/em&gt;&lt;/strong&gt; (hold)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Input: &lt;strong&gt;Press down &lt;code&gt;A&lt;/code&gt;, and then click &lt;code&gt;F&lt;/code&gt; &lt;em&gt;before&lt;/em&gt; 200 ms&lt;/strong&gt; (even if you keep holding A)&lt;strong&gt;.&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Output: «&lt;strong&gt;af&lt;/strong&gt;» (click)
&lt;ul&gt;
&lt;li&gt;(But if you kept holding F, it would type out the A, and then transition into an «F hold», which in my case is &lt;code&gt;Command&lt;/code&gt;.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Input: &lt;strong&gt;Click &lt;code&gt;A&lt;/code&gt;, and then click &lt;code&gt;F&lt;/code&gt; &lt;em&gt;before&lt;/em&gt; releasing &lt;code&gt;A&lt;/code&gt; and &lt;em&gt;after&lt;/em&gt; 200 ms.&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Output: «&lt;strong&gt;F&lt;/strong&gt;» (Hold - and the shift modifier continues to be held, so you can write more capital letters.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;higher-treshold&#34;&gt;Higher treshold:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;You have to wait for the modifier function to kick in.
&lt;ul&gt;
&lt;li&gt;This can be a bit slow and annoying, and can, lead to things like typing the letters «fa» instead of selecting all with «Command + A».&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;But typing instead of hitting hotkeys is often less annoying than the other way around.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;lower-treshold&#34;&gt;Lower treshold:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Less waiting time, so feels more like regular modifiers.&lt;/li&gt;
&lt;li&gt;But this leads to more misfirings - especially if you type fast and/or hold your keys a bit while typing. (The last thing is called key roll, and I do that quite a lot it turns out.)
&lt;ul&gt;
&lt;li&gt;You’ll get less unintended activations if you learn to type with shorter clicks,&lt;/li&gt;
&lt;li&gt;or you have a keyboard with more key travel.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The guide linked above recommends starting quite high, and then work your way down as you become more familiar with the concept. &lt;strong&gt;Don’t give up on the ergonomic upsides even though it’s not optimal the first days!&lt;/strong&gt; It’s also possible to have different tresholds on ondividual keys - but I think it might be easier to get the muscle memory if it’s not &lt;em&gt;too&lt;/em&gt; different.&lt;/p&gt;
&lt;h2 id=&#34;how-to-activate&#34;&gt;How to activate&lt;/h2&gt;
&lt;p&gt;There are two main alternatives to get this function:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Via the &lt;strong&gt;firmware&lt;/strong&gt; in external keyboards (like &lt;a href=&#34;https://qmk.fm/&#34;&gt;QMK&lt;/a&gt; and &lt;a href=&#34;https://zmk.dev/&#34;&gt;ZMK&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;Via &lt;strong&gt;software&lt;/strong&gt; running in the OS (like &lt;a href=&#34;https://github.com/kmonad/kmonad&#34;&gt;KMonad&lt;/a&gt; and &lt;a href=&#34;https://karabiner-elements.pqrs.org/&#34;&gt;Karabiner-Elements&lt;/a&gt;).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;These are some of the things you need to consider when choosing your method:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;With &lt;strong&gt;firmware&lt;/strong&gt;, you get access to some more advanced functions, like &lt;a href=&#34;https://docs.qmk.fm/#/tap_hold&#34;&gt;Permissive Hold and Retro Tapping&lt;/a&gt;,
&lt;ul&gt;
&lt;li&gt;and you can also map keys to adjust the tresholds on the fly.&lt;/li&gt;
&lt;li&gt;I also think it’s a bit more flexible when transitioning between several modifiers.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;If the functions are in the keyboard’s &lt;strong&gt;firmware&lt;/strong&gt;, you also get it when connecting to a different computer.
&lt;ul&gt;
&lt;li&gt;But the flip side of this, is that doing it in &lt;strong&gt;software&lt;/strong&gt; makes it accessible regardless of the keyboard you’re using with your computer (like an external keyboard without QMK support, or the internal laptop keyboard.
&lt;ul&gt;
&lt;li&gt;Also, &lt;strong&gt;software&lt;/strong&gt; is quicker and easier to install, so doing it on several computers isn’t that hard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;I found the typing feel &lt;em&gt;way&lt;/em&gt; nicer (much less lag) with Karabiner-Element (&lt;strong&gt;software&lt;/strong&gt;) vs QMK (&lt;strong&gt;firmware&lt;/strong&gt;) - but that might be due to my settings.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-02-24-at-00.18.052x.png&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9cc2038f72ed81c9eb3ae1dd1ca46e60&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/cleanshot-2024-02-24-at-00.18.052x.png&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Screenshot of a QMK firmware file.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;I don’t mind messing with QMK files, compiling and flashing. But it’s much more complex than adding actions via Karabiner-Elements.&lt;/figcaption&gt;
&lt;p&gt;&lt;a href=&#34;https://cdn.uploads.micro.blog/92331/2024/da337f133c.jpeg&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9cc2038f72ed81c9eb3ae1dd1ca46e60&#34;
   
&gt;
  &lt;img src =&#34;https://cdn.uploads.micro.blog/92331/2024/da337f133c.jpeg&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Image of my keyboard, numpad and trackpad.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;figcaption&gt;I still adjust the numpad and features I only want on the external keyboard with QMK. And I keep home row mods and other dual layer functions on Karabiner - both because I want it on the internal keyboard, and because I prefer the typing feel.&lt;/figcaption&gt;
&lt;h3 id=&#34;karabiner-elements&#34;&gt;Karabiner-Elements&lt;/h3&gt;
&lt;p&gt;If you want to do it via firmware or KMonad, you can follow &lt;a href=&#34;https://precondition.github.io/home-row-mods&#34;&gt;the guide I linked in the beginning&lt;/a&gt;. &lt;strong&gt;However, I didn’t manage to get KMonad to work on my Mac, and I haven’t found &lt;em&gt;any&lt;/em&gt; guides online for how to activate via Karabiner-Elements - so that’s what I want to provide here.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I made the actions using the excellent &lt;a href=&#34;https://github.com/evan-liu/karabiner.ts&#34;&gt;Karabiner.ts tool&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id=&#34;1-install-karabiner-elements&#34;&gt;1) Install Karabiner-Elements&lt;/h4&gt;
&lt;p&gt;You can download the app from &lt;a href=&#34;https://karabiner-elements.pqrs.org/&#34;&gt;their website&lt;/a&gt;, or if you have &lt;a href=&#34;https://brew.sh/&#34;&gt;Homebrew&lt;/a&gt; installed, just type &lt;code&gt;brew install karabiner-elements&lt;/code&gt; in the terminal.&lt;/p&gt;
&lt;p&gt;You do have to give it bunch of permissions in the OS, though!&lt;/p&gt;
&lt;h4 id=&#34;2-add-the-actions&#34;&gt;2) Add the actions&lt;/h4&gt;
&lt;p&gt;I have &lt;a href=&#34;https://github.com/Erlendms/karabiner-actions&#34;&gt;a GitHub repo here&lt;/a&gt;, with some variants of the home row mods action (and a couple more). The &lt;a href=&#34;https://github.com/Erlendms/karabiner-actions/tree/main/actions&#34;&gt;actions themselves&lt;/a&gt; are long .json files, that you copy and paste into Karabiner here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-add-action.png?raw=true&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9cc2038f72ed81c9eb3ae1dd1ca46e60&#34;
   
&gt;
  &lt;img src =&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-add-action.png?raw=true&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;First click &amp;amp;ldquo;Complex Modifications&amp;amp;rdquo;, then &amp;amp;ldquo;Add your own rule&amp;amp;rdquo;. Then copy and paste everything from the .json files here, and hit save.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;h4 id=&#34;3-adjust-the-tresholds&#34;&gt;3) Adjust the tresholds&lt;/h4&gt;
&lt;p&gt;The default  &lt;em&gt;to_if_hold_down_treshold&lt;/em&gt;  is 500 ms - which is very long. So here’s how you adjust it:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-settings.png?raw=true&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9cc2038f72ed81c9eb3ae1dd1ca46e60&#34;
   
&gt;
  &lt;img src =&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-settings.png?raw=true&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;I&amp;amp;rsquo;ve went into &amp;amp;ldquo;Parameters&amp;amp;rdquo;, and then highighted to_if_alone and to_if_held_down. About the first, i&amp;amp;rsquo;ve said: &amp;amp;ldquo;This does the following, when on 1000 milliseconds (1 second): If you hold F for 1 second, and then release it without hitting any other buttons, F gets written. But if you hold for 1.1 secons, Command gets sent instead.&amp;amp;rdquo; And about the second, I wrote: &amp;amp;ldquo;This starts on 500 - but I&amp;amp;rsquo;d set it to 200, and see what you ike. It&amp;amp;rsquo;s how long you must hold F before it becomes Command. Lower value makes it possible to do hotkeys faster. But if it&amp;amp;rsquo;s too low, and you write the word &amp;amp;ldquo;Fast&amp;amp;rdquo; and hold F and A together for a few milliseconds, you wil send &amp;amp;ldquo;Command &amp;#43; A&amp;amp;rdquo;.&amp;amp;quot;&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;p&gt;When using multiple modifiers (like &lt;code&gt;Shift + Option&lt;/code&gt; ), you press and hold the letter keys simultanously. The &lt;em&gt;simultaneous_threshold_milliseconds&lt;/em&gt; is how closely you must press them to be counted as being pressed at once.&lt;/p&gt;
&lt;p&gt;**If you first hold &lt;code&gt;A&lt;/code&gt;, to activate &lt;code&gt;Shift&lt;/code&gt;, and then want to activate &lt;code&gt;Shift + Command&lt;/code&gt;, you have to release &lt;code&gt;A&lt;/code&gt; and &lt;em&gt;then&lt;/em&gt; press &lt;code&gt;A&lt;/code&gt; and &lt;code&gt;F&lt;/code&gt; together. **This is a limitation I haven’t found a way around yet.&lt;/p&gt;
&lt;h4 id=&#34;4-test-and-adjust&#34;&gt;4) Test and adjust&lt;/h4&gt;
&lt;p&gt;You won’t love it at once! So try to adjust the tresholds, while also consider adjusting how you type a bit. Because there will always be some trade-offs.&lt;/p&gt;
&lt;p&gt;While testing, I can recommend using something like &lt;a href=&#34;https://github.com/keycastr/keycastr&#34;&gt;Keycastr&lt;/a&gt; or Karabiner-Element’s EventViewer, which you’ll find here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-eventviewer.png?raw=true&#34; 
   class=&#34;glightbox&#34;
   data-gallery=&#34;9cc2038f72ed81c9eb3ae1dd1ca46e60&#34;
   
&gt;
  &lt;img src =&#34;https://github.com/Erlendms/karabiner-actions/blob/main/images/Karabiner-eventviewer.png?raw=true&#34; 
       style=&#34;border-radius: 5px; max-width: 100%&#34;
       alt=&#34;Click Karabiner in the menu bar, then &amp;amp;ldquo;Launch EventViewer&amp;amp;rdquo;.&#34; 
        
  /&gt;
&lt;/a&gt;

&lt;/p&gt;
&lt;p&gt;In that image you can also see that Karabiner-Elements can hold different &lt;em&gt;Profiles&lt;/em&gt;. This can be useful if you find that you prefer different tresholds for different keyboards, so you might have three profiles named something like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Laptop&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;External&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gaming&lt;/strong&gt; (because gaming with home row mods is A Bad Time™️)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;Searching for «home row mods karabiner-elements» has given little useful in the past. Now I hope someone will find this, and find it useful!&lt;/p&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/02/28/via-kottke-studies.html</link>
      <pubDate>Wed, 28 Feb 2024 21:31:33 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/02/28/via-kottke-studies.html</guid>
      <description>&lt;p&gt;Via &lt;a href=&#34;https://kotke.org&#34;&gt;Kottke&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Studies have shown that people who ride e-bikes get more exercise than those who ride pedal bikes. «&lt;a href=&#34;https://electrek.co/2024/02/20/why-electric-bikes-give-more-exercise/&#34;&gt;Researchers have discovered that when riders find it less grueling, they tend to go on longer rides.&lt;/a&gt;»&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I totally believe this! I want an e-bike 🚲 in my future. 🙂&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/02/28/im-trying-to.html</link>
      <pubDate>Wed, 28 Feb 2024 20:08:07 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/02/28/im-trying-to.html</guid>
      <description>&lt;p&gt;I’m trying to get comfortable with home row mods… ⌨️&lt;br&gt;
It’s a constant struggle between &lt;strong&gt;minimising lag/unintended modifiers&lt;/strong&gt; and &lt;strong&gt;how hard it is to actually use the modifiers&lt;/strong&gt; when I want.&lt;/p&gt;
&lt;p&gt;Anyone out there with experience on this?&lt;/p&gt;
&lt;p&gt;Doing it with QMK &lt;em&gt;worked&lt;/em&gt; well, but I hated the lag. And doing it with software is preferable, as I then can have the same on the internal Mac keyboard. Using simlayers in &lt;a href=&#34;https://karabiner-elements.pqrs.org/&#34;&gt;Karabiner-Elements&lt;/a&gt; atm.&lt;/p&gt;
&lt;p&gt;#MechanicalKeyboards #Allheimen&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://havn.blog/2024/02/27/s-heldig-f.html</link>
      <pubDate>Tue, 27 Feb 2024 20:03:18 +0100</pubDate>
      
      <guid>http://havn.micro.blog/2024/02/27/s-heldig-f.html</guid>
      <description>&lt;p&gt;Så heldig å få låne &lt;a href=&#34;https://www.zsa.io/moonlander/&#34;&gt;et slik&lt;/a&gt; av den bestete Glenn.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
