fermuch

@fermuch@lemmy.ml
0 Post – 16 Comments
Joined 2 years ago

Votes were just a number on reddit too... There was no magic behind them, and as Spez showed us multiple times: even reddit modified counts to make some posts tell something different.

And remember: reddit used to have a horde of bots just to become popular.

Everything on the internet is or can be fake!

2 more...

Something like that already happened on Mastodon! Admins got together and marked instances as "bad". They made a list. And after a few months, everything went back to normal. This kind of self organization is normal on the fediverse.

It is possible! But not so easy.

You need to build a "reputation" with other servers. If your server is online, then some instances lose messages or just plain fail to load your content. So, first off, you need to be online all the time.

And it takes a lot of bandwidth! Each message, like and post anyone makes on every instance might come from any other instance, so servers need to have enough bandwidth to talk to each other all day.

There's also the problem of storage. You don't only store your own content, but also a "cache" of other people's content, so you don't need to request it again every time.

There's even a need for energy. Your server might connect to a lot of other servers, so you might need to have a beefy cpu to process all of that (so no running on batteries)

What you describe exists, actually. It's called "peer to peer" (often called "p2p"). There are some p2p networks, like scutterbutt which runs on top of the "gossip" network.

They have their own problems, tho.

Federated networks, where you join a server and servers can talk to each other (instead of directly running on the users device) are a middle ground.

On a server only network, like reddit, means everything is controlled by one entity (reddit).

With a p2p network, you have the problems I've described before (and lots more)

And finally, a federated network like lemmy exists in between. You join a server, but are not limited to that server. If you don't like something in your server, you can join some other server or even mount your own, and still be part of the bigger network. With the rules you desire to follow!

Some of the issues might be on the software side, so it'll take some time until it can scale to more hardware resources. But yeah, I agree! What scares me more is the monetization path. Servers can become a really expensive.

A bit off topic, but isn't it great? Shows us decentralization is working!

If you don't trust your admins, you can host your own instance. That way you'd control what is federated and with whom.

Buuut your server ip would be public, so idk...

2 more...

Look normal? You have to look straight all the time, without moving much of your eyes (only your head)

1 more...

Yeah, but now you're moving trust from the instance into trusting masto.host...

The only real "problem" would be the lack of certifications, which are quite hard to get.

Real Time Operating Systems (RTOS) are normally used for these tasks, but, AFAIK there are already projects using linux with patches to make it run a RTOS kernel.

In my opinion, I think it all depends on what part of the plane it is running. If it is a core sensor, providing real time data, it makes a lot of sense to use a RTOS. It needs to prove it can run its tasks on time, and the scheduler needs to be understandable. There's also a lot of overhead with running a full OS with processes, which don't make sense for a sensor which only function is to provide data over a CAN/LIN bus.

But, for other things, like dashboard visualizations, music for the aircraft, entertainment, and those non-critical-realtime needs, then it makes a lot of sense to run linux. After all, you'd get access to a lot of already built software and a working dev environment.

And don't get me wrong, this is clearly BS from boeing to keep selling their closed source software. There are already open source RTOS systems, like FreeRTOS. I do not mean to keep those real time systems closed, but to use a full OS where it makes sense and a RTOS where that makes more sense. Both open source!

1 more...

Would that be possible? How would other (normal network) instances federate with you?

Is this how a recession feels?

5 more...

Glad to have you around here!

Please also be mindful. These old devices don't receive security patches and are going to be connected to the internet. Any exploit or bug and you'll have a compromised device with local network access and even gps in the hands of bad guys.

There's also the battery as OP said. It's better if you take it out, if possible. Do not leave it running on 100% all the time or you'll have a fire in your house!

1 more...

It was late yesterday and I didn't realize I made it sound scary! Yes to all you said! The heatsink is a great idea, too.

I remember there were talks about merging the patches and making it an option when building. I don't know the current status of that.

On real time operating systems, like freertos, not only the kernel is real time but everything else is too. Like: you can guarantee your call on the I2C and SPI won't take more than 5ms, for example, even with hardware issues. The whole environment is built around the hardware realtime concept.

Thankfully it still works!