this post was submitted on 15 Sep 2021
67 points (93.5% liked)

Privacy

31958 readers
990 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] KLISHDFSDF@lemmy.ml 0 points 3 years ago (1 children)

I'm going to disagree again.

I know how easy it is to type "git push". I've worked where we had 200+ things that were that "simple" but just weren't prioritized because of our small team. Also had to do thorough code reviews before we synced to our public repo. There's a hundred non-malicious reasons they delayed - including that they didn't yet want to make the monero stuff public yet. It's not uncommon to keep things from the public until they're ready, in case you decide to scrap the project and remove it last minute before you sync to your public repo and have people question something that is no longer valid/important. I guess I try to look at it from a more human perspective than immediately trying to tarnish people's intentions.

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

That simply means that development isn't out in the open. Why would you not push branches and do code reviews out in the open for an ostensibly open source project?

[–] KLISHDFSDF@lemmy.ml -1 points 3 years ago

That simply means that development isn’t out in the open

Correct. FOSS doesn't mean they have to develop it out in the open, only that they have to release the code for everyone else's benefit.

Why would you not push branches and do code reviews out in the open for an ostensibly open source project

Because open source simply means the code is available. You're not forced to interact with anyone else just because something is open source.