this post was submitted on 22 Aug 2022
5 points (100.0% liked)

Solar Punk

1006 readers
1 users here now

Move quietly and plant things :)

Solar Punk memes, writing, idealism, and urbanism. Utopians welcome.

Solarpunk imagines a world in which today’s existential threat - the climate crisis - is being approached with camaraderie and adaptive ingenuity.

What is Solarpunk?

A SolarPunk Manifesto

Slrpnk.net Lemmy instance

Solarpunks.net

Sunbeam City Wiki

founded 4 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/435152

cross-posted from: https://lemmy.ml/post/435150

cross-posted from: https://lemmy.ml/post/435149

I want to find the most sustainable operating system, because computers nowadays waste a lot of energy, because of data collection and data processing. Avoiding unnecessary processes and using resources in a mindful way could reduce the CO2 output on the whole world.

This discussion grew very fast and I put all links to other platforms in the end of the blog article.

all 15 comments
sorted by: hot top controversial new old
[–] graphito@lemmy.ml 3 points 2 years ago (1 children)

It's funny that it is posted in every community on lemmy.ml but not at the instance of actual solar punks xD

!solarpunk@slrpnk.net

[–] utopify_org@lemmy.ml 2 points 2 years ago (1 children)

Sorry, I use lemmy the first time and really don't know how all of this works, especially stuff I thought it will work (because I thought it was the intuitive way), but it doesn't, like why is there not a reference to the original comment section instead of creating a completely new comment section? But I already posted this question on the git issue page: https://github.com/LemmyNet/lemmy-ui/issues/758

How to cross-post this on !solarpunk@slrpnk.net ? If I put "!solarpunk@slrpnk.net" in the cross-post link field it only says "No results found".

Would be so nice if you can tell me how this works so I can do it right. :)

[–] graphito@lemmy.ml 1 points 2 years ago* (last edited 2 years ago) (1 children)

First you gotta subscribe to its community, follow this link

https://lemmy.ml/c/hardware@slrpnk.net

The previous link I sent you (!solarpunk@slrpnk.net) is for general solar punk theory, but hardware communty is more precise for your question

then in cross post dialogue you search for "slrpnk.net"

done

Overall, if you're interested in all solar punk related, I recommend exploring their communities and posts by going directly to slrpnk.net

[–] utopify_org@lemmy.ml 2 points 2 years ago (1 children)

hmmm... it doesn't work. After I subscribed to the channel I tried to cross-post it, but after I typed slrpnk.net in the field only 3 groups popped up: Anarchism, Green - an environmentalist commuity, Solar Punk

And all groups might be on this instance.

[–] graphito@lemmy.ml 1 points 2 years ago (1 children)

the federation is probably too slow. it takes some time to download the content from one instance to another. oh well. For now could you copy paste and post this thread via "create post" on the community's page?

[–] utopify_org@lemmy.ml 1 points 2 years ago (1 children)

I think it worked, because you already reacted to it. How can you be so fast? Do you get notifications to subscribed groups?

[–] graphito@lemmy.ml 2 points 2 years ago

Nah, I simply have no life

[–] akkartik@beehaw.org 1 points 2 years ago (1 children)

What do you think of more minimalist OSs that aren't trying to replace everything in GNU/Linux/BSD? https://permacomputing.net/projects has a few, including projects by me. What I like about this approach is that it encourages building things for yourself, which feels much more in line with the Solarpunk ethos than just consuming applications created by others.

You likely won't live exclusively in these habitats for a very long time. Perhaps we should all even hope we never have to. But it might be good to build up these skills while we still have the energy to burn on things like Flatpak and Electron.

[–] utopify_org@lemmy.ml 0 points 2 years ago (1 children)

I already read for a few days about CollapseOS and Oberon, which lead to read a lot about micro controllers and how to salvage parts and so on. But I couldn't find a tutorial on how to actually build a system for those? On Youtube you can find a lot of videos of the results, people compiling stuff on their diy machines, but no chance to find tutorials. I think you need advanced skills in electro-engineering, as a software developer I look at it, like a normie on an app and I just don't know how all this stuff works. This is definitely a nice hobby project to understand how computer works and it might be a sustainable project in the future. But it's nothing for a workstation for every day use.

May I ask which projects are yours?

[–] akkartik@beehaw.org 1 points 2 years ago* (last edited 2 years ago) (1 children)

I don't know much about electronics either, unfortunately. I spent a few years building just the software side out from scratch (just machine code) without using any existing software: https://github.com/akkartik/mu. But eventually I had some doubts about this direction: https://lobste.rs/s/h4lnkn/what_are_you_doing_this_week#c_juxc6y Lately I've compromised a little bit on not using any existing software. There's lots of good stuff out there that's worth using. Lua is a small, fast programming language implemented in just 12k lines of code. And it has a game engine (https://love2d.org) that's a great sweet spot in implementation size vs features (though it's a lot more than 12k lines :) So I've been adopting it exclusively for a few months. This is the largest project I've built with it: http://akkartik.name/lines.html. The goal is a program that is useful, easy to use, easy to build and easy to change to your needs. It's not as energy-efficient as some of the other projects on that page, but hopefully it's useful in some possible futures of this world.

[–] utopify_org@lemmy.ml 2 points 2 years ago

Okay, I read a lot and every time I followed a link, there have been other links and I had to read those, too, going deeper into the rabbit hole. But in most cases I didn't even understand what's going on and it's depressing, because I studied computer science and should at least understand what's going on...

Maybe I should come back to this topic at another time, when I really have the time to dive deeper into this topic.

Have you created any videos about this topic? Couldn't find anything about Mu yet. But they would really help.