rako

joined 4 months ago
[–] rako@tarte.nuage-libre.fr 3 points 3 days ago* (last edited 3 days ago) (1 children)

I'd love to know what's really different between -communism, -collectivism, -syndicalism and -mutualism because they all sit well with me (I'm assuming "communism" refers to the end state of society and not the bolshevik autoritarism)

[–] rako@tarte.nuage-libre.fr 3 points 3 days ago

Be at peace with the mess. All the software you're using have beend developed on their own, each has a different setup, maintenance work, they don't fit with each other they just kinda not bother each other. Unless you're using all the software included in a bsd or 9front base install, where everything is made to carefully fit, it'll be crappy to look at.

Be at peace with the mess, which also means be at peace with burning some/all of it and starting fresh when something new comes up or you want to "simplify" a part.

The selfhosting, much like art, isn't so much in the output: it's in the process of trying, failing, succedding with a crappy solution, and then goind on with the learning. If you wanted a robust beautiful stack you'd be paying professionals to do that :)

[–] rako@tarte.nuage-libre.fr 4 points 5 days ago (1 children)

Unfortunately many of the political issues with AI are left aside in this essay: the colonization of land for resources, for datacenters, the sociological aspects of a machine that trades truth for positive emotions, but one that is most important in an anarchism perspective is the active exploitation of non-white people for the benefit of white people:

https://www.404media.co/ai-is-african-intelligence-the-workers-who-train-ai-are-fighting-back/

AI, structurally, cannot exist without domination. It is impossible to have this technology work without a class exploiting another one.

AI is at its core a political project to anthropomorphize a machine, give everyone the illusion it is autonomous and independent so that it can take decisions for you, but when things are bad the machine is the one to blame, so you have to treat it with respect. This pseudo-human isn't independent of course, it is completely under the control of other humans. The domination is the project.

Whether those humans are fascists or democratically chosen doesn't change: at its core, AI is humans domination over another human form

Maybe LLMs are useful, in another form. Machine learning has been a damn useful machinery with practical applications. But AI is a political project, and this project is the exact opposite of self-determination

[–] rako@tarte.nuage-libre.fr 5 points 1 week ago

In France violence is legally defined as harming people. Burning a Tesla shop is technically not violence, so it's perfectly fine 🔥

Non-violence at best accomplishes one thing: make injustice public, force society to talk about it and position itself on a topic. It won't be enough to convice, unless you are a victim of publicized harsh violence (think blood is spellt, people get into a coma, or worse). Like all strategies revolutionaries will have, none should be discarded and they are all complementary. What matters is that everyone acts collectively and pushes in the same direction

[–] rako@tarte.nuage-libre.fr 14 points 1 week ago (1 children)

While you are technically correct, you're implying that the "natural" state is a good enough state and nothing should be done about it.

My house has walls and a door; it doesn't mean anyone can do anything they want with this. Even if the windows are clear, you're not supposed to install a camera that watches my bedroom. Even if the door is open, you're not supposed to open. A a society it has been decided that we should respect each other, respect each other's privacy. We have created rules, some written down and some implicit, for how to interact with each other.

That is the point of OP. The "natural" state of whatever exists with the technical means, but that doesn't mean it's ok (or not ok): do we want to respect each other ? To take care of each other ? I very much want that, because the technical means should be only a means to an end, and in that end I want respect. The technical means, to me, must adapt to the end, not the other way around.

[–] rako@tarte.nuage-libre.fr 1 points 1 week ago (1 children)

You didn't talk about self-hosting in your initial comment. S3 is not made for you, I guess it' ok to just move on to the next article

[–] rako@tarte.nuage-libre.fr 1 points 2 weeks ago (3 children)

S3 is made for scaling. At an individual scale it doesn't matter. At scale, S3 moves maintenance time away from managing individual issues about something not working or slow here and there towards configuring and maintaining a consistent piece of architecture

[–] rako@tarte.nuage-libre.fr 2 points 2 weeks ago

No, it's made for entities managing data for thousands/millions of people. “overengineering" implies a specific scope, it's not the one you think about

[–] rako@tarte.nuage-libre.fr 3 points 2 weeks ago (2 children)

S3 is not made for you. It's made for entities that need to store millions of objects, with thousands of different rules, reading/writing from hundreds of machines without coordination, and with consistent, low latency. Now that some software use that as a storage layer, having an implementation for you is useful

[–] rako@tarte.nuage-libre.fr 3 points 3 weeks ago

Considering how much of energy is used for heating, this might still be interesting. But probably not for electricity generation

[–] rako@tarte.nuage-libre.fr 1 points 1 month ago

if a craptp is useful it's not crap anymore heh

 

I'd like to post links with a tilde (~) but the tilde gets removed. Is there a way to put it ?

Here's such a link : https://git.sr.ht/~mariusor/box

Here's what it should look like (with the added space to disable link rendering): https:// git.sr.ht/~mariusor/box

 

!cest_de_la_miarde@tarte.nuage-libre.fr

"L'IA est inévitable": non

 

Following https://tarte.nuage-libre.fr/c/fediverse/p/194717/we-need-more-users I decided to explore data a little bit more. I'm not the biggest fan of growth-as-as-target so I wanted to see how much the people were participating in the discussion.

The data

I took the data from the API explorer in https://api.fediverse.observer/ with this query:

query {  
  monthlystats {  
    date_checked  
    softwarename  
    total_posts  
    total_users  
    total_comments  
  }  
}  

Then parsed the json with this https://jqlang.org/ filter:

jq '.data.monthlystats | map(select(.total_users > 0 and (.softwarename == "lemmy" or .softwarename == "mbin" or .softwarename == "kbin" or .softwarename == "piefed"))) | group_by(.date_checked) | map( {date_checked: .[0].date_checked, total_users: ([.[] | .total_users] | add), total_posts: ([.[] | .total_posts] | add), total_comments: ([.[] | .total_comments] | add)}) | map({date_checked, posts: .total_posts/.total_users, comments: .total_comments/.total_users}) | sort_by(.date_checked) | map([.date_checked, (.posts | tostring), (.comments | tostring)]) | .[] | @csv'  

(As you see I filtered for the threadiverse. I also did the same with all software, I'll put the graph for that in comments)

Then did a good old' chart

What to think of it

I don't know. Users' activity is on the rise and I find it nice

view more: next ›