Back to top

Technology

    Why Smart Bulbs > Smart Switches

    (Click here to go to the TL;DR!) I really like my smart light setup — and later I will write a guide on how I set it up. (I promise!) But in this post, I want to explain why I think smart light sources are a better option than smart switches (with regular light sources). Some notes on costs Smart lights ain’t cheap. And while I will argue that I don’t think going for smart switches is that much cheaper than smart light sources — my main focus is on what gives the best smart light experience.

    Read More

    Some Quick Mastodon Client Reviews

    One of my favourite things about Mastodon, is that, as opposed to most other social networks, the service is completely open for other developers to make their own clients. And this has lead to a remarkable ecosystem of third-party options. Now the official ones, are pretty mediocre (especially the web app, IMO) — but I like this prioritisation. They could’ve sacrificed precious dev time to make their own clients great — but this would have to come at the expense of improving the core service.

    Read More

    Anyone Else Feel Like They Should Use Firefox

    … but Still Struggle With It?

    This post was originally (and still is) a forum post on the MPU forums. I have two concrete question blocks I’d love feedback on, which I will present during the post. I would love to hear from you, either over at MPU, as a comment to this post on Micro.blog, via Mastodon, or email. 🙂


    I’d like to talk about browsers! And people are of course welcome to comment whatever they want — but some notes on what my intentions for this discussion are:

    1. For reasons, I’ll touch on later, this is mostly about desktop browsers.
    2. In terms of privacy and security, I’m approaching this from a reality where 65% of people use Chrome. So in this context, vastly improving the privacy from that, is more interesting than saying someone is a gullible idiot if they don’t use a Tor browser. 😛 So while I’m not saying those things shouldn’t be part of the discussion at all, I’d like to talk more about user experience and features than hardening if you catch my drift. 1

    OK, let’s go!

    Ethics are always difficult to discuss. Because while I think everyone should be mindful of the small things we should do to improve things, people have different priorities and possibilities. And where should we draw the line while consumers in a problematic system? Like, I should probably use a Fairphone over an iPhone even though it’s worse, right? How much worse should I accept? How hard should I pull away from things like Facebook or X?

    Screenshot from the Fairphone website: “Your phone can do better: We make fair(er) phones - To change the industry from the inside. One step at a time, all over the world. Together with our community, we’re changing the way products are made. Here’s how we’re disrupting the tech space. About us button. What it means to be fair:"

    Still, I’m at least trying to try — and as the browser is perhaps the most used app, the choice of it is among the things I’m thinking about.

    And here’s why I feel like I should use Firefox:

    Read More

    The Case for Soulver, and an App Between a Calculator and a Spreadsheet

    The iOS counterpart of Soulver 3 just released — and is being discussed a bit over at the (excellent) Mac Power Users forum.

    This post is (mostly) an answer to the following post there:

    Soulver is a fun app to do simple math, but it is no substitute for a spreadsheet. Can it do any of this Numbers - Function list - Apple (AU)?

    Can it graph data?

    So I would buy it again if it was cheaper, but $35 for the Mac app plus another $34 for the iOS apps is definitely not worth it to me. I’ll keep using my free, constantly improving Numbers app.

    Plus it took 5 years to finally recreate the iOS apps? Seriously? Why would I trust this developer after borking a perfectly good iOS app and taking so long to finally add it back to the App Store.

    I think you’re misunderstanding

    … what Soulver is trying to be,

    even though you mention “a fun app to do simple math”.

    When discussing solving math problems, different complexity levels make us turn to different tools. I’d say it usually looks something like this:

    • Very simple → In your head
    • Simple → A calculator (app)
    • Medium to complex → A spreadsheet app

    Read More

    Input wanted!

    In principle, I think I should use Firefox… So I’m digging deep to see if I can make it not-bad! 🙊

    So, my question to those of you who use a (desktop) browser:

    • Why do you use the one you use now?
    • What are your favourite (large or small) features? Please be very specific!

    A red panda, also known as a firefox.

    A Shortcut for lite-youtube-embed

    YouTube embeds take up way too much on a site - so luckily someone has made lite-youtube-embed.

    “Renders faster than a sneeze.”

    Provide videos with a supercharged focus on visual performance. This custom element renders just like the real thing but approximately 224× faster.

    First you have to include some CSS and JS on your site. 1 And then when you want to embed a video, you could just add this piece to your post/page:

    <lite-youtube videoid="CItvhGl__Mk" playlabel="Play: Beatenberg - Wheelbarrow (Official Music Video)"></lite-youtube>
    

    This will embed the video, but over 200x faster - nice!


    However, you have to manually add the videoid and the video title.

    And they’ve also made a variant named “Pro-usage: load w/ JS deferred (aka progressive enhancement)”, which I think is even more optimised. But then you have to add all of this:

    <lite-youtube videoid="CItvhGl__Mk" params="controls=0&rel=0&enablejsapi=1" style="background-image: url('https://i.ytimg.com/vi/CItvhGl__Mk/sddefault.jpg');">
      <a href="https://www.youtube.com/watch?v=CItvhGl__Mk" class="lty-playbtn" title="Play Beatenberg - Wheelbarrow (Official Music Video)">
        <span class="lyt-visually-hidden">Play Video: Beatenberg - Wheelbarrow (Official Music Video)</span>
      </a>
    </lite-youtube>
    
    That’s a lot of manual work for each video!

    Read More

    Why I Don’t Love Web Apps

    And a call for help

    I absolutely get why companies make web apps instead of native apps. Why juggle tons of platforms and languages if you don’t have to? Furthermore, being on the web makes you free from platform gatekeepers!

    It can also benefit users, by giving the same experience everywhere, making more software cross-platform and accessible on more niche platforms, and more.

    And if a developer has 100 hours to develop a client for their service, the user experience very well might be better if they spent all of it on a web app, instead of spending 25 hours on four different native clients.

    There’s also a bunch of terrible native (or “native”) apps. One example is phone apps that simply are terrible web wrappers that just want to be able to track and notify you more than they can in a web browser. 1

    A bar chart that compares software quality of &lsquo;Web apps&rsquo; and &lsquo;Native apps’. There are bad and great apps of both kinds, but the ceiling of the latter is higher.

    When I say that I prefer native apps, I don’t mean that there are no great web apps (like Figma) or bad native apps. My point is that the ceiling of the latter is higher, and that all the best apps I’ve tried are native.

    Read More

    OK, I just spent way too long on something unimportant (again):

    I bring to you: smooth linear clamp() scaling, but with increasing something as you decrease the screen width!

    From 1rem to 3rem: clamp(1, -0.5rem + 6.67vw, 3rem)

    «Backwards» (video): calc(clamp(-3rem, -4.5rem + 6.67vw, -1rem) * -1);

    Now that I’ve gotten my CSS like I want it, I’ve started the total rewrite. 🙃

    Now 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.

    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. 😁

    Chromium and Nested Backdrop-Filters

    If you’re like me, you sometimes get these small (often technical) problems, that you work on for so long — and you refuse to surrender.

    I had this with CSS a couple of months ago:

    I had a menu, that had transparency and blur, and then I also had a submenu that I wanted to have the same. But the submenu just. wouldn’t. blur!

    It works perfectly in Gecko and WebKit — but after countless hours, I found the problem: If an element has a backdrop-filter, Chromium won’t let its children have it as well. 1

    I had to design around it, and moved on with my life.

    A few moments later…

    I recently moved to Micro.blog. And one day I was scrolling down my timeline…

    Scrolling the timeline, with a picture of a great sunset making a nice blur below the header.
    Ooh, look at that nice blur!

    Then I opened the submenu:

    When opening the submenu, you can see that the blur effect isn't on it - so that you see way too much of the text beneath.
    Motherføcker!

    There it was — the same bug! I’m not alone!

    The fix

    Read More

    ✉️ To SigmaOS’ CEO: This Is What I Don’t Like About Arc’s Direction

    I really, really like the Arc browser. But as I alluded to in this post, 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. 1

    I mentioned this in their community Slack, and their CEO, Mahyad, 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! So this post is my reply to his question.

    (And here’s a link straight to the TL;DR at the bottom.)


    Hi, Mahyad — and thanks for asking! I wrote a blog post called «I Just Want A Nice Browser!», which might give you a hint, heh.

    And let me also say that I’m a bit worried about your direction as well — but I’ll come back to that. 😉

    Two fundamentals I don’t love, but that I don’t need to go too much into

    1. 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.
    2. I’m not against supporting any VC funded company — but in combination with an unclear business model, I become more skeptical and worried if our incentives align. 2

    My main issue, though, is regarding AI

    Read More

    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?

    Well, that kinda backfired for SigmaOS today, as I was trying to figure out how to install a custom search engine on it…

    I’ve searched for «sigmaos custom search engine», but I only got guides they have written to install it in other browsers.

    I Just Want a Nice Browser!

    Two sad browser stories

    I’ve followed the Spicy Takes™️ surrounding the Arc Browser recently, that started in the Ruminate podcast and went on to the MacStories Weekly Issue 408.

    And I agree with most of what John Voorhees is saying, and also Matt Birchler, who said: «The Browser Company feels gross to me right now».

    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 here and here.)

    Instead I’ll tell my browser story, and explain why both Arc and Firefox makes me sad.

    Read More

    AI Is Just Different

    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.

    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: «But how is this different from how humans have always been learning and iterating on previous knowledge?» or «The information was available on the open web, so it can be used for anything!».

    I think these are terrible arguments.

    Humans are allowed into shopping malls.

    However, that’s simply not an argument for that cars should be allowed there as well — whether they’re driven by a human or autonomous.

    Read More

    I liked this blog post, by The Jolly Teapot! 👇🏻

    On Quality Software

    «A happy snob» is very much how I’d categorise my own taste in software. 👌🏻

    I’ve been thinking way too much about music streaming the past month - so now I’ve gathered my thoughts in a blog post!

    I have an idea and dream, that I’m sadly woefully unequipped to actually build. 🙃

    It’s a cross between podcasts, Mastodon, PeerTube and the MusicKit API!

    An Idea For Better Music Streaming

    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!

    I’m currently trying to transfer from Spotify to Tidal. 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. However, I prefer Spotify’s app and features. 1 And this inspired me to write out an idea I’ve been thinking about for a while.

    Inspired by Mastodon, Apple’s MusicKit API, Podcasts and PeerTube

    Third-party first

    Read More

    I’m trying out Tidal for a bit, so cancelling my Spotify Premium subscription. Got this pretty obnoxious screen. 👇🏻

    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<br>
15: You’ll hear ads about every 15 minutes.<br>
0: You won’t be able to play any song, any time on mobile.<br>
6: You can skip only 6 times per hour.<br>
0: 0 of your downloaded songs will be available offline.

    Apple Is Not the Reason I’m Buying Apple Products - These People Are

    Lenke til norsk versjon

    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 their 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. If Apple understands that their relationship with developers is reciprocal, they’re hiding it well.

    I like all my Apple hardware. Heck, I even love 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 Framework laptop, Asus phone and some Sony earbuds as well! The things Apple makes and does isn’t 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.

    Read More

    If Apple was a food company:

    Government: «You gotta stop using plastic wrapping around one-time utensils.»

    Apple: ∗wraps it in barbed wire instead∗

    Apple: «See what the government made us do!» 👆🏻

Older Posts →