this post was submitted on 11 May 2025
54 points (73.7% liked)

Open Source

38456 readers
36 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

We misunderstand the strengths of the commons of tools and not knowing how we play to our strengths.

Free software today is usually promoted through big brands like libreoffice, gimp or firefox. These are successful in terms of branding, but is not playing to the strengths of the commons. In the commons, we move away from the walled and towards the interconnected.

The strenghts doesn't lie in bloated and branded tools, but rather in the small tools that anyone can make if they have some spare time. We need to reframe away from the bloatedness to the caresome. Where the tools are easily made, available by birth and easily tinkerable.

And we need towards the descriptive instead of the branded. Towards letting words dictate tools instead of tools dictating words.

Today operating systems revolves around the branded, bloated and wasteful. The lokening is to move towards operating systems that inbosoms the caresome and descriptive.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 9 points 1 month ago* (last edited 1 month ago) (7 children)

I know its super in-fashion to shit on the concept of "vibe coding" but I really do wish there was a more boilerplate way to remove having to worry about designing the UI/UX so I could focus on getting the MVP functionality down and having it relatively neatly display, more akin to designing a form or Apple Shortcut.

I have tons of forms I've designed that are basically de facto programs that I can whip up super easily and just pick the data "type" for each "line" of the form which essentialky equates to a line or block of code in a code program. Decent looking enough, interactive, can easily high-level edit and tweak shit and test it to make sure it mostly fool-proof produces the outputs that are needed.

Whenever I think of all the graphical and UI and UX stuff that has to go into making a viable app I get so discouraged, I hate having to think about all that stuff and the geeking around to make it functional let alone aesthetic

[โ€“] [email protected] 7 points 1 month ago

I realize it's just another framework. But I think the next time I'm building something useful beyond a basic CLI I will try textualize. https://github.com/Textualize/textual?tab=readme-ov-file

I don't care much about aesthetic and a similar interface for terminal/web seems like it would be useful.

That said, I fully agree that it's daunting to have to deal with any existing ui. It's really tiresome to jump through multiple hoops just to get/show info - even before trying to make it pretty.

load more comments (6 replies)