deadcyclo

joined 2 years ago
[–] [email protected] 1 points 2 years ago

I mean. I'm not talking about the actual cost of making the device but rather the total cost. Ie the cost to their bottom line.

The cheapest would probably be to make a single device with a replaceable battery, and weld the battery in place outside of Europe, but that would probably be so blatant that they would get in trouble.

[–] [email protected] 10 points 2 years ago (3 children)

It probably boils down to what costs the most, making a universal model for everywhere, or making a European model and a separate "screw you" model for the rest of the world.

[–] [email protected] 3 points 2 years ago

Got my first phone in 1997, and I have yet to experience a charger needing to be replaced.

[–] [email protected] 1 points 2 years ago

That would be up to the admin of each individual instance owner how to handle that on their instance.

[–] [email protected] 3 points 2 years ago

Combine that with the fact that most experienced admins can work a lot faster in a CLI compared to GUI, and the fact that a CLI allows you to replicate previous actions with no effort.

[–] [email protected] 4 points 2 years ago

The post lagging seems to be front end only. So far I've had no issue simply refreshing the page when it hangs.

 

Random picture I took some days ago at the beginning of the expedition just because of the colors

[–] [email protected] 5 points 2 years ago

The upvote jumping is caused by issues with the websocket implementation. As far as I heard they are going to get rid of websockets completely in the next version and have static page rendering instead.

[–] [email protected] 1 points 2 years ago

Same thing happened to me earlier today. It popped up about 10 times while I was writing a comment.

[–] [email protected] 3 points 2 years ago (1 children)

It's a lowercase l followed by a lowercase w as far as I can tell.

[–] [email protected] 1 points 2 years ago (1 children)

Getting rid of websockets would help a lot. But you still might not be able to have standalone nodes. You might still need a cluster of nodes with a master and slaves due to the federated nature of lemmy. Such that only one node at a time can handles federation events with other servers. I don't know enough about the protocol to know if that is the case or not. Just as an example I'm thinking of situations where one node gets a federation event for example for a post, then a different node gets a federation event with some sort of change to that post, and handles it faster than the first node. That event would then fail because the post hasn't been created yet.

[–] [email protected] 2 points 2 years ago

Yeah. I'm in the same boat. My SQL skills aren't impressive either since there are other people at work that handle optimization. Haven't used rust either (yet) so cannot really contribute there either. Though I'm considering potentially starting work on a cross platform mobile app. I haven't worked with mobile apps for a good six or seven years, so I feel like it's high time I get back up to speed. (But knowing me, I'll end up making something half finished and the start procrastinating)

[–] [email protected] 4 points 2 years ago (3 children)

Yeah. But horizontal scaling (well horizontal scaling in a system like this where you need clustering so the instances talk to each other) is hard. And I think there are a lot of other things that need to be polished, added and worked on before that. It would probably also need somebody with knowledge of clustering to start contributing. I think step 1 needs to be that the dev team needs more help properly tuning the database use. The database is very inefficient, and they lack the skill to improve it:

We are in desperate need of SQL experts, as my SQL skills are very mediocre. ^https://github.com/LemmyNet/lemmy/issues/2877^

So getting help improving the database is probably the #1 thing that can be done to deal with the scaling problem.

view more: next ›