𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

       🅸 🅰🅼 🆃🅷🅴 🅻🅰🆆. 
 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍 𝖋𝖊𝖆𝖙𝖍𝖊𝖗𝖘𝖙𝖔𝖓𝖊𝖍𝖆𝖚𝖌𝖍 
  • 3 Posts
  • 237 Comments
Joined 2 years ago
cake
Cake day: August 26th, 2022

help-circle
  • I’m 100% with you. I want a Light Phone with a changeable battery and the ability to run 4 non-standard phone apps that I need to have mobile: OSMAnd, Home Assistant, Gadget Bridge, and Jami. Assuming it has a phone, calculator, calendar, notes, and address book - the bare-bones phone functions - everything else I use on my phone is literally something I can do probably more easily on my laptop, and is nothing I need to be able to do while out and about. If it did that, I would probably never upgrade; my upgrade cycle is on the order of every 4 years or so as is, but if you took off all of the other crap, I’d use my phone less and upgrade less often.

    The main issue with phones like the Light Phone is that there are those apps that need to be mobile, and they often aren’t available there.


  • since all apps are designed to run well on budget phones from 5 years ago, there’s no reason to upgrade.

    5 years, maybe, but any more is stretching it. And not getting system upgrades anymore is problematic. Unless you own a particular model of phone, de-Googled Android can be hard to come by.

    For example, I have a 7-year old Pixel C. By the time Google stopped using system updates for it, I wasn’t wanting them as every release made the device slower and more unstable. After some effort, I was finally able to install a version of Lineage, which itself has problems including no updates in years. There’s a lot of software that is incompatible with my device, both from Aurora and FDroid.

    Android isn’t Linux; Google doesn’t care about maintaining backward compatability on old devices, much less performance, and there’s no army of engineers making sure it is because there’s a served running in walled-up closet no one can find.

    Google deprecates features and ABIs in Android, apps update and suddenly aren’t backwards compatible.

    5 years, maybe. The entire industry is addicted to users upgrading their phones, and everyone gets a piece of that pie. There’s no actors, except perhaps app developers, who have any interest in keeping old phones running. Telecoms upgrade their wireless network - the internet connection in my 8 y/o car, and half its navigation features, died the day AT&T decided to stop supporting 3G; Phone makers make no money if you don’t buy new phones; and maintaining backwards compatibility costs Google money which they’d rather siphon off to shareholders.



  • I don’t know anything about the Zero Trust network you’re working with, but this is essentially the same as what I’m doing with Home Assistant. It runs on the LAN, because it’s controlling everything in my house. The server is on a battery backup, most of my devices are z-wave, and several are battery powered. I can lose internet and power to the house, and still disarm the alarm and unlock the front door, at least until the UPS runs out, which is several hours.

    Since HA is on my LAN, accessing it while traveling requires exposing my server to the internet, which terrifies me. I do have VPSes, though, and I have one locked down s.t. it’s only accessible via VPN. It’s not exposing any ports to the WAN except the Wireguard ports. To get to my HA, I connect to that one VPS via the VPN, which is on a VPN subnet with my home server.

    The downside is that it is not possible to access my LAN (and, therefore, my HA server) without a pre-configured client. If I don’t have my laptop or phone, I can’t get to my LAN. If my VPS went down, I couldn’t get to my LAN. And, obviously, if my home internet goes down, I can’t get to my LAN. I’d rather be safe than sorry, though.



  • I think largely we are aligned on what we are looking for in a platform. The private blog idea is interesting. I normally consider blogs as public, are there private blog platforms?

    Sure. If nothing else, you could proxy it through an authenticated endpoint, requiring people to log on to view it. But I don’t know the blogging software space very well - there are probably projects with built-in support for this. I’ve started looking around; I suspect the ideal platform isn’t so much a blogging platform, but it’s designed more around a blog design.

    If you come across one, please let me know! I’ll keep updating that CryptoPad document. I also started a spreadsheet, which is better suited to the data than a document table, but CryptoPad doesn’t have the ability to embed assets from other documents (other than images), so I’m just doing the table manually.

    On the other hand, projects die when the maintainers lose interest.

    Absolutely. Good projects attract multiple maintainers; there’s a bit of Darwinism there. When one project I used was archived, I offered to take over maintainership; the author didn’t want to hand it over to me, so I hard forked it and worked with distributions to replace the no-longer-maintained version with mine. It’s the OSS lifecycle, right? And the best thing about OSS - if the maintained loses interest, someone else can simply take over. And if no-one does, maybe it isn’t worth maintaining.

    I would like a platform that I know is going to stick around.

    This is so important! Especially for this purpose. Getting several people to join a platform and then put content on it introduces a lot of technical inertia. That’s why it’s important for me to reduce the odds of the project changing their terms of use; increasing costs; moving popular, free features to the “paid” column; and other shenanigans.

    On the other hand, something like Zusam, if the maintainer loses interest it will likely also die.

    See, I don’t believe this. It’s possible the project would die, but so often have popular projects lost their maintainers, and new people step in. They fork it, or have a peaceful transition of ownership, but the project carries on. Yes, some just disappear into obscurity, but the popular ones tend to keep going, sometimes under other names. X11 to XOrg; OpenOffice to LibreOffice; OwnCloud to NextCloud; so on and so forth. And increasingly, many projects add data migration paths from other projects, especially if they’re popular. Many ActivityPub servers can import Mastodon account data, for instance.

    I do have reservations about HumHub, but it’s the first platform I’ve seen that even comes close to being a familiar feel for users.

    It does look pretty close to ideal for what we’ve been discussing; I need to install it and try it out, because so far all other options have failed in some way. There’s another forest of options in the blogging style, so I’m still optimistic, but I may try HumHub anyway.

    I’m considering the other idea of using Dokuwiki as well, which I guess comes in as being more similar to your blogging idea.

    Yeah, that was an interesting avenue; I suspect the user client experience will be where that fails for me. It can’t require any technical expertise.


  • I agree with you on how core emoji reactions are. … It’s clear I’m going to have to settle in some respect.

    So, in thinking about this in more concrete terms (as opposed to vague dissatisfaction), I suspect what we really want is a blogging platform with robust authenticated reader interaction tools.

    The issue with AP, and therefore most of these servers, is that (a) it’s expected to be public by default (the privacy point you mention), but almost more fundamentally (b) they’re aggregators. People either to a bunch of people and get a feed of a bunch of posts by different people (Mastodon/X); or they join a community and see a bunch of posts by different people (Lemmy/Reddit).

    I think what we want is blogging software, with an endless stream of content posted by a single user, but with reactions and threaded conversations per post. I’ve been thinking how this could be achieved on various AP platforms, but while you can almost get there with groups/channels/communities, the sticking point is that they are all ultimately designed around any member being able to post top-level content. I haven’t seen any system yet that (easily) allows restricting posting by individual accounts.

    I need to look at pump.io clients, because I think pump.io started as more of a blogging protocol. And the more I think about it, the more I believe a private blogo is a better foundational model.

    Is federation or similar mandatory for you?

    No. In fact, I suspect it may work against the privacy requirement. I expect that, even if one of the federated servers met all of the requirements, federation would have to be disabled to prevent leakage. Although, at least one server supports authenticated pull (one of the Misskey forks), I’m guessing it’s not likely that federation will be needed.

    As in, do you want something that allows your users to interact with users that are not part of your family and not on your platform, eventually able to completely replace the mainstream social media?

    For me, no. I want my SIL to be able to easily post pictures and videos of my toddler niece, and all the family members to be able to oooh and aaaah, and react with little heart and exploding brain emojis, and comment on how the fact that she climbed a jungle gym is a sign she’s sure to be an Olympic athlete. The parents absolutely do not want those videos showing up in TikTok.

    Or is a completely closed platform ok, in terms of it’s only your family and friends, and people have to go elsewhere (e.g. back to facebook) to interact with others?

    Ideally, it’d support ActivityPub. I’m not sure how; perhaps through the user creating channels and setting a federation flag, or marking it as public. I think the expectation that people will understand that inviting someone from another platform effectively makes all of that content public, might be bit much to assume. So I think having private and public channels, where public channels are federate-able would be fine. But I’d rather not have federation than have a system where people are prone to make privacy mistakes. Is there an option I’m missing?

    I use Nextcloud, developed by a company,

    Yeessss; I think that’s a little different, because NextCloud was forked off of the completely open source OwnCloud, which was well-established and license protected long before NextCloud came along. If NextCloud tried any shenanigans, they’d be eviscerated. HumHub is a bespoke solution, right? So they can’t be accused of stealing an OpenSource project’s s code.

    I use Photoprism, which the base edition is FOSS but they have proprietary extras that you pay for (like HumHub).

    Yeah, this is a good example. I use it, too, although I admit I’ve considered, and regularly revisit, alternatives purely because of this quasi-free nature. So much of PhotoPrism is built on free libraries; the project uses something like 120 OSS libraries. How much of their income do you think they contribute to those projects who’s work their taking advantage of?

    I use Home Assistant, though I think they recently transitioned to a non-profit

    I’ve been using it for two or three years myself; it’s always been OSS & free software, AFAIK.

    they charge for a cloud connected component.

    That’s a service. I have no issue with charging for a service, because it’s an ongoing cost to the hoster.

    Actually, I don’t have any issue with anyone charging for their software, either; it’s just that I won’t use it, and I don’t trust quasi-free projects. That’s just from experience. Most end badly, either by being bought out and going totally commercial, or just slow enshittification for the non-paying customers.

    I write software for myself, and give it away free because it costs me nothing to do so. And I’ve written software libraries that I know, for a fact, are being used as backbone code for a not insignificant chunk of the internet. I’ve never been paid by any commercial company taking advantage of my work, and have little sympathy for people charging for software that’s 90% other people’s freely given code. Which is most software today. You write the entire stack from scratch, including the compiler, like Excel once was? Hell yeah, you deserve to charge for it. Otherwise, you’re just profiting off other people’s work.

    HumHub have been around 10 years, so they aren’t exactly new. Plus as it’s extendable, perhaps one day a gfycat or emoji reaction plugin will be added (or if you have the skills, maybe you could make one).

    Huh. Never heard of them before a week or so ago. I wouldn’t completely discount them because of the semi-free model; I just am putting them down on the list.


  • Thanks!

    Agreed: some items are basic functionality that should reliably and easily work. Image & video uploading are among them. I’ll add some verbiage on the CryptoPad page about options which have been rejected simply because they don’t support the most basic features.

    It’s funny: I’ve been similarly searching for a good chat platform, and there are two things which I personally don’t care much about, but which a couple of my family members are insistent about: typing notifications; and gifs - as in, a widget where you can search for short gifs from e.g. Gfycat and have them inserted. My wife absolutely requires the latter.

    That being said, my position on emoji responses are almost a core feature for a social media platform IMO. They’re fast, easy, non-cluttering feedback, eliminating the need to type out some inane, two-word response. It’s infuriating (to me) that Lemmy doesn’t support them; it leads to such illuminating responses as “So much this!”, “Yes!”, but worst of all the lack subverts up/downvotes, which should be a tool for designating interest, not agreement. Not having emoji reactions muddies and dilutes any value voting has.

    Pixelfed is an interesting suggestion. It always feels like it’s intended to be public. Were you thinking each user would have to configure default privacy settings?

    You may be right. I think I read that post visibility was configurable; if I can narrow the field sufficiently I’ll start installing them and checking how they work. I do think federation would have to be disabled on any AP server.

    I can see how to restrict to followers but haven’t yet found how to stop anyone being able to follow you.

    Yeah, that would be a blocker.

    I think for me, if a new user has to set up the privacy settings to stop them posting everything public, that’s probably not the right platform.

    Agreed. The service must be at least configurable to be private-by-default.

    BTW there is PixelDroid as a dedicated Pixelfed app, but it’s only on Fdroid.

    I think I found an iOS app, too… but I looked at so many servers last night I may be misremembering.

    The table isn’t rendering on my mobility client, so I’m going to delete it from the post; I’ll keep the CryptoPad document going as long as I can, but it’s open edit, and I’m hoping others will contribute to it.


  • Argh! I’ve posted a similar question; basically, I want a private alternative to Facebook, with wall-like functionality. The second minimum requirement is that there be an iOS app that makes posting easy – including initiating a picture or video capture. So:

    • #1: private, b/c it’s family sharing toddler pictures
    • Also #1: super user friendly, because (100% - 1 person) involved are non-technical
    • Also #1: has to have a better user tool than an SPA. No web interface can ever be anywhere as good as a native app can be, and I will die on that hill.
    • #2: emoji reactions, and threaded comments

    I’m not interested in installing and evaluating a dozen different servers, so like you I’ve been hoping that people with similar goals would narrow down the field a bit. There’s no way I’d convince enough of the family to go along with evaluating all of the options anyway, and IME what works fine for me can often fall apart when other people come onboard.

    I’d convinced myself that Friendica – venerable, proven, reasonably popular – would fit the bill, especially because the design doesn’t assume public-by-default, like Mastodon or Lemmy, and the potential damage of exposed content, either through my misconfiguring the server, or some upgrade assuming users want everything public by default, is high. I’d prefer a project where the developers assume private-by-default, and invite-first. Lemmy isn’t really right, because we’re following people, not communities; Mastodon has a better model, following users, but then its conversation threading is kind of shit for this purpose, and its reaction feature set is anemic. Circles was perfect, and beloved by the key parent involved, until it first made half of her posts invisible to her (and only to her and her husband), and then locked her out. This doesn’t surprise me much, as Circles is based on Matrix, which frankly has the worst cryptography management I’ve even encountered. But if you’re saying Friendica is that painful to post media on, then it won’t work.

    I’m leery of Humhub because of the quasi-commercial nature, and its youth. I’ve had too many experiences with initially semi-commercial platforms shifting, either suddenly or slowly, to increasingly commercial positions – moving features from the “free” to the “paid” column. Vendor lock-in is a real issue with a dozen users.

    So if Friendica is out, maybe Pixelfed? It seemed to me to be mostly indistinguishable from Mastodon, but if they have better comment threading, reactions, and I need to re-evaluate the AP clients to see if any would be user-friendly enough for the parents. I’ve used mostly Fedilab, and I’m not sure it’s ideal. For one thing, it doesn’t have support more than basic reactions: you can boost or favorite, but I am – and I think you are probably – looking for something with more variety, like emoji responses, right?

    I’m watching the other reactions here, and my post on this topic is here. I may post a summary – there are comparison charts, but they all tend to focus on feature set and fall short on the overall use case. On my thread,

    • Misskey was recommended as Facebook-like, and in particular, some of its forks have features the core project is missing. I always got the impression Misskey was a Mastodon-analog, which would make it not a good fit, so I’ve skipped over it. With Friendica out, I’m going to put Misskey back on the “possible” list.
    • Diaspora has also been recommended and is near the top of my list.
    • Smithereen was recommended, but the sparsity of the documentation – not even a list of features – put it down low on my list.
    • Hubzilla has a lot of documentation; it focuses a lot on content management – assets, calendars, document sharing, etc. – which will be fine if “easily post content to a feed” and “follow a user and view a stream of their posts” is a first-class interaction model.
    • Pixelfed is still an option. I just need to confirm/refute my “Mastodon, with pictures” perception. If my perception has been skewed by the fact that I’m interacting with Pixelfed through a (mainly) Mastodon app, then maybe it’ll work. However, there isn’t AFAICT a Pixelfed app, so if the only way to get to a more wall-like view is through a web interface, it’s not going to work.

    @[email protected] is also looking for this feature set / use case. I kind of feel as if it’s more useful to think about this as a use case, because almost all of these projects can claim some or all of the requested features, and yet not satisfy what we’re looking for in terms of user experience. This would be a great opportunity for another tool: a wiki with a list of applications & features, but with a discussion section and focused on winnowing projects by consensus about suitability. Again, lots of software that have the necessary functionality and which could be wrangled to do this, but still fail to be a good tool for the objective.

    Edit

    Probably not the best place to do this, because I’m the only one who can edit this, but:

    Project Suitability: Reason Note
    Misskey (core) No: privacy No authorized fetch
    Catodon (Misskey fork) Maybe: privacy Public-first. Can users declare invite-only viewing of content, by default?
    diaspora* Maybe: model Stream-based, not wall-based. Users see all posts available to them, not all posts made by a followed user.
    Hubzilla Probably: privacy Channel based (walls could be simulated with channels), but visibility is declared at post level, increasing risk of accidentally exposing content.
    Pixelfed Maybe: features Albums could simulate walls; threaded comments; limited reactions (“likes”, but no emojis). Mobile apps are beta and limited access.

    I’ll go find a collaborative, wiki-like document thing with discussions that isn’t G**gle.

    Edit 2

    The table is now here, as a CryptPad document. In an exercise of trust, it’s open to edits. If vandals wreak too much damage, I’ll restrict access, but that’ll require creating accounts and requesting access, and all that shiz.




  • Yeah, I’m pretty sure it’s not CHS. From what I’ve read, CHS is similar to overdosing, and is mostly associated with habitual users. The very first time I got stoned, decades ago, I spent the entire night in my car parked outside of a friend’s house trying to not be violently ill. Since then, after legalization, I’ve gotten mildly stoned on edibles a couple of times to no ill effect, but the third time the nausea was back.

    I’ve found no reference about it online. I’ve asked about it, online. I don’t know of it’s allergies in my case; if I mini-dose - amounts small enough that I can’t notice any effect, but more than homeopathic doses - I’m fine. But as soon as I take enough to geta even a mild high, bang: nausea.

    It’s really frustrating, because I suffer from chronic lower back pain (thanks, Army!) and I’d even gotten a prescription (before it was recreationally legal in my state) in an attempt to achieve the pain relief associated with cannabis.

    I’ve now chalked it up to a paradoxical effect. I suspect the anti-nause mechanism in THC is behaving differently in my biome and instead triggers nausea. Maybe that can be classified as an allergy? Although I expect if it were a traditional allergy, any amount would trigger nausea. And a little cannabis doesn’t make me a little sick; it’s either all or nothing.

    My other theory is that it’s zero-G sickness. When I get high, I get a head-spinning effect, and that sort of thing over a long term induces nausea in me.

    I don’t know what the fuck it is, but it’s gods-damned annoying.



  • Honestly, I think Android is fucked for debugging stuff like this. I installed a program on mine and my wife’s phones - different makes & models - and configured them exactly the same, including the app settings in the OS. Mine works perfectly and barely shows up in battery use, near the bottom. Her’s drains her battery even when she’s not using it, regularly running at 50% of total battery consumption.

    With Android YMMV is the rule, rather than the exception. There’s just too many variables.


  • It’s the main way I sync my phone.

    I have a different app for photos, but SyncThing on my phone, and on my desktop, and again on one of my home servers, do most of the download and data syncing.

    Occasionally I’ll have to manually run SyncThing; I’m not certain that Android is reliably starting it after reboots, but for the most part it just does it’s thing really reliably. There is a lag; it can take a few minutes for changes to sync - it’s not immediate. For me, this isn’t a problem, and I’d rather that than a battery suck, so I haven’t messed with it.



  • Yeah, despite the strong anti-crypto sentiment on Lemmy, this is exactly the problem that projects like Nostr is trying to solve by integrating Lighting as a first-class payment system in the ecosystem.

    Services get paid for by one of four ways:

    • Harvesting and reselling of user data. Which is wildly unpopular, and why a lot of people are on Lemmy and not Reddit or Facebook.
    • Ads. Which is also unpopular and again why people come to services like Lemmy
    • Pay-for-service, which is what you’re suggesting, only via crypto, which is easier than accepting credit card transactions, and safer for users.
    • The hosted paying for it out of the goodness of their hearts. So, charity. Sometimes there’s corporate charity, and that’s nice, except for the potential for money coming with strings attached, now or eventually.

    Someone always pays; its expensive to host a popular instance. People suggesting you should host for free are selfish freeloaders, so know that some people understand that hosting costs, and sympathize with with your desire to offset that cost.

    I like the volunteer micro-transaction model. Those who can afford to pay some amount for good service, and hopefully this provides welfare for those who can’t afford to pay. But the cryptocurrency space is a mess at the moment, and an economical currency (probably proof-of-stake rather than proof-of-work) needs to gain some traction, and overcome a lot of ignorant bigotry.