squaresinger

joined 1 year ago
[–] [email protected] 5 points 7 months ago (2 children)

A Fairphone 4. Got it at launch and it's a terribly buggy mess.

Describing all the issues would make a huge wall of text.

The sad part is that the hardware is ok. But they don't seem to have any software QA at all.

My goal was to carry it until 2027, when replacable batteries will become standard, but since I can't even use the phone for calling, I am trying to at least carry it until the Galaxy S55 launches.

[–] [email protected] 3 points 7 months ago (2 children)

I got the 6 million from this link: https://www.chemanalyst.com/industry-report/helium-gas-market-578

The issue is not how much can be produced right now, but the rate at which we are depleting it.

I found different estimates on how long earth's helium supply will last, and most of them are between 10 and 100 years. That's not a long time, considering that it means we will lose access to a whole element.

[–] [email protected] 8 points 7 months ago (1 children)

Sorry, no condescension intended.

Your post read like one written by someone with very minimal knowledge about the subject, which might have been a misunderstanding on my part. So I tried to cover the basics before talking about the rest.

There is really no shame in asking questions about something where you don't have experience. There are far more topics I have no idea about than there are topics where I do have a deep understanding.

So to get on the same page, I'll summarize what I understood, please correct me if you mean something different.

  • You don't like ActivityPub, you want a new protocol
  • The system should make it easy to create new, small instances
  • The instances should share sessions with the other instances (=single sign on) based on trusting them
  • You prefer a centralized system?
  • You want the system to not use a single protocol (ActivityPub), but use multiple protocols?
  • ActivityPub based services have bad UX due to the complexity of the protocol

Is this correct?

We have a few contradictions here.

You cannot have a system where anyone can easily create servers and at the same time have shared sessions based on trust. These two requirements conflict with each other.

Either servers only work with servers they trust, and then you can't just create a new small server and interact with the network.

Or anyone can easily create a new small server, but then you can't do anything based on trust, since you never know if that server was created with malicious intent.

Regarding centralized/decentralized you have to differentiate between implementation and management.

All major social networks run distributed systems. If you want to serve billions of users, you need to run millions of servers. These servers are distributed around the globe to give fast access to users everywhere. Chances are pretty high that your ISP has a few racks of Facebook, Netflix, YouTube and Tiktok servers.

Their distributed system is orders of magnitude more complex than everything running ActivityPub combined.

But their system works, because they have tens of thousands of highly paid specialists to make them work.

ActivityPub based services on the other hand have almost no funding and manpower.

Mastodon is the best in this respect. They have 6 people who are actually working on the system.

Lemmy has two developers who earn close to minimum wages.

Kbin has a single guy developing it.

That's the real reason why the UX is crap.

If anything, ActivityPub and the services running on them are extremely underengineered and underdeveloped.

Btw, there is something rather close to what you seem to want: online forums with Google single sign on.

The forums are not interacting at all with other forums. No federation or anything at all. There are enough commercial solutions that work really well. And with Google Single Sign On you also don't have to register for each forum.

[–] [email protected] 3 points 7 months ago (4 children)

But not nearly the required amounts. We currently use about 6 million metric tons of helium per year.

If fusion plants ever become a commercially viable thing (and that's a big if), they will never be able to supply anything close to that.

[–] [email protected] 4 points 7 months ago

There's quite a large amount of the usage which could be labelled "for fun".

[–] [email protected] 7 points 7 months ago (2 children)

But we are consuming about 6 million tons per year (https://www.chemanalyst.com/industry-report/helium-gas-market-578).

The 3000 tons are just a drop in the water and it's pretty much impossible to get to all that.

[–] [email protected] 15 points 7 months ago (2 children)

Not in a way that could be scaled up to even cover the childrens birthday parties of a medium sized city.

[–] [email protected] 37 points 7 months ago (18 children)

One relevant part that I couldn't really find in the article is that helium is so light that it escapes Earth's atmosphere when released into the air.

So any helium that is released to the air is permanently gone.

There is also no known way to synthesize helium, and it also doesn't renew itself at all on Earth.

It's also the only substance we have to cool stuff really far down. That's why e.g. MRIs depend on it.

And we put this precious, finite and often life saving substance into kids' balloons to make them bobble nicely through the air.

[–] [email protected] 24 points 7 months ago* (last edited 7 months ago) (7 children)

E-mail. E-mail does support small servers.

Btw, I think you are mixing up a few topics here, so let's see what you actually want.

  • Protocols are what computers use to communicate with each other. No protocols means no interaction between different computers/servers. Without protocols, none of the things you ask for can be possible.
  • Federated services don't have single sign on. On the contrary, single sign on is a centralized service not a distributed one. To clarify that: I cannot log into lemmy.world with my feddit.de accout, same as I cannot log into hotmail with my gmail account. In both cases I log into my instance/provider and this allows me to communicate with people on other instances/providers. Federation is the process of sharing content between instances. SSO on the other hand is a centralized service that then communicates with other services to let you log into these other services. For example, I can log into my Google account and then use this to login to other sites. This only works because people trust Google. This would not work as a decentralized service with untrusted servers.
  • Duplication is used on federated services for a few reasons. First, it's a kind of caching mechanism distributing the load. If someone posts something on one instance, it's transferred only once to the other instances which then serve it to all their users. Without duplication, each individual view would have to be requested again from the original instance. The other advantage is that the admins of all the instances retain control over the content. If the other instance goes offline, users can still see "their" copy of the content. And if the other instance doesn't moderate their content, the mods/admins of your instance can do that themselves.

So as you see, these concepts aren't there just for fun, but for a purpose.

[–] [email protected] 35 points 7 months ago* (last edited 7 months ago) (7 children)

A squadron of military planes is a bit hard to come by as a private person.

But I wonder if people would also be that fascinated after 25+ years if I flew some DJI drones at 1-2km height in the night with bright LEDs on their bottom and dropped some pyrotechnics from them.

This has been confirmed independently multiple times as two groups of A-10 military aircraft dropping flares with parachutes for training purposes.

And still you see videos titled "Still no answers 26 years after the lights appeared over the valley". Well, no answer that these guys want to hear.

And what it looked like is quite easy to check, since there are tons of photographs of that incident.

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago)

I said: Code changes are easy, all the other things in regards to supporting playing on Linux (anticheat, support requests, testing, ...) is hard.

You said: But code changes are easy because steam has libraries to unify distribution.

Do you see the problem here?

What are you going to tell me next? That code changes are easy?

[–] [email protected] 2 points 8 months ago (5 children)

It's actually not wrong if you look at it in another way.

  • Big tech will abuse your data, but it will do within legal constraints, and there is actuall (though weak) accountability of these companies due to the legal system.
  • On federated services like Lemmy, instances are hosted by anonymous individuals. Most social media laws don't apply to them, and their legal accountability is basically zero.
  • Lemmy, for example, does not comply with GDPR. There is no legal notice, no privacy contact person, no banner asking whether you are ok with the fact that your data is sent to unknown servers in random nations, no nothing. Private messages aren't even encrypted, so any admin can read them without issues.
  • There is no way to actually delete your data, as the GDPR requires. Deleted posts are only marked as deleted and you can see their plain text content by just pressing the "reply" button in any of the apps. There isn't any kind of guarantee, that your post will be deleted on other instances. If federation has problems, the post will remain on other instances and is now permanently undeletable by the user.
  • There are no moderation standards. Some instances will delete nazi content, some basically require nazi content. And some instance admin might even edit your posts to say something completely different. It's all possible and in the hands of random people on the internet.
  • Hobbyist-run services are much worse when it comes to availability and reliability. If something happens while the admin is on holiday, nothing will get fixed. If the admin runs out of money, doesn't care anymore or even dies, the instance with all it's content and users is just gone.

So there are very real risks attached to a hobbyist-run service with no legal accountability and no transparency at all.

We all know the downsides of Big Tech though, so it's everyone's personal choice to figure out which disadvantages hurt them personally more.

view more: ‹ prev next ›