Back to top

English

    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

    Working on the blog rewrite today! So if anyone happens to visit, you can pretend I’m doing the «Naked CSS Naked Day" thing a bit late. ☺️

    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

    A Way To Get a Fancy Link Hover Effect

    Jarrod, of (the great blog) HeyDingus.net, wanted to do something about the way his links appear on his website. He asked:

    Since the first design of my site, I’ve stuck with blue text for my hyperlinks because that always seemed canonical with the web. Links = blue text, blue underline. But I’ve grown less certain with its readability with all that blue text interspersed. I’m considering a change. What do y’all think?

    Two screenshots he added, that shows links with either blue text and underline, or just blue underline.

    One thing he didn’t mention there, is that he also has a nice hover effect, that changes the underline to a gradient (that matches his logo and more) on hover.

    A GIF of the aforementioned hover effect.

    My first idea for how to solve it sacrificed the gradient — but that just wouldn’t do. But I think I found a pretty good solution in the end!

    The solution and how to implement it

    The text is white and underline blue before hover. When I hover, the underline fades away, and the text fades to having the gradient on itself.

    Read More

    Advice for How To Make Sure You Never Create Anything

    Lenke til norsk versjon

    Are you sometimes at risk of creating? Personally I, from time to time, come very close to writing something, so my advice here is geared towards that. However, it can hopefully be extrapolated to help you if you’re tempted by other creative endeavours as well.

    • If you get an idea while writing a post, you should always finish this new idea before finishing the original one. This, of course, cascades to new ideas you get while working on the second one, etc.
    • This also applies to expansions within an idea. You can always increase the scope of a project!
    • Let every piece of work be your Magnum Opus.
    • However, if as much as a single piece of your idea doesn’t materialise quite like how you wanted it to, scrap the entire thing. No matter how much work you’ve put into it, and no matter how much value there’s still left.
    • Don’t post anything, unless you’ve covered every nuance, use case and possible objection. Don’t post ideas or thoughts — post rigorous conclusions.
    • You can’t mention a concept/item without also explaining everything about it, in case someone isn’t familiar.

    Read More

    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

    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

    The Prettiest Voice Since Allison Krauss

    Lenke til norsk versjon

    I’m testing Tidal 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. 1 And holy føck if this isn’t one of the most beautiful things I’ve ever heard:

    Read More

    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

    A Couple of Chill, Mostly New, Indie Games

    I love small, chill indie games. They’re cheap, and the money goes to small developers who needs the support. Many have short gameplay loops, that make them easy to fit into my schedule. And many of the ones I like have non-realtime gameplay, and that, coupled with low hardware demands, makes them well suited for playing on my laptop. My MacBook isn’t a slouch - but it’s no gaming rig.

    Read More

    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

    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

    Why I Think Apple’s Fine is Fine

    Lenke til norsk versjon

    Today, Apple got hit with a €1.84 billion fine — for anticompetitive behaviour in the music streaming market.

    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. The thing is, that Apple has used their size, ecosystem and general market position to give Apple Music a larger market share than they would’ve gotten if they had to compete fairly. 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. 1

    The dog might have the Rhino beat on «amount of fur», but that doesn’t make it «more powerful».

    Here are some of the smaller things Apple are doing:

    Read More

    A Good Way to Get Home Row Mods on a Mac

    Lenke til norsk versjon

    (If you already know about Home Row Mods, click here to go straight to my quick method for getting it on your Mac - even on the .internal laptop keyboard)

    As part of my ergonomics voyage, I’ve been working on getting home row mods on my keyboard. This excellent guide provides tons of info on this, but the short version is this:

    To contort your hands less when using modifiers (like shift and control), the letter keys on your home row serves double duty: They’re the letters if you tap them, but modifiers if you hold them.

    Letter keys A, S, D and F, with icons for modifier keys on them.

    The home row letters on the right side is usually used as well, mirrored from the left. Image from the guide.

    Image of the ZSA Voyager split keyboard.

    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.

    Tapping vs holding

    But what’s constitutes a tap and what constitutes a hold? That’s the central question here…

    Read More

    Why do so many apps have weird margins?

    Lenke til norsk versjon

    There are tons of services, apps and clients for text based social media. But why are almost all of them wrong about timeline margins?

    Out of touch Skinner-meme, with the text: «Am I wrong about timeline margins?» «No, it’s most apps who are wrong!»

    To show what I’m talking about, here’s Threads as an example:

    Screenshot of Threads. Point explained below.

    I get that you want to start the text quite close to the username, and that avatars are taller than usernames on some services. But I still think that left-margin is a sin! It wastes space, and makes the entire screen lopsided.

    I went through many apps checking - and many of the apps are good and well-designed in general! Many of them are Mastodon clients, because that service has a fantastic 3rd party ecosystem. Also, they’re all iOS apps, because that’s what I have. Would be interested to hear about the situation on Android!

    OK, here are some more offenders:

    Read More

    Today’s Keyboard Maintenance

    Today, I finished the first step of my Ergonomics Voyage: Making some modifications to my keyboard.

    Key layout

    The most important change, was activating home row mods. So I’ve made it so tapping

    a s d f works as normal — but if I hold them, they act as

    Ctrl Opt Shift Cmd .

    And then I’ve mirrored it on the other side, to j k l ø .

    Failed at software

    Read More

Older Posts →