The “automatically includes a hashtag with new posts” link goes to the wrong PR.
Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]
The “automatically includes a hashtag with new posts” link goes to the wrong PR.
Ah, okay. Thanks for the details.
Isn’t there already some interop between Mastodon and Lemmy? I’ve seen Mastodon users comment on my Lemmy posts. Maybe Mastodon posts that aren’t replies don’t appear in Lemmy.
For what it’s worth, I use Facebook to keep up with my friends. I don’t use any of the discovery features like Reels. I have friends and family in Australia where Facebook is more popular than in the USA.
Right. I usually use https://lemmyverse.net to search for communities.
Companies like Facebook and Google don’t sell user data. This is a common misconception that people keep repeating. Logically it doesn’t make sense: The data is what makes the company valuable, so they’re not going to give that away! If they did, Facebook would just buy Google’s data (and vice versa) and neither would have a competitive advantage any more.
Instead, they let advertisers target people based on data. For example, an advertiser can specify that their ad should be visible to people aged 20-25 that like computers and live in Los Angeles. You can access Facebook and Google’s ad management products and run your own ads, and see exactly the same system and data that advertisers see.
kbin probably federates with over 1000 other instances by this point. Would you really review ownership of each one of them?
Honestly I think a lot of it is that the Fediverse (especially Mastodon) wants to remain a small community relatively isolated from regular social networks, and a very big instance would ruin that. It’s very similar to Usenet when AOL customers got access to it (https://en.wikipedia.org/wiki/Eternal_September).
Some people are worried about Meta having their data, but anything you post publicly in the Fediverse is, by definition, public. A whole heap of servers have your data, and even today some of the federated servers could be operated by large companies. How would you know? My Lemmy server is federating with over a thousand others… I don’t know who runs all of those or what they’re doing with the data…
I haven’t looked into the protocols in detail yet, but maybe it’s possible they’re using eventual consistency. Upvote counts don’t have to be 100% accurate across all instances all the time, as long as they’re eventually accurate at some point.
I’m not sure why people are making this such a big deal? I don’t quite understand why some server admins are planning to instantly defederate it. Maybe someone here could help me understand. Anything you post publicly is, by definition, public. There’s concerns about moderation, but Meta has paid moderators and experience in catching spam.
I agree with John Gruber’s take on this:
https://daringfireball.net/linked/2023/06/19/not-that-kind-of-open
https://daringfireball.net/linked/2023/06/21/fosstodon
Shouldn’t it keep some EXIF data though, like the image copyright?
Nice!
Your link to Authenticator Pro is broken, by the way.
By “switching entirely to HTTP”, do you mean Server-Sent Events, or do you mean polling? I havent tried 0.18.0 yet, but in general polling can end up using far more resources unless you’re doing something clever like passing the last update timestamp to the server and only querying the DB for new content since that timestamp (and timestamps are indexed in the DB).
Definitely a built in obsolescence built into the industry that needs to be fixed.
This is why I’m a fan of the right to repair and wish more jurisdictions would enact laws around it. If the EU ends up having stricter regulations than the rest of the world, it’s possible manufacturers will just end up having totally different models in EU vs elsewhere.
Honestly, this is like “the old days” where there were lots of small forums across the web. The big difference now is that you can be a member on one of them and subscribe to others hosted elsewhere.
This only seems to show communities that people have searched for by URL in the past, or communities that other users on the same server have subscribed to, or something like that. I have a Lemmy instance just for myself, and when I go to Communities then to All, it only shows communities I’ve subscribed to. I need to search for others by URL to be able to find them.
have to rely on an external 3rd party tool like https://browse.feddit.de/ to find any of them.
There’s a better one at https://lemmyverse.net/communities :)
I use a different email address for each site I sign up to, for this reason. I have a “catch all” email meaning everything @ my domain goes to the same email account. I found out about the LinkedIn data breach before I saw news reports about it because I suddenly started getting a lot of spam to my linkedin@
address :)
Yeah I’m super grateful for it. Before I was living at my current place, I lived at an apartment, and we could only get Comcast cable. The apartment building had an agreement with Comcast that ensured they were the only available internet provider.
Leave it to Comcast to make FTTP suck.
Wow, that’s bad. I didn’t know they did that.
Comcast have a legit fiber network where I live (San Francisco Bay Area). It’s not even GPON or XGS-PON or anything like that where multiple houses share bandwidth; with Comcast’s version you get a dedicated fiber run from your house all the way to the headend, no multiplexing.
You do pay a premium for it though. It was originally 2Gbps symmetric for $300/month, now it’s 6Gbps for the same price (with 10Gbps coming soon).
This is the case with a lot of apps that follow SemVer, even though it’s not an official part of the spec. It’s not specific to Rust.
The other common thing I see is that if it’s been at 0.x for a long time, the minor version number eventually gets “promoted” to a major version number once the app is stable. For example, React went from 0.14.x to 15.0.0.