HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cfeliped

no profile record

comments

cfeliped
·5년 전·discuss
I use GitLab professionally.

It used to be light years ahead of GitHub, but with actions, code spaces, private repos and Jira like stuff being released in GH that's not the case anymore.

IMO you can't go wrong with either GitLab or GitHub nowadays, both are great at what they do.
cfeliped
·5년 전·discuss
VS Code is really great for the amount of features it has.

GitHub is okay-ish.

But Office 365? Teams is prob one of the worst apps I use nowadays. It consumes so much memory and cpu you would think it's actually mining crypto.

Outlook is also a joke.

Excel got better IMO.

No strong opinions for other apps.
cfeliped
·5년 전·discuss
I didn't know that. Thank you for the explanation!
cfeliped
·5년 전·discuss
My understanding is that sh is a specification, not an implementation.

Most images will either have bash or ash installed. ash, being lightweight, is the choice of alpine and related distros.
cfeliped
·5년 전·discuss
Many container base images won't have perl by default (e.g: alpine).

For servers it's less common, but enterprise systems never cease to amuse me.
cfeliped
·5년 전·discuss
Assuming Python or Perl are installed by default in any server is an invite to a world of pain. At least that's my anecdotal experience.
cfeliped
·5년 전·discuss
In my first job I gave a try at using Python for scripts.

It was a terrible idea, as I now had 3 problems instead of 1:

1 - Writing scripts, plus:

2 - Installing Python in every host that needed to run those scripts

3 - Maintaining Python and the necessary dependencies up to date in each host / container.

(2) and (3) are trivial when done just once in your own computer, but end up being a huge time sink for larger heterogeneous environments with (possibly) network and security barriers. Moreover, if you are using containers, installing Python will make images unecessarily large.

Granted, I'm not a JS person, but I imagine one will have the same issues.

Even though bash has its shortcomings, I really appreciate how low maintenance it is as long as you keep scripts small and sane.
cfeliped
·5년 전·discuss
Please fix Go Battle League
cfeliped
·5년 전·discuss
Enterprise stuff is also guilty of that.

I'm a sysadmin and the amount of times Office 365 security admin pages has changed in the last year's is madening. AWS's UI sucks hairy balls (e.g.: security group links) but at least is stable.