• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: January 22nd, 2024

help-circle
  • We don’t really have castes in the US. But yes

    I’d argue the US does. Things such as zipcode and skin color determine outcomes and are inescapable. Economic mobility doesn’t exist as it does in the myth of the American dream. Sure if one is really lucky and works very hard, one can move from living in or on the edge of disaster to being a few paychecks away from disaster.

    I was speaking more in terms of infrastructure and public assistance. For example, I was able to get a student loan and an education in the States. I have clean, potable tap water. Dependable utilities. Those sorts of things.

    I’d argue that’s not true either. Again, it depends on your zipcode. So many places don’t have potable water, reliable services, or functional infrastructure. One’s ability to get student loans depends on what zipcode they’re born into.






  • The repo specific config is a single file. You can also import templates/other files if need be. I worked in a shop where Devops set up a bunch of templates for generic, common jobs which made getting started easy. If custom config/code is required, overriding a templated job was easy. I was responsible for migrating my team’s ~50 repos (services, libraries, etc) from Jenkins + Bitbucket into Gitlab and found it to be pretty straightforward.


  • Gitlab CI feels native. Github offers similar functionality but it feels/looks like an afterthought. I think the Gitlab .yaml structure is more intuitive. Also, how the Gitlab UI visually represents a pipeline is mcuh better, IMO. Self hosting runners on my server (Ubuntu) is so easy and free. I hadn’t tried it with Github but it sounds like it still costs money?!

    Note: I don’t work for Gitlab