• 1 Post
  • 14 Comments
Joined 11 months ago
cake
Cake day: August 16th, 2024

help-circle
  • That’s sad to hear- people on the internet can seem harsh, I thinks its probably too easy to forget there’s a real person behind most questions.

    It’s been like a month now, and I still don’t really think LLMs are solarpunk, trying oto make them more.open and community based sounds worthwhile though, so good luck with it!

    Massive side point, but if you’re interested on “empowering people who don’t want to deal with technical details of coding” check out ideas as a whole around “end user programming”. It’s a pretty broad church, but there’s some cool stuff happening under that term that it sounds like you’d like.


  • I think the pretty universal answer in all these comments is “no”- I think that’s fair but I’d add sone caveats.

    There’s a lot of negative sentiments here around LLMs, which I agree with, but I think it’s easy to imagine some hypothetical future where LLMs existing without the current water/energy overuse, hallucinations or big companies stealing individuals work. Whether that future is likely or not, I think it’s possible.

    The main reason vibe coding isn’t solarpunk is that, taken by itself, it’s not in any way related to ecological stewardship, anti-capitalist community building, or anything else that’s core to solarpunk. Vibe coding might or might not be part of some “cool techy future” in the same way as flying cars, robots, and floating cities but that’s not a reason to consider it as solarpunk.

    If you’re into LLMs and solarpunk, instead of arguing that LLMs are solarpunk, you can make efforts to push them to being more solarpunk. How can LLMs support communities instead of coorporations? How can, through weights sharing and various optimisations, we make LLMs less damaging to the environment? Etc. That’d at least be a solarpunk way to go about LLMs, even if LLMs aren’t inherently solarpunk.




  • I use Cosmic and really like it- have used i3, Awesome and Gnome in the past for a while too, I really likes them.

    The most time I spent with a set up was Awesome + rofi, which I really enjoyed. I customised literally everything and spent hours tweaking stuff.

    That was super fun, but in all honesty my workflow is more or less:

    1. Open up a terminal (alacritty, tmux + fish shell + helix editor)
    2. Open up a browser (Firefox, have played with others but there’s always some quirk where I give up)
    3. That’s it.

    Honestly, all the tweaking is fun for me, but with my workflow I have like 0 requirements for anything fancy. Daily driving cosmic is going nicely for now, and seems to mostly get out of my way.



  • The main pictured on looks pretty goofy, especially because of the bright green, but this sent me down a youtube rabbit hole of seeing a bunch of reallymawesome house tours.

    Side note: I find ‘new build ecofriendly’ architecture liks this awesome, but wonder a lot about adapting existing homes which is surely the most environmentally friendly option. If you were to go all out on making an existing home solarpunk, what would that look like?




  • Short answer is no, I think because what tools you need for programming change so much based on the development you’re doing. C++ developers need compiler toolchain stuff that Javascript developers would never need to look at and vice versa.

    Curveball answer is that modern extensible IDEs with the power of language servers and plugins have kind of become this. I’d massively recommend properly getting into one of the following and learning how to configure new languages and plugins:

    • VScode
    • Neovim
    • Emacs
    • Helix

    (Sure I’ve probably missed some great options, feel free to flame me on why notepad++ should be OPs first choice)