This profile is from a federated server and may be incomplete. View on remote instance

h3ndrik , (edited )

Well, centralization and giving up your freedoms, letting someone else control you, is always kinda easy. Same applies to all the other big tech companies and their platforms. I'd say it applies to other aspects of life, too.

And I'd say it's not far off from the usual setup. If you had a port forward and DynDns like lots of people have, the Dns would automatically update, you'd need to make sure the port forward is activated if you got a new router, but that's pretty much it.

But sure. if it's too inconvenient to put in the 5 minutes of effort it requires to set up port forwarding everytime you move, I also don't see an alternative to tunneling. Or you'd need to pay for a VPS.

h3ndrik , (edited )

Though those leaks showed they actually did it on a large scale. I don't think they stopped for some arbitrary reason. Why would they? And technology developed further, surveillance is only getting easier. I'd say even without a tin-foil hat on, it's more likely they do it than not.

h3ndrik ,

Port forwards in the router + DynDns.

h3ndrik ,

Probably for European users if Europe decides to force gatekeeping platforms to implement such a feature.

h3ndrik , (edited )

Not really. Contrary to what people say, there is practically no malware targeting desktop machines and the risk is close to zero. There have been a few select pieces of malware during Linux' history. But as far as I remember nothing to worry about for desktop users. You need to worry about security if you run a server. And ClamAV and such are mainly for scanning for Windows viruses, so noone else in the network gets infected by files they download from your server.

Do backups, though. Loosing all your files is as easy as running 'rm -rf *' in the terminal.

And as anecdotal evidence: I've been running Linux for like 20 years and I know lots of people who do. Practically no one I know uses an antivirus. And I know 0 people who got their desktops infected. We had our servers targeted though and the website defaced because we didn't update the webserver for nearly two years. That definitely happens.

Yeah and as other people pointed out: use software from the package repository of your Linux distribution. That's the nice thing about Linux and a popular Distro, that most popular software is packaged and ready to install with one command/click. Lately some users have adopted the habit of installing lots of software from random sources. I avoid that unless it's absolutely necessary.

Is Conduit (Matrix server) sustainable, do some of you host it?

I plan to host Conduit for my friends and family. Even if I invite absolutely everyone there would be no more than 50 users, max. But would it actually sustain and work, as it is not yet on 1.0 is a question. I do not want to host Synapse as I had bad time with it's (lack of) garbage collecting. We do not plan to join very big...

h3ndrik , (edited )

I installed it like 2 weeks ago. As of now it's still running and has a really low memory footprint compared to Synapse. But a lot of things aren't implemented. Chatting works fine. I get a lot of warning messages about not implemented things, though. Like my client (FluffyChat) trying to query some profile status ... I'd say try it. I've done so. But I can really only give some good advise after a few more weeks of using it. Maybe there is a dealbreaker.

h3ndrik , (edited )

Definitely the whole server name. Other servers and clients can't guess that information. I think it's properly documented how to do it.

h3ndrik ,

Depends a bit on how much images and videos get shared. If its mainly used for chat by a bunch of people and a few gifs and stickers in-between, it shouldn't consume that much storage. But sure if you frequently share all your vacation photos, the cache is going to grow fast.

h3ndrik ,

Ah, well I only read the official documentation on https://docs.conduit.rs/

I'm gonna take a look at this later.

h3ndrik ,

I found that. Seems it mainly addresses caching and database performance, adds some admin and moderation commands. I'm not sure if it addresses any of the shortcomings I have.

My main question is: Which one is going to be maintained in the years to come and have the latest features implemented? And secondly: Why a fork? Why don't they contribute their fixes upstream to Conduit?

h3ndrik ,

Oh well, seems both reasonable. Maybe I should switch before the projects diverge too much. Conduwuit seems pretty active. Hope it stays that way.

Do you happen to have a link where I can read the backstory myself? Thanks for the info anyways. Seems to be a good call.

h3ndrik , (edited )

Ah, nice. Alright. Thanks again. I'll see how I can do it. Unfortunately I've already set everything up, joined Rooms and connected a few bridges. I hope it doesn't break. I'll do a backup first. Seems reasonable and not that hard to upgrade.

h3ndrik , (edited )

I'd be interested, too, if he and FUTO got to terms with their community and if they learned how licensing and trademarks work... Last thing I remember he claimed lots if things that weren't true. And FUTO didn't really address anything.

h3ndrik ,

Nice, didn't know about HomeBox. Are there other good inventory systems for home use?

A supermarket trip may soon look different, thanks to electronic shelf labels ( www.npr.org )

Grocery store prices are changing faster than ever before — literally. This month, Walmart became the latest retailer to announce it’s replacing the price stickers in its aisles with electronic shelf labels. The new labels allow employees to change prices as often as every ten seconds....

h3ndrik ,

They're already widely adopted in supermarkets here (Germany).

h3ndrik ,

Seems the two German supermarket chains really like to have the same infrastructure everywhere. Everywhere I go the Aldis look exactly the same. They have slightly different products depending on the country. But the price tags, interior, ... is basically the same. Okay and we don't have "Flaschenpfand" everywhere... (deposit on the plastic bottles and the machines where you can return bottles.) I bet all of this makes it a lot easier for their techs and management. And it could also explain why they sometimes redo a store that still looks fine and fit it with the latest shenanigans.

And as an aside: I've shopped in the first Aldi store ever. It's not far from where I live.

"Moderation tools are nonexistent on here. It also eats up storage like crazy [...] The software is downright frustrating to work with" - Can any other instance admins relate to this?

After a year online the free speech-focused instance 'Burggit' is shutting down. Among other motivations, the admins point to grievances with the Lemmy software as one of the main reasons for shutting down the instance. In a first post asking about migrating to Sharkey, one of the admins states:...

h3ndrik ,

Though Lemmy has funding for full-time developers.

And it's not like other features get implemented in the meantime. Progress is really slow here, even compared to hobby projects.

Edit: Lol, thanks for downvoting.

h3ndrik ,

Hmmh. Why ActivityPub? I mean I suppose it's alright as a standard for some turn based or slow trading game. But it's neither very efficient nor suited for realtime. And having long (and descriptive) JSON messages, queues, ... is baked in per design.

And it's not even interesting to a Mastodon user if player x sold y latinum to player z. So for lots of game logic we don't need messages in a common format that's federated to Mastodon, Lemmy, Peertube etc.

I think a nice and not too complicated coding challenge would be to design a world that spans multiple servers. Players could roam a world, go through some door or portal and the client seamlessly connects to the next server. So that part of the world (the other server instance) is behind that portal. That'd make sense from an in-game perspective and won't be that hard to implement. Basically it's just like any other game, just that the client auto-connects to servers with some internal logic and not just in the start menu. And ideally authentication would be federated. The new server could ask the player's home instance to authenticate them on entering the new instance.

h3ndrik , (edited )

I'm not sure if ActivityPub allows for an extension like that. And I mean if you open up a separate direct channel via TURN... It'll be incompatible with something like Mastodon anyways, so I then don't see a good reason for why to bother with the additional overhead of AP in the first place. I mean you could then just send the status updates in some efficient binary representation as data packets directly do the other players. So why use ActivityPub that needs to encode that in some JSON, send it to your home instance, which handles it, puts it in the outbox, sends HTTP POST requests to the inboxes of your teammates where it then needs to be retrieved by them... In my eyes it's just a very complicated and inefficient way of transferring the data and I really don't see any benefits at all.

So instead of extending AP and wrapping the game state updates into AP messages, I'd just send them out directly and skip AP altogether. That probably reduces the program code needed to be written from like 20 pages to 2 and makes the data arrive nearly instantly.

I suppose I could imagine ActivityPub being part of other things in a game, though. Just not the core mechanics... For example it could do the account system. Or achievements or some collectibles which can then be commented and liked by other players.

h3ndrik ,

Those top level domains aren't set in stone. The majority of TLDs can be used by anyone. It's more what kind of image you want for your company/project. Lots of open-source projects have .org domains or .io

But you can choose whatever you like. Even a country domain is okay. But I personally wouldn't choose .com for something open source. Look at the prices and go for .org unless that's substantially more expensive with your registrar. (My opinion.)

Meta is a complete dumpster fire

Nothing profound here, just need to vent: I haven't used Facebook for several years now, but I just got my 10 year old son a Meta Quest 2 and had to activate it by linking to my Facebook account. Just two days later I got a warning that the account will be locked because they detected that a child was using the Quest with an...

h3ndrik ,

These days you really better pay attention what you're buying and what kind of ecosystem you're buying into.

I get why they check if it's children with accounts they're not supposed to have... I once saw a documentary about VR. And there are lots of adults enjoying adult content. Mingling in virtual bars and clubs and doing adult stuff. I'm not sure if VRChat etc are available on the Meta devices... But it's not great that children are in those virtual areas. Not for them and not for the other people who want to do their thing. So I get why they're cracking down on this and forcing people to use the correct account.

However, requiring phone numbers, ID and credit cards is ridiculous. And lots of services do it. Google also restricted my account (for claimed suspicious activity) and now they want my ID. And I refuse to provide it.

h3ndrik , (edited )

We probably need one super popular self-hosting solution. With SSO so it's simple to invite friends. Atomic / A/B updates so it's indistructible. Backups preconfigured and a Marketplace with 1-click installers. Backed by a non-profit or nice community and non-commercial.

Is it safe to open a forgejo git ssh port in my router?

Hello all! Yesterday I started hosting forgejo, and in order to clone repos outside my home network through ssh://, I seem to need to open a port for it in my router. Is that safe to do? I can't use a vpn because I am sharing this with a friend. Here's a sample docker compose file:...

h3ndrik , (edited )

As of now all advice here is kinda missing the point or wrong... (Exept the one recommendation to do updates ;-) I wouldn't use Cloudflare as it's really bad for freedom, watches your traffic and most interesting things aren't even in the free/cheap plans... You can't restrict connections to the "Established state" or you can't ever connect to your server... And SSH is a safe protocol. Just depends on the strength of your passwords... And yeah, opening ports is never 100% safe. Neither is using computers. They can be hacked but that's not helping... And I'd agree using Wireguard or Tailscale would help. But you already said you don't want a VPN...

I didn't have a proper look at the Forgejo Docker container. I'd say it's safe. It's probably using keys instead of passwords(?!) I hope they configured it properly if they ship it per default. And it's running sandboxed in your Docker container anyways and not running a system shell on the machine.

The issue with SSH is, there are lots of bots scanning the internet for SSH servers and testing passwords all day. Your server will be subject to a constant stream of brute-forcing attempts. Unless you take some precautions. Usually that's done by blocking attackers after some amount of failed login attempts. This is either preconfigured in your Docker container (you should check, or watch the logs.) Or you'd need to use something like fail2ban on top. Or ignore the additional load and have all your users use good passwords.

(What I do is use Git over https. That worked out of the box while ssh would have required additional work. But I also have lots of other ports forwarded to several services on my home-server. Including ssh. No VPN, no Cloudflare ... I have fail2ban and safe passwords. I'm happy with that.)

h3ndrik ,

You mentioned exactly the two ROMs I'm currently using. GrapheneOS on my Pixel phone. And LineageOS for microG on my Samsung tablet. I'm really happy with both of them.

I don't use that many proprietary tech so there is little issues for me. My car only has regular old plain bluetooth, so I wouldn't know. And instead of some add-on firewall/dns adblocker solutions, I'm just using the Librewolf Mull browser with the uBlock plugin.

h3ndrik , (edited )

It depends on the exact specs of your old laptop. Especially the amount of RAM and VRAM on the graphics card. It's probably not enough to run any reasonably smart LLM aside from maybe Microsoft's small "phi" model.

So unless it's a gaming machine and has 6GB+ of VRAM, the graphics card will probably not help at all. Without, it's going to be slow. I recommend projects that are based on llama.cpp or use it as a backend, for that kind of computers. It's the best/fastest way to do inference on slow computers and CPUs.

Furthermore you could use online-services or rent a cloud computer with a beefy graphics card by the hour (or minute.)

h3ndrik , (edited )

Wow. That settles the discussion pretty quickly...

I'm not sure with the transition layer... Isn't there things like qemu and box64... And multiarch support is part of most of the Linux distributions as of today? I always thought it's just a few commands to make your system execute foreign binaries. I mean I've only ever tried cross-compiling for arm and running 32bit games on amd64 architecture so I don't know that much. In the end I don't use that much proprietary software, so it's not really any issue for me. >99% of Linux software I use is available for ARM. But I can see how that'd be an issue for a gamer, regardless of the operating system being Windows or Linux or MacOS.

And I'm not really interested in the AI coprocessor itself. The real question for me is: Can it do LLM inference as fast as a M2/M3 Macbook? For that it'd need RAM that's connected via a wide bus. And then there's the question what does a machine with 64GB of RAM cost. That's the major drawback with a Macbook because they get super expensive if you want a decent amount of RAM.

h3ndrik , (edited )

Hmmh. I can't really make an informed statement. I can't fathom qemu being experimental. That's like a 20 year old project and used by lots of people. I'm not sure. And I've yet to try Box64.

I looked it up. The Snapdragin X Elite "Supports up to 64GB LPDDR5, with 136 GB/s memory bandwidth" while the Apple M2/M3 have anywhere from 100 GB/s memory bandwith to 150/300 or 400. (800 in the Ultra). And a graphics card has like ~300 to ~1000GB/s)

(Of course that's only relevant for running large language models.)

h3ndrik , (edited )

Maybe you can find a guide/tutorial on how to set it up?

Usually you need the correct packages installed on your system to enable something like VAAPI or QSV. Then you need a version of ffmpeg with that enabled. And then configure it in Jellyfin correctly.

I don't have any specific insights on how to do it with Fedora. I suppose it's very similar to how it's done on other Linux distros.

h3ndrik ,

As far as I know you want a web application firewall to block attacks. A reverse proxy is just to proxy requests and doesn't necessarily care if it forwards legitimate traffic or attacks.

h3ndrik ,

Just put it on Codeberg or Github. Having other people's config for reference is always nice. Especially for beginners.

h3ndrik ,

Fair enough. I personally think someday someone will have the same niche issue I've already tackled and be happy to stumble over my code while googling it. So I just drop most things I do somewhere for other people to find. Regardless.

But concerning NixOS, I also still need to switch over a few things to agenix and generalize parts of my config before publishing it.

h3ndrik ,

Hmm. There is value in both. When I started out with NixOS I read lots of wiki articles. And we all know there is some room for improvement. And I also read several configs of other people to see how things tie together. And to look up things that aren't documented. Nowadays I just put in what I'm looking for and "language:nix" into Github. So there's lots of personal configs that turn up. Sometimes with useful stuff. So I think anything is better than nothing. But obviously if you have kids, prefer them and let other people come up with the detailed wiki articles 😆

Gender bias in open source: Pull request acceptance of women versus men ( www.researchgate.net )

Our results show that women's contributions tend to be accepted more often than men's [when their gender is hidden]. However, when a woman's gender is identifiable, they are rejected more often. Our results suggest that although women on GitHub may be more competent overall, bias against them exists nonetheless.

h3ndrik , (edited )

I wonder if experiences from 12 years ago and numbers from 8 years ago still hold true as of today.

h3ndrik , (edited )

I'd recommend YunoHost, too. It's pretty beginner friendly and you'll probably get some positive results without learning all at once. I mean you have quite something on your plate if you're learning Linux, Docker, Docker-Compose and maybe networking and Dev-Ops all at the same time.

h3ndrik ,

But actually following Jesus' teaching would be way too progressive. As far as I remember he was basically a hippie, advocating for love, helping each other out and the poor, and strongly against hate and capitalism. And he didn't quite like the old traditions. So I think as a christian as of today you definitely need some counterbalance and some other book to point at to defend your conservatism, egoistcal behaviour and hate towards people who aren't 100% like yourself.

h3ndrik ,

Goodbye secularism, goodbye constitution and whoever still likes what's been the original idea behind the foundation of the United States of America.

h3ndrik , (edited )

A second-hand used laptop. Or an used Intel NUC.

I'd say it's difficult to buy anything new for $100 that's actually worth spending that money.

I'd recommend one if the Mini PCs like

But that's about twice your budget with a decent amount of RAM and some storage. (And way faster than a RasPi.)

h3ndrik ,

Out of curiosity: Did you measure the idle power consumption?

h3ndrik , (edited )

Have you tried verifying it's not the group permissions? You could preliminarily temporarily set permissions with chmod 666 /dev/dri/render128

My older Skylake processor has a bit worse video quality (occasional artifacts) with QuicSync.

h3ndrik ,

Hmm. I mean now reading your first output in privileged mode properly, I don't see any errors, or am I missing something... Seems it loaded vaapi sucessfully?!

h3ndrik , (edited )

Hmm. I wasn't trying to recommend privileged or non-privileged mode, just trying to use that to single in on the actual issue.

Alright, if it's just av1, maybe try to use a tool like vainfo to find the supported codecs. I think ffmpeg fails if an unsupported codec is explicitly specified. But take care if Encoding is mentioned. Some hardware has decoding capabilities only.

It's a complicated topic. And it also took me 2 whole evenings to get the permissions and everything right. I'm using systemd-nspawn, so my experience doesn't directly translate. And it's not any easier than docker.

For video acceleration I found the Arch wiki somewhat helpful. But it's lots of info and not specific to Docker. Maybe it helps anyways: https://wiki.archlinux.org/title/Hardware_video_acceleration

h3ndrik ,

Maybe a port forward can do it? That's under Network -> Firewall. in the "Port forward" tab.

I'd need more info on the intended use-case and what's the requirement for a tunneling software that's making ssh tunnels and vpn tunnels unsuitable.

h3ndrik , (edited )

Judging by the history of this community, I'd say you're invited to discuss it here. But it won't change anything. You'd get back a few random opinions of other Lemmy users. But I'm not sure if anyone concerned with the development process reads this. (Correct me if I'm wrong.)

And I'm not sure about the Lemmy software. The developers always say they have enough on their plate. UI changes are rare. And they mostly implement what's on their agenda, not what users wish for.

If I were you, I'd take this to one of the newer projects that's going to replace Lemmy at some point. That would be PieFed for example. They're pretty active and welcoming and open to suggestions. I think accessibility is already on their agenda: see https://piefed.social/post/17408

Another tip: The real discussions regarding software development usually don't happen on social media. You'd need to go to the project page on GitHub or Codeberg (in this example) if you want to get in contact with the development community.

h3ndrik , (edited )

Alright. I didn't get that. But I think my recommendation still holds true. As you found out already, it's not happening unless the UI incentivises the users to do so. I think most users don't care about accessibility or aren't educated on the subject. It's just not something within their lives/perspective. So I think if you want to solve that issue, it has to happen in the UI and the software developers have to nudge people to do it.

If you want to talk to a few users, I think this place is as good as any.

h3ndrik ,

Would you happen to know why that is? Are there enough users using screenreaders or something so that a missing alt-text catches their attention? Or are these the nerds who use like a Linux command line client and that's why they rely on proper text descriptions?

h3ndrik , (edited )

Hmmh. I've advocated for more nuanced content warnings here on Lemmy. Didn't resonate well with neither the community nor the developers. I dropped the topic. I'm waiting for PieFed to come along and bring me an alternative backend for the Threadiverse.

Thanks for the summary. I don't really use Mastodon so I wouldn't know. But I'm all for alt-text to images. I set them on every website I'm involved with...

I'm not sure about Lemmy. I use this more for textual conversation. But now that I've learned how to do it in Markdown, I'll add the description to the 5 (or so) pictures I post every year.

I don't think other places on the Fediverse have a distinct culture or vision. Like Mastodon has. For example Lemmy is quite random. And still dominated by the lots of ex-Reddit-users who migrated here. And we often can not agree on where we'd like to go. And I perceive a split/separation between the developers and the users. There isn't really a conversation going on. Neither between users and developers, nor between the users themselves. So my prediction is: As of now we're not going anywhere. Lemmy is going to stay relatively random and will also stay about the same size, until someone steps in and changes this place.

Do you have a vision? Is there a reason why you started this conversation? Something you'd like us to do?

(I mean you could post your comprehensive perspective in a post/thread here, and then also toot the link to Mastodon, or boost it or whatever that's called. I think this is just a meta discussion and it's probably not going anywhere... You got a bit of attention here, but ultimately we're still not discussing the actual topic. At least I didn't yet understand if you have a need or a proposal to make.)

h3ndrik ,

Oh well. That's a bit more complicated than I thought.

First of all, it might be true that people here won't understand you. And I'm not sure if Lemmy is the right choice for you anyways. The OpenSim community doesn't seem very active. And since you're talking about 13.000 character descriptions... That will also not fly on Lemmy. I think we have a 10k character limit for posts and comments here. You'd exceed that here, too.

And then Mastodon is a microblogging platform. Originally intended for short messages. I know some people use it for a different purpose. And some people go there because of the short and concise messages. So I'm not really sure if that's your place either. It might be you using the wrong tool for your task, since it's intended for a different purpose and you'd need a different tool.

I mean I don't know where the community of 3D worlds mingle... Maybe you can take some inspiration from them if you're not the only one.

But it could very well the case that the alt-text and character limits of the platforms aren't the issue here. But you choosing platforms that are not suited for your task.
I'd say if your texts regularly exceed a few thousand characters, you don't want a microblogging platform, but a macro-blogging (or just blogging) platform. There are some that are meant for long texts. And you can even use Wordpress or something like that, do your own blog and install an ActivityPub plugin if you want a connection to the Fediverse. I mean in the old times, people used more than social media and shared their thoughts in forums or on a personal blog, or a website dedicated to a topic. That comes with almost no restrictions.

Ultimately, I haven't seen your posts/toots. And I don't really know the alt-text culture on Mastodon. Maybe my advice isn't that good.

Another thing: Is it really necessary to write that super detailed description in an alt-text? As far as I've learned about alt-text in webdesign, that is originally intended to give a concise description of the image in the context regarding the rest of the text. It is meant to be short and concise, like a tweet. It's read by screenreaders and displayed if the image didn't load.
It'd be more something like: "a medieval market squares with dozens of booths, bustling with player activity." But you won't describe what's sold in the market stand at the bottom right, or the portal on the left, unless it's important in the context of the rest of your post. If you want to do a comprehensive analysis or a discussion like in art class, I'd say that goes into the main body text, and not into the alt-text. I'd consider that "abuse" of the alt tag. And it might even do a disservice to people who need accessibility, who now get a completely different experience than everybody else. I'd put that detailed description into the normal text. Maybe make it a spoiler so it collapses.

In the end I'm not part of that community, and everything depends on what you're trying to achieve. But that'd be my perspective: A blog would be better suited. And long descriptions go into the body text, not the alt-text. And if you choose to write longer blog posts, you can still link them on Lemmy, or post a link to it on Mastodon.

h3ndrik , (edited )

Thanks. I've learned a lot.

In the end I still don't understand that specific culture. I've scrolled through a few of the hashtags and links you gave. Some of them I'd shorten to half the length. That some bubbles in an infographic have different color is completely useless information without telling what they're trying to convey with the color and how that connects things. Other images I think they describe the details that are just fluff. Those details are irrelevant because they just set the atmosphere. Just say what the armosphere is, then. I think that's making the text too long and all over the place. Making it difficult to focus on what's really going on in the picture, what's important, because there's so much noise added.

But some of the descriptions are really next level good. I wouldn't have expected that. I think I need some more time to familiarize myself with that culture. I can't tell if it's some people being ultra good at it and some people mimicking it without really understanding its purpose... Or it's me not grasping the concept / culture.

If you say you're already adding a concise description and a long one and adding that to the body text... Seems I've arrived with my reasoning somwhere near what you've already been doing.

I see now why you'd like to talk about the Fediverse as you originally said. Seems to me like a matter of the Fediverse not interconnecting the way you'd need it to. And I see a fundamental problem here. I got that you're using Hubzilla. But we've got to think about the perspective of a Mastodon user as long as most of your audience is there. And that platform is meant for short chunks of text. The whole platform and interface is designed to cater to that. And you're doing long blog posts. There is a fundamental split between the two. Yet the platforms interconnect. I don't see a way to make messages short and long at the same time. And the Fediverse is about connecting a diverse set of platforms. There is bound to be some difficulty and I don't know if there is a good solution.

And your perspective might be a bit spoiled. Since you're on Hubzilla and that's meant for a wide variety of tasks. And Mastodon on the other side is meant to narrow things down to the use-case of microblogging... It's kind of per design that your content falls through in the process of narrowing it down. And lot's of Fediverse platforms are meant for one task only. Either pictures or videos or threaded conversations like here. That also doesn't translate to other platforms and looks weird on Mastodon. The users of "all-in-one" platforms like Hubzilla or Friendica etc get it all. But then it get's problematic when interconnecting to users of "narrower" platforms. It's always been that way. And I don't see a way around that. At least fundamentally.

And this manifests in the smaller issues you're having. Like alt-text and culture that's different amongst platforms. It's all consequence of connecting diverse places. With your added explanation, I think I've now homed in on your issue...

Lemmy seems to be the wrong place to discuss it. I don't see the users here have and particular knowledge about such topics. And Lemmy doesn't federate in any unique way that'd make it stand out concerning this. It's a good place for discussion, though. Mastodon's choice to narrow down social media is valid. So if they like not to have long text, it's their choice. And I applaud them for developing their own culture. I'm not sure if there is a good place to discuss this. Maybe within the "all-in-one" platforms like Hubzilla. You're bound to find more people with the same struggles there. But you also want to reach us and the Mastodon users. I mean these places are also about linking external content and blog posts. So linking a Hubzilla blog post starting a discussion about this is the best thing I can come up with. But you need to lay down the groundworks properly. I mean it also took me several back and forths to understand the core of the issue. And it's kind of a niche topic in a niche. So brace for little engagement or interest.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • kbinchat
  • All magazines