@anotherandrew, testing my own mbin instance for a while before committing to moving over permanently.

Embedded systems engineer for hire. Hardware, software, HDL. When not working I’m devoting the rest of my time to my kids and their curiosities. GPG EAF7ACB0

  • 0 Posts
  • 25 Comments
Joined 1 month ago
cake
Cake day: April 29th, 2025

help-circle
  • It’s funny; I recommend Apple stuff for practically all the same reasons you don’t. The walled garden pisses me off sometimes but when I talk to friends using Android stuff and their gripes it really reinforces that I made the right decision for my family, just as you have for yours. What I find even more amusing is that I design embedded linux devices, all my servers/vms are Linux based and I really enjoy using Linux… just not supporting/using it as a primary UI.

    Not shitting on your choices at all, I know that many people really like/enjoy the Android side as much as I do the Apple side. Chacun à son goût and all that.



  • I have two depending on what I’m grabbing is part of a playlist (where I want to maintain order) or not:

    --download-archive archive.txt --write-auto-subs --sub-langs en --embed-subs -o "%(upload_date)s_%(title)s_%(id)s.%(ext)s" -S res,vcodec:h264,acodec:m4a

    or

    --download-archive archive.txt --write-auto-subs --sub-langs en --embed-subs -o "%(playlist_title)s/%(playlist_index)s_%(upload_date)s_%(title)s_%(id)s.%(ext)s" -S res,vcodec:h264,acodec:m4a

    that --download-archive archive.txt is a godsend for when I rediscover something I’ve already grabbed. I often move the files to better locations after, but archive.txt doesn’t care. Embedding the subtitles, forcing h264/m4a (because more and more things are webp it seems), and renaming the file to the title + youtube ID are what make up the rest.



  • I’ve got a fairly extensive Zigbee network (32 devices) - using a CC2652 USB stick hooked up to an rpi with socat connecting that to my HA VM. I have probably a dozen wired devices (in-wall switches, plug-in outlets, etc.) scattered between the two floors and even the wired devices occasionally fall off the mesh, while most of them (and about 50% of the wireless devices) are pretty robustly connected. I’ve found no real link between LQI/RSSI and a device’s stablity, nor have I found any real link between manufacturer and stability. Sonoff, Aqara, ewelink, lumi. It’s frustrating, because some of the devices that fail to stay connected are within 3 meters of either the hub or a wired device and report great signal strength. I just don’t feel that Zigbee is all that awesome for a robust low power network.

    When I’m at the house next I might try moving the entire network to a different channel, as tedious as that is going to be.







  • There was a recent thread on reddit about this, where I wrote this comment (copied here):

    I’ve been hosting my own email for a long time (almost 25 years).

    Today it’s better than it was, but there are some hurdles:

    • Microsoft has their own system, but it’s reasonably easy to get listed
    • Google does their own thing, and it’s IMPOSSIBLE to get anywhere
    • UCEPROTECTL3 is just a fucking extortion scam

    When I switched providers, I found out I was in a “bad IP neighbourhood”. Microsoft wanted a letter from my VPS provider saying that I am in control of the IP I wanted listed, and that was not too hard to get. Also, Microsoft’s blacklist management is sane - you can log in, see the status, raise issues and get a hold of people. A little frustrating, but workable.

    Google, on the other hand… You can’t participate in their spam system unless you have a minimum volume of email, which means little guys like me who send maybe 50-100 emails a day end up in gmail’s junk folders by default and there’s abso-fucking-lutely nothing you can do about it. There’s no one to report it to, there’s no way to fight it… they simply don’t care. And whether an email gets flagged as junk or not seems completely random. It has nothing to do with the content as far as I can tell. All you can do is contact people from your personal gmail and ask them to check spam/whitelist. It’s been years and I’m still waiting for the “eventually your domain will get whitelisted globally” bullshit to happen.

    That leaves UCEPROTECTL3. Fuck these guys sideways. They block entire ASes and no, you can’t get an exception made. You can pay them to get whitelisted which is why I call them an extortion scam. They’re the only blacklist I’m on and I’ll be fucked if I’ll pay them to get off it. Bunch of fucking pretentious scammers.

    Everything else is pretty easy: DNS, DMARC, DKIM, SPF… it’s hoops to jump through but not overly difficult. Ensuring you’ve got SMTPS set up and constraining the encryption protocols to get it tight takes some iterative work, but nothing too difficult.

    I totally understand why people give up. This is a huge problem with these gigantic monolithic companies – they hold way too much power over the internet and there’s no way to hold them accountable.




  • I’m not sure how you would do that if you are asking about something you don’t have expertise in yet, as it takes the exact same authoritative tone no matter whether the information is real.

    I agree – That’s why I’m chalking it up to some kind of healthy sense of skepticism when it comes to trusting authoritative-sounding answers by themselves. e.g. “ok that sounds plausible, let’s see if we can find supporting information on this answer elsewhere or, maybe ask the same question a different way to see if the new answer(s) seem to line up.”

    So far, research suggests this is not possible (unsurprisingly, given the nature of LLMs). Introspective outputs, such as certainty or justifications for decisions, do not map closely to the LLM’s actual internal state.

    Interesting – I still see them largely as black boxes so reading about how people smarter than me describe the processes is fascinating.







  • A couple things I’ve been working on

    First, I spun up a larger VPS to consolidate two smaller ones. This time I dockerized almost everything. Still a docker newb, but karakeep, redmine, mbin, lemmy (still deciding which I want), davical. Asterisk and postfix/dovecot are probably gonna stay on the vps root. I’m using zfs and compression. Interestingly, the postgres database that everything is using seems to get better compression than the mail spool.

    A couple weeks ago I picked up a NetApp 7 bay disk shelf for $30. It uses fibre channel (AT-FCX) controllers and I’ve never used that before. I grabbed a $7 FC HBA (QLE2560), a 2m cable and an m2-to-PCIe adapter meant for an eGPU. The idea is to see if I can’t get the RK3588 board I’m playing with to see it. I did something similar with a $50 Dell 12 drive bay and my old C6100.