Heyy, just some guy floating around on the internet. Always down for a chat during my off-hours

  • 1 Post
  • 20 Comments
Joined 4 months ago
cake
Cake day: April 5th, 2026

help-circle
    • Just like czl I do have seperate apps for each type of data I use. For example Ente for photos and Syncthing for keeping the documents folder of my devices synced up.
    • It’s not something I really think about because my data sources are functionally disjoint. (e.g. I don’t have photos from my phone in my documents folder). The only exception is Ente, where I do keep a plaintext copy of the “shared with family” account to display some family photos on our digital photoframe. This also “answers” your next question.
    • I don’t have anything set up for when an application stops support. I do however do look beforehand whether it’s possible to extract my data in a way I can migrate to another platform if need be. For example, some services like Ente offer an easy plaintext way to export/backup your data in directories mirroring your albums. That way I could easily head to Immich
    • It hasn’t really. I usually do backups by keeping two copies of all my volumes. So running more services doesn’t really impact much of anything.

    A sidenote on Nextcloud: it does use the same folder structure in its data volume as it presents to the user. So it’s fairly easy to manage, but you need to update the folder you made the change within the container for it to show up. When we used to keep photo’s synced up with Nextcloud, I could directly access that folder for the photoframe. Since Ente is e2ee I needed to duplicate data in that case






  • A fair amount of smaller businesses in Belgium also primarily use Whatsapp.

    A VM is difficult for me since I only have a spare quad core laptop from almost a decade ago. So I’m sceptical on whether it will be able to virtualise an OS on top. And the bridges are hosted on a Zimablade. So I have my doubts there as well. Though I can definitely give it a spin in my free time, you never know.

    I do have my main computer where I do run VMs often, but I doubt my partner will be fine running that noisy thing overnight though.

    Ideally I would be running an iMessage bridge like you’re suggesting. Unfortunately I don’t have time to get it to work on my iPhone since the maumium docs mention it’s possible, but haven’t made a guide for it.

    I’ll definitely keep the VM thing in mind if I ever decide to replace the Zimablade. I doubt my family will let go of their Apple devices any time soon anyway.

    Thanks, I’ve really been appreciating everyones ideas here!













  • Data processing in space can be useful, albeit not in the way that Musk seems to sell it. I spoke with some people from a space startup (edgx) at a jobfair in Belgium half a year ago.

    Their thing was that they did some data processing in space to cut down on bandwidth (so this is specifically for applications where satellites are a necessary component). I also remember specifically asking them about cosmic rays and they told me it’s definitely manageable because their computers fly in LEO. (They already have a computer in space)


  • Personally when I install some software I generally look at popularity (like stars if the code is hosted on Github), whether an audit has recently happened, it is recommended by someone I trust, and whether the permissions it needs are reasonable (I’m on Silverblue so I only install Flatpaks)

    When I used to use Arch I also looked at the pkgbuild beforehand since they’re generally fairly small en very human readable. I also looked at popularity there and whether the developer maintained an Arch package. But that obviously doesn’t say anything about the code itself.

    I definitely don’t consider myself non-techy since I’m doing an an engineering masters with a CS track but those things shouldn’t require any programming knowledge.

    But I think most of the more common users don’t really care and install the packages they need without thinking too much about it. Unless the source seems very untrustworthy.

    Edit: you can never truly be certain that a project’s code is safe. You can only have soft guarantees. Albeit some like formal verification are harder than others like project popularity.