this post was submitted on 14 Sep 2023
104 points (94.8% liked)

Programming

16971 readers
83 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Let's be honest, the majority here probably has a github account. Some of us are happy as a clam and wouldn't switch no matter what happened, but there are some who would and haven't yet. Why?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago (2 children)

I don't understand the question or the responses.

It's a host for code repos. I would "switch" from GitHub if the repos I need to interact with were hosted somewhere else.

How do y'all use GitHub? Is everyone running their own open source project? None of my personal projects have ever been open source before. Very few of them were even useful for anyone but myself

I've been a developer for 20 years, I've never felt dependent on public code repos for my own career before, and I would be uncomfortable if it happened. No employer has even asked for my public GitHub profile or to see my commit activity. Not even when the company hosted their code on GitHub

[–] [email protected] 11 points 1 year ago* (last edited 1 year ago) (1 children)

Very few of them were even useful for anyone but myself

Most developers learn and grow by doing - which means learning by making mistakes, googling their error messages, and looking at examples of other people doing what they're trying to do - which is why you should always open source your code unless there's a specific reason not to. If you've ever made something that works, then your cube would be useful.

I've never felt dependent on public code repos for my own career before,

I hope you don't actually believe this. The entire Internet, and computing itself, is built on the foundation of open source. This is like saying "why do I gotta pay taxes" when you and everyone you've never met has relied on roads etc. And that's just the basic example - the real importance of, say, public education, is that, while you personally may not have used it, many many many other people have - and their education has pushed the quality of your collegues higher - which pushes you to be better, either as competition or cooperation. This is the actually accurate meaning of "the rising tide raises all ships."

Even if you've never used Linux, or any open source software at all, the rest of us have, and we're pushing your job and your career to new heights.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I’ve never felt dependent on public code repos for my own career before,

I hope you don’t actually believe this.

I think you misunderstood me. We all use open source software or develop using open source libraries, and in the context of the question, I don't care where they host their code, as long as I can find it. But that isn't what I was talking about. I have never felt like my career depended on me publicly hosting my own code. I have found jobs and connected with people through other means, and they haven't even asked to see my github profile in any interviews I've been in.

which is why you should always open source your code unless there’s a specific reason not to. If you’ve ever made something that works, then your cube would be useful.

Sure, I have a Python script running on a Raspberry Pi controlling my garage door opener. You want it, I'll show it to you. I believe in open source software, but I'm not going out of my way to publicly host (and document, yuck!) every little thing I've made for myself, especially when they have often been tailor made for my home environment, or hacked together in 15 minutes and riddled with secrets.

But my main reason is simply privacy. I don't want to broadcast to the Internet what project I am working on right now, or reveal the architecture of my home network or smart home setup. There's a lot you reveal about yourself when you show the world what you are doing, and I would prefer not to do that.

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

Is everyone running their own open source project?

Essentially, I suppose. I put most of my personal projects on GitHub because a) I believe in the open-source philosophy generally and b) sometimes they are helpful to others! For example, because I put SmilApple on GitHub, someone was able to adapt it to make this. And besides, it's a great way to distribute programs that you want other people to use, like my current project Chokistream, or when I made a fan-translation of a game. None of these are "serious" projects like a new framework or something, and all of them have very limited audiences, but if I'm coding them, I might as well publish them where someone else might be able to benefit from them. I also don't feel like they're important for my career, but they're important for their own sake and I would care if I lost them.