• 2 Posts
  • 338 Comments
Joined 10 months ago
cake
Cake day: October 7th, 2025

help-circle

  • People in these parts will throw shade at macOS, and I get it. But whatever you think of Apple, they’ve traditionally done a pretty good job of making their OS such that you don’t really need a manual unless you start doing more complex stuff. Someone who’s not particularly computer literate can buy a cheap Mac and have it up and running in no time, without ever really needing to seek help.




  • To be honest, they’re not really problems as such, more a case of resetting expectations back a few years.

    While I had gotten very used to being able to pay for everything with Apple Pay on the 13 mini I had previously, all I’ve had to do with my Pixel 9 is buy a magsafe wallet (and magsafe case for the magsafe-less phone). And for everything else, there’s a web site. It’s kind of annoying having to use an SMS 2FA code EVERY TIME I log into my bank’s site, but not particularly inconvenient.

    I will caveat my comments by noting that I do have Play services installed, so there are some Google features on my phone. Mostly that was to help soften the transition between having everything available to me through Apple’s services to having nothing available in Graphene. But my understanding is that Google’s footprint in Graphene is significantly less intrusive, and mostly limited by guardrails that I can set.




  • Being unaware of pinchflat, I kinda ended up making my own.

    Started off with a little app, the entirety of which was a button that, when pressed, took the link om my clipboard and downloaded the video into my Jellyfin folder. Then I got tired of having to keep it all updated across several different computers I use, so I turned it into something that runs in a docker container on my home server, that I can access through anything in my tailnet. Works beautifully.











  • This is the result of dmidecode

    root@OpenWrt:~# dmidecode -t slot
    # dmidecode 3.5
    Getting SMBIOS data from sysfs.
    SMBIOS 3.1.1 present.

    Handle 0x0026, DMI type 9, 17 bytes
    System Slot Information
           Designation: SLOT1_M.2
           Type: x4 M.2 Socket 3
           Current Usage: Available
           Length: Long
           Characteristics:
                   3.3 V is provided
                   PME signal is supported
           Bus Address: 0000:ff:1f.7

    Handle 0x0027, DMI type 9, 17 bytes
    System Slot Information
           Designation: SLOT2_M.2
           Type: x1 M.2 Socket 1-SD
           Current Usage: In Use
           Length: Short
           Characteristics:
                   3.3 V is provided
                   PME signal is supported
           Bus Address: 0000:ff:00.0

    As far as I can tell, the top one is the M.2 in question, so it’s a 4 channel PCIe slot. Running -t connector doesn’t show that slot at all, presumably because it’s not got anything connected to it currently.

    I’ve order a cheap(ish) adapter that should arrive today, so I’ll bung it in and report back.