• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle
  • Plus, the bones are good - it doesn’t do everything, but what it does it does surprisingly efficiently and robustly. And there’s the rest of the fediverse for most of it - Lemmy doesn’t need to handle messages, there’s matrix for that (there’s even a matrix ID on the user definitions)

    There’s definitely more to be done, like user migration and modtools, but a lot of the shortcomings are in the client. And now that it caught so much attention, you’re going to see a lot of apps and different web interfaces very soon

    It’s kind of incredible what you can do on the client side too since there’s no company trying to keep you reliant on them. I’m building an app, and while I’m prioritizing getting it out ASAP, I’m looking through the data and imagining what I can build on top of it. Especially when the rest of the fediverse is taken into account.

    It’s like a new Internet built on top of the one stolen from us


  • No, I think it kind of goes against what we’re trying to do here - if a list like that became popular, it would supercharge the growth of certain communities

    There’s a lot of people pushing for that because it would make the site a straight Reddit replacement, but the promise here is a lot like the original promise of Reddit - give users a single place they can go to access a bunch of small forums

    If someone makes a community for that purpose or a community wants to draw in all the Reddit refugees, I have no problem with that, but I think the growth would be healthier if people find them organically rather than putting a centralized list somewhere

    Sites will start to pull in a community if any of the members on that instance sub to it and there’s talk of adding the ability for communities to band together in multis




  • I’ve been looking for the next thing for more than a year, because the things that made Reddit a (relatively) healthier form of social media were being eroded. I tried out tildes, and the community was much more friendly, but almost too friendly. It was like they were overcompensating out of fear of the community becoming toxic… It wasn’t terrible, but it wasn’t comfortable - it felt like meeting strangers who you really want to impress. They’re also somewhat anti-growth, which isn’t a bad idea, but they were well below the sweet spot

    Plus, I never loved the old school Reddit visuals, and it’s design principle is html only and had no app or dark mode… All in all it’s a great place for a specific group of redditors that didn’t include me

    Then I made up my resolution to leave Reddit when my apps go down and started looking at making a custom app to collate RSS feeds, and I started hearing about Lemmy.

    I liked it enough that I’ve dropped everything and started building a better app. There’s a lot missing, but there’s so much good energy.

    And the design principles of the fediverse address many of the fundimental problems with social media and the Internet as a whole. This might really be something important


  • Delete your history and be very selective in what you watch, and YouTube is pretty decent… At least for a few months. After that, either you stuck to your preferences and end up looping over the same content, or you branched out and now it keeps trying to feed you rants full of dog whistles

    I use Firefox and containers along with unlock origin - by using the containers strictly for several narrow interests, YouTube acts like ad free tv for me - perfect background noise


  • I mean the reason people believe that is because it’s a very explicit language. It knows what’s in its memory at all times, and so at the lower layers it’s more secure by nature.

    As opposed to php, you’re less likely to introduce a vulnerability by being sloppy with data sanitation - the language demands you tell it exactly the data structures you want it to put into memory. For that reason, the language is more secure - the parse json function is going to be less likely to be able to run rogue code maliciously embedded inside it than php, and if it does manage to do so, it’s easier to write php to blindly open a hole in the system from inside an interpreter than it is to break out of or hijack the runtime.

    Obviously that doesn’t make it secure. It just means that all else being equal, rust is less vulnerable to a sloppy mistake at any given layer in the stack. Doesn’t mean you can’t make a logical mistake and open up a glaring security hole

    And obviously you can write bulletproof php code, but every layer of the stack needs to be just as bulletproof. Including the interpreter and all your libraries - which historically were very much not bulletproof (it’s definitely much more strict than it used to be, and I think I heard fb tried compilation and I’m not sure if that’s become a thing, but it’s generally is more secure than interpretation for similar reasons)

    All that being said, humans are just dumb and sloppy. We write shit code, and we try to minimize the surface area for mistakes. Rust has a much smaller surface area than php


  • Nah, it’s more than that. It’s a way of decentralizing power and becoming resistant to control.

    It doesn’t start or end with Lemmy - you could build Remmy, join it to the network, and somehow group up these communities and present them to the users as a single group. You could build Kenny because you’re suspicious of the Lemmy devs, and help users migrate away from them (taking their content with them). You could make the server ad supported, make one for your students to speak amongst themselves semi privately, you could make one dedicated to LLMs

    Hell, Reddit could decide to join the network and try to take it over, and each server owner could decide if they want to let them try or limit communication with them.

    At the end of the day, you can only get so much control. Because while there are benefits to being on a specific server, ultimately anyone can spin up a new one and their users get access to a social network that includes all its members, and if instead of one animemes most users sub to 4 smaller ones, you again have less power in any one place

    There’s also the moderation aspect - no matter how good your tools, mods can only manage so much. Push past a certain point, and even with large teams you’re going to get inconsistent moderation and a lot of resentment from it. But with smaller groups, mods can be closer to their members, and groups who don’t want any moderation can have it their way - they just might be blocked from a server if the admin thinks they’re going to ruin things

    I mean, there’s also already instances being blacklisted from the bigger Lemmy servers - they’re not cut off from the network, but the instances don’t talk directly to each other anymore.

    And while we’re very likely to see some consolidation, I think a lot of us would resist if the groups grew to rival front page subreddits.

    I’d like to see science and technology go in that direction because I’ll deal with flat earthers if it means I can see all the best takes from subject matter experts (and it’s easy to tell the difference), but current events? Already I was on r/animetitties instead of the main news subs, because they have a very strong tendency towards polarization


  • I think you’re 100% right, but frankly this issue is more important than just a nice home for us

    Social networks are being pressured to start extracting value with interest rates no longer being nil, and their efforts aren’t just inconvenient, they’re bad for mental health.

    And how long until they start selling control over debate to the highest bidder? Musk has pretty explicitly gone over plans to do exactly that - he wants to charge per-user to send out tweets to your subscribers. He says there would be a large limit before you have to start paying, but this is a great way to control voices that rise out of the crowd

    Social media has been a disaster, but there’s no putting it back in the box - it’s the primary way we communicate. It’s terrible for mental health and can be leveraged as a tool of control, so a decentralized system is very important right now

    That being said, I think it’d be great if the fediverse encorages fragmented groups instead of a main subject monolith and refugees in fringe groups - smaller communities are just healthier and more fulfilling


  • So what I think you’re talking about is called deep links, and it’s certainly a challenge in this scenario

    I’m pretty sure it’s solvable with some effort, I’m working on a Lemmy client now and will look into intents that could be sent from the Lemmy front end. My main concern is just recognizing the links in-app robustly as people learn how to format them - if the client doesn’t kick you into the browser, it solves half the problem and I’ll worry about the other half


  • I mean, I think it’s deeper than that, in our culture we have this idea nailed into us that without a clear hierarchy, people will go around killing each other and stealing their homes. No one would ever do work, and if you were being murdered on the street no one would care or do anything about it

    Most people fundimentally aren’t equipped to understand how humans self-govern - but it’s how most of the world lived for most of history, and we had worldwide trading networks just based around distributed communities trading with their neighbors

    So you try to explain a decentralized network to them, and they hear “distributed”. They don’t get why people would band together to make servers, and they don’t get how it won’t immediately collapse into chaos without leadership

    It’s worth trying to pound the concept into their head until it gets in, because the more people who understand, the more we can improve our society across the board with structures that are more aligned to us by nature

    And along with that, like you mentioned there are people who see everything as an enterprise - something that ultimately draws in money or power. They tend to be the entitled, because in their mind “I’m the customer and you need me”. They’re going to have even more trouble understanding, and I’m more willing to let them go. Even if they’re made to understand, people with that worldview tend to see growth as a virtue and sustainablility as a marketing term


  • My dad likes to send me videos. He sent me one yesterday… It seemed like he was at a harbor by the 8 pixels that got through

    He also frequently emails me from his phone. I used to ask him to send videos to my email. Even tried to coach him through the process -surely they must have a share button?

    I think iPhones are designed around the idea that “either it just works, or you shouldn’t be doing it at all”.

    Even my technical friends seem to forget the fact they understand how all of this works the minute they look at their phone - I had to coach one through uploading a larger video to Google drive and sending me the link. My brother in Christ, we use GitHub together. We use Google meets regularly. We used Dropbox in college. Why are you acting like I told you to put it on a flash drive and mail it to me?