this post was submitted on 05 Mar 2026
152 points (96.3% liked)

Programming

25936 readers
310 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 !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Why aren't people moving away from Github? There's Codeberg, Gitlab, and radicle. What's holding them back?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] altkey@lemmy.dbzer0.com 3 points 7 hours ago (1 children)

My re-spec online classes started by installing VS Code and connecting it to user's own GitHub repository that was then used to upload homework in Jupyter notebook format. It was pretty streamlined, that is good when you want to fast-forward into making students write their own first code lessons, leaving off technicalities, but there we didn't heard a word about if any of these three choices are necessary to start coding. I only recently got interested enough to research other options, at the same time I left Windows as a default OS. I'm not sure any of my classmates would tho until something critical happens, and for many this pipeline is probably what they are still using by now.

I get the impression this is common. It seems like education hasn't caught up to the fact that a lot of people are wanting to learn software engineering, but they lack some fundamentals. There really should be an intro course going all the way from what is a file to maybe some basics about the ELF format? Sort of something that can lead into the OS course, but lay the foundation for just basic computer use. Let the nerds get their easy A, but give everyone else a better understanding and some fundamentals to build on.