this post was submitted on 29 Aug 2024
59 points (96.8% liked)

Open Source

31088 readers
1126 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 2 months ago (4 children)

Why is it that stuff written in Go always has to tell you that it is written in Go? As a user I don't choose apps based on the language they're written in? (Serious question.)

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

Whenever you have applications were implementations are plentiful the only real differentiation you can do without creating a different user experience is the technologies used to develop it. The importance of which in people's perspective is several things, mostly supporting technologies they like and want to see grow and possibly being skilled in the underlying technologies to actually contribute back.

Certain technologies are also just hot garbage, I swear to God if I have to install another electron app for some messaging platform I will shit myself.

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

I can feel you in Last Part: Element, Discord, Revolt and Signal. Only TG desktop is a non-electron messaging app which I use.

[–] [email protected] 1 points 1 month ago

Abaddon for discord and gomuks for matrix but yes they are not as convenient

[–] [email protected] 7 points 2 months ago

Actually... I do :/ Even though I have no idea of the programing realm, most of my self-hosted service via docker written in Go tend to be more "reliable", faster, easy to use?

I'm always happy to self-host somthing written in golang. But I do agree, its the new age "I use arch BTW" meme for programing language !

[–] [email protected] 5 points 2 months ago* (last edited 2 months ago) (1 children)

Some user see Rust or Go as safer Languages. That's all. Also, I don't have anything else to add in Title xD.

[–] wildbus8979 7 points 2 months ago* (last edited 2 months ago) (1 children)

*Safer languages

Also both produce single binaries (as opposed to interpreted languages like php, python, js), which is so much easier to deal with for maintenance.

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

Also both produce single binaries (as opposed to interpreted languages like php, python, js), which is so much easier to deal with for maintenance.

This is the reason for me.

[–] priapus 2 points 2 months ago

When I use open source software, I'll usually attempt to fix any small bugs I run into. I prefer to use an app made in a language I'm more familiar with to make this easier.